I don't know much about the DataSourceUserManager but I presume there's a
way to store groups in there.
You're looking for the RoleManager (for Roles) and UserManager, they're
stored at java:comp/UserManager and java:comp/RoleManager respecitvely. If
you want an example using the EJBUserManager,
Can anybody point me in the right direction to gaining some knowledge on the
UserManager?
1.) How does DataSourceUSerManager know what groups a user belongs to? I am
not using the principals.xml because I don't want to duplicate what I'm
already capturing in a database, and I assume that there is
Hi,
I seem to still be having difficulty in getting Orion started. When I first install .9.4, and run it, its fine..and the default site comes up. I tried creating my own application dir (not .ear at this point). I set up c:\applications as the application folder. From there I put in myapp dir. Th
I tried the latest version from orionserver.com.. It doesn't seem to..
The class loader has problems finding classes in the jar files when under
the WEB-INF/lib dir.. however, if I put them under /orion/lib then it
works fine..
George
- Original Message -
From: "Victor A. Salaman" <[EM
At 16:14 04.03.00 , Mike Cannon-Brookes wrote:
>I'm not sure if this is what you're looking for, but you can use the same
>EJBs in different applications?
that's correct and the way to go.
>Why not create an application for each client (running under one server,
>distributed over many machines)