• JPA Service in JBoss OSGi?

    I'm a little confused by https://docs.jboss.org/author/display/JBOSGI/Introduction - I mistook this for a JBoss OSGi feature list at first reading, but it really only seems to be an overview of the OSGi specs.   ...
    Profile Photo
    last modified by hwellmann.de
  • How to make dependency on osgi bundle from war file

    There is little documentation on osgi integration with servlets. I have not found any working example. Can you help me. How to make dependency on osgi bundle from war file. I need to use classes that are in osgi bun...
    Profile Photo
    last modified by adamsus
  • Jboss Bundle start order and Bundle start issues

    I am trying to deploy some OSGI bundles  which use blueprint xml in Jboss EAP 6 and i am facing issues with bundles start order and bundles starting.   I have 3 osgi bundles blueprint-api.jar , blueprint-se...
    Profile Photo
    last modified by joshna_r
  • Are OSGi services, import-packages, export-packages available anywhere

    Felix web console provides visibility to registered OSGi services as well as extended bundle information including import-packages, export-packages etc.   Since Thomas commented that using it is deprecated, is t...
    Profile Photo
    last modified by jrantav
  • Equivalent of Jetty-WarFolderPath in 6.1.0 Alpha

    Is there an equivalent manifest header to Jetty-WarFolderPath in 6.1.0 Alpha?
    Profile Photo
    last modified by bnevis
  • OSGi-JPA AS7 how to switch off OSGi for a JAR?

    AS 7.1.1.Final (would use EAP 6.1 but some research indicates useful stuff is missing,   JBoss Tooling, connector doesn't know about modules/systems/layers/base/** change, and maybe other matters,   snowdr...
    Profile Photo
    last modified by dlmiles
  • JBoss implementaion of OSGi

    Hello, Does JBoss have its own OSGi implementation or does it use a 3rd party framework (e.g. Felix, Equinox, KF) ?   Thanks
    Profile Photo
    last modified by mohsenkoohi
  • WAR+OSGi   or   WAB

    Hi   what would be the recommended aproach with JBoss EAP 6.1.0.Alpha1 (AS 7.2.0.Alpha1-redhat-4)  --- WAR + OSGi  or WAB   Is WAB still supported by Pax-Web or is the JBossWeb based implementati...
    Profile Photo
    last modified by charlie7
  • CXF DOSGi 1.4

    Hi, I've been working for few days to get CXF D-OSGi 1.4 working on my JBoss 7.1.1.Final and I finally managed to get it working. To some extent.   I have attached my OSGi subsystem configuration for referen...
    Profile Photo
    last modified by mcr701
  • Class.forName() in an osgi library jar - ModuleClassLoader throws ClassNotFound

    I have spring libraries installed as osgi modules. Spring-security is started up with giving a strategy class name in the initializer, and then it uses Class.forName() to load that, like:   private static void i...
    Profile Photo
    last modified by jrantav
  • Is anybody actually using OSGi/JBoss (any version) in a real world project?

    Hi all,   now I'm getting really curious. As nobody has responded to my question if anybody is using OSGi/JBoss 7.2.0 (https://community.jboss.org/thread/220441) I've changed the subject a bit:   Is anybod...
    Profile Photo
    last modified by ralfoeldi
  • How to debug indirect OSGi dependencies? (AS7.2.0.alpha)

    Trying to deploy my app, I get   [standalone@localhost:9999 /] deploy my-app.war {"JBAS014653: Composite operation failed and was rolled back. Steps that failed: " => {"Operation step-2" => {"JBAS014879:...
    Profile Photo
    last modified by jrantav
  • AS7 provides initial runtime support for Karaf based products

    Folks,   as of today AS7 provides initial runtime support for Karaf based products. If you have a clean AS7 build you can do   > cd build-modular > mvn -Dmodular=karaf clean install   in separat...
    Profile Photo
    last modified by thomas.diesler
  • BundleContext injection in J2EE servlet broken?

    I've been trying to deploy a J2EE compliant war containing 1 simple test servlet to jboss for 2 days and I'm afraid I simply don't get it and would appreciate some help/input.   17:13:33,397 INFO  [org.jbos...
    Profile Photo
    last modified by cooperjk
  • Is anybody actually using OSGi/JBoss 7.2.0 in a real world project?

    Hi all,   I'm just curious because I am ditching JBoss and OSGi at this moment and I'm not sure if it's my fault or JBoss'   Is anybody out there actually using JBoss/OSGi in a real world project with - ...
    Profile Photo
    last modified by ralfoeldi
  • Capabilities bundles with different startlevel are installed at same time

    All capabilities are first installled and  and then started in the order of their starting level. This could cause trouble if during the bundle installation services of a bundle are needed with a smaller startle...
    Profile Photo
    last modified by dastraub
  • Allow Maven URLs to be configured to resolve external bundles

    I have a general question for this community:   Currently, JBoss OSGi allows to provide a Maven URI in standalone.xml or  domain.xml for a bunle which will then be resolved by the deployer according to the f...
    Profile Photo
    last modified by ulrichromahn
  • Karaf integration removes JBoss JAAS configuration

    If we use karaf/servicemix as described in various threads, we note that login-module definitions from standalone.xml were removed from the JAAS configuration. That means, the karaf login works but not the login for ...
    Profile Photo
    last modified by dastraub
  • ConcurrentModificationException during capabilities startup with blueprints

    During the start of capabilities with blueprint containers occasionally occurs a ConcurrentModificationException :   17:01:26,327 ERROR [org.apache.aries.blueprint.container.BlueprintContainerImpl] (Blueprint Ex...
    Profile Photo
    last modified by dastraub
  • How can share session among the web bundles in osgi

    As it said in title,anybody has the solution
    Profile Photo
    last modified by garlicsuper