RE: servlet-map

2000-04-19 Thread Kevin Duffey
I had to use the orion-web.xml file to get servlet mapping to work. Look in the HELP files for orion-web.xml.html in the DOCS folder. It will explain how to map a servlet. I map *.do to my specific servlet, which resides in WEB-INF/classes and loads just fine.

RE: servlet-map part II

2000-04-19 Thread Bailey, Jeff A
After looking over my message I realized I didnt give very much info to help locate my issue. So here is all the relevant info. Within the .ear, I have a web application (which is where I am having my problems I believe so I will focus on that). Within the .ear I have the following directory

RE: servlet-map part II

2000-04-19 Thread Kevin Duffey
Hi, snip META-INF/ (will ignore) ejb-app/ (will ignore) web-app/ admin/ images/ ** META-INF/ (will ignore) ?? Why? As far as I know there is no META-INF below the web-app. ** WEB-INF/ orion-web.xml web.xml classes/

Security problems with RMI and Orion

2000-04-19 Thread Eric Hodges
I have a servlet that tries to call an RMI method. The RMI method tries to return a serializable object. I receive this error: java.rmi.UnmarshalException: error unmarshalling return; nested exception is: java.lang.ClassNotFoundException: com.sun.xml.tree.XmlDocument (no security manager:

Re: Security problems with RMI and Orion

2000-04-19 Thread Eric Hodges
Oops, I figured it out. My classes aren't being loaded from the classpath, they have to be copied to an obscure directory for some reason. - Original Message - From: Eric Hodges To: Orion-Interest Sent: Wednesday, April 19, 2000 3:50 PM Subject: Security

OrionRemoteException

2000-04-19 Thread Denise Hum
Hello, I have a session bean that runs through a loop to find some entities by primary key. After 3 runs through the loop, I get this exception com.evermind.server.rmi.OrionRemoteException: Database error: java.sql.SQLExcept ion: The ROLLBACK TRANSACTION request has no corresponding BEGIN

Re: client jars

2000-04-19 Thread Shayne Hughes
I'd like to know the answer to this one also... - Original Message - From: "Robert Krüger" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Wednesday, April 19, 2000 5:33 AM Subject: client jars hi, are there plans to ship a minimal client.jar file with orion that can

RE: servlet-map

2000-04-19 Thread Mark Koontz
Hm. It didn't work for me. I tried adding the mapping in the /WEB-INF/orion-web.xml file between web-app.../web-app. Is this where it goes. (The doc for orion-web.xml.html didn't explain servlet mapping, it is mentioned in the web-app.xml.html doc, though.) My app is Model2 (I'm trying out

RE: Security problems with RMI and Orion

2000-04-19 Thread Conrad Chan
You may not provide us enough information about your problem. I just don't understand how this 'ClassNotFoundException' issue relates to security manager Just curious Conrad -Original Message-From: Eric Hodges [mailto:[EMAIL PROTECTED]]Sent: Wednesday, April 19, 2000 1:51