Re: Location of Database driver

2005-06-11 Thread Katia Aresti Gonzalez
        10   2          MySQLPool             >From: waimun <[EMAIL PROTECTED]>>Reply-To: user@geronimo.apache.org>To: user@geronimo.apache.org>Subject: Re: Location of Database driver>Date: Sat, 11 Jun 2005 18:01:16 -0400 (EDT)>>I

Re: Location of Database driver

2005-06-11 Thread waimun
I did that too. I copied the plan definition to a file named oracle-database-plan.xml, and deploy it using the deploytool. But still unable to get a connection using jdbc. What do you mean by "select the proper scope"? You mentioned writing a new plan for the new service: do you refer to the db p

Re: Location of Database driver

2005-06-11 Thread Katia Aresti Gonzalez
undeploy and deploy again the xml file (I have done this but with the system-jms-plan, adding a new resource to the jms server) hope this helps :-) Katia>From: waimun <[EMAIL PROTECTED]>>Reply-To: user@geronimo.apache.org>To: user@geronimo.apache.org>Subject: Re: Location of Databas

Re: Location of Database driver

2005-06-11 Thread waimun
Hi... Sorry for the late reply. The part that is causing the error is the missing oracle.jdbc.OracleDriver. As you can see below. I do not have a web app plan, and am not sure what it is. If you can point me to any page, then it will be great. Is a web app plan necessary? Let's say I have a .war f

Re: Location of Database driver

2005-06-09 Thread Katia Aresti Gonzalez
tp://geronimo.apache.org/xml/ns/naming" ...> ... tranql/rars/tranql-connector-1.0-SNAPSHOT.rar    ßhere oracle-plan.xmlà Hope this helps. Katia>From: waimun <[EMAIL PROTECTED]>>Reply-To: user@geronimo.apache.org>To: user@geronimo.apache.org>Subject: Re: Location o

Re: Location of Database driver

2005-06-08 Thread David Jencks
can you post the db plan, the web app plan, and the code that you use to get a db connection? thanks david jencks On Jun 8, 2005, at 4:00 PM, waimun wrote: I am modifying the default-database-plan by inserting another dependency for the oracle jar directory. I feel that this might be wrong a

Re: Location of Database driver

2005-06-08 Thread waimun
I am modifying the default-database-plan by inserting another dependency for the oracle jar directory. I feel that this might be wrong as I only need the jar file to be exposed in the web context. I am still getting the NoClassDefFound. How do I do this in the plan file? Thanks, waimun On Ju

Re: Location of Database driver

2005-06-03 Thread David Jencks
I can't find your previous posts. You need to include a dependency to the driver jar in your plan. For instance, default-database-plan has dependencies on the axion jar and 3 other jars it needs. For oracle you should need only the oracle driver jar. If this doesn't fix the problem please po

Re: Location of Database driver

2005-06-03 Thread waimun
Hi... I am still getting NoClassDefFound. Do I need any other configuration other than creating the directory structure you have mentioned. Thanks. -- waimun On 6/1/05, Katia Aresti Gonzalez <[EMAIL PROTECTED]> wrote: > > > > Hi!! > > I think that you have to copy the driver to the repository

RE: Location of Database driver

2005-06-01 Thread Katia Aresti Gonzalez
Hi!! I think that you have to copy the driver to the repository directory. You have to create a folder in the repository of the M4 instalation folder, for example oracle. inside that folder, create another one with the name jar, and copy the driver there. repostory/oracle/jars/your driver. Hope th