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>"
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.
|