• Persist/control bundle state (avoid auto start)

    Hi,   I have two small questions about OSGi bundle control:   How can I avoid auto start of deployed bundles? Is there a possibility to persist bundle state over restart of JBoss OSGi in AS7?   Rega...
    Profile Photo
    last modified by graben
  • Problem with JBoss 7.2.0-Alpha1-SNAPSHOT

    For our OSGi based Web-Application we use the RWT Widget Toolkit from the Eclipse RAP project.   With JBoss 7.2.0-Alpha1-SNAPSHOT following exception is thrown: 11:27:58,696 ERROR [org.eclipse.rap.rwt.osgi] (Th...
    Profile Photo
    last modified by pkilian
  • Upgrade to newer Versions of org.ops4j.pax

    Hello,   it is possible to upgrade the org.ops4j.pax komponents to a newer Version then 1.1.2, because in 1.1.2 i have the following problem: http://team.ops4j.org/browse/PAXWEB-359   Best regards Peter
    Profile Photo
    last modified by pkilian
  • JBoss One Day Talk 2012

    Yesterday I spoke about OSGi in complex Enterprise Applications on AS7 in Munich.
    Profile Photo
    created by thomas.diesler
  • Issues with Blueprint and JBoss 7.1.3.Final

    When i try to start my bundle on JBoss 7.1.3.Final i get an Exception:   ... Caused by: org.osgi.service.resolver.ResolutionException: Unable to resolve HostBundleRevision[de.hama.reach.services:0.1.0.SNAPSHOT]...
    Profile Photo
    last modified by pkilian
  • Issues with BluePrint and ServiceTracker

    I am starting with OSGI and Blueprint   The structure of my project is as follows   ApiProject (OSGI) ----           Project containg the interfaces  ...
    Profile Photo
    last modified by charlie7
  • Creating OSGI Bundle using Template or Archtype

    Hi,   Very new to OSGI and JBoss AS7.  I've done all the quickstarts and few hours of googling.  I haven't come across any great tutorials on how people are creating their OSGI bundles using eclipse or...
    Profile Photo
    last modified by djchapm
  • No bundle notifications on shutdown

    Hi All,   I'm experiencing an issue where my blueprint services with a "destroy-method" attribute are not shutdown as required when I do a crtl+c in the console. I've done some debugging and I think the cause is...
    Profile Photo
    last modified by brad-uk
  • Deploying CXF-DOSGi to JBoss AS7

    As a number of people have asked about deploying CXF-DOSGi in AS7 I decided to do a little write-up of how to do this.   In this decription I'm configuring OSGi in AS7 to run the CXF-DOSGi 1.2 multi-bundle distr...
    Profile Photo
    last modified by bosschaert
  • Problem installing bundles using streams

    I'm trying to have Karaf run on top of JBOSGi but found a major problem. See https://issues.jboss.org/browse/JBOSGI-600   When installing a bundle from a stream, a vfs url is created and fail, because vfs handl...
    Profile Photo
    last modified by gnodet
  • Compile Error with Example Project

    I get this error on the example project(any ideas why):   [INFO] [compiler:compile {execution: default-compile}] [INFO] Compiling 11 source files to C:\Projects\example\target\classes [INFO] ------------------...
    Profile Photo
    last modified by jfl0wers
  • Cannot access 'localhost:8090/jboss-osgi/bundles' link

    Hi Frnds,   I am using 'jboss-as-web-7.0.0.Final' server. I started the server and able to access the 'http://127.0.0.1:9990/console' link, but i am not able to access the Jboss-osgi admin link.(localhost:8090/...
    Profile Photo
    last modified by sivarenati
  • Module dependecy clashing

    Hi,      We are trying to deploy an OSGi aplication in JBoss AS 7 which is working perfectly in an Equinox installation. We would like to leverage the capabilities of jboss-modules and jboss-osgi integ...
    Profile Photo
    last modified by sbesada
  • Error loading classes from osgi bundles

    Hi,   We are trying the new version jboss-as-7.2.0.Alpha1-SNAPSHOT and we have found an error when JBOSS try to load some clasess from osgi bundles. Truth to be told, our application works properly in an Equino...
    Profile Photo
    last modified by sbesada
  • support for deploying enterprise bundle archives in Jboss as 7 final

    Dear All,   Does JBoss support eba artifacts for deployment? If so, can you please let me know the steps to perform the same?   I tried deploying an eba artifact. The log shows the following:   [org....
    Profile Photo
    last modified by sreeraaman
  • Bundle not started correctly when blueprint XML depends on CXF namespace

    I have been looking into OSGi on JBoss 7 using bundles that rely on blueprint to wire the services of the bundles together.  I have had some success with the release of 7.1.0.Final thanks to the replies to my pre...
    Profile Photo
    last modified by smithleej
  • Osgi Plugin startup order

    I have a problem in starting the OSGi plugins at the startup.   My setup:   PluginA PluginB Plugin C Plugin D   Plugin A - Independent Plugin B is depenent on Plugin A Plugin C is Independent ...
    Profile Photo
    last modified by kowshikns
  • Exporting javax packages through OSGi Framework

    Hi All,   I always come across ClassNotFoundExceptions for javax.* packages which I use in my bundles ( or used by third party jars). I know I have to explicitely export all non-java.* packages. I am able to res...
    Profile Photo
    last modified by thehashcoder
  • Apache Axis2 and OSGi

    Hi All,   Can anybody give me a good tutorial link for developing osgi application using axis2 and how to deploy it in a jboss eap 6. I am using JBoss developer studio 5 and JBoss EAP 6.
    Profile Photo
    last modified by pankbharambe
  • Dependency Problems when using Axis 1.4 with OSGi (javax.xml.rpc.Service not found)

    Hi All,   I am facing some dependency problems when I try to use some Axis classes. I am using JBoss AS 7.1.2 (EAP 6). I have a simple bundle where I have a class which extends from org.apache.axis.client.Servic...
    Profile Photo
    last modified by thehashcoder