Yes thats possible, the wireFormat is designed to be extensible so you
can create new ones as required. We don't have this structured in
Tuscany to make it totaly obvious what you need to do but you can see
the code of the existing Tuscany ones at:
https://svn.apache.org/repos/asf/tuscany/java/sca/modules/binding-jms-runtime/src/main/java/org/apache/tuscany/sca/binding/jms/wireformat

   ...ant

On Thu, Oct 8, 2009 at 10:01 AM, Konradi, Philipp
<[email protected]> wrote:
> I wasn't aware of this possibility, does it mean one can configure different 
> data formats for request and response messages?
>
> Best,
> Philipp
>
>> -----Original Message-----
>> From: ant elder (JIRA) [mailto:[email protected]]
>> Sent: Wednesday, October 07, 2009 3:16 PM
>> To: [email protected]
>> Subject: [jira] Created: (TUSCANY-3297) JMS Binding schema doens't
>> allow custom wireFormats in JMS response element
>>
>> JMS Binding schema doens't allow custom wireFormats in JMS response
>> element
>> -----------------------------------------------------------------------
>> ----
>>
>>                  Key: TUSCANY-3297
>>                  URL: https://issues.apache.org/jira/browse/TUSCANY-
>> 3297
>>              Project: Tuscany
>>           Issue Type: Bug
>>           Components: OASIS Compliance - OASIS
>>             Reporter: ant elder
>>              Fix For: Java-SCA-2.0
>>
>>
>> The 1.1 CD04 version of the JMS Binding schema doens't appear to allow
>> custom wireFormats in JMS response element so the following binding
>> fails schema validation:
>>
>>    <binding.jms>
>>       <destination jndiName="HelloWorldService1"/>
>>       <response>
>>          <tuscany:wireFormat.jmsObject />
>>       </response>
>>    </binding.jms>
>>
>> I've raised the issue with the JMS binding spec and will add a work
>> around to the Tuscany JMS binding xsd for now
>>
>>
>> --
>> This message is automatically generated by JIRA.
>> -
>> You can reply to this email to add a comment to the issue online.
>
>

Reply via email to