[jboss-user] [JCA/JBoss] - Re: RA deployment in JBoss

jeff.yuchang do-not-reply at jboss.com
Wed Oct 17 10:50:40 EDT 2007


Firstly, thanks for your reply, to make you easy understood my situation, I will post all relevant xml configure file. ;-)

1. application.xml

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

	<display-name>cxf-jca</display-name>
	
		cxf.rar
	


2. jboss-app.xml
<?xml version="1.0" encoding="UTF-8"?>
<jboss-app>
	<loader-repository>
		apache.cxf:loader=cxf.ear
		<loader-repository-config>
		java2ParentDelegation=false
		</loader-repository-config>
	</loader-repository>
	
		cxf-ds.xml
	
</jboss-app>

3. cxf-ds.xml
<?xml version="1.0" encoding="UTF-8"?>
<connection-factories>
  <no-tx-connection-factory>
    <jndi-name>EIS/CXFConnector</jndi-name>
    <rar-name>cxf.ear#cxf.rar</rar-name>
    <connection-definition>org.apache.cxf.connector.CXFConnectionFactory</connection-definition>
  </no-tx-connection-factory>
</connection-factories>



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4096124#4096124

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4096124



More information about the jboss-user mailing list