[jboss-user] [JCA/JBoss] - Re: Resource adapter deployment problem

vickyk do-not-reply at jboss.com
Tue Jul 10 06:13:19 EDT 2007


Look at sample application explained here 
http://docs.jboss.org/jbossas/jboss4guide/r3/html/ch7.chapt.html#d0e15145
You would notice the binding done by using the <connection-factories> tag as <!DOCTYPE connection-factories PUBLIC
  |           "-//JBoss//DTD JBOSS JCA Config 1.5//EN"
  |           "http://www.jboss.org/j2ee/dtd/jboss-ds_1_5.dtd">
  | <!--   
  |        The non-transaction FileSystem resource adaptor service configuration
  | -->
  | <connection-factories>
  |     <no-tx-connection-factory>
  |         <jndi-name>NoTransFS</jndi-name>
  |         <rar-name>chap7-ex1.rar</rar-name>
  |         <connection-definition>
  |              org.jboss.chap7.ex1.ra.DirContextFactory
  |         </connection-definition>
  |         <config-property name="FileSystemRootDir"
  |                          type="java.lang.String">/tmp/db/fs_store</config-property>
  |     </no-tx-connection-factory>
  | </connection-factories>
Look at the jndi-name at the above contents .


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

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



More information about the jboss-user mailing list