• OSGI Configuration changes via Config Admin Service

    I want to prove that I can use the Configuration Admin Service to effect configuration changes on an active OSGI Service. I created a HelloService example, using the quickstarts and the org.osi.service.cm.ManagedServ...
    Profile Photo
    last modified by ejroberts
  • JBoss module access to OSGi bundle

    Hello,   I am trying to build up a system what will have following artifacts configured: - JBoss Module to provide complete set of libraries that will be accessible to all application running on the AS7 - OSGi...
    Profile Photo
    last modified by swiderski.maciej
  • JBoss AS5 and OSGi ?

    Hi!   I have a question. And I was wondering if you could shed some light on it.   I have this application : It runs on JBoss AS 5.1 It's a 4 layer architecture. It uses JSF on presentational layer. ...
    Profile Photo
    last modified by kensvebary
  • Cannot start OSGI service from EAR package

      I found this simple tutorial with a simple OSGI bundle and web application. https://github.com/bosschaert/coderthoughts/tree/master/WebAppOSGiService I have tested to replace the web application with EAR pack...
    Profile Photo
    created by rcbandit
  • Cannot deploy OSGI bundle with datasource

    Hi,    I found this example how webapp can call methods from OSGI bundle: https://github.com/bosschaert/coderthoughts/tree/master/WebAppOSGiService   I made some modification to the code:   ...
    Profile Photo
    created by rcbandit
  • How to create a simple OSGI module

    Hi,   I need help with a writing a OSGI module. This is the code that I wrote. It's still not finished but I can compile it with Netbeans.     /* * OSGI Module for Sessions handling */ package com.S...
    Profile Photo
    last modified by rcbandit
  • Spring-DM sample on Jboss AS 7

    Hello Folks ,   Has anyone successfully deployed Spring-DM sample successfully on Jboss AS 7 ?   I have tried deploying . The deployment goes fine and I see the service being registerd .   However wh...
    Profile Photo
    created by spandit2
  • Where to place JSF files in OSGI bundle

    Hi,   I'm using Netbeans 7.0.1 to create a JSF application. I created the parent POM file and the OSGI bundle. The problem is that I don't know how to place the JSF pages into the OSGI bundle. What must be the ...
    Profile Photo
    last modified by rcbandit
  • How to declare parent pom file and OSGI bundles as modules

    Hi,     I want to create a parent POM file and some OSGI modules. My question is where to declare Seam 3 modules - Solder, Faces and etc. In parent POM or in every OSGI bundle?    Regards ...
    Profile Photo
    last modified by rcbandit
  • Unbind called before bind for DS service during update.

    Hello,   looks like the unbind method is called after bind during update. If I am not wrong OSGI requires unbind to be called after bind on update. Is this a bug or am I doing something wrong ?   Version ...
    Profile Photo
    last modified by gsarno
  • Using VFS to load an embedded bundle resource not working?

    I feel like I'm missing something... I'm trying a relatively simple operation with VFS that seems like it should work. I'm using JBoss AS 7.0.2.   First, I've added these to the list of modules in the standalone...
    Profile Photo
    last modified by tpesce
  • Deploy simple osg-bundles fails because missing org.osgi.util

    Hello everyone   Yesterday I was trying to get my first OSGi module deployed on AS 7 (I am currently using 7.0.1 and 7.1 alpha) but the OSGi-subsystem never starts without Errors. Since I am currently at work I...
    Profile Photo
    last modified by lostiniceland
  • Embedding Karaf ssh console in jboss osgi...

    Does anyone succeed in embedding Karaf ecosystem, at least with console capabilities and ssh access with JBossOsgi framework?   Theoretically it should work naturally since Karaf is built on the top of felix and...
    Profile Photo
    last modified by salahzar
  • JBoss as 7 domain OSGi Web Console

    Hi,    I configure the JBoss AS 7 in standalone mode to run with OSGI support. I can open localhost:8090 and see the OSGI admin console in my web browser.    The problem is when I try to rum JBos...
    Profile Photo
    last modified by rcbandit
  • run.sh -c minimal

    I can start 'all', 'web' and 'default' with no errors.   However, when I try to run run.sh -c minimal, I get:   org.osgi.framework.BundleException: Cannot install bundle, name and version already installed...
    Profile Photo
    last modified by cseg
  • Windows7/Cygwin: run.sh produces less output than expected

    When I run run.sh, I don't get as much output as I expect.  Am I expecting too much, or is there something wrong?   I downloaded jboss-osgi-installer-1.0.0.jar and ran the command java -jar jboss-osgi-insta...
    Profile Photo
    last modified by cseg
  • Bytecode WeavingHook in JBoss OSGi

    I am working on the OSGi Migration of a big inhouse Java Application since 2.5 years. Because we are using JBoss as our internet platform I would like to evaluate JBoss AS7 OSGi Container for our Application, but we n...
    Profile Photo
    last modified by fschlueter
  • examples: mvn -Dtarget.container=runtime test

    I can successfully build the examples, but the tests are failing.  I'm not exactly sure what environment I need to run them.  I'm not sure if I need to be, but I am running the JBossOSGi Runtime in one windo...
    Profile Photo
    last modified by cseg
  • localhost:8090 -- username and password?

    When I go to http://localhost:8090/jboss-osgi, I am promped for a username and password.   I looked around but I am not that familiar with jetty and was unable to locate where the username and password are confi...
    Profile Photo
    last modified by cseg
  • VFS leak detected

    robinr says,   http://stackoverflow.com/questions/6933238/jboss-osgi-problem   I am trying to run the JBoss AS7 OSGi example, but it crashes with this mysterious message. Platform is OS X 10.6 and Java 1.6...
    Profile Photo
    last modified by thomas.diesler