Hi,
I am getting the following error
" Exception in thread "main" java.lang.ClassCastException: $Proxy0 cannot be cast to com.test.Remote1
at com.test.TestBean.main(TestBean.java:17)"
I have a client in the same directory as the ejb java files. The ejb is deployed on JBOSS. The jndi name of the EJB is 'Bean1-test'.
I have not added the jboss-common.jar file in classpath.
Is this the problem. I have jboss 5.1
Any help is most welcome
Praveen