Depends on what Karaf version you are using.

If use Karaf v2.2x, install the following bundle:

<dependency>
        <groupId>org.osgi</groupId>
        <artifactId>org.osgi.compendium</artifactId>
        <version>4.2.0</version>
</dependency>
            

if use Karaf v2.3.x, install the following bundle:

<dependency>
        <groupId>org.osgi</groupId>
        <artifactId>org.osgi.compendium</artifactId>
        <version>4.3.1</version>
</dependency>
                        
or 

<dependency>
        <groupId>org.osgi</groupId>
        <artifactId>org.osgi.compendium</artifactId>
        <version>4.3.0</version>
</dependency>
            
Best Rgds,

Tom


-----Original Message-----
From: whataboutbob [mailto:[email protected]] 
Sent: Wednesday, December 25, 2013 6:37 AM
To: [email protected]
Subject: Re: Where to get org.osgi.service.jdbc from?

Hi Martin,

I have the same issue with using H2, did you ever get this resolved?

Thanks,
Bob



--
View this message in context:
http://karaf.922171.n3.nabble.com/Where-to-get-org-osgi-service-jdbc-from-tp
4028973p4030791.html
Sent from the Karaf - User mailing list archive at Nabble.com.

Reply via email to