Hi! elouan wrote: > I know that this is some Classloader issue, and i was wondering if there > was some other way to solve this than : > a) put both beans in the same EAR file > b) put all the shared classes in the Jboss Classpath instead of packed > with the bean? You can put the shared classes in a JAR in the EAR file. That way it will be shared between all beans in the EAR properly. regards, Rickard -- Rickard Öberg Email: [EMAIL PROTECTED] -- -------------------------------------------------------------- To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] List Help?: [EMAIL PROTECTED]
