It still doesn't work.  I get the same error message.


My orion-application.xml file looks like this:

<?xml version="1.0"?>
<!DOCTYPE orion-application PUBLIC "-//Evermind//DTD J2EE Application
runtime 1.2//EN" "http://www.orionserver.com/dtds/orion-application.dtd">
<orion-application deployment-version="1.3.8">
 <ejb-module remote="false" path="AgentRegistrar.jar" />
 <persistence path="persistence" />
 <principals path="principals.xml" />
 <log>
  <file path="application.log" />
 </log>
 <namespace-access>
  <read-access>
  <namespace-resource root="">
   <security-role-mapping name="&lt;jndi-user-role&gt;">
    <group name="Administrator" />
   </security-role-mapping>
  </namespace-resource>
  </read-access>
  <write-access>
  <namespace-resource root="">
   <security-role-mapping>
    <group name="Administrator" />
   </security-role-mapping>
  </namespace-resource>
  </write-access>
 </namespace-access>

</orion-application>

Administrator is defined in orion/config/principals.xml.  I added it to the
principals.xml for my EAR as well, with no luck.



Reply via email to