1 Reply Latest reply on May 28, 2012 5:10 AM by davsclaus

    Oracle Database connectivity in OSGI Bundle

    jignesh.dhua

      I'm trying to connect oracle database using org.springframework.jdbc.core.JdbcTemplate in OSGI bundle. When deploying bundle, it shows error

       

      org.osgi.framework.BundleException: Unresolved constraint in bundle My Second Service : Unable to resolve 376.0: missing requirement package; (package=org.springframework.jdbc.core)

       

      I'm attaching my pom file of this service.