> > And Oracle naming convention for jdbc driver is second to none in its
> > stupidity ( 'classes12.zip' wtf !!)
> 
> No doubt this has got to be the stupidest choice ever!
> 
> > I usually keep oracle jdbc driver in
> >
> > ${repo.root}/oracle/jars/oracle-jdbc-driver-12.jar
> >
> > so I declare the appropriate dependency like:
> >
> > <dependency>
> >   <groupId>oracle</groupId>
> >    <artifactId>oracle-jdbc-driver</artifactId>
> >    <type>jar</type>
> >    <version>12</version>
> > </dependency>
> >
> 
> Funny I do exactly the same with the oracle jars.

Sorry I meant copy the classes12.zip to a jar in a conforming format.  BTW
when do you think the change from <jar> ==> <file> will happen?  I did not
realize I was doing this the wrong way either.

Alex



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to