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 54740 - Changing 'Endpoint Address URI' isn't propagated in sun-ejb-jar.xml file
Summary: Changing 'Endpoint Address URI' isn't propagated in sun-ejb-jar.xml file
Status: RESOLVED INVALID
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 8 (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Rajeshwar Patil
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-09 13:32 UTC by Petr Blaha
Modified: 2005-07-19 09:43 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-02-09 13:32:42 UTC
[Build 20050206]
Steps:
1) create web service in EJB module
2) open sun-ejb-jar.xml in visual editor
3) select node representing web service bean
4) go to Webservice Endpoint tab
5) select web service, click Edit buttton
6) change endpoint URI
7) save 
8) open sun-ejb-jar.xml in text editor and check
value of <endpoint-address-uri> element. There is
still old value.
Comment 1 Vince Kraemer 2005-02-09 17:07:48 UTC
this should probably be a p2, since we are losing user input.
Comment 2 _ ludo 2005-02-11 00:33:04 UTC
Either plugin not listening to an event, of j2eeserver not sending
this event...
Comment 3 _ ludo 2005-02-17 05:12:49 UTC
anyway, we need a fix
Comment 4 Rajeshwar Patil 2005-02-17 18:45:44 UTC
Not able to reproduce.
<Endpoint Address Uri> does get modified & saved properly.
I verified this in release41_beta branch build.
Comment 5 _ ludo 2005-02-17 18:50:01 UTC
me too: cannot reproduce with the described steps.
Comment 6 Petr Blaha 2005-02-18 07:08:29 UTC
In 20050215 it's working.