Hi!

I have come to an error when I try to obtain the session through its
handle:

<Error source="JBoss">
Authentication exception, principal=null

[Shopping] java.rmi.RemoteException: checkSecurityAssociation; nested
exception is:
[Shopping]      java.lang.SecurityException: Authentication exception
[Shopping] java.lang.SecurityException: Authentication exception
[Shopping]      at
org.jboss.ejb.plugins.SecurityInterceptor.checkSecurityAssociation(SecurityInterceptor.java:212)
[Shopping]      at
org.jboss.ejb.plugins.SecurityInterceptor.invokeHome(SecurityInterceptor.java:144)
[Shopping]      at
org.jboss.ejb.plugins.StatefulSessionInstanceInterceptor.invokeHome(StatefulSessionInstanceInterceptor.java:99)

</Error>

The code is like this one:
<code>
                shopping.getHandle().getEJBObject();
</code>

I am using JBoss + Tomcat

Thanks

Arion


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to