Wolf-Dieter Fink [https://community.jboss.org/people/wdfink] created the discussion
"Re: Local lookup failing" To view the discussion, visit: https://community.jboss.org/message/749809#749809 -------------------------------------------------------------- Do you pack the interface classes into both archives, that will force such ClassCastExecptions for the same class, as it is loaded by different classloaders. You can drop the interface classes from your archive and provide it as a module. Or you might use call-by-value instead of call-by-reference (in that case you use it global and you can not use local interfaces). -------------------------------------------------------------- Reply to this message by going to Community [https://community.jboss.org/message/749809#749809] Start a new discussion in JNDI and Naming at Community [https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2083]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
