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

gengshaoguang updated TUSCANY-1874:
-----------------------------------

    Attachment: OutboundJmsTestCase.java

This testcase compile under jdk1.6.

And more depend must add to pom:

         <dependency>
                        <groupId>org.apache.activemq</groupId>
                        <artifactId>activemq-core</artifactId>
                        <version>4.1.1</version>
                        <scope>test</scope>
                </dependency>
                <dependency>
                        <groupId>org.apache.activemq</groupId>
                        <artifactId>activemq-ra</artifactId>
                        <version>4.1.1</version>
                        <scope>test</scope>
                </dependency>
                <dependency>
                        <groupId>org.apache.geronimo.specs</groupId>
                        <artifactId>geronimo-jms_1.1_spec</artifactId>
                        <version>1.1</version>
                        <scope>test</scope>
                </dependency>
                <dependency>
                        <groupId>org.apache.derby</groupId>
                        <artifactId>derby</artifactId>
                        <version>10.3.1.4</version>
                        <scope>test</scope>
                </dependency>

> An outbound jms XA testcase run under policy-transaction
> --------------------------------------------------------
>
>                 Key: TUSCANY-1874
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1874
>             Project: Tuscany
>          Issue Type: Improvement
>          Components: Java SCA Core Runtime
>    Affects Versions: Java-SCA-Next
>         Environment: svn trunk activemq tuscnay::policy-transaciton
>            Reporter: gengshaoguang
>         Attachments: OutboundJmsTestCase.java
>
>
> Hello, every one:
> I created a TestCase address out-bound jms managed by TransactionManager of 
> the current policy-transaction module.
> I would like to expand this test case to a manageable remote ws referencing 
> over jms.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to