Thanks for the reply Adrian, I've found the cause of the CNFE. Basically rar deployment file of the embeded rar (-ds.xml) was residing outside the ear. When I moved it inside ear CNFE was resolved - make sense I supposed :)
However, I still have some strange issue with isolated classloader - i.e., there are several jars inside the ear which bundle duplicated (and sometimes inconsitent version of) xml libraries. Somehow these libraries gets loaded and causes class cast exception and etc. After cleaning up and removing all the duplicates then JBoss will be happy. What I'm wondering is if JBoss uses parent first classloader delegation model then these library shouldn't cause any issue. The app orginally runs on Weblogic and I have ported the application to run on Websphere without these issue with duplicate xml libraries. Any insight or pointers would be appreciated. Regards, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3900531#3900531 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3900531 ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
