The other question has to do with using the User Manager.  When I add the following to my orion-application.xml I get the NamingException when it is deployed.  What is the trick to doing this?  According to one poster, the atm example demonstrated this, but I must have a different version of the atm example.
 
<user-manager class="com.evermind.ejb.EJBUserManager">
  <property name="home" value="com.evermind.ejb.EJBUser" />
  <property name="defaultGroups" value="users" />
</user-manager>"
  
 
Finally, a tutorial for usermanager stuff was started over at Orionsupport.com, but never finished.  Is there a new version of this?  Here is the url I have: http://www.orionsupport.com/tutorials/usermanager/intro.jsp
 
            Thanks,
                John

I get "Error updating application estore: Error initializing userManager
'com.evermind.
ejb.EJBUserManager': NamingException: com.evermind.ejb.EJBUser not found" when I
try it.
 

Reply via email to