The relative uri inside the <location /> tag is added to the classpath.
It can refer to a directory or a jar, the same way you can do with the
-classpath option for java process.
For example
 <location>lib/myjar.jar</location>

Cheers,
Guillaume Nodet

On 5/2/06, William Blackburn <[EMAIL PROTECTED]> wrote:
I'm using smix pojos deployed on the lwcontainer. I've been using the
loanbroker example as a pattern, however I'm confused as to how to
include dependencies with the component.

I see:

     <classpath>
         <location>.</location>
     </classpath>

In the servicemix.xml file, but in addition to my own classes, I want
to include a few external jars - would this be included in the
classpath config above? If so, what tags would be used.

Thanks,

BJ

Reply via email to