[jboss-user] [EJB 3.0] - Re: Client accessing EJB3 via RMIoverHTTTP on Port 80
itsme
do-not-reply at jboss.com
Wed Jun 20 03:08:52 EDT 2007
In addition to my last post is here the exception stack trace when calling from client side:
| Exception in thread "AWT-EventQueue-0" java.lang.ClassCastException: java.lang.String
| at org.jboss.aspects.remoting.InvokeRemoteInterceptor.invoke(InvokeRemoteInterceptor.java:62)
| 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:53)
| at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
| at org.jboss.ejb3.remoting.IsLocalInterceptor.invoke(IsLocalInterceptor.java:72)
| at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
| at org.jboss.ejb3.stateless.StatelessRemoteProxy.invoke(StatelessRemoteProxy.java:103)
| at $Proxy1.login(Unknown Source)
|
However the delivered proxy is configured right. Is there an unmarshaller missing. How would this get configured.
Sandor
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055897#4055897
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4055897
More information about the jboss-user
mailing list