We implemented the JCA Adapter from Chapter 7 of the Admin Devel Book for 
JBoss. The JCA Adapter is accessed  from an EJB that is located within an EAR 
file. 

Everything works fine as long as we do not use a custom Classloader Repository 
for the EAR file. If we set 

<jboss-app>
  <loader-repository>at.sozvers:loader=test.ear
    
<loader-repository-config>java2ParentDelegation=true</loader-repository-config> 
  </loader-repository>  
</jboss-app>

we get the folloging Exception:

org.jboss.resource.JBossResourceException: Unchecked throwable in 
ManagedConnection.getConnection(); - nested throwable: 
(java.lang.reflect.UndeclaredThrowableException)

java.lang.NoClassDefFoundError: org/jboss/chap7/ex1/ra/FSDirContext

Is this a bug in JBoss? btw. we are trying with JBoss 3.2.6

Thx
Rene

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

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


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to