I seemed to have reached a stopping block on migrating from Weblogic to JBoss.
 
Our current code base does not provide a Principal / Credential when creating an InitialContext. As a result, when I try to create an EJB, JBoss always returns:
 
'No security context set'
 
and then throws an exception.
 
I would guess that in Weblogic, if an InitialContext is created without a Principal, then it may either assume that the user is the system, or maybe it just processes null Principals differently....?
 
I've tried removing the JAAS MLET from jboss.jcml; commenting out the SecurityInterceptors in standardjboss.xml; but I still get the same message.
 
Is there an easy way around this?
 
Thanks
 
-Scott

Reply via email to