Re: Best way to add user records to EJBUserManager...

2002-01-08 Thread Scott Farquhar
EMAIL PROTECTED] Atlassian :: http://www.atlassian.com Supporting YOUR J2EE World Alex Paransky wrote: > I am using EJBUserManager for security in Orion. What is the best way to > update users? Should I directly use EJBUser EJB or use the API's in the > UserManager. If UserMa

RE: Best way to add user records to EJBUserManager...

2002-01-08 Thread The elephantwalker
t our site, we use the RoleManager to do all of our user management. If later we decided to migrate to an LDAP usermanager from EJBUserManager, aside from moving the database, all we need to do is change the orion-application.xml user-manager tag...with no changes to our application code. Nift

RE: Best way to add user records to EJBUserManager...

2002-01-08 Thread The elephantwalker
second try -Original Message- From: The elephantwalker [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 08, 2002 8:16 AM To: Orion-Interest; [EMAIL PROTECTED] Subject: RE: Best way to add user records to EJBUserManager... The best way to add users in Orion is with Orion&#

Re: Best way to add user records to EJBUserManager...

2002-01-08 Thread Patrick Lightbody
Instead of coding to EJBUserManager directly, I would highly recommend you check out OpenSymphony's OSUser module. It is an abstracted user management layer that works with Orion, Jboss, and Resin, and soon Weblogic, Websphere, and JRun. Using OSUser will truly make your application work o

Best way to add user records to EJBUserManager...

2002-01-07 Thread Alex Paransky
I am using EJBUserManager for security in Orion. What is the best way to update users? Should I directly use EJBUser EJB or use the API's in the UserManager. If UserManager is the answer, then how do I get access to it while running in Orion? Thanks -AP_

RE: EJBUserManager not working?

2001-07-16 Thread elephantwalker
Yes...we only use EJBUserManager, since its so easy to use. We haven't had a problem with this issue. Just to make sure, check out your orion-ejb-jar.xml. This could your problem. Regards, the elephantwalker .ps Also, did you do the group/role mapping? Rolemanager does roles, Usermanager

RE: EJBUserManager not working?

2001-07-16 Thread Aaron Tavistock
Has anyone even used the EJBUserManager successfully? -Original Message- From: Aaron Tavistock [mailto:[EMAIL PROTECTED]] Sent: Friday, July 13, 2001 6:16 PM To: Orion-Interest Subject: EJBUserManager not working? I just setup the EJBUserManager, which seems like it would be a nice

EJBUserManager not working?

2001-07-13 Thread Aaron Tavistock
I just setup the EJBUserManager, which seems like it would be a nice alternative to the DataSourceUserManager for a newproject I'm working on. Setting it up wasn't a problem -- Orion made the table, I've already got the security constrints working, thats all fine. But I do

RE: Using EJBUserManager or DataSourceUserManager

2001-06-25 Thread elephantwalker
interface for managing our users, since the ejbusermanager is just like anyother 'ol cmp ejb. The code below has some debug stuff. You would have to use your own assert code. This is an example of ejbusermanager with a user wrapper. Regards, the elephantwalker public class MyEJBUserManager ex

Using EJBUserManager or DataSourceUserManager

2001-06-25 Thread Roozbeh Ghaffari
Hi! We're going to deploy a big site (with thousands of users) on Orion. In order to have such a big number of users, we have to use some security managers other than the default. I tried both EJBUserManager and DataSourceUserManager but it seems that neither of them support getUserCount(

RE: EJBUserManager how-to? (How to setup the EJBUserManager for the ATM example)

2001-05-01 Thread Frank Eggink
Hi Romen, I just have sent an email to www.orionsupport.com with an example how to use the EJBUserManager, when I read your message. The EJBUserManager is -not- the DataSourceUserManager by the way, but does store your user info in a database. The example desribes step by step how to

EJBUserManager how-to?

2001-05-01 Thread Romen Law
ello, I believe there was an email expaining how to configure orion to use database tables to store user and group information (as opposed to using pricipals.xml file). Unfortunately, I cannot find the email and orionsupport.com seems to be down. I apologise. Can someone please repost that emai

RE: EJBUserManager, what am i missing?

2001-02-23 Thread Christian Billen
Sorry that was a typo, my principals.xml is exactly like the one you show. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Mike > Cannon-Brookes > Sent: Friday, February 23, 2001 5:24 PM > To: Orion-Interest > Subject: RE: EJBU

RE: EJBUserManager, what am i missing?

2001-02-23 Thread Mike Cannon-Brookes
EMAIL PROTECTED]]On Behalf Of Christian > Billen > Sent: Saturday, February 24, 2001 9:43 AM > To: Orion-Interest > Subject: EJBUserManager, what am i missing? > > > I want to implement EJBUserManager in my application, but the > authentication > from the web doesn'

