Hello everybody, i am running pax exam 4 with a karaf 3 container. The bundle under test is a camel 2.16.3 bundle. The bundle uses a time triggered camel jpa component and pax-jdbc with (XA and pooling) to instantiate the datasource. For the test i need some table and some test data in a schema. If i run the test with an existing postgres database everything is fine. If i try to instantiate and setup the database first (H2 or Derby) the bundle under test does not find the database with the jndi name: javax.naming.NameNotFoundException: osgi:service/javax.sql.DataSource/"(osgi.jndi.service.name=jdbc/scv_xa)"
How can i startup and setup the temporary db before the bundle under test is started? Thanks and best regards Karsten -- -- ------------------ OPS4J - http://www.ops4j.org - [email protected] --- You received this message because you are subscribed to the Google Groups "OPS4J" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
