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 54745

Summary: Combo box at 'Add to registry' panel isn't synchronized
Product: serverplugins Reporter: Petr Blaha <blaha>
Component: InfrastructureAssignee: Sherold Dev <sherold>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 4.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Petr Blaha 2005-02-09 13:51:07 UTC
[Build 20050206]
Steps:
1) create web service in EJB module
2) open sun-ejb-jar.xml in text editor 
3) change <endpoint-address-uri>
4) save DD
5) select web service node in project tab
6) invoke Add to registry
7) in combo box is still default value
Comment 1 _ ludo 2005-03-15 21:50:44 UTC
read

http://docs.sun.com/source/819-0079/dgdesc.html#wp136522

endpoint-address-uri value is controlled by App Server plugin.
But there is no J2eeserver or JSR88 APIs available to query from the project
object a server what is the current uri for this web service ejb...
So, it needs an enhancement at the J2eeserver side to achieve that.

Comment 2 Pavel Buzek 2005-11-05 03:29:50 UTC
I think this does not justify an API change in 5.0 at this point.
Comment 3 Pavel Buzek 2006-08-18 19:01:24 UTC
Probably not for 5.5.
Comment 4 Sherold Dev 2007-08-13 16:22:56 UTC
This issue is not valid anymore.