Hi,

Do you already install postgresql and org.postgresql.jdbc4 as bundle into osgi container? And do you already import the org.postgresql package for your application bundle(you can do it with maven-bundle-plugin configuration)?

Freeman
On 2010-3-5, at 下午12:17, pawan269 wrote:


HI Freeman,

Thanks for quick response,

following are 2 dependencies i am using other than many other -

       <dependency>
        <groupId>postgresql</groupId>
        <artifactId>postgresql</artifactId>
        <version>8.4-701.jdbc4</version>
       </dependency>
       <dependency>
        <groupId>it.cnr.isti.domoware</groupId>
        <artifactId>org.postgresql.jdbc4</artifactId>
        <version>8.3-603</version>
        <type>bundle</type>
       </dependency>

Regards,
Pawan
--
View this message in context: 
http://old.nabble.com/JDBC-tp27789540p27789790.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.



--
Freeman Fang
------------------------
Open Source SOA: http://fusesource.com

Reply via email to