Re: bundled oracle-jdbc-driver?

2011-05-21 Thread drhades
l)) > >> >> Oracle Wrapped Budnle > >> >> (&(package=sun.security.krb5.internal)) > >> >> Oracle Wrapped Budnle > >> >> (&(package=oracle.security.pki)) > >> >> Oracle Wrapped Bud

Re: bundled oracle-jdbc-driver?

2011-05-18 Thread Andreas Pieber
le Wrapped Budnle >> >>   (&(package=oracle.ons)) >> >>      Oracle Wrapped Budnle >> >>   (&(package=sun.security.krb5)) >> >>      Oracle Wrapped Budnle >> > >> > >> > Best regards, >> > drhades >>

Re: bundled oracle-jdbc-driver?

2011-05-18 Thread drhades
mail] <http://user/SendEmail.jtp?type=node&node=2959658&i=0>> > wrote: > > > >> Another equally good way to automatically wrap the oracle driver is to > use > >> the wrap option of the osgi:install command. > >> > >> osgi:install

Re: bundled oracle-jdbc-driver?

2011-05-18 Thread David Jencks
equally good way to automatically wrap the oracle driver is to use >> the wrap option of the osgi:install command. >> >> osgi:install wrap:mvn:(artifactId)/(groupId)/(version) >> >> >> >> Sent from Xfinity Mobile App >> >> >> - Ori

Re: bundled oracle-jdbc-driver?

2011-05-18 Thread drhades
artifactId)/(groupId)/(version) > > > > Sent from Xfinity Mobile App > > > - Original Message - > From: [hidden email]<http://user/SendEmail.jtp?type=node&node=2959170&i=0> > To: [hidden email] <http://user/SendEmail.jtp?type=node&node=29591

Re: bundled oracle-jdbc-driver?

2011-05-18 Thread mikevan
: http://karaf.922171.n3.nabble.com/bundled-oracle-jdbc-driver-tp2956499p2959170.html Sent from the Karaf - User mailing list archive at Nabble.com.

Re: bundled oracle-jdbc-driver?

2011-05-18 Thread David Jencks
>> On 05/18/2011 01:59 PM, drhades wrote: >>> >>>> Thanks for your quick reply. >>>> >>>> Sorry, but what is ServiceMix? >>>> >>>> I'm struggling for wrap the newest oracle-jdbc-driver (11.2) into an OSGi >>&g

Re: bundled oracle-jdbc-driver?

2011-05-18 Thread Jean-Baptiste Onofré
is ServiceMix? I'm struggling for wrap the newest oracle-jdbc-driver (11.2) into an OSGi bundle, which can be installed into Karaf/Felix. Best regards, drhades -- View this message in context: http://karaf.922171.n3.nabble.com/bundled-oracle-jdbc-driver-tp2956499p2956633.html Sent from t

Re: bundled oracle-jdbc-driver?

2011-05-18 Thread drhades
s wrote: > > > Thanks for your quick reply. > > > > Sorry, but what is ServiceMix? > > > > I'm struggling for wrap the newest oracle-jdbc-driver (11.2) into an OSGi > > > bundle, which can be installed into Karaf/Felix. > > > > Best regards

Re: bundled oracle-jdbc-driver?

2011-05-18 Thread Jean-Baptiste Onofré
-jdbc-driver (11.2) into an OSGi bundle, which can be installed into Karaf/Felix. Best regards, drhades -- View this message in context: http://karaf.922171.n3.nabble.com/bundled-oracle-jdbc-driver-tp2956499p2956633.html Sent from the Karaf - User mailing list archive at Nabble.com.

Re: bundled oracle-jdbc-driver?

2011-05-18 Thread Andreas Pieber
t; bundle, which can be installed into Karaf/Felix. > > Best regards, > drhades > > -- > View this message in context: http://karaf.922171.n3.nabble.com/bundled-oracle-jdbc-driver-tp2956499p2956627.html > Sent from the Karaf - User mailing list archive at Nabble.com.

Re: bundled oracle-jdbc-driver?

2011-05-18 Thread drhades
Thanks for your quick reply. Sorry, but what is ServiceMix? I'm struggling for wrap the newest oracle-jdbc-driver (11.2) into an OSGi bundle, which can be installed into Karaf/Felix. Best regards, drhades -- View this message in context: http://karaf.922171.n3.nabble.com/bundled-o

Re: bundled oracle-jdbc-driver?

2011-05-18 Thread drhades
Thanks for your quick reply. Sorry, but what is ServiceMix? I'm struggling for wrap the newest oracle-jdbc-driver (11.2) into an OSGi bundle, which can be installed into Karaf/Felix. Best regards, drhades -- View this message in context: http://karaf.922171.n3.nabble.com/bundled-oracle

Re: bundled oracle-jdbc-driver?

2011-05-18 Thread jb
e.org Subject: bundled oracle-jdbc-driver? Could somebody provide osgi-bundled oracle-jdbc-driver? I tossed about it all day with Eclipse and Bnd-plugin. Following was my evolving *.bnd, failed at importing private-package "oracle.ewt.graphics.frame". I just wanna oracle.jdbc.OracleDriver

bundled oracle-jdbc-driver?

2011-05-18 Thread drhades
Could somebody provide osgi-bundled oracle-jdbc-driver? I tossed about it all day with Eclipse and Bnd-plugin. Following was my evolving *.bnd, failed at importing private-package "oracle.ewt.graphics.frame". I just wanna oracle.jdbc.OracleDriver, how to wrap a clean driver bundle? =