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 56396 - org.netbeans.modules.j2ee.sun.ide.runtime.nodes.jdbcFolderNode information message
Summary: org.netbeans.modules.j2ee.sun.ide.runtime.nodes.jdbcFolderNode information me...
Status: CLOSED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 8 (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: _ ludo
URL:
Keywords:
: 56393 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-03-14 17:32 UTC by Petr Blaha
Modified: 2006-03-24 13:10 UTC (History)
0 users

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 Petr Blaha 2005-03-14 17:32:50 UTC
[Build 20050311]
Go to Runtime tab, select node representing JDBC Resources and invoke Refresh.
Get information message from subject.
Comment 1 Petr Blaha 2005-03-15 15:00:54 UTC
I am able to reproduce the issue also for Application, EJB module also. User
can't refresh list of deployed applications, changing priority to P2.
Comment 2 _ ludo 2005-03-15 20:30:46 UTC
Nytia, please evaluate asap.
Comment 3 Nitya Doraisamy 2005-03-15 21:26:43 UTC
Logic used to identify node to refresh is failing with an emty error message.
Error message should be provided in case of failure and refresh functionality
needs to be fixed.
Comment 4 _ ludo 2005-03-15 23:23:26 UTC
This is due to some bwhviour change deep in the netbeans nod cookie/lookup area
I think...
Changing our node lookup pattern to cookie.
Comment 5 _ ludo 2005-03-15 23:25:44 UTC
fixed now

Checking in runtime/actions/RefreshAction.java;
/m/src/iplanet/s1dp/netbeans-j2ee/j2ee/appsrv-plugin/src/org/netbeans/modules/j2ee/sun/ide/j2ee/runtime/actions/RefreshAction.java,v
 <--  RefreshAction.java
new revision: 1.4; previous revision: 1.3
done
Checking in runtime/actions/ViewLogAction.java;
/m/src/iplanet/s1dp/netbeans-j2ee/j2ee/appsrv-plugin/src/org/netbeans/modules/j2ee/sun/ide/j2ee/runtime/actions/ViewLogAction.java,v
 <--  ViewLogAction.java
new revision: 1.5; previous revision: 1.4
done
Checking in runtime/nodes/ApplicationFolderNode.java;
/m/src/iplanet/s1dp/netbeans-j2ee/j2ee/appsrv-plugin/src/org/netbeans/modules/j2ee/sun/ide/j2ee/runtime/nodes/ApplicationFolderNode.java,v
 <--  ApplicationFolderNode.java
new revision: 1.6; previous revision: 1.5
done
Checking in runtime/nodes/ConnectorFolderNode.java;
/m/src/iplanet/s1dp/netbeans-j2ee/j2ee/appsrv-plugin/src/org/netbeans/modules/j2ee/sun/ide/j2ee/runtime/nodes/ConnectorFolderNode.java,v
 <--  ConnectorFolderNode.java
new revision: 1.6; previous revision: 1.5
done
Checking in runtime/nodes/JMSFolderNode.java;
/m/src/iplanet/s1dp/netbeans-j2ee/j2ee/appsrv-plugin/src/org/netbeans/modules/j2ee/sun/ide/j2ee/runtime/nodes/JMSFolderNode.java,v
 <--  JMSFolderNode.java
new revision: 1.6; previous revision: 1.5
done
Checking in runtime/nodes/JdbcFolderNode.java;
/m/src/iplanet/s1dp/netbeans-j2ee/j2ee/appsrv-plugin/src/org/netbeans/modules/j2ee/sun/ide/j2ee/runtime/nodes/JdbcFolderNode.java,v
 <--  JdbcFolderNode.java
new revision: 1.6; previous revision: 1.5
done
Checking in runtime/nodes/JndiFolderNode.java;
/m/src/iplanet/s1dp/netbeans-j2ee/j2ee/appsrv-plugin/src/org/netbeans/modules/j2ee/sun/ide/j2ee/runtime/nodes/JndiFolderNode.java,v
 <--  JndiFolderNode.java
new revision: 1.6; previous revision: 1.5
done
Checking in runtime/nodes/MFolderNode.java;
/m/src/iplanet/s1dp/netbeans-j2ee/j2ee/appsrv-plugin/src/org/netbeans/modules/j2ee/sun/ide/j2ee/runtime/nodes/MFolderNode.java,v
 <--  MFolderNode.java
new revision: 1.6; previous revision: 1.5
done
RCS file:
/m/src/iplanet/s1dp/netbeans-j2ee/j2ee/appsrv-plugin/src/org/netbeans/modules/j2ee/sun/ide/j2ee/runtime/nodes/RefreshCookie.java,v
done
Checking in runtime/nodes/RefreshCookie.java;
/m/src/iplanet/s1dp/netbeans-j2ee/j2ee/appsrv-plugin/src/org/netbeans/modules/j2ee/sun/ide/j2ee/runtime/nodes/RefreshCookie.java,v
 <--  RefreshCookie.java
initial revision: 1.1
done
Checking in runtime/nodes/TargetServerNode.java;
/m/src/iplanet/s1dp/netbeans-j2ee/j2ee/appsrv-plugin/src/org/netbeans/modules/j2ee/sun/ide/j2ee/runtime/nodes/TargetServerNode.java,v
 <--  TargetServerNode.java
new revision: 1.8; previous revision: 1.7
done
Comment 6 Petr Blaha 2005-03-21 12:53:47 UTC
[Build 20050320]
Comment 7 Nitya Doraisamy 2005-03-22 21:34:43 UTC
*** Issue 56393 has been marked as a duplicate of this issue. ***