1 Reply Latest reply on Oct 31, 2011 8:03 PM by ffang

    dbcp-oracle-fragment

    mpalvankar

      Hi All

       

      I was reading through the following posts for creating fragment for database driver.

       

      1. http://fusesource.com/forums/thread.jspa?messageID=8620

      2. http://fusesource.com/forums/thread.jspa?messageID=7745

       

      I have a very basic question, what files should the fragment contain.

        • 1. Re: dbcp-oracle-fragment
          ffang

          Hi,

           

          It should be just the jdbc driver with a MANIFEST.MF which have OSGi metadata headers.

          You generally can use some bnd tool or maven-bundle-plugin to specify the  OSGi metadata headers.

           

          Freeman