Hi Caron, I'm using the following definition torque.database.default=WEBSHOP torque.database.WEBSHOP.adapter=oracle torque.dsfactory.WEBSHOP.jndi.path=jdbc/H3G_WebShop torque.dsfactory.WEBSHOP.factory=org.apache.torque.dsfactory.JndiDataSourceFactory My initial problem was that the JNDI name was initially 'H3G_WebShop' which did not work with BEA. Prefixing with 'jdbc' did the trick Cheers, Siegfried Goeschl -----Original Message----- From: Caron, Roger A. [mailto:roger.caron@pw.utc.com] Sent: Thursday, March 25, 2004 6:44 PM To: 'torque-user@db.apache.org' Subject: Torque JNDI with Weblogic > I have a JNDI connection enabled on my weblogic server. I've specified > the following in my torque.properties: > > =================================== > torque.database.default = ORAT017 > torque.database.ORAT017.adapter = oracle > torque.database.ORAT017.driver = oracle.jdbc.driver.OracleDriver > > torque.dsfactory.ORAT017.factory=org.apache.torque.dsfactory.JndiDataSourc > eFactory > torque.dsfactory.ORAT017.jndi.path=ssha-datasource > > torque.dsfactory.ORAT017.jndi.java.naming.factory.initial=org.apache.namin > g.java.javaURLContextFactory > torque.dsfactory.ORAT017.jndi.java.naming.factory.url.pkgs=org.apache.nami > ng > =================================== > > The Weblogic datasource name is ssha-datasource. I've tried all different > combinations for the jndi.path including > java:/comp/env/jdbc/ssha-datasource > java:/comp/env/ssha-datasource > java:/ssha-datasource > > And just about any permutaion you can imagine. > > I consistently get a NullPointerException in the > TorqueInstance.getConnection method. What am I missing? > > Thanks. > > Roger --------------------------------------------------------------------- To unsubscribe, e-mail: torque-user-unsubscribe@db.apache.org For additional commands, e-mail: torque-user-help@db.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: torque-user-unsubscribe@db.apache.org For additional commands, e-mail: torque-user-help@db.apache.org