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 103189 - Layer.xml requires specific format for SeeBeyondJbiComponents
Summary: Layer.xml requires specific format for SeeBeyondJbiComponents
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: Composite Application (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jun Qian
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-03 01:53 UTC by Julie Knight
Modified: 2009-11-08 09:28 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Julie Knight 2007-05-03 01:53:48 UTC
We want to be able to let our partners use their own naming convention for CASA.
 Seems layer.xml requires a certain format for the values in the
SeeBeyondJbiComponents section.  We that should section should be more flexible
per the email below.

 Hi Tien,
 I don't want to waste everyones time with following this email trail any longer
and I will stop responding to this thread. Jun is aware of the changes that we
had to make (by trial and error) to get some of the BCs to show in the CASA
editor and I will let him document this but below is one thing that seems to
make it work for the SIP and some other BCs:

 The layer.xml under:
 http://www.netbeans.org/source/browse/enterprise/openesbaddons/contrib-gestalt/sipbc/src/com/gestalt/netbeans/modules/wsdlextensions/sip/
 had to be modified - under folder name "SeeBeyondJbiComponents" attr name "id"
to specify "com-gestalt-jbi-sip" instead of "com.gestalt.jbi.sip"
 e.g.
 <folder name="SeeBeyondJbiComponents">
 <!-- JBI Component -->
 -
 <folder name="SIP">
 <attr name="id" stringvalue="com-gestalt-jbi-sip"/>
 <attr name="type" stringvalue="Binding"/>
 <attr name="description" stringvalue="Description of binding component : SIP"/>
 -
 <file name="SIP">
 <attr name="namespace"
stringvalue="http://schemas.sun.com/jbi/wsdl-extensions/sip/"/>
 </file>
 </folder>

 Thanks,
 Fred Aabedi
 Open ESB Community http://open-esb.org