users@glassfish.java.net

Re: NamingException ejb ref resolution error for remote business interface

From: <glassfish_at_javadesktop.org>
Date: Thu, 29 Nov 2007 09:40:37 PST

The interface is on the classpath. I am sure that the RCP application can find the class from the following code executing without error:

                try {
                        clazz = (Class<ArtifactService>)this.getClass().getClassLoader().loadClass(
                                        "com.cerner.ipsvc.artifact.ArtifactService");
                } catch (ClassNotFoundException e1) {
                        // TODO Auto-generated catch block
                        e1.printStackTrace();
                }

This seems to be an issue with which classloader the EJB is using. Is there something I can do to help determine if this is the case?

Thanks for the help!
[Message sent by forum member 'psg9999' (psg9999)]

http://forums.java.net/jive/thread.jspa?messageID=247853