I want to implement a CS application using Sockets. Th开发者_如何学Pythone db query result are of different classes and I don\'t mean to put those methods handling the result in the server end, I just
I\'m trying to come up with an architecture which allows me to have OSGi bundles distribut开发者_运维技巧ed remotely which get discovered dynamically etc.
What is the开发者_JAVA百科 pure OSGi equivalent to the following Eclipse platform call: org.eclipse.core.runtime.Platform.getBundle( [bundle-id] ) -> BundleThere is no direct equivalent of getBundle(
I noticed that OSGI doesn\'t publish OSGI services when EJB extends an abstract class and is exported as OSGI servic开发者_开发问答e (with export-ejb:all).
I have an OSGi bundle that can also run in plain Java process. I need to be able to tell if the bundle was loaded in an OSGi system or not. 开发者_高级运维How can I do that? If there is no OSGi-standa
I have a module that I开发者_如何学Go want to unit test, which extends HttpServlet and, in the real application is connected to an OSGi HttpService (the Jetty-based Pax Web) using registerServlet().
I came upon the following obstacle whilst developing in OSGi. One set of bundles, responsible for persistence, uses the com.mysql.jdbc.Driver class, offered by another (Springsource EBR provisioned) b
Fyi, I am using Maven and Eclipse 3.6 Is it possible to deploy \"felix\" to JBoss (4.2.3) - such that I could access the Gogo shell from my Eclipse console?
interface A class B implements A I am getting ClassCastException in casting B to A. Both A and B are in the same bundle.
I want to deploy a java webapp (with web.xml and everything), packaged in any way (war, jar, I do not care) on an OSGI container (like Karaf).