This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 90885 - Wait icon for server nodes are not available
Summary: Wait icon for server nodes are not available
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Libor Kotouc
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-11 09:44 UTC by Michal Mocnak
Modified: 2007-08-15 15:46 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michal Mocnak 2006-12-11 09:44:32 UTC
Wait icon for server nodes are not available.

1. start nb
2. add glassfish
3. start server
4. eg. click on enterprise application node
=> normally for a second (it depends on the machine) the wait icon is appeared
=> now the resource is missing so the EMTPY NODE is appeared !

old resource path is "org/openide/src/resources/wait.gif" but now it's deleted
or changed

All server plugins use this resource !
Comment 1 Sherold Dev 2007-02-17 12:41:00 UTC
Reassigning to jboss...

fixed in j2eeserver:

RCS file:
/cvs/j2eeserver/src/org/netbeans/modules/j2ee/deployment/impl/ui/resources/wait.gif,v
done
Checking in ui/resources/wait.gif;
/cvs/j2eeserver/src/org/netbeans/modules/j2ee/deployment/impl/ui/resources/wait.gif,v
 <--  wait.gif
initial revision: 1.1
done
Checking in ui/InstanceTargetXNode.java;
/cvs/j2eeserver/src/org/netbeans/modules/j2ee/deployment/impl/ui/InstanceTargetXNode.java,v
 <--  InstanceTargetXNode.java
new revision: 1.25; previous revision: 1.24
done

fixed in tomcatint:

Checking in nodes/TomcatWebModuleChildren.java;
/cvs/tomcatint/tomcat5/src/org/netbeans/modules/tomcat5/nodes/TomcatWebModuleChildren.java,v
 <--  TomcatWebModuleChildren.java
new revision: 1.12; previous revision: 1.11
done
RCS file:
/cvs/tomcatint/tomcat5/src/org/netbeans/modules/tomcat5/resources/wait.gif,v
done
Checking in resources/wait.gif;
/cvs/tomcatint/tomcat5/src/org/netbeans/modules/tomcat5/resources/wait.gif,v 
<--  wait.gif
initial revision: 1.1
done
Comment 2 Sherold Dev 2007-08-15 15:46:58 UTC
I've already fixed this.