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 126336 - HTTP BC Regression: Encountered WSDLException – Validation Error with HTTPBC
Summary: HTTP BC Regression: Encountered WSDLException – Validation Error with HTTPBC
Status: CLOSED INVALID
Alias: None
Product: soa
Classification: Unclassified
Component: Binding Components (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Sherry Weng
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-30 22:27 UTC by rpoon
Modified: 2008-02-26 01:00 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
projects and log files zipped up (156.86 KB, application/x-compressed)
2008-01-30 22:32 UTC, rpoon
Details
BPEL 2.0 projrect (18.34 KB, application/x-gzip)
2008-02-07 23:10 UTC, rpoon
Details
BPEL 2.0 projrect (18.34 KB, application/x-gzip)
2008-02-07 23:10 UTC, rpoon
Details
CAPS BPEL 1.0 project (24.74 KB, application/x-compressed)
2008-02-07 23:11 UTC, rpoon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rpoon 2008-01-30 22:27:17 UTC
Build: 20080128-0200

Encountered WSDLException Validation error when running a previously working project that uses HTTPBC.
Apparently, the ${HttpDefaultPort} is introduced that replace the actual port number in the URL.

To see the problem, imported the provided projects (Classic and BPEL2.0) and create a composite App project that
Includes the above two project.  The problem will be encountered at runtime (deploy).

(see attached project files as well as the server log file for more details)
Comment 1 rpoon 2008-01-30 22:32:07 UTC
Created attachment 55801 [details]
projects and log files zipped up
Comment 2 Sherry Weng 2008-02-07 20:47:17 UTC
Could you attach the CompApp project? It will be much easier to reproduce the problem...
Comment 3 Sherry Weng 2008-02-07 21:14:37 UTC
Reassigning the ticket
Comment 4 Sherry Weng 2008-02-07 21:24:53 UTC
Not sure if I understand what the problem is. First of all, none of the WSDLs in the attached project has the 
${HttpDefaultPort} token in the URL - the port numbers are all real hard coded values.
Secondly, if there is a port token in the URL, you just need to make sure that the 2 HTTP BC properties (i.e. "Default 
HTTP Port Number" and "Default HTTPS Port Number") are configured. And the WSDLValidationException tells you exactly 
what the problem is.
Thirdly, the fact that the default port numbers are not assigned is not a bug in HTTP BC, but in the JCAPS installer. 
This may have been fixed already as I noticed in the more recent builds.

Unless the WSDL artifacts in your ComApp projects are different than the ones in the attached BPEL project, I can't see 
how you got the validation error. Please attach the CompApp project if that's the case.
Comment 5 rpoon 2008-02-07 23:10:48 UTC
Created attachment 56291 [details]
BPEL 2.0 projrect
Comment 6 rpoon 2008-02-07 23:11:58 UTC
Created attachment 56293 [details]
CAPS BPEL 1.0 project
Comment 7 Sherry Weng 2008-02-08 00:47:00 UTC
QE has verified that this is not an issue. The reason for the validation error is that there is no HTTP port defined 
for HTTP BC.
Comment 8 rpoon 2008-02-26 01:00:22 UTC
Verified with Sierra\520Rel\20080225-0400 build that is no longer an issue.