Im trying to deploy my resource adapter but im unable due to the following 
error:

09:38:12,187 ERROR [RARDeployment] 
  | Could not find ManagedConnectionFactory class: 
  | com.retail_logic.solve3.outputadapter.resource.ManagedConnectionFactory
  | java.lang.ClassNotFoundException: No ClassLoaders found for: 
  | com.retail_logic.solve3.outputadapter.resource.ManagedConnectionFactory

My ra.xml contains the following:

<managedconnectionfactory-class>
  | com.retail_logic.solve3.outputadapter.resource.ManagedConnectionFactory
  | </managedconnectionfactory-class>
  | 

And my OutputAdapter-ds.xml contains the following:

<connection-factories>
  |   <no-tx-connection-factory>
  |     <jndi-name>ConnectionFactory</jndi-name>
  |     <rar-name>IntegrationTests.ear#OutputAdapter.rar</rar-name>   
  |     <connection-definition>
  |     com.retail_logic.solve3.outputadapter.resource.cci.ConnectionFactory
  |     </connection-definition>
  | 
  |     <min-pool-size>0</min-pool-size>
  |     <max-pool-size>1000</max-pool-size>
  |             
  |     <blocking-timeout-millis>5000</blocking-timeout-millis>
  |     <idle-timeout-minutes>5</idle-timeout-minutes>
  | 
  |     <criteria>ByNothing</criteria>
  | 
  |   </no-tx-connection-factory>
  | 
  | </connection-factories>
  | 

The contents of IntegrationTests.ear is:

IntegrationTests.ear
|--IntegrationTests.war
|--OutputAdapter.jar
|--OutputAdapter.rar
|----com/retail_logic/solve3/outputadapter/resource/ManagedConnectionFactory.class
|--OutputAdapter.sar

Can anyone maybe think of something that im missing?

Thanks

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

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


-------------------------------------------------------
This SF.net email is sponsored by Demarc:
A global provider of Threat Management Solutions.
Download our HomeAdmin security software for free today!
http://www.demarc.com/info/Sentarus/hamr30
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to