| Author |
Cannot find Class : [javax.sql.DataSource], while exposing Data Source as a Service in blueprint.xml
|
R. Jain
Ranch Hand
Joined: Aug 11, 2012
Posts: 276
|
|
Hello,
I am working on Enterprise OSGi.
I have a data source bundle (A Jar file with some extra Meta-Information in OSGI), which is trying to expose a DataSource as a Service...
The blueprint.xml inside that bundle looks like: -
I have added javax.sql.DataSource and mysql.jdbc.jdbc2.optional in the import-packages header in Manifest...
My Manifest looks like this: -
But when I am trying to load this bundle into the Apache Aries Environment, I am getting a ClassNotFoundException: javax.sql.DataSource
It is also showing: - Unable to start blueprint container for the bundle datasource
Anyone have any Idea, where I am doing anything wrong...
|
OCPJP
|
 |
 |
|
|
subject: Cannot find Class : [javax.sql.DataSource], while exposing Data Source as a Service in blueprint.xml
|
|
|