Has anyone successfully configured jetty to use a jndi connection with Cayenne?
Specifically, I'm trying to create a config file for jettylauncher in
eclipse for Jetty 5.1.x
My apparent problem is that I can't figure out what goes in the place
of XXX.XXXX.XXXXX
<Call name="addService">
<Arg>
<New class="org.mortbay.jetty.plus.JotmService">
<Call name="addDataSource">
<Arg>jdbc/CachedDS</Arg>
<Arg>
<New class="XXX.XXXX.XXXXX">
<Set name="DriverName">oracle.jdbc.driver.OracleDriver</Set>
<Set name="Url">jdbc:oracle:thin..bc.xyz.com:1521:abc</Set>
<Set name="User">user</Set>
<Set name="Password">password</Set>
This archive was generated by hypermail 2.0.0 : Thu Aug 23 2007 - 14:21:31 EDT