• JBossOSGi-2.1.0 Released

    I am happy to announce the release of JBossOSGi-2.1.0   You can download the binary here: jbosgi-installer-2.1.0.jar   This adds an R5 compliant OSGi Framework and Enterprise OSGi functionallity to the Wil...
    Profile Photo
    last modified by thomas.diesler
  • WebService in Jboss osgi 2.0

    How JBoss OSGi 2.0 support WebService? Is cxf works well ?  other choice?
    Profile Photo
    created by 1007991403
  • EAR file with OSGi Bundles

    HI   When I deployed the EAR file which  includes 3 OSGi Bundles  Activator Bundle, JPA Bundle, Domain Bundle in JBOSS 7.1.1 it says EAR deployed successfully but the Activator Bundle is is not invoked...
    Profile Photo
    last modified by kalyana
  • JBossOSGi-2.0.0 Final Released

    I am happy to announce the release of JBossOSGi-2.0.0   You can download the binary here: jboss-osgi-installer-2.0.0.jar   This is the first R5 compliant release for WildFly-8.0.0 integration.   Comp...
    Profile Photo
    last modified by thomas.diesler
  • Problem with WAB deployment with a JAX-WS endpoint annotated with @HandlerChain

    Hi all,   I hope I picked the correct forum for this problem/question.   I'm deploying a WAB that has a JAX-WS endpoint. This endpoint is annotated with @HandlerChain. If I deploy this to JBoss EAP 6.1.0GA...
    Profile Photo
    created by jwyatt1980
  • Using CDI in OSGi Bundles?

    Hi Everyone,   I am trying to use CDI inside my OSGi bundles and I'm stuck. I am trying to use simple @Inject in my code (not @Publish, @OSGiService provided by Weld-OSGi). I have a very simple class ATM with on...
    Profile Photo
    last modified by thehashcoder
  • Exception when adding org.json to JBoss AS7 (EAP-6.1)

    Hello guys !   I'm currently trying to add org.json.20090211 to my JBoss environment.   First, as the default package you can find on the web is not OSGI compliant I OSGIfy it with bundlor.sh. Result is a...
    Profile Photo
    last modified by ffrench.mathilde
  • Blueprint not loading bundle's beans on EAP 6.1

    Ok. I'm sorry to write about this but I'm on a deadlock here. I have been searching here and through Google but with no success.   Using Aries Blueprint is pretty straightforward, but for some unknow(to me) rea...
    Profile Photo
    last modified by guilhermeramos
  • what is JBOSGI011283: Revision content already closed?

    For a specific bundle, I've started to see this on deploy:   10:51:46,955 SEVERE [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintLoaderListener] (EclipseGeminiBlueprintExtenderThread...
    Profile Photo
    last modified by jrantav
  • How to set start level when installing a bundle

    Currently, when installing a bundle through admin console -> manage deployments -> add content, dialog doesn't seem to let you set a start level of the bundle. Also, the deployment element in the configuration ...
    Profile Photo
    last modified by jrantav
  • loasing external OSGi bundles during startup

    When I am trying to deploy the OSgi Bundle it is failing to deploy as it is dependent on few other external OSI bundles. Can someone route me where should i include and what configuration files to be modified to incld...
    Profile Photo
    last modified by kalyana
  • Gemini Blueprint Module/capability in jboss

    Hi,   I added in jboss the following capabilities:     capability name="personal.org.eclipse.gemini-blueprint.core" startlevel="1"/ capability name="personal.org.eclipse.gemini-blueprint.extender" star...
    Profile Photo
    created by alexmuntean
  • Loading multiple dependencies

    I am curious, What is the best way to load multiple 3rd Party dependencies into JBoss OSGI? As an example, if I wanted to load in Apache Camel, I could load each library in as a deployed bundle, one at a time. Or as a...
    Profile Photo
    created by g8torpaul
  • java.lang.ClassCastException: com.example.time.local.service.LocalTimeService cannot be cast to com.example.time.service.TimeService

    Hi all,    I want to call the osgi bundle's service in servlet which is in non-bundle webapp, i catch the exception:           java.lang.ClassCastException: c...
    Profile Photo
    created by hongweichen
  • Is it possiable to integrate a traditional webapp with JBoss OSGi to become a hybrid webapp?

    Hi         We just have a traditional web application  (already provide basic modules like access control,cron job) that deployed on JBoss AS. and it is consisted by many class...
    Profile Photo
    created by li55_99
  • Batch deployment of bundles

    Aaron says   I think I am still seeing this issue because I am deploying a large amount of bundles and the deployment scanner is executing halfway through my # cp *.jar deployments/ command so it only sees half t...
    Profile Photo
    last modified by thomas.diesler
  • How to get the bundlecontext in servlet which is in webapp

    Hi all,   I want to get the bundlecontext in servlet which is in webapp,    my code is:       public class HelloWorldServlet extends HttpServlet {        ...
    Profile Photo
    last modified by hongweichen
  • Exposing OSGi bundles as Web Services return no existing context in JBoss 7.1.1 --- It works under my Eclipse 4.2 Juno.

    Hi, i am learning JBoss 7.1.1 OSGi Bundle mechanism. I have created two very basic example bundles: a HelloWorldService and a HelloWorld which makes requests to HelloWorldService. Everything is ok when the bundles are...
    Profile Photo
    last modified by yukhanan
  • How to get the BundleContext inside Web Application?

    Hi,   I wan to access a OSGI Bundle from a Web Application (a resteasy service). For this I tried the approch mentioned by Thomas Diesler in his webnair - Invoking OSGI service from a web app.   I used a...
    Profile Photo
    last modified by nikhil_joshi
  • OSGi bundle that is JAX-WS client? (ClassNotFoundException: javax.xml.ws.Service)

    Hi,   I am trying to deploy a bundle that uses the JAX-WS API to make calls to a web service. The JAX-WS API (and probably implementation?) are not on the classpath. Which capabilities should I express in standa...
    Profile Photo
    last modified by dawid.loubser