hemant borole

Greenhorn
+ Follow
since Apr 03, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by hemant borole

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