Hi Andreas,
I have my client which is just another project in the same workspace. I dont see why my workspace would have different JVM.(s) Yet I get this error. And I just cant figure out why.
This is what I did. I created the EJB as a EJB Project. In the same workspace I have a client which is a
Java Project. The client has the localhome and local interface of the ejb in its classes (output directory).
After deploying, restarting
jboss and running the application I get the error
Exception in
thread "main" java.lang.NullPointerException
at org.jboss.ejb.plugins.local.LocalHomeProxy.invoke(LocalHomeProxy.java:118)
at $Proxy0.create(Unknown Source)
at beanClient.UseBean.main(UseBean.java:22)
Can you help me with this