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 94241 - Not able to build BPEL project from commandline
Summary: Not able to build BPEL project from commandline
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Project (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Vitaly Bychkov
URL:
Keywords:
: 93178 95609 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-02-03 02:27 UTC by Murali Pottlapelli
Modified: 2007-06-01 10:47 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
project to reproduce the issue (8.50 KB, application/octet-stream)
2007-02-03 02:29 UTC, Murali Pottlapelli
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Murali Pottlapelli 2007-02-03 02:27:07 UTC
I have created simple BPEL project with Receive->Assign->Reply. It builds fine 
from NB environment. 
It fails when I build the prject commandline as below.
ant -Dcaps.netbeans.home=C:/Alaska/netbeans dist_se

It builds fine if I check the option to "Allow build and deploy with errors?"

Using the build from \\ackerman\Alaska\nb_all\nbbuild\ide-gavotte-070201_21.zip
Comment 1 Murali Pottlapelli 2007-02-03 02:29:29 UTC
Created attachment 37995 [details]
project to reproduce the issue
Comment 2 Sergey Lunegov 2007-02-05 12:36:31 UTC
Jun, looks like bug is reproducible in alaska environment and not in NB.
Please look at this
Comment 3 Jun Qian 2007-02-09 00:10:36 UTC
Since this is a BPEL project issue, not a CompApp project issue, this belongs to
the BPEL project team.
Comment 4 Sergey Lunegov 2007-02-14 12:39:15 UTC
We do have partial fix of the problem. BPEL project can be built from command
line but without validation. Murali already implemented workaround on his side
and he agreed to potpone it by FCS.
Comment 5 Sergey Lunegov 2007-02-15 11:00:24 UTC
*** Issue 95609 has been marked as a duplicate of this issue. ***
Comment 6 Sergey Lunegov 2007-02-15 14:31:24 UTC
*** Issue 93178 has been marked as a duplicate of this issue. ***
Comment 7 Alexei Mokeev 2007-03-05 17:21:10 UTC
Removed Beta EP551_WAIVER_APPROVED keyword - we are going forward to FCS.
Comment 8 Alexey Yarmolenko 2007-03-15 14:07:09 UTC
Implemented workaround for non-standard AntClassLoader behavior, causing NPEs
when  BPELSchemaValidator class is being loaded.

Now build procedure passes the validation stage successfully.
Comment 9 Oleg Barbashov 2007-06-01 10:47:35 UTC
Verified.