Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 314690

Summary: JmsBinding not fully supported
Product: z_Archived Reporter: bachra04 <bechirasma>
Component: ScaAssignee: Project Inbox <stp.sca-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description bachra04 CLA 2010-05-27 10:58:41 EDT
Build Identifier: 

Currently in version 2.0.1 JmsBinding is not complete e.g does not allow to add Destination.

e.g.

currently we have the following output:
<sca:reference name="ss">
<sca:binding.jms name="asa" initialContextFactory="aa" jndiURL="qsa" operationProperties="ww:a" requestConnection="ww:a"/>
</sca:reference>

We need something that is Tuscany compliant like :
<sca:reference name="SmpAdaptorSendRef">
<sca:binding.jms correlationScheme="None" initialContextFactory="org.apache.activemq.jndi.ActiveMQInitialContextFactory " jndiURL="tcp://localhost:61616">
<sca:destination create="ifnotexist" name="net.xxx.smp.smpeventqueue"/>
<sca:response>
<sca:destination create="ifnotexist" name="responseQueue"/>
</sca:response>
<tuscany:wireFormat.jmsObject/>
</sca:binding.jms>
</sca:reference>


Reproducible: Always