Re: java.lang.SecurityException when attempting to run ejb sample app

2000-06-22 Thread Karl Avedal
Hello Dan, and others who had the same issue. It wasn't very obvious that you had to specify your own password to run the example and we will update the installation text to point this out clearly, Regards, Karl Avedal > Thanks, David. > I'll give this a try asap. > -dm > > Dan Malks

RE: java.lang.SecurityException when attempting to run ejb sample app

2000-06-21 Thread Dan Malks - Java Design Center McLean VA
I had suspected the same thing, but could not find any problem with the principal file. Do you see anything suspicious? http://www.orionserver.com/dtds/principals.dtd"> users

RE: java.lang.SecurityException when attempting to run ejb sample app

2000-06-21 Thread Dan Malks - Java Design Center McLean VA
OTECTED]] > > Sent: Wednesday, June 21, 2000 7:23 AM > > To: Orion-Interest > > Subject: RE: java.lang.SecurityException when attempting to run ejb > > sample app > > > > > > I just reran the cart and product demos, and both did just > > fine,

RE: java.lang.SecurityException when attempting to run ejb sample app

2000-06-21 Thread David Heffelfinger
; From: Arved Sandstrom [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 21, 2000 7:23 AM > To: Orion-Interest > Subject: RE: java.lang.SecurityException when attempting to run ejb > sample app > > > I just reran the cart and product demos, and both did just > fine, with the

RE: java.lang.SecurityException when attempting to run ejb sample app

2000-06-21 Thread Arved Sandstrom
I just reran the cart and product demos, and both did just fine, with the following command lines and results: D:\orion\demo\ejb\cart>java -classpath ../../../orion.jar;../../../ejb.jar;../.. /../jndi.jar;. CartClient Item not found in cart: Oranges D:\orion\demo\ejb\cart>cd ..\product D:\orion