• Issue with Felix Webconsole in latest 7.2 SNAPSHOT

    I am seeing a strange behaviour with the Felix Webconsole.   I build the latest snapshot from Github and started it. I initially noticed, that someone must have removed OSGi from the default standalone.xml (grrr...
    Profile Photo
    created by ulrichromahn
  • Current master not building?

    All,   It seems like the current master branch does not build.  Is this on purpose? It's failing on a dependency on jboss 7.2.0.Alpha1-SNAPSHOT.  Is there something I can build locally to make it work?...
    Profile Photo
    created by meetoblivion
  • Converting WAR to OSGi world: what to do with embedded dependencies

    This relates to JBoss 7.2 snapshot.   I have a war that I need to move to OSGi world to introduce OSGi dependencies,so I've added an OSGi manifest to it.   However the war has also embedded, standard maven...
    Profile Photo
    last modified by jrantav
  • OSGi subsystem failure: read-attribute failed. Known defect?(JBoss 7.2 Alpha)

    Time to time, when deploying and undeploying bundles, we start seeing this:   14:06:55,101 ERROR [org.jboss.as.controller.management-operation] (HttpManagementService-threads - 6) JBAS014612: Operation ("read-at...
    Profile Photo
    last modified by jrantav
  • Blueprint xml registration of a servlet to HttpService (AS7)

    What should be done to get a servlet within wab bundle registered with blueprint (xml configuration) to httpservice, thus responding to http requests? Or, how should I enable blueprint for a wab bundle?   I hav...
    Profile Photo
    last modified by jrantav
  • How to undeploy osgi bundle

    If I deploy osgi bundle via adding a new capability via cli the artefact is automatically deployed and started, but if do a remove capability the config is changed as expected but the package is still deployed and run...
    Profile Photo
    last modified by graben
  • How to activate bundles at boot time

    I have added a larger number of bundles to the standalone.xml as capabilities in the OSGi subsystem. Those bundles contain a set of services needed for my applications to be deployed onto JBoss AS.   When I star...
    Profile Photo
    last modified by ulrichromahn
  • How to add a bundle in two different versions to OSGi in AS7

    In which folders to copy the jars and how to name the capabilities. It seems there is no documentation in the web for that usecase which is normal for OSGi!?   Maybe someone can help.
    Profile Photo
    last modified by graben
  • Getting a ClassNotFoundException when starting my bundle

    Hello guys,   I'm getting a ClassNotFoundException when trying to start an OSGI blueprint bundle called "Bundle2" in JBOSS AS7 (jboss-as-7.2.0.Alpha1-SNAPSHOT):   00:21:27,444 DEBUG [org.apache.aries.bluepri...
    Profile Photo
    last modified by damiox
  • Unable to start OSGI bundle in Jboss 7.1.3

    I upgraded and build Jboss from Git source tag . When I am trying to deploy OSGI bundles that worked on 7.1.1 I get following error log.   [Server:ha-server-2] 18:04:32,368 INFO  [org.jboss.as.server] (Contr...
    Profile Photo
    last modified by manishdevraj
  • What's the difference between class-loading via jboss-modules and jbosgi-resolver-felix?

    Hey guys,   I'm a little bit confused. I learned that JBoss OSGi is built on top of jboss modules & jboss msc. So any OSGi Bundle delpoyed in AS7 is a JBoss module. The jboss-module project is the class load...
    Profile Photo
    last modified by cberger
  • CXF  webservice support in JBOSS OSGI

    Does   Jboss 7 OSGI supports   CXF  webservice deployment , i mean does it supports  model/service deployment  as it happens in KARAF  ......
    Profile Photo
    last modified by mishra900
  • Migrating osgi bundles running in Karaf  to JBoss 7 as OSGI container

    Hi,   I am very much new to Jboss 7 as OSGI container .. in fact i am a starter  in Jboss 7 AS .  i wanted to migrate  existing Karaf osgi bundles in to Jboss 7 AS . i mean we have some bundles al...
    Profile Photo
    last modified by mishra900
  • Are there plans to upgrade to OSGi R4.3 soon?

    JBoss OSGi currently supports R4.2 both the standard and enterprise specs.   With R5.0 Core released in March 2012 and R5.0 Enterprise released in June 2012 and in addition, R4.3 (Core and Enterprise) released i...
    Profile Photo
    last modified by ulrichromahn
  • Problem with JBoss 7.2.0-Alpha1-SNAPSHOT on Windows

    After the fix of https://issues.jboss.org/browse/AS7-5779 I updated  to the latest master and have a different problem now:   13:04:41,139 ERROR [org.eclipse.rap.rwt.osgi] (Thread-63) Unable to start RWT ap...
    Profile Photo
    last modified by pkilian
  • Class Hierarchy not working with Blueprint

    I tried with the Apache Aries tutorial and I am able to get Blueprint working with Interfaces as follows   TestAppProj (contains Interface - com.link.si.services.TestService  : OSGI Bundle)   TestServ...
    Profile Photo
    last modified by charlie7
  • How to deploy a bundle at a specific start level?

    When I add a bundle as capability in standalone.xml or domain.xml, I can specify the start level of that bundle.   However, when I deploy a bundle via the other supported ways - drop into the deployments folder,...
    Profile Photo
    last modified by ulrichromahn
  • Hibernate Bean Validation not working properly in OSGi env

    Hi Everyone,   I'm trying to implement Bean Validation for some of the POJOs which are residing inside bundles using Hibernate Bean Validation. I decided to move the validation logic to a separate bundle (Valida...
    Profile Photo
    last modified by thehashcoder
  • Definition of JDK APIs

    Actually JDK APIs are hard coded to get into context of JBoss OSGi. Is there any plan to extract them into editable profiles like karaf does. It might be essential to add version infos to some of the import such as J...
    Profile Photo
    last modified by graben
  • OSGi bundle with Arquillian test framework

    Hi All,   I am very new to Arquillian test franework so I ma trying to create sample osgi bundle with Arquillian test cases but when I am running a bundle it gives me Deployment Exception, whole stackstrace as f...
    Profile Photo
    last modified by pankbharambe