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 187599 - Netbeans incorrectly computes web service URL for WebLogic server in EJB project
Summary: Netbeans incorrectly computes web service URL for WebLogic server in EJB project
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: JAX-WS (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-15 13:01 UTC by Milan Kuchtiak
Modified: 2010-07-19 09:13 UTC (History)
2 users (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 Milan Kuchtiak 2010-06-15 13:01:37 UTC
The URL must follow the schema:
http://host:port/portName/serviceName

Now the URL for web service is set in opposite way:
http://host:port/serviceName/portName
Comment 2 Quality Engineering 2010-06-18 03:19:36 UTC
Integrated into 'main-golden', will be available in build *201006180001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/6a5fd70aef8a
User: mkuchtiak@netbeans.org
Log: #187599 : use WSStack API to compute URL for web service
Comment 3 rbalada 2010-06-24 21:31:02 UTC
main #3b6f4e0e58a3 transplanted to release691 #157919640e1f
main #6a5fd70aef8a transplanted to release691 #c9031d91d470
main #79c385f847b0 transplanted to release691 #526f146c1a8a


Jardo, please verify A.S.A.P.

Thanks,
-R
Comment 4 rbalada 2010-06-25 06:16:31 UTC
Last chance for inclusion in release691.

Please verify within 4 hours from now, since I have got limited time to transplant remaining bugfixes into release691 repository. June 25, 1 PM Prague time is my deadline. After that time, please do also the transplant/porting work if you want to include it.

Thank you for understanding,
-R
Comment 5 Jaroslav Pospisil 2010-06-28 08:34:31 UTC
The bug was verified on July 25th and communicated with RE,since temporary bugzilla outage prohibited to add comment.Fix is in NB6.9.1 already.