Hi All, I am getting the below exception when using the Berkely DB in a bundle.
Caused by: com.sleepycat.persist.evolve.IncompatibleClassException: Mutation is missing to evolve class:warehouse.core.urldb.Host version: 0 Error: java.lang.ClassNotFoundException: warehouse.core.urldb.Host not found by com.springsource.com.sleepcat.je [62] at com.sleepycat.persist.impl.PersistCatalog.<init>(PersistCatalog.java:365)[62:com.springsource.com.sleepcat.je:3 .3.87] at com.sleepycat.persist.impl.Store.<init>(Store.java:180)[62:com.springsource.com.sleepcat.je:3 .3.87] at com.sleepycat.persist.EntityStore.<init>(EntityStore.java:165)[62:com.springsource.com.sleepcat.je:3 .3.87] at warehouse.core.urldb.SeedDatabase.lunch(SeedDatabase.java:40)[60:declum-squzer-core:1.0.0.qualifier] I have testcases wihch is running fine when i do mvn install. But i am not able to start the bundle in karaf console. what could be the reason for it? After deleting the database file also, the exception is thrown. *- Clement *
