Principals.xml

2001-01-25 Thread Angus Mark
Hi there, I'm using orion 1.3.8 (with jdk1.3 on WinNT) and am using a custom orion-application.xml. When I try to deploy the app, I get the following error : "invalid principals config URL: principals.xml for MyApp" Both principals.xml and orion-application.xml are in the ejb/meta-inf directory

RE: When using autonumber for the primarykey...

2001-01-31 Thread Angus Mark
I'm using the counter.jar which is fine, but does it have any impact on performance ? Ok, the EJB spec doesn't support id fields, but surely now for every create() I'm actually doing twice the work - ie: creating and loading the counter entity bean and the entity bean using the counter? That

RE: orion-web.xml

2001-02-01 Thread Angus Mark
orion -web.xml must go in the same place as web.xml - ie: in the web-inf directory As for the classpath - I don't think you need to add the file:/// bit of the path - just use the directory path ie: D:/myprojects/paomgmt/classes"/ and see what it does. Hope that helps

RE: Form Login bouncing me to welcome page!

2001-02-01 Thread Angus Mark
So, when the user is going to http://host:port/yourapp/Login.jsp they get redirected to LoginForm.jsp. They then authenticate and should see the resource they requested (ie: http://host:port/yourapp/Login.jsp) - is this what you mean by the welcome page ?? Hope that

RE: How can I use Application session?

2001-02-22 Thread Angus Mark
you can call getSession(boolean create) where create is false instead -Original Message- From: Yves Bossel [SMTP:[EMAIL PROTECTED]] Sent: 21 February 2001 11:40 To: Orion-Interest Subject: RE: How can I use Application session? I would add: * how can I retrieve the

Orion hanging during autodeployment of ejb.jar

2001-06-28 Thread Angus Mark
I'm just trying to deploy the news (news.ear) application on a Solaris box with jdk1.2 've had Orion running without any ejb-applications (ie: just with the default web app) without any problems on the same box. However, when I try and deploy any ears it fails when it gets to the auto-deploying

JNDI problems

2002-01-03 Thread Angus Mark
Dear all, I have just tried deploying a new application-client inside an ear. The app-client has one env-entry inside application-client.xml, like so: ?xml version=1.0? !DOCTYPE application-client PUBLIC -//Sun Microsystems, Inc.//DTD J2EE Application Client 1.2//EN