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 130412 - cloned port failed to overwrite SU wsdl when deployed
Summary: cloned port failed to overwrite SU wsdl when deployed
Status: CLOSED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: Composite Application (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Tientien Li
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-18 15:21 UTC by Tientien Li
Modified: 2008-03-31 11:37 UTC (History)
1 user (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 Tientien Li 2008-03-18 15:21:46 UTC
With the recent rework to the CASA editor, and how it deals with WSIT options, we've come across the following 
behaviour.

In the attached BPEL project, we define a service and bind it to the address:
   http://localhost:18004/TestService/STCService

In the Composite Application, we edit the service assembly so that the address is, instead:
   http://localhost:9181/TestService/STCService

Note, only the port number has changed.

When this project is deployed, the HTTP BC deploys and listens on port 18004, not 9181.

So this works: http://localhost:18004/TestService/STCService?wsdl
This does not: http://localhost:9181/TestService/STCService?wsdl
Comment 1 Tientien Li 2008-03-19 17:00:32 UTC
Fixed, change set: 38f00b3cc23a

Compapp projects with incorrectly cloned wsdls will have to remove old cloned wsdl files and re-run the clone 
operation to get SU wsdl merged in correctly.
Comment 2 deepakhp 2008-03-30 07:28:29 UTC
Assigned to Sunil B for verification.
Comment 3 sunilbhushan 2008-03-31 11:37:15 UTC
When the project is deployed it listens to ports properly and hence closing the issue.