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