Re: Including jar files in my web app ?

2001-04-17 Thread Johan Fredriksson
Title: SV: Including jar files in my web app ? I suppose you tried with orion/lib directory?   It might not be what you want to do but it might help you try out the jar file and let development go on while testing the other issue.   What about referencing your classpath   as   ./appname/app

Re: Including jar files in my web app ?

2001-04-12 Thread Jasper Straaten
Title: SV: Including jar files in my web app ? Hi Eddie,   I have been experiencing the same classpath-related problems. Searching through this maillinglist i found out more people have problems with this.   One thing that seems to be working is starting orion without -jar orion.jar but with

Re: Including jar files in my web app ?

2001-04-11 Thread Eddie
Title: SV: Including jar files in my web app ? Hi Magnus and others ofcourse,   It has been a while since this issue passed by, but that is because we have been struggling with it since. I am still not able to include jar files that I put in my WEB-INF/lib dir, particular: velocity.jar. Also

Re: Including jar files in my web app ?

2001-04-06 Thread Hani Suleiman
gt; > > I have tried about everyting, but ...nothing... and it's hard searching the > > problem if Orion doesn't tell me where he searches. > > > > Eddie. > > > > >From: "Carter, Shane" <[EMAIL PROTECTED]> > > >Reply-To: Ori

Re: Including jar files in my web app ?

2001-04-06 Thread Court Demas
SP usage). > > I have tried about everyting, but ...nothing... and it's hard searching the > problem if Orion doesn't tell me where he searches. > > Eddie. > > >From: "Carter, Shane" <[EMAIL PROTECTED]> > >Reply-To: Orion-Interest <[EMAIL PROTECTED]

RE: Including jar files in my web app ?

2001-04-05 Thread Ed Bras
s hard searching the problem if Orion doesn't tell me where he searches. Eddie. >From: "Carter, Shane" <[EMAIL PROTECTED]> >Reply-To: Orion-Interest <[EMAIL PROTECTED]> >To: Orion-Interest <[EMAIL PROTECTED]> >Subject: RE: Including jar files in my

RE: Including jar files in my web app ?

2001-04-05 Thread Peter Neil
Title: RE: Including jar files in my web app ? xalan and xerces are in the root dir of orion   if you have these jar files in your velocity.jar rather replace the orion ones or use the orion ones. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf

RE: Including jar files in my web app ?

2001-04-05 Thread Kesav Kumar
Title: RE: Including jar files in my web app ? JDOM requires xerces1.2 version which supports SAX version2.  Orion distribution comes along with its own xerces version which may not be supporting the SAXversion2.  Copy the latest xerces.jar to the orion directory that should work fine

RE: Including jar files in my web app ?

2001-04-05 Thread Carter, Shane
Title: RE: Including jar files in my web app ? I'm having the same problem with Orion.  I'm getting NoSuchMethodError when I run this class in Orion.  It works fine outside of Orion.  I think Orion is picking up another package elsewhere.  Below is the error message I

Re: Including jar files in my web app ?

2001-04-05 Thread Eddie
e: Including jar files in my web app ? > I just had a similar problem. Orion saw classes *either* in WEB-INF/classes > *or* in WEB-INF/lib. > > My solution was to either unpack all classes into WEB-INF/classes (removing the > lib directory), or create one huge JAR file in WEB-INF/

SV: Including jar files in my web app ?

2001-04-05 Thread Magnus Rydin
Title: SV: Including jar files in my web app ? This is strange.. I have no problem with having a couple of jars in /WEB-INF/lib > -Ursprungligt meddelande- > Från: Court Demas [mailto:[EMAIL PROTECTED]] > Skickat: den 5 april 2001 00:36 > Till: Orion-Interest > Ämne

Re: Including jar files in my web app ?

2001-04-05 Thread Eddie
st the DTD ? Regards, Eddie - Original Message - From: Eddie <[EMAIL PROTECTED]> To: Orion-Interest <[EMAIL PROTECTED]> Sent: Wednesday, April 04, 2001 6:38 PM Subject: Including jar files in my web app ? > I don't seem be able to tell Orion 1.4.7 te read my bla.jar th

Re: Including jar files in my web app ?

2001-04-05 Thread Court Demas
I just had a similar problem. Orion saw classes *either* in WEB-INF/classes *or* in WEB-INF/lib. My solution was to either unpack all classes into WEB-INF/classes (removing the lib directory), or create one huge JAR file in WEB-INF/lib (removing the classes directory). I hope there's a better s

Including jar files in my web app ?

2001-04-04 Thread Eddie
I don't seem be able to tell Orion 1.4.7 te read my bla.jar that is located in the WEB-INF/lib ?? To me it's not really clear how to do that. The bla.jar is there but it keeps giving an ClassDefNotFound error. I also tried it with tablib (which is basically for JSP only not ???) but that neither