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 112458 - Unable to deploy Composite Application with reference to other project.
Summary: Unable to deploy Composite Application with reference to other project.
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Project (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Vladimir Yaroslavskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-09 14:38 UTC by Michael Nazarov
Modified: 2007-09-03 17:38 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
log (685.01 KB, text/plain)
2007-08-09 14:40 UTC, Michael Nazarov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Nazarov 2007-08-09 14:38:02 UTC
Product Version: NetBeans IDE Dev (Build 200708081200)

Ok, there was issue about Composite Application with EJB module. See 108297.
Now problem became deeper - I was unable to deploy sample composite application (BluePrint1 sample actually) with 
reference to other project (BPEL module).

Steps to reproduce:

1. Start IDE, Start GF.
2. Create BluePrint1 sample and BPEL module.
3. Add to Sample reference to Module.
4. Add to Module sample XML schema.
5. Import to purchaseOrder reference to newLoanApplication.
6. Deploy Composite Application.

Build will failed.

BTW AS itself starts with number of exceptions.
Comment 1 Michael Nazarov 2007-08-09 14:40:56 UTC
Created attachment 46404 [details]
log
Comment 2 Sergey Lunegov 2007-08-09 14:48:00 UTC
Looks to me like runtime issue. Murali, would you please look at this.
Comment 3 Jun Qian 2007-08-14 02:40:11 UTC
This probably has nothing to do with runtime. Most likely the project reference feature is broken during the recent
refactoring from BPEL/XSLT Project to Base Project.

Vitaly, could you take a look at this problem?
Comment 4 Vitaly Bychkov 2007-08-15 06:01:58 UTC
The crossproject references work for me in case new projects, 
i.e. if one put all (wsdls, xsd, bpel) from BluePrint1 sample into newly created project.

As I see when one trying to add reference into the sample project then build-impl.xml doesn't changed.
I'm working on it.
Comment 5 Jun Qian 2007-08-16 23:47:30 UTC
Maybe the build-impl.xml and its checksum in genfiles.properties are out of sync? Just some random guess.
Comment 6 Vitaly Bychkov 2007-08-17 09:48:28 UTC
Jun you are right - we have problem with genfiles.properties.

No one SOA sample project have genfiles.properties.
Vladimir please look at it.
Comment 7 Vladimir Yaroslavskiy 2007-08-17 13:22:05 UTC
Added genfiles.properties in samples.
Comment 8 Michael Nazarov 2007-09-03 17:38:02 UTC
Product Version: NetBeans IDE Dev (Build 200709030000)