Hi I'm not sure this related to blueprint or openjpa.
The problem is when you first time accessing the database , The openjpa try to init and I got the message: 7205 XXXUnit INFO [Gogo shell] openjpa.Runtime - Starting OpenJPA 2.0.1 7303 XXXUnit INFO [Gogo shell] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary". And this process takes some time and blocks the thread. It unpleasant to the user and sometimes I get a timeout behaviour for the EventAdmin. So how could I force OpenJPA init itself when the OSGi framework startup? Thanks LongkerDandy
