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 waimun
terDriver(new OracleDriver()); } catch (Exception ex) { ex.printStackTrace(); } } I am not understanding the db plan even though you have told me to include a dependency. I want the webapp just to do plain JDBC; just getConnection(), that's all. Thanks, -- waimun On 6/8/05, David Jencks <[EMAIL PR

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

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