Hi: I had and java app that connected to a jboss EJB and was working fine with 4.0.0. I have recompiled both the EJB and the app with the jboss 4.0.3 classes, deployed them on a 4.0.3 jboss, made sure configuration between 4.0.0 and 4.0.3 was same and now the external app does not work. I get:
| javax.naming.CommunicationException [Root exception is java.io.InvalidClassException: org.jboss.invocation.MarshallingInvokerInterce | ptor; unable to create instance] | at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:707) | at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:572) | at javax.naming.InitialContext.lookup(Unknown Source) I have gone through the changes between versions but can't find anything related (that at least makes sense to me) I have not changed the code of any of the apps. Any ideas? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903814#3903814 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3903814 ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today * Register for a JBoss Training Course Free Certification Exam for All Training Attendees Through End of 2005 Visit http://www.jboss.com/services/certification for more information _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
