Classpath for helper classes

2000-02-22 Thread Rich Holladay
To get started using Orion I'm migrating an existing application (not J2EE) from Netscape/WebSphere to Orion. I want to get it running in non-JAR/WAR mode first. My servlet (in orion/servlets directory) runs but I get a NoClassDefFoundError: com/hksystems/ui/OAJob when it attempts to use the OAJ

Re: Trouble Setting up an Application

2000-02-22 Thread
Unsubscribe me. >From: David Geary <[EMAIL PROTECTED]> >To: Orion-Interest <[EMAIL PROTECTED]> >Subject: Trouble Setting up an Application >Date: Tue, 22 Feb 2000 13:22:27 -0700 > >I'm trying to create an application by following the >application-creation-howto.html, but I'm having no luck. The

Trouble Setting up an Application

2000-02-22 Thread David Geary
I'm trying to create an application by following the application-creation-howto.html, but I'm having no luck. The application is a simple JSP file that accesses a JavaBean. In orion/applications, I have the following directory structure: sunpress/beans/propertyAccess/test.jsp sunpress/beans/prop

Re: Classes in JARs in WEB-INF/lib Not Being Loaded

2000-02-22 Thread Bond - James D.
I had this problem til I downloaded the latest orion.jar on the web site. It updated me to .91g and then the 'library path' stuff worked fine for me. .91b never could find my classes. On Tue, 22 Feb 2000, JonTom Kittredge wrote: > I have just started using Orion 0.9.1b, and have gotten it to l

Classes in JARs in WEB-INF/lib Not Being Loaded

2000-02-22 Thread JonTom Kittredge
I have just started using Orion 0.9.1b, and have gotten it to load my web-app, except that it throws NoClassDefFound for classes that I have stored in the WEB-INF/lib directory of my web-app war (which is in turn packaged in an ear). Searching the archives of this list, I found a message posted o

Unsubscribe

2000-02-22 Thread Greg Burgess
Unsubscribe

Unsubscribe

2000-02-22 Thread Paul Gayeski
Unsubscribe Thanks, Paul

Unsubscribe

2000-02-22 Thread
Please unsubscribe. Thanks >From: Jochen Strunk <[EMAIL PROTECTED]> >To: Orion-Interest <[EMAIL PROTECTED]> >CC: [EMAIL PROTECTED] >Subject: Bug with persistent cookies >Date: Tue, 22 Feb 2000 11:49:44 +0100 > >Hi, > >when trying to set a persistent cookie from a servlet like this: > > Coo

Bug with persistent cookies

2000-02-22 Thread Jochen Strunk
Hi, when trying to set a persistent cookie from a servlet like this: Cookie c = new Cookie( "test", "test" ); c.setMaxAge( 108000 ); response.addCookie( c ); it results in the following header being sent to the client: HTTP/1.1 200 OK Date: Mon, 21 Feb 2000 20:19:25 GMT

Re: CGI, PHP, etc...

2000-02-22 Thread Joe Walnes
>Has anyone successfully managed to get PHP workingwith Orion? Their is some >mention of "com.evermind.server.http.CGIServlet", but that doesn't seem to >come with the Orion package, and the evermind site is in German - or >something - and I can't find the classes. (I only speak english!:p) The

AW: Problems while connecting to ejb server

2000-02-22 Thread Jens Stutte
Well, i did not find the problem, but if i remove the demo folder from the orion folder, the error on connecting seems to be more reasonable: javax.naming.NamingException: META-INF/application-client.xml resource not found at com.evermind.server.ApplicationClientInitialContextFactory.get

Entity bean creation and load problems.

2000-02-22 Thread Juha Lehtonen
Occasionally Orion throws a following exception, whem I am creating a new Entity bean in the JSP page (code is below). After restarting the Orion Server, the problem usually disappears. java.lang.ArrayIndexOutOfBoundsException at com.evermind.util.ExternalHashMap.get(JAX, Compiled Code)