EJBUserManager, what am i missing?

2001-02-23 Thread Christian Billen
I want to implement EJBUserManager in my application, but the authentication from the web doesn't accept my credentials and keep popping up until finally I get a 401. Here's how I'm doing it: 1) I defined the EJBUserManager in ejb-jar.xml and it gets instantiated p

RE: how do i use EJBUserManager

2001-01-25 Thread Marcel Schutte
Hi, Could someone who succeeded in deploying the EJBUserManager please post a step-by-step description of what to do. I'm having problems with it too. Thanks in advance, Marcel Schutte > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf

Re: how do i use EJBUserManager

2001-01-25 Thread Matt Bauer
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: > > > > > > > > > > > > > > &

RE: how do i use EJBUserManager

2001-01-24 Thread Mike Cannon-Brookes
y 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: > > > > > > > > > when I start my app I get thi

how do i use EJBUserManager

2001-01-24 Thread Matt Bauer
Orion is a nice app server, but poor at documentation. I have this for my orion-application.xml file: 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.E

Re: How to use EJBUserManager?

2000-12-05 Thread Markus Holmberg
IIRC, you shouldn't extend EJBUserHome, just specify all method signatures (with findByPrimaryKey returning Account) in your AccountHome interface. Regards, Markus. On Mon, Dec 04, 2000 at 07:15:46PM +0100, Alexander Sparkowsky wrote: > Hi, > > I want to use the EJBUserManager

R: How to use EJBUserManager?

2000-12-04 Thread DeVincentiis Giustino
can add other finders). This should work with EJBUserManager. Good luck! Giustino De Vincentiis e-mail: [EMAIL PROTECTED] -Messaggio originale- Da: Alexander Sparkowsky [mailto:[EMAIL PROTECTED]] Inviato: lunedì 4 dicembre 2000 18.16 A: Orion-Interest Oggetto: How to use EJBUserManager

How to use EJBUserManager?

2000-12-04 Thread Alexander Sparkowsky
Hi, I want to use the EJBUserManager to lookup the accounts and created an extended version of the EJBUser because I need more infos for the account to hold. I created Account which extends the EJBUser and an AccountHome which extends EJBUserHome so I'm not able to overwrite the findByPrima

having problems using EJBUserManager....

2000-07-11 Thread Hashim Merchant
HI Guys, I am trying to use EJBUserManager..have followed all the steps ... 1.)Installed hypersonicsql put hsql dir and hsql.jar in orion/lib 2.)Edited my orion/config/Data-Sources.xml by putting 3.)I then put the following inside myWebapp/WEB

EJBUserManager

2000-06-12 Thread Pedro Garcia Lopez
Hi, I solved my last question (HttpServletRequest.getPrincipal). Another question: First of all, I find very clean and elegant the UserManager idea in Orion. It is surprising how other commercial servers like iPlanet do not provide such facility. In fact we plan to develop ouw own LDAPUserMana

NamingException trying to use EJBUserManager

2000-03-13 Thread Montebove Luciano
le) I installed the EJBUserManager but I have problem using it. I tried to add (as indicated in install.txt) these lines to META-INF/orion-application.xml of the demo news and ATM applications: But when the appication start I get the following error:

NamingException trying to use EJBUserManager

2000-02-29 Thread Montebove Luciano
following the instruction in orion/demo/ejb/install.txt and after some changes to orion-ejb-jar.xml for the table name (one name too long for Oracle) I installed the EJBUserManager but I have problem using it. I tried to add (as indicated in install.txt) these lines to META-INF/orion