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 88739 - cannot add bpel project using Properties window when using imported project
Summary: cannot add bpel project using Properties window when using imported project
Status: RESOLVED INVALID
Alias: None
Product: soa
Classification: Unclassified
Component: Composite Application (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Srinivasan Chikkala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-06 20:22 UTC by lchang
Modified: 2008-03-12 21:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
insurance claim project (182.86 KB, application/octet-stream)
2006-11-06 20:23 UTC, lchang
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lchang 2006-11-06 20:22:42 UTC
1.  Download attachment (InsuranceClaimDemo_Ling.zip)
2.  Extract InsuranceClaimDemo_Ling.zip
3.  From Netbeans, open all 3 projects within InsuranceClaimDemo_Ling
4.  You will get a warning message that says some references are not resolved.
5.  Right-click InsuranceClaimJBI and select Properties
6.  In the Project Properties Window, select Build > Packaging Project
7.  Under the "Deployment Service Assembly Artifacts:" section, select, 
InsuranceClaimBpel.jar
8.  Click 'Remove'
9.  Then click 'Add Project'
10. Locate the InsuranceClaimBpel project within the InsuranceClaimDemo_Ling 
directory and select 'Add Project JAR Files'
11. Click 'OK'
12. Then try to build the project.

Result:
You will get the following error:
C:\Documents and 
Settings\lchang\InsuranceClaimDemo_Ling\InsuranceClaimJBI\nbproject\build-
impl.xml:247: Basedir C:\Documents and Settings\lchang\InsuranceClaimBpel does 
not exist
BUILD FAILED (total time: 0 seconds)
Comment 1 lchang 2006-11-06 20:23:23 UTC
Created attachment 35813 [details]
insurance claim project
Comment 2 Jun Qian 2006-11-06 21:02:52 UTC
Confirmed. This is a bug in the compapp project system.

The temporary workaround is to resolve the broken reference from the project's
context menu as suggested by the warning message first.
Comment 3 Jun Qian 2007-02-09 08:55:50 UTC
This will be fixed for FCS. I am downgrading it to P3 for now because it is not
a show stopper and there is a workaround.
Comment 4 Jiri Prox 2007-09-17 20:21:44 UTC
Obsolete milestone, please reevaluate
Comment 5 Jun Qian 2008-03-05 21:31:55 UTC
Chikkala, could you take a look at this?
Comment 6 Srinivasan Chikkala 2008-03-06 20:01:39 UTC
The attached project zip file can not work with the latest netbeans (6.1) as the bpel module project properties are in
compatible and the bpel process is not valid in the bpel editor

the target component name for the bpel engine is not correct. It is com.sun.bpelse, but the current name for the bepl
engine in the open-esb shiped with glassfish is "sun-bpel-engine"

Please correct the bpel module to change the target bpel engine name and then add it to the composite app project. Also
correct the bpel document so that the bpel editor can view it.


Comment 7 Srinivasan Chikkala 2008-03-12 21:07:07 UTC
The project file in the attached zip file is invalid.