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 106546

Summary: 3 SOA samples are failed to be deployed
Product: usersguide Reporter: _ hong_lin <hong_lin>
Component: SOAAssignee: Vladimir Yaroslavskiy <yaroslavskiy>
Status: VERIFIED WORKSFORME    
Severity: blocker CC: jqian
Priority: P1    
Version: 6.x   
Hardware: All   
OS: Windows Vista   
Issue Type: DEFECT Exception Reporter:

Description _ hong_lin 2007-06-13 16:58:49 UTC
Build: NB 6.0 nightly build 200706130000

The three SOA samples (AsynchronousSample, SynchronousSample, and TRS) are failed to be deployed. BluePrint samples are
fine.

The sample of error I got:
Failed execution of Deploy
ERROR: (JBIMA1809) Invalid archive C:\Program
Files\glassfish-v2-b50\domains\domain1\jbi\tmp\7595e39b113259d19647f9e\SynchronousSampleApplication.zip. The descriptor
file META-INF/jbi.xml is missing.
C:\Users\Hong\Documents\NetBeansProjects\SynchronousSample\SynchronousSampleApplication\nbproject\build-impl.xml:238:
Service assembly deployment failed.
BUILD FAILED (total time: 1 second)
Comment 1 Jun Qian 2007-06-13 22:28:16 UTC
The build failure is probably related to the recent relocation of some binding components (ftp, jdbc, sap, etc.) from
enterprise/wsdlextensions to enterprise/openesbaddons. Since those binding components are no longer part of the regular
NB build, CompApp was confused. CompApp has been fixed to ignore unknown binding components (~11:40pm PT, 6/12) so this
should not be a problem with the latest build. However, there are still some other sample problems (106445 and 106447)
pending.

It probably makes sense to remove those binding components from src/conf/ComponentInformation.xml and
src/conf/BindingComponentInformation.xml in the prepackaged samples since they are no longer part of the regular NB.
Actually, I think we could probably clear all the components in these two files in the prepackaged samples and let
CompApp populate those files at project creation time.




Comment 2 Vladimir Yaroslavskiy 2007-06-15 10:37:47 UTC
I tried to deploy and test SOA samples, Async, Sync and TRS: everything works fine.
Build 765, GlassFish v2 Build 50.
Comment 3 Andrei Chistiakov 2007-06-27 14:52:27 UTC
Verified in build 200706262201.