I see ,but only tansaction problem

<?xml version="1.0" encoding="UTF-8"?>
<openejb>

                <Resource id="DB2" type="DataSource">
                  JdbcDriver =com.ibm.db2.jcc.DB2Driver
                  XADataSource=com.ibm.db2.jcc.DB2XADataSource
                  JdbcUrl =jdbc:db2://22.104.102.127:61118/wiki
                  UserName =wiki
                  Password =123456
                  JtaManaged =true
                </Resource>
                
                <Resource id="H2" type="DataSource">
                  JdbcDriver=org.h2.Driver
                  XADataSource=org.h2.jdbcx.JdbcDataSource
                  JdbcUrl
=jdbc:h2:tcp://22.104.178.97:8080/mem:memdb;DB_CLOSE_DELAY=-1;MODE=DB2
                  UserName =abc
                  Password =123
                  JtaManaged =true
                </Resource>             


  <Resource id="MyJmsResourceAdapter" type="ActiveMQResourceAdapter">
                        # Broker configuration URI as defined by ActiveMQ 
                        # see 
http://activemq.apache.org/broker-configuration-uri.html 
                        #BrokerXmlConfig = broker:(tcp://localhost:61616)       
                        
                        # Broker address 
                        ServerUrl = tcp://localhost:61616      
  </Resource>








<Deployments dir="apps/" />



</openejb>




--
View this message in context: 
http://openejb.979440.n4.nabble.com/about-openejb-standalone-transaction-control-tp4660358p4660404.html
Sent from the OpenEJB Dev mailing list archive at Nabble.com.

Reply via email to