• jboss-ejb-client.xml in OSGi bundle is ignored

    Hi,   in Jboss 7.1.1.Final (Brontes), i would like to call a remote EJB in a different server instance from within an OSGi bundle deployed into JBoss7, using standard remote EJB call, as described in https://doc...
    Profile Photo
    last modified by steffenwollscheid
  • EJB and OSGI with JBoss App-Server 7.1.1.Final

    Hi, I have downloaded the actual JBoss Application Server 7 (jboss-as-7.1.1.Final) and I plan a Software-Architecture to use OSGI-Services from EJB-Stateless-Session-Bean. At this reason I implement a small prototyp...
    Profile Photo
    last modified by jerry_sky
  • Using OSGI with JBoss AS 5.2?

    My client is planning on using JBoss ESB that uses the 5.2 version of the app server.  I'd like to propose using an OSGi container in this environment.  What software would I need to download?  Has anyo...
    Profile Photo
    last modified by tpc1095
  • CXF-DOSGi 1.3 in JBoss 7.1.1?

    I am having a very hard time getting CXF-DOSGi to work in JBoss 7.1.1. This is such a pity, as the service publishing model is quite simple and elegant.   Does anybody have any advice on deploying this?   ...
    Profile Photo
    last modified by dawid.loubser
  • Debugging OSGi projects using Eclipse IDE in JBoss AS/OSGi

    The quickstart shows to deploy an OSGi/PDE bundle is by copying the resulting JAR bundle to the deployments folder.   However, in daily code-debug cycle there needs to be a way to rapidly deploy the bundle on co...
    Profile Photo
    created by ceefour
  • org.osgi.framework.system.packages provided by AS 7.1

    Which packages are provided by the SystemBundle out-of-the-box and what versions do they export?   Where can I find this information?   The absense of a console and the limited capabilities of the web cons...
    Profile Photo
    last modified by tiekmann
  • JBoss modules and OSGi bundles - and relations between them

    Hi everyone, I've been trying out some things with JBoss 7.1.0-Final (standalone config). At first, I've managed to import log4j packages into bundle through modules.extra property setting. That worked quite fine. &...
    Profile Photo
    last modified by rssole
  • How to do to support jsp+servlet in JBoss OSGi ?

    I am trying to deploy my bundles under JBoss AS 7.1.0Final,but some of them can not install,these are details:   First,I deploy my bundle in Equnix.This bundle contains jsp and servlet and need import org.eclips...
    Profile Photo
    last modified by qingqinxl
  • Error undeploy OSGI bundle: NullPointerException

    I'm new to JBoss OSGI. I tried with Hello World example on JBoss AS 7.1.1 and got NullPointerException when undeploy the bundle. Did I miss something?   [helloworld-osgi]$ mvn package jboss-as:deploy ... 14:10...
    Profile Photo
    last modified by shiming
  • Change in bundle deploy behaviour

    In AS7-4840 Rico says   OK, understood - even if I find this disturbing as a change in behavior between 7.1.1 and 7.1.2. But how is one supposed to configure the start of OSGi bundles after deployment? Not usi...
    Profile Photo
    last modified by thomas.diesler
  • Deploying Blueprint OSGi bundles in JBOSS 7.1.2

    Hi All,   please, has anyone successfully deployed Blueprint powered OSGi bundles in JBOSS 7.1.2.Final? I've experienced a few issues with that:     1) In JBoss 7.1.2 bundles (any bundles, not just Bl...
    Profile Photo
    last modified by jjaannrr
  • Start jboss-as-7.1.2-SNAPSHOT fail with "org.jboss.msc.service.DuplicateServiceException: Service jbosgi.integration.PersistentBundlesHandler is already registered"

    Hi,   we use arquillian to run some xts crash recovery tests and meet this issue when start jboss-as container with arquillian.     Apr 25, 2012 10:12:01 AM org.jboss.arquillian.container.test.impl.cli...
    Profile Photo
    last modified by zhfeng
  • war dependent on OSGi bundles - missing/unsatisfied dependencies

    Hi, I have question re something I've noticed in server log:   JBAS014775:    New missing/unsatisfied dependencies:       service jboss.module.spec.service."deployment.bu...
    Profile Photo
    last modified by rssole
  • Inject osgi service reference into "non bundle" context - possible?

    Hi, I am using JBoss 7.1.0 and... currently I'm injecting osgi bundle context into web app (servlet) or into ejb as jboss supports injection via @Resource... that is quite OK.   Now, I have some blueprint-enabl...
    Profile Photo
    created by rssole
  • Making bundle classes accessible to any application deployed in JBoss 7

    I have an OSGI bundle and I would like that classes in its exported packages can be accessible to all the applications deployed in my jboss server. I have found instructions explaining how to do this using JBoss modu...
    Profile Photo
    last modified by sergioc1978
  • JBoss OSGi and Spring Dynamic Modules

    Hi, I've been checking out jboss osgi and spring dynamic modules docs as well, however couldn't find some concrete example of how to achieve that one osgi bundle become "spring aware".   To be more specific......
    Profile Photo
    last modified by rssole
  • is it possible to deploy OSGi bundle to the bundles folder?

    JBoss root folder has a folder called "bundles", is it possible to deploy common OSGi bundles there? When I deploy bundle to deployment along with my web application, everything works well, when I tried to deploy bund...
    Profile Photo
    last modified by aeternitas
  • How to invoke the bundle osgi service from ejb3?

    Thougth the 1.0.0 final release shows the feature "OSGi service invocation from EJB3 and Webap" is supported, in which I think the EJB3 is deployed as JBoss AS7 modules not an OSGi bundle, but there is no clear narrat...
    Profile Photo
    last modified by bigriver1973
  • batch deployment

    Ever tried to deploy 287 bundles of which you don't know the dependency order?   Currently, putting them in the hot deployment folder will pick them up one-by-one and if they are not found in the proper order, t...
    Profile Photo
    last modified by tiekmann
  • Framework start and AS7

    My use case is as follows: I need to know when all of my 200+ osgi bundles have been started. According to the old tomes of forbidden knowledge, the FrameworkEvent.Started can be used for this purpose. Unfortunately,...
    Profile Photo
    last modified by akoledzhikov