Where is the EJBUser bean. I found it in the orion.jar, so am I suppose to
just grab the needed classes and but them in my jar, or just place the needed
descriptions in my ejb-jar.xml?
Matt
Mike Cannon-Brookes wrote:
> Have you deployed com.evermind.ejb.EJBUser and an entity bean in your app?
> It needs to be specified in an ejb-jar.xml file somewhere of course!
>
> -mike
>
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]On Behalf Of Matt Bauer
> > Sent: Thursday, January 25, 2001 5:24 AM
> > To: Orion-Interest
> > Subject: how do i use EJBUserManager
> >
> >
> > Orion is a nice app server, but poor at documentation.
> >
> > I have this for my orion-application.xml file:
> >
> > <orion-application>
> > <user-manager class="com.evermind.ejb.EJBUserManager">
> > <property name="home" value="com.evermind.ejb.EJBUser"/>
> > <property name="defaultGroups" value="users"/>
> > </user-manager>
> > </orion-application>
> >
> > when I start my app I get this exception:
> >
> > Error instantiating application 'hermes' at
> > file:/export/orion/applications/hermes.ear: Error initializing
> > userManager 'com.evermind.ejb.EJBUserManager': NamingException:
> > com.evermind.ejb.EJBUser not found
> >
> > What am I missing?
> >
> > M
> >
> >
> >