Log in to follow, share, and participate in this community.
Thread JBoss OSGi with WildFly 9
JBoss OSGi with WildFly 9Hi, WildFly 9 is final (Link). Are there plans to provide an integration for it? Road Map (Link) so far does not cover it at all Last distribution of the installer bundle is 2.2.0 (Link) targeted at Wil...
Osgi bundle cannot find osgi serviceI have 2 osgi bundles (say A and B) running in Jboss Fuse. I am using Felix. 'A' bundle exposes a service which 'B' bundle uses. When I deploy both these bundles there is no problem. When I execute osgi:ls -u, I see t...
Startup exceptionHello, For your information, I get several exceptions like the following when starting up JBOSS OSGI 2.1.1 on Wildfly 8.0.0.Final. 2014-02-14 16:24:38,273 ERROR [org.jboss.msc.service.fail](MSC service...
OSGI Bundle using jboss moduleHi all, I need to create a new OSGI Bundle with Jboss Module Dependency. Is it Possible? If in my manifest I insert Bundle-ClassPath, I refer to internal jar, right? Help me please Than...
EJB + OSGI + JBOSSHi! I have a question : lets say I have an EJB that's implementing "helloworld " from an OSGI bundle and during the runtime what happens if I stop the bundle and start another one? Thank you! Zubair
org.jboss.osgi.metadata missing?Hello, This is somewhat of a follow up to Shipping Wildfly with Jboss OSGI If I install the patch which can be found at... Index of /nexus/content/groups/public-jboss/org/jboss/osgi/wildfly/jbosgi-wil...
Shipping Wildfly with Jboss OSGIHello, As has been widely reported, Wildfly (JBOSS AS 8) is not shipping with the OSGI subsystem built in, as it did in in AS 7. This has the obvious practical implication that the application develope...
Thread [ClassLoader of OSGi] HBase Client API in JBossOSGi
[ClassLoader of OSGi] HBase Client API in JBossOSGiHello,every one! My team now get a Apache HBase problem when we integrating it with OSGi. The deatil is that we first setup a server side out of OSGi,then build a bundle,in which we use HBase client API to c...
Use thread pool in OSGiHi,I now have a problem with thread pool in Jboss 7.1.1 Final OSGi. I can config it in standalone.xml or through the Admin web console, As I have saw some documents said that the thread pool is not putted into the ...
JBoss OSGi Bundle with HibernateHello, am trying to create a osgi bundle with hibernate that runs inside Jboss-OSGi enviroment(JBoss AS 7.1.1.Final). I have tried different configurations but without success. Has anyone tried something sim...
Thread OSGI - handling 3rd party JARs and their dependencies
OSGI - handling 3rd party JARs and their dependenciesI'm new in OSGI development and am struggling to understand how best to handle dependent JARs. i.e. if I'm creating a bundle the likelihood is that I will need to use a few 3rd party JARs. When I create my bundle JAR...
Thread Load module from OSGi bundle (JBoss EAP 6.1.0.Alpha1)
Load module from OSGi bundle (JBoss EAP 6.1.0.Alpha1)iI have a bundle that used infinispan. In the manifest i have insert this entry Dependencies: org.infinispan but during the deploy i receive java.lang.ClassNotFoundException: org.infinispan.manager.CacheContainer err...
Is JBoss OSGi 2.0 support SpringI have a project use spring-dm and spring 3.x in equinox , and I want move it to jboss osgi framwork . Lots of errors when I use spring jars as bundles in Jboss OSGi 1.X . Is there anyone have the same problem like me...
Thread Jbosgi failing to build due to missing dependency
Jbosgi failing to build due to missing dependencyHi. I tried to build jbosgi from github head now and I got a error due a missing jar: wildfly-controller-client-8.0.0.Alpha2-SNAPSHOT.jar I search for this Alpha2 and it was not published into jboss ma...
.gitmodules ?In the following wiki page is https://github.com/jbosgi/jbosgi#building-from-source is stated that we should setup the git submodules. But I can't see any .gitmodules file on the repository. Is this re...
Thread JBoss AS 7.2.0.Alpha : Spring, Gemini Blueprint and WAB association
JBoss AS 7.2.0.Alpha : Spring, Gemini Blueprint and WAB associationHello guys, I'm using gemini blueprint in a WAB to discover services exposed by somes bundles deployed on JBoss OSGi container and all works fine, expect the reference-listener on the service consumed. Here's...
OSGi Roadmap first half 2013Folks, I've just come back from the AS8 planning meeting in Brno. It was once again very inspiring and great to see so many colleagues/friends that I hadn't seen for a while. Here is a set of stuff th...
Article Provisioner service and feature deployment
Provisioner service and feature deploymentService Definition The Provisioner is a service that allows a client to specifiy a set of abstract requirements to be satisfied by the runtime. It has the complete view of Capabilities installed in the runtime ...