<connection-factories>
  |     <no-tx-connection-factory>
  |         <jndi-name>ftisoft/jca/FileSystem/local</jndi-name>
  |         <rar-name>ftisoft.resource.adapters.rar</rar-name>
  | <connection-definition>javax.resource.cci.ConnectionFactory</connection-definition>
  |         <config-property name="EisType" 
type="java.lang.String">FileSystem.local</config-property>
  |         <config-property name="Prefix" 
type="java.lang.String">FileSystem.local</config-property>
  |         <config-property name="Properties" 
type="java.lang.String">META-INF/Filesystem.local</config-property>
  | </connection-factories>

my -ds.xml file.

I looked into the log (after turning tracing on) and I found the following:

2004-08-17 14:48:12,102 DEBUG [org.jboss.management.j2ee.JCAResource] Could not create 
JSR-77 JCAResource: ftisoft/jca/FileSystem/local
java.lang.NullPointerException
        at org.jboss.management.j2ee.JCAResource.getParentKeys(JCAResource.java:235)
        at org.jboss.management.j2ee.J2EEManagedObject.(J2EEManagedObject.java:178)
        at org.jboss.management.j2ee.J2EEResource.(J2EEResource.java:34)
        at org.jboss.management.j2ee.JCAResource.(JCAResource.java:129)
        at org.jboss.management.j2ee.JCAResource.create(JCAResource.java:68)
        at 
org.jboss.management.j2ee.factory.JCAResourceFactory.create(JCAResourceFactory.java:79)


It seems the JCAResourceFactory doesn't find the RARDeployment service, because I 
referenced tar rar alone and didn't specify the ear file.

I changed the rar-name to ftisoft.app.ear#ftisoft.resource.adapters.rar and it worked.

I shouldn't need to reference my own ear file. that would be kind of cyclic loop.

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

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


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to