You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "ant elder (JIRA)" <de...@tuscany.apache.org> on 2011/08/19 09:31:27 UTC

[jira] [Closed] (TUSCANY-3637) Tuscany JMS binding doesn't work with active mq

     [ https://issues.apache.org/jira/browse/TUSCANY-3637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ant elder closed TUSCANY-3637.
------------------------------

    Resolution: Fixed

No comments that the approach suggested in the JIRA comments doesn't work ok

> Tuscany JMS binding doesn't work with active mq
> -----------------------------------------------
>
>                 Key: TUSCANY-3637
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3637
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA JMS Binding Extension
>    Affects Versions: Java-SCA-2.0-M5
>         Environment: Tuscany 2.0 M5. 
> Windows XP SP3
> JDK 1.6
>            Reporter: zhaoyi
>             Fix For: Java-SCA-2.x
>
>
> When deploy a service with JMS binding, Tuscany will throw an exception for the jms composite file.
> [INFO] Trace
> java.lang.IllegalStateException: org.oasisopen.sca.ServiceRuntimeException: [Con
> tribution: file:tuscany-sca-2.0-SNAPSHOT-src/itest/j
> ms/oneway/target/itest-jms-oneway.jar, Artifact: oneway/OneWayService.composite]
>  - Element {http://docs.oasis-open.org/ns/opencsa/sca/200912}binding.jms cannot
> be processed. (Line number = -1
> Column number = -1
> System Id = null
> Public Id = null
> Location Uri= null
> CharacterOffset = -1
> )
>         at org.apache.tuscany.sca.node.impl.NodeImpl.start(NodeImpl.java:173)
>         at org.apache.tuscany.maven.plugin.TuscanyRunMojo.execute(TuscanyRunMojo
> .java:105)
>         at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlugi
> ...
> The composite file is:
> <composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912"
>            targetNamespace="http://itest"
>            name="OneWayServiceComposite">
>     <component name="OneWayService">
>         <implementation.java class="org.apache.tuscany.sca.binding.jms.OneWayServiceImpl"/>
>         <service name="OneWayService">
>             <binding.jms>
>                <destination jndiName="DestQueueA" create="always"/>
>             </binding.jms>  
>         </service> 
>     </component>       
> </composite>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira