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 170429 - StackOverflowException when building BPEL project from command line.
Summary: StackOverflowException when building BPEL project from command line.
Status: VERIFIED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: WSDL Model (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Vladimir Yaroslavskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-16 19:29 UTC by Jun Qian
Modified: 2009-10-31 00:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
BPEL Project (281.81 KB, text/plain)
2009-08-16 19:30 UTC, Jun Qian
Details
BPEL Project (281.81 KB, application/x-compressed)
2009-08-16 19:31 UTC, Jun Qian
Details
Update project for NB 6.7.1 (283.39 KB, application/x-compressed)
2009-08-21 10:01 UTC, Vladimir Yaroslavskiy
Details
More simpler project (10.92 KB, application/x-compressed)
2009-08-21 10:02 UTC, Vladimir Yaroslavskiy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jun Qian 2009-08-16 19:29:38 UTC
When building the attached BPEL project from command line, it gives StackOverflowException. Building the project inside
NetBeans works fine.
Comment 1 Jun Qian 2009-08-16 19:30:49 UTC
Created attachment 86285 [details]
BPEL Project
Comment 2 Jun Qian 2009-08-16 19:31:00 UTC
Created attachment 86286 [details]
BPEL Project
Comment 3 Jun Qian 2009-08-16 19:32:05 UTC
Please ignore the text/plain version of the attachment.
Comment 4 Vladimir Yaroslavskiy 2009-08-18 13:43:29 UTC
the problem is in validating of huge xml schemas from HL7.
Comment 5 Vladimir Yaroslavskiy 2009-08-21 10:01:51 UTC
Created attachment 86521 [details]
Update project for NB 6.7.1
Comment 6 Vladimir Yaroslavskiy 2009-08-21 10:02:35 UTC
Created attachment 86522 [details]
More simpler project
Comment 7 Vladimir Yaroslavskiy 2009-08-21 10:03:25 UTC
The problem was in loading WSDL model which *includes* *two* schemas with the *same* namespaces.
Comment 8 Vladimir Yaroslavskiy 2009-08-21 10:04:36 UTC
fixed in v211: 6972fe00e4a0 b46bfda2adfb
Comment 9 jlautz 2009-10-31 00:11:20 UTC
Retested with Glassfish 2.2 build 20091029-0719 with NB 6.7.1. 

When building the PDQ_HL7V3_671.zip project updated for 6.7.1, I am currently getting the BadLocationException similar
to issue 174688. No StackOverflowException, however.

The Synchronous project builds OK, though.

I consider the issue resolved.