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 53005 - Disabled webservices registry
Summary: Disabled webservices registry
Status: CLOSED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 8 (show other bugs)
Version: 4.x
Hardware: PC All
: P3 blocker (vote)
Assignee: _ ludo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-05 16:30 UTC by Lukas Jungmann
Modified: 2006-03-24 13:09 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 Lukas Jungmann 2005-01-05 16:30:47 UTC
[build 200501041900]

1. start IDE with new userdir
2. add appserver to server registry
=> websvc registry node is still marked disabled,
restart of ide is needed to enable it, so I think,
that user should be at least informed about it.
Comment 1 _ ludo 2005-01-07 21:15:16 UTC
Maybe we need a listener on the dir location setting event.
Comment 2 Petr Blaha 2005-02-07 08:33:00 UTC
Many internal users reported this issue. I think that the issue is
more serious than P3. I'm changing priority to P2 and should be
resolved in Beta NB 4.1 release.
Comment 3 Petr Jiricka 2005-02-07 09:10:13 UTC
The same goes for the Pointbase registration (driver and connections
to sample databases). Restart is also required here.
Comment 4 _ ludo 2005-02-08 01:10:56 UTC
i've fixed the pointbase stuff in the plugin.
So now how the registry can listen to platform changes?
Comment 5 _ ludo 2005-02-16 22:52:08 UTC
Fixed in trunk.

Checking in registry/netbeans/RegisterViewImplNetBeansSide.java;
/cvs/websvc/registry/src/org/netbeans/modules/websvc/registry/netbeans/RegisterViewImplNetBeansSide.java,v
 <--  RegisterViewImplNetBeansSide.java
new revision: 1.3; previous revision: 1.2
done
Checking in registry/netbeans/WebServiceModuleInstaller.java;
/cvs/websvc/registry/src/org/netbeans/modules/websvc/registry/netbeans/WebServiceModuleInstaller.java,v
 <--  WebServiceModuleInstaller.java
new revision: 1.5; previous revision: 1.4
done
Checking in registry/netbeans/WebServicesRootNodeInterface.java;
/cvs/websvc/registry/src/org/netbeans/modules/websvc/registry/netbeans/WebServicesRootNodeInterface.java,v
 <--  WebServicesRootNodeInterface.java
new revision: 1.2; previous revision: 1.1
done
Checking in registry/netbeans/WebServicesRootNodeNetBeansSide.java;
/cvs/websvc/registry/src/org/netbeans/modules/websvc/registry/netbeans/WebServicesRootNodeNetBeansSide.java,v
 <--  WebServicesRootNodeNetBeansSide.java
new revision: 1.2; previous revision: 1.1
done
Processing log script arguments...
More commits to come...
Checking in registry/nodes/WebServicesRootNode.java;
/cvs/websvc/registry/src/org/netbeans/modules/websvc/registry/nodes/WebServicesRootNode.java,v
 <--  WebServicesRootNode.java
new revision: 1.2; previous revision: 1.1
done
Checking in registry/nodes/WebServicesRootNodeChildren.java;
/cvs/websvc/registry/src/org/netbeans/modules/websvc/registry/nodes/WebServicesRootNodeChildren.java,v
 <--  WebServicesRootNodeChildren.java
new revision: 1.2; previous revision: 1.1
done
Processing log script arguments...
More commits to come...
Checking in registry/ui/AddWebServiceDlg.java;
/cvs/websvc/registry/src/org/netbeans/modules/websvc/registry/ui/AddWebServiceDlg.java,v
 <--  AddWebServiceDlg.java
new revision: 1.2; previous revision: 1.1
Comment 6 Lukas Jungmann 2005-02-17 10:35:49 UTC
[build: 200502170805]

Yes, websvc registry are enabled, great.

My steps:

- start app server
- start IDE with new userdir
- register appserver
- create new web app
- create new web service
- run web app
- add web service to registry

=> Ooops, port number (in appeared 'enter wsdl url' dialog) is set to
4848, but should be 8080... So I had to change it and then it works as
 expected

possible workarounds:
1) restart app server if it was running
2) start app server after IDE


Ludo, is fix for this simple?
Comment 7 _ ludo 2005-02-17 18:00:26 UTC
The fix can be done, but it's not a P2 anymore.
If you start the server from the IDE you would never this behaviour.
Comment 8 Lukas Jungmann 2005-02-17 18:09:04 UTC
I agree. But I left it as P2, because it would be nice to have the fix
for this till Beta. Do you think it is possible? Otherwise I will mark
this issue verified and file new one for the incorret port number
(steps above).
Comment 9 Lukas Jungmann 2005-03-15 15:11:07 UTC
The main issue was fixed, filing other (issue 56465) for the rest.
Comment 10 Lukas Jungmann 2005-03-15 15:11:25 UTC
v. 200503141900