Tagged Questions
2
votes
2answers
588 views
How to use an OSGi service from a web application?
I'm trying to develop a web application that is going to be launched from a HTTP OSGi service, this application needs to use other OSGi service (db4o OSGi), for what I need a reference to a ...
0
votes
1answer
315 views
db4o and OSGi - empty database after restart
I'm using db4o 6.4.54 in OSGi environment as a model storage. Every time I restart OSGi framework, the database appears to be empty, although the file is there and not empty definitely.
I have the ...