RE: Wrapping the orion jar

2001-01-16 Thread Tony Wilson
n-Interest Subject: RE: Wrapping the orion jar Hmmm. I was under the impression that BSF used it's own classloader (and maybe even created some threads). Was I wrong? If I'm not wrong, have you run into any pro

RE: Wrapping the orion jar

2001-01-16 Thread Jason Boehle
]] Sent: Monday, January 15, 2001 1:39 PM To: Orion-Interest Subject: RE: Wrapping the orion jar We have the bsf.jar file in our app with no problem. Due to the nature of our app, we actually have it in the WEB-INF/lib directory, but it works fine there. What problem are you having, exactly. We

RE: Wrapping the orion jar

2001-01-15 Thread Tony Wilson
56 PM To: Orion-Interest Subject: Wrapping the orion jar Hi, Due to some Xalan classLoading problems, I need to get a particular jar (bsf.jar) into the classpath. Putting the jar in the jar in the orio

Wrapping the orion jar

2001-01-14 Thread Steve Brown
Hi, Due to some Xalan classLoading problems, I need to get a particular jar (bsf.jar) into the classpath. Putting the jar in the jar in the orion/lib directory doesnt work. But, I can edit the manifest.mf file of the orion.jar and it works fine. This is fine for development but would be a nigh