Trivial classpath problem ?

2002-01-13 Thread Yuval_Goldstein
Hi, Although this is an oc4j question ( oracles wrapper for orion ), im sure some of you would be able to help me ( the engines are the same down there :). Ive tried adding a new jar to oc4js classpath. Our application depends on this jar. I couldnt. Ive tried adding the jar as a 'library-path'

RE: Trivial classpath problem ?

2002-01-13 Thread The elephantwalker
Yuval, In your orion-application.xml of your ear application, you can put this tag: library path=lib / This is after the persistance tag and before the principals tag. In your ear layout, include a directory lib, so now the layout should look like this: META-INF META-INF/application.xml

Re: A word of warning: SwiftMQ and Resource providers.

2002-01-13 Thread Graham Bennett
On Tue, Nov 20, 2001 at 12:29:54PM +0200, Lachezar Dobrev wrote: Recently looking at the Resource-Providers docs, and EAGER to use an external JMS for my MDBs I and a colleague decided to run the demos. As quite a surprise the demo run ok. The MDB did everything when a message

Re: A word of warning: SwiftMQ and Resource providers.

2002-01-13 Thread Ray Harrison
According to Magnus R, the problem will be fixed in the next release. I don't know if you can use SwiftMQ / Topics with the Oracle code base (OC4J), but maybe worth a shot. Hopefully soon from the good folks at Orion! --- Graham Bennett [EMAIL PROTECTED] wrote: On Tue, Nov 20, 2001 at

Re: Trivial classpath problem ?

2002-01-13 Thread Scott Farquhar
Yuval, The following new tutorial on our knowledge base may help you: http://kb.atlassian.com/content/atlassian/howto/classloaders.jsp It details all the different levels of classloaders available in Orion. Please feel free to annotate the page with any comments: