Hi,
I'm trying to get db4o to run on Concierge OSGi. The application is for Bug Lab's (buglabs.net) platform, so it needs to use that framework. Unfortunately I hit two snags. One is on reflection the Db4oServiceIml, in the last method the config.reflectWith(new OSGiReflector(_bundle)); can not find the OSGiReflector
The other is in the class OSGiLoader on the call to bundle.loadClass(className, Concierge's Bundle class doesn't have a loadClass method
Apparently these are deficiencies with Concierge (or with me, in fact probably thats the reason) although I've been banging my head against the wall all day and haven't accomplished anything. My goal is to provide an OSGi service to the other Bug Lab's applications so that they will all gain simple database access. Can I simplify this code and still make it all work? Or will the lack of an OSGiReflector and the Bundle loadClass method be a roadblock?
Any help would be appreiciated,
Kevin