I have an EAR file packaged like this:

my.ear:
my.ear/META-INF/MANIFEST.MF
my.ear/META_INF/application.xml
my.ear/lib/ibatis-common-2.jar
my.ear/lib/ibatis-sqlmap-2.jar
my.ear/lib/ibatis-map-2.jar
my.ear/my.jar

my.jar:
my.jar/com/blah/blah
my.jar/META-INF/MANIFEST.MF

my.ear's MANIFEST file has a Class-Path entry with lib/ibatis* etc. so iBatis 
can seen within the entire EAR deployment.

However, now within my.jar, when I try to load a map file, I get a IOExcetion 
claiming iBatis can not find a map file in the current classpath. 

com.blah.org/ibatis/dao/maps/Map.xml

Can someone please explain to me what's going on here?

Thanks!

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

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


-------------------------------------------------------
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