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 132176 - REGRESSION: Cannot build BPEL project from commandline
Summary: REGRESSION: Cannot build BPEL project from commandline
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Validation (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Nikita Krjukov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-07 12:12 UTC by Vladimir Yaroslavskiy
Modified: 2008-04-25 12:39 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Log (7.66 KB, text/plain)
2008-04-10 14:06 UTC, Andrei Chistiakov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Yaroslavskiy 2008-04-07 12:12:05 UTC
sierra build sierra_1513_20080407:

1. Create BluePrint1 sample project
2. From command line in bpel project BluePrint1 run

ant -Dcaps.netbeans.home=<netbeans>

see valiation a lot of errors:

ERROR: Can not find the element "..." at the namespace "..."

Regression was caused by last modification of XPath model in module xml.xpath.ext.
As a result sierra builds on http://deadlock.netbeans.org/hudson/job/sierra fail.
Comment 1 Sergey Lunegov 2008-04-07 12:42:35 UTC
changed target milestone and subcomponent.
Comment 2 Nikita Krjukov 2008-04-07 21:06:40 UTC
Fixed in trunk
Comment 3 Nikita Krjukov 2008-04-08 11:10:17 UTC
Changes moved to the 6.1 branch.

The changes make sense only for tests, which run from command line. 
Comment 4 Andrei Chistiakov 2008-04-10 14:04:47 UTC
Reproducible with NetBeans IDE 6.1 RC1 (Build 200804100130)

See log in attachemnt.
Comment 5 Andrei Chistiakov 2008-04-10 14:06:01 UTC
Created attachment 59971 [details]
Log
Comment 6 Nikita Krjukov 2008-04-10 14:36:09 UTC
It's my bug
Comment 7 Nikita Krjukov 2008-04-10 14:46:48 UTC
I moved the changes to 6.1 branch

The bug was fixed by Vladimir Yaroslavsky in trunk. 
But, unfortunately, I forgot to move it to the 6.1 branch. 
The changes are absolutely safe. There are only 3 additional lines
in only one file:
   if (ref == null) {
      return null;
   }

I checked the BPEL diagram and mapper in the IDE and the ant build for some projects. 
Comment 8 Andrei Chistiakov 2008-04-17 08:50:14 UTC
Verified with NetBeans IDE 6.1 RC2 (Build 200804170002)