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 - 3 SOA samples are failed to be deployed
Summary: 3 SOA samples are failed to be deployed
Status: VERIFIED WORKSFORME
Alias: None
Product: usersguide
Classification: Unclassified
Component: SOA (show other bugs)
Version: 6.x
Hardware: All Windows Vista
: P1 blocker (vote)
Assignee: Vladimir Yaroslavskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-13 16:58 UTC by _ hong_lin
Modified: 2007-06-27 14:52 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.