"[EMAIL PROTECTED]" wrote : Bingo on the last reply, that is indeed the 
solution. However, this will work for JBoss 4.0 and not for JBoss 3.x. 
Remember, at the very least to include the version of JBoss that you are using 
so we can be of better help. 
  | 
  | 

Weston (or anyone), can you please tell me what Classloader repository these 
libraries get added to when you use the MANIFEST approach?

I'm doing this with iBatis within an EAR but what happens is then iBAtis can 
not find external XML files that are part of my JAR within the EAR.  I've tried 
even jar'ing them up into an optional library, adding it to my JAR's MANIFEST 
file, and that doesn't work...thought I could get both coming from the same 
repository.  The only way I seem to be able to get it to go is to call 
getObject().getClassLoader() and set the thread's CurrentContextClassLoader().  
 But that then causes iBAtis not to find some result objects that exist in the 
optional library I'm trying to share across EARs.

I'm using 403SP1 with EAR isolation on (I believe if I set it to false, it will 
work but that's not what I really want).

Am I doing something wrong?

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

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


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to