[jboss-user] [EJB 3.0] - Is it a bug? ClassCastException for org.jboss.remoting.Invok

uozturk do-not-reply at jboss.com
Thu Nov 16 20:07:38 EST 2006


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#3986716

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3986716



More information about the jboss-user mailing list