Log in to follow, share, and participate in this community.
Thread Restart a bundle on OSGI 8 admin console
Restart a bundle on OSGI 8 admin consoleHow can I restart a bundle using OSGI 8 admin console without restarting OSGI server? There is bundle Stop and Start button on OSGI 8 admin console. I stopped a bundle, then I changed my code, then build new jar for t...
Thread Apache Felix 3.2.6 framework Comparability Issue
Apache Felix 3.2.6 framework Comparability Issue"Jboss-fuse-karaf-6.3.0.redhat-187 version throws an error like a compatibility problem with Apache Felix 3.2.6 framework. Currently, we are generating OSGi bundle file using Apache Felix framework version 3.2.6 whic...
How to deploy from one Fuse to anotherHello, I've just deployed a bundle in my Fuse server, in my local machine. Now I want to deploy it in the server Fuse instance. Is there a simple way to deploy from my local Fuse to the developping server Fuse? Thank...
WildFly 10.1 supportHi again, Are there any plans to make a JBoss OSGi version with the WildFly 10.1 support? I see arcivanov made some commits to GitHub relating to this at the end of last year, but since then it has been silent. We ar...
Wildfly OSGI Bundle deploymentHi all, i have installed: - Wildfly 10.1.0 Final - JBOSGI 2.5.2 I have 2 OSGI bundles: Bundle_A and Bundle_B. Bundle_A contains super classes for Bundle_B In the manifest file of Bundle_A, all loca...
Thread Deployments do not wait for OSGi dependencies
Deployments do not wait for OSGi dependenciesHi, We've been facing another issue throughout our update process (described here: Wildfly 10 + JBoss OSGi problems with startup ). In our setup, we have all jars as osgi subsystem capabilities. I know this is not wh...
Thread Wildfly 10 + JBoss OSGi problems with startup
Wildfly 10 + JBoss OSGi problems with startupHi, I'm migrating a big project to Java 8. We had to update several big pieces of our project: JBoss AS 7.2 -> Wildfly 10 Final JBoss AS OSGi submodule -> JBoss OSGi 2.5.2 Final We started experimenti...
Problem using picket boxHi, I'm working on Wildfly 10 with OSGI and JAVA 8 when I try to run my application this exception is thrown: java.lang.NoClassDefFoundError: org/jboss/security/auth/callback/UsernamePasswordHandler ...
Wildfly 9 + jboss OSGI.Hi, We understand from the blogs that wildfly 9 + jboss OSGI integration doesn't work and alternative for this is JBOSS Fuse. We would like to know if Red Hat has any commerci...
proxy elementHi all, I have generete a OSGi service with proxy element. I have a now a problem : Client contant Server by interface exposed, in server side, when manipolate request i have the exchange message "null", why the E...
OSGi enablement in JBoss 6.4 errorsInstalled jboss-eap-6.4.0.zip. installed in c:\jboss\jboss-eap-6.4. Then installer jboss-osgi-2.1.0 pointing to this root jboss-eap directory. ran: C:\jboss\jboss-eap-6.4>bin\standalone.bat -c standalone-osgi.xml...
Migrating away from JBoss OSGiWe have lots of applications & services we build on top of JBoss OSGi, as we relied on the techonology. Now that latest versions of JBoss (Wildfly) do not have the support, we would need to migrate to another solu...
fuse not able to map my hbm.xml fileHi, i am trying to create a camel project which uses hibernate 4 for DAO queries. I have kept the hibernate.cfg.xml file in etc folder where i have given the mapping for my *.hbm.xml files <?xml vers...
OSGi Remoting over EJB remotingI wanted to discuss something I have been working on recently. An OSGi Remoting implementation that uses EJB remoting https://github.com/marschall/osgi-remoting-ejb . What does this do and why might you want to use it...
How to run these examples in JBOSS OSGI?Hello, We are using Wildfly as the OSGI container for our project and there are a wide variety of requirements, which includes Drool integration, Distributed services(soap and rest) and JPA Below are s...