Hello I've developed a small EJB 3.0 app with JBossIDE and deployed to JBoss 4.0.4 GA.
Application Client tests are OK. But web application fails. Got the following exception
when calling any method of my test stateless bean:
java.lang.ClassCastException: org.jboss.remoting.InvokerLocator
at
org.jboss.aspects.remoting.InvokeRemoteInterceptor.invoke(InvokeRemoteInterceptor.java:47)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
at
org.jboss.aspects.tx.ClientTxPropagationInterceptor.invoke(ClientTxPropagationInterceptor.java:61)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
at
org.jboss.aspects.security.SecurityClientInterceptor.invoke(SecurityClientInterceptor.java:55)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
at org.jboss.ejb3.remoting.IsLocalInterceptor.invoke(IsLocalInterceptor.java:65)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
at org.jboss.ejb3.stateless.StatelessRemoteProxy.invoke(StatelessRemoteProxy.java:102)
at $Proxy75.getBolge(Unknown Source)
at mim.web.main.BolgeAccordion.loadDataModel(BolgeAccordion.java:44)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986716#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...