Author: rmannibucau
Date: Wed Aug 22 19:52:34 2012
New Revision: 1376210

URL: http://svn.apache.org/viewvc?rev=1376210&view=rev
Log:
using another port that the AMQ default one - never a good idea on mutualized 
CI platform

Modified:
    
openejb/trunk/openejb/examples/client-resource-lookup-preview/src/test/java/org/superbiz/client/SenderTest.java
    
openejb/trunk/openejb/examples/client-resource-lookup-preview/src/test/resources/arquillian.xml

Modified: 
openejb/trunk/openejb/examples/client-resource-lookup-preview/src/test/java/org/superbiz/client/SenderTest.java
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/client-resource-lookup-preview/src/test/java/org/superbiz/client/SenderTest.java?rev=1376210&r1=1376209&r2=1376210&view=diff
==============================================================================
--- 
openejb/trunk/openejb/examples/client-resource-lookup-preview/src/test/java/org/superbiz/client/SenderTest.java
 (original)
+++ 
openejb/trunk/openejb/examples/client-resource-lookup-preview/src/test/java/org/superbiz/client/SenderTest.java
 Wed Aug 22 19:52:34 2012
@@ -61,7 +61,7 @@ public class SenderTest {
         // can be set this way or with the key Resource/<type>
         // in fact we create on client side a mini jndi tree
         // the key is the jndi name (the one used for the lookup)
-        System.setProperty("aConnectionFactory", 
"connectionfactory:org.apache.activemq.ActiveMQConnectionFactory:tcp://localhost:61616");
+        System.setProperty("aConnectionFactory", 
"connectionfactory:org.apache.activemq.ActiveMQConnectionFactory:tcp://localhost:11616");
         System.setProperty("aQueue", 
"queue:org.apache.activemq.command.ActiveMQQueue:LISTENER");
     }
 

Modified: 
openejb/trunk/openejb/examples/client-resource-lookup-preview/src/test/resources/arquillian.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/client-resource-lookup-preview/src/test/resources/arquillian.xml?rev=1376210&r1=1376209&r2=1376210&view=diff
==============================================================================
--- 
openejb/trunk/openejb/examples/client-resource-lookup-preview/src/test/resources/arquillian.xml
 (original)
+++ 
openejb/trunk/openejb/examples/client-resource-lookup-preview/src/test/resources/arquillian.xml
 Wed Aug 22 19:52:34 2012
@@ -29,7 +29,7 @@
       <property 
name="appWorkingDir">target/arquillian-test-working-dir</property>
       <property name="properties">
         aResourceAdapter = new://Resource?type=ActiveMQResourceAdapter
-        aResourceAdapter.BrokerXmlConfig = 
broker:(tcp://localhost:61616?daemon=true)?persistent=false&amp;deleteAllMessagesOnStartup=true
+        aResourceAdapter.BrokerXmlConfig = 
broker:(tcp://localhost:11616?daemon=true)?persistent=false&amp;deleteAllMessagesOnStartup=true
         aResourceAdapter.DataSource =
 
         aConnectionFactory = new://Resource?type=javax.jms.ConnectionFactory
@@ -42,4 +42,4 @@
       </property>
     </configuration>
   </container>
-</arquillian>
\ No newline at end of file
+</arquillian>


Reply via email to