Re: Classpath and library path ERROR ??? -- PLEASE again ???

2001-07-05 Thread Eddie
find the file/directory, so it does recognize the file, but then ??? Any idea's are welcome ? :{ - Original Message - From: elephantwalker [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Thursday, July 05, 2001 12:31 AM Subject: RE: Classpath and library path ERROR

Re: Classpath and library path ERROR ??? -- PLEASE again ???

2001-07-05 Thread Eddie
: Classpath and library path ERROR ??? -- PLEASE again ???Helllu I still haven't been able to solve the problem below and I already had a lot of sleepless nights... so please some help, as I realy can't continue!! (see below for the problem). Does someone has a tiy example

Re: Classpath and library path ERROR ??? -- PLEASE again ???

2001-07-04 Thread Eddie
Title: SV: Classpath and library path ERROR ??? --> PLEASE again ??? Helllu I still haven't been able to solve the problem below and I already had a lot of sleepless nights...so please some help, as I realy can't continue!! (see below for the problem). Does someone has a tiy exam

RE: Classpath and library path ERROR ??? -- PLEASE again ???

2001-07-04 Thread elephantwalker
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Eddie Sent: Wednesday, July 04, 2001 1:54 PM To: Orion-Interest Subject: Re: Classpath and library path ERROR ??? -- PLEASE again ??? Helllu I still haven't been able to solve the problem below and I already had a lot

Re: Classpath and library path ERROR ??? -- PLEASE again ???

2001-07-04 Thread Michael Jara
Title: SV: Classpath and library path ERROR ??? --> PLEASE again ??? I think what Magnus was suggesting was not that you put log4j-core.jar IN your ejb-jar file, but that you put it in your ear file and put it in the classpath of your ejb-jar's manifest file. That way, log4j-core.

SV: Classpath and library path ERROR ??? -- PLEASE again ???

2001-06-25 Thread Magnus Rydin
Title: SV: Classpath and library path ERROR ??? -- PLEASE again ??? I guess thats orion-application.xml right? Another way would be to include the jar in the .ear file, and make one of the ejb .jar:s manifest files point it out. This is according to my interpretation of the specification

Re: Classpath and library path ERROR ??? -- PLEASE again ???

2001-06-22 Thread Eddie
info ?? Eddie :( - Original Message - From: Eddie To: Orion-Interest Sent: Tuesday, June 19, 2001 11:20 AM Subject: Re: Classpath and library path ERROR ??? -- PLEASE again ??? Thanks, Indeed the library tag wasn't on the correct place in the orion-application.xml. However, after

RE: Classpath and library path ERROR ??? -- PLEASE again ???

2001-06-22 Thread Lou Farho
I am not sure this will help but here it goes. My problem was were to put classes shared by my web app and my ejbs. I wanted to jar them up and put them some where. I asked around and got various responses. The response I found most useful was to put the classes in the ejb.jar file. So, if you

Re: Classpath and library path ERROR ??? -- PLEASE again ???

2001-06-22 Thread Ye He
: Tuesday, June 19, 2001 11:20 AM Subject: Re: Classpath and library path ERROR ??? -- PLEASE again ??? Thanks, Indeed the library tag wasn't on the correct place in the orion-application.xml. However, after placing it in the correct place it still doesn't work: . web-module id

RE: Classpath and library path ERROR ??? -- PLEASE again ???

2001-06-22 Thread elephantwalker
, 2001 5:17 AM To: Orion-Interest Subject: Re: Classpath and library path ERROR ??? -- PLEASE again ??? Helllu ?? What do you need to do to get an answer from this newsgroup when you are really in trouble ?? :( I still haven't be able to include a jar file in the orion-application.xml, that can

Re: Classpath and library path ERROR ??? -- PLEASE again ???

2001-06-22 Thread Pablo Krause
] To: Orion-Interest [EMAIL PROTECTED] Subject: Re: Classpath and library path ERROR ??? -- PLEASE again ??? Date: Fri, 22 Jun 2001 14:17:16 +0200 Helllu ?? What do you need to do to get an answer from this newsgroup when you are really in trouble ?? :( I still haven't be able to include a jar file

Re: Classpath and library path ERROR ??? -- PLEASE again ???

2001-06-19 Thread Steffen Stundzig
Hi Eddie, Eddie [EMAIL PROTECTED] wrote: Hellu, I am have still having problems with the problem below. Can someone PLEASE help me with this ??? do you have tested this with absolute path's? I've have disabled, that orion deploys my ear in an specific deployment directory. Otherwise the

Re: Classpath and library path ERROR ??? -- PLEASE again ???

2001-06-19 Thread Eddie
:( Shoudn't I put it all in a ear file ?? and if so, where ?? Hope you have some ideas as I don't have them anymore. Neither do I know how to debug this, as Orion doesn't show that it loads the jar file...or where it looks.. Hmmm... frustrating.. Eddie ----- Original Message - From:

Re: Classpath and library path ERROR ??? -- PLEASE again ???

2001-06-18 Thread Eddie
Hellu, I am have still having problems with the problem below. Can someone PLEASE help me with this ??? Eddie - Original Message - From: Eddie To: Orion-Interest Sent: Friday, June 15, 2001 1:08 PM Subject: Classpath and library path ERROR ??? OK, I

RE: Classpath and library path ERROR ??? -- PLEASE again ???

2001-06-18 Thread elephantwalker
18, 2001 8:15 AMTo: Orion-InterestSubject: Re: Classpath and library path ERROR ??? -- PLEASE again ??? Hellu, I am have still having problems with the problem below. Can someone PLEASE help me with this ??? Eddie - Original Message - From: Eddie

RE: Classpath and library path ERROR ??? -- PLEASE again ???

2001-06-18 Thread elephantwalker
: Monday, June 18, 2001 12:45 PM To: [EMAIL PROTECTED] Subject: RE: Classpath and library path ERROR ??? -- PLEASE again ??? Hi, I posted a similar question to this list but got no answer. Wondering if you could help also. Where can I specify LD_LIBRARY_PATH for orion to pick up? My app

Classpath and library path ERROR ???

2001-06-15 Thread Eddie
OK, I want to include a jar file in my application, so I put it in $APPLICATION_ROOT/lib and in the orion-application.jar I put (I first let Orion generate the orion-application.xml file): - library path="./lib" / library path="./lib/log4j-core.jar" / library path="./lib/log4j.jar"