See the attached notxfs-ds.xml configuration that is used in the 3.2.1 version of the book.

--
xxxxxxxxxxxxxxxxxxxxxxxx
Scott Stark
Chief Technology Officer
JBoss Group, LLC
xxxxxxxxxxxxxxxxxxxxxxxx


Srinivas Malladi wrote:
Hi Scott, I'm trying chaper 7 example for JCA and It is not working. Do I need to create a sar file or not for JCA adaptor? We are using JBOSS as the application server for all enterprise and need to access file system from EJBS. How do I deploy JBOSS-Service.xml. In the example build scripts, the ant script is copies it into deploy directory where as in document it is metentioned to create a sar file. When I deploy jboss-service.xml into deploy directory, I'm getting following error for MBEANS. However, the rar file is successfully deployed.


<!-- The non-transaction FileSystem resource adaptor service configuration
-->
<connection-factories>
   <no-tx-connection-factory>
      <jndi-name>NoTransFS</jndi-name>
      <adapter-display-name>File System Adapter</adapter-display-name>
      <config-property name="FileSystemRootDir" type="java.lang.String">/tmp/db/fs_store</config-property>
   </no-tx-connection-factory>
</connection-factories>

Reply via email to