• WAB bundles starting when deployed, but not at startup

    Hello,   I just created an OSGi WAB bundle, which starts and deploys fine when deployed from the jboss-cli, but fails to be registered to the web container at the next wildfly startup.   When I deploy it t...
  • java.lang.ClassNotFoundException: com.sun.jndi.ldap.LdapCtxFactory

    Accessing a LDAP server by new InitialDirContext(env)   from an OSGI bundle throws java.lang.ClassNotFoundException: com.sun.jndi.ldap.LdapCtxFactory detailMessage: com.sun.jndi.ldap.LdapCtxFactory from...
    Profile Photo
    created by gunterze
  • null pointer exception while deploying osgi bundle in war format

    Hi, I'm getting null pointer exception while deploying osgi bundle in war format. Any help in this regards are welcome.   [Host Controller] 15:28:49,449 INFO  [org.jboss.as.repository] (management-handler...
    Profile Photo
    last modified by vijaydaniel
  • Problem with JBOSS OSGI SubSystem (ConfigAdmin)

    Hi All.   I created an OSGI application that uses the ConfigAdmin subsystem and had no problems with felix. Now I need to make my application available with jboss.   I successfully deployed my application an...
    Profile Photo
    last modified by zmdott
  • Reducing JBoss startup time + OSGI + PAX web capability

    Hi, I'm trying to make a simple web application which is OSGI bundle and using PAX web capability as mentioned in the below thread. Getting 404 when hitting OSGi WAB servlet deployed on JBoss AS7 But, I have some c...
    Profile Photo
    created by vijaydaniel
  • Getting 404 when hitting OSGi WAB servlet deployed on JBoss AS7

    Hi EveryOne,   I am very new to OSGi.I am doing a POC for my project. I am able to develop normal OSGi bundles,deploy them on JBoss AS 7 platform, consume other bundle's services etc. But when it comes to the we...
    Profile Photo
    last modified by thehashcoder
  • Does Aries Blueprint integration in JBoss OSGI 2.1.0 already support OSGi declarative transactions?

    Does Aries Blueprint integration in JBoss OSGI 2.1.0 already support OSGi declarative transactions? If not, is it already at the roadmap of future releases?   Best Regards, gunter
    Profile Photo
    last modified by gunterze
  • Apache Felix iPojo integration warnings/errors in WildFly 8 Alpha 4

    Hello,   I'm getting some new warnings/errors when integrating iPojo 1.10.1 into WildFly 8 Aplha4.   Snaphshot of the problem :   18:41:15,801 WARN  [org.jboss.osgi.framework] ([iPOJO] pool-6-th...
    Profile Photo
    created by ffrench.mathilde
  • Blueprint Container configuration in JBoss OSGi 2.1.0 running in Wildfly 8.0.0 Alpha4

    I'm trying to load a Blueprint bundle in JBoss OSGi 2.1.0 running in Wildfly 8.0.0 Alpha4.  When I deploy the bundle the OSGi manifest seems to be read but the blueprint.xml is not processed.  I'm guessing t...
    Profile Photo
    last modified by davenoel
  • OSGI bundle and EJB module in EAR sharing common jars

    I need to place OSGI bundle and EJB module jar in single EAR. All interfaces of EJBs are packed in separate jar and placed to ear/lib folder. From OSGI bundle i need to call EJBs which are in ejb module. So I have t...
    Profile Photo
    last modified by didka
  • JBoss OSGi / Wildfly 8.0 Alpha 4 : What is the Level of OSGi /Java EE integration

    What is the current level of integration between OSGi bundles and Java EE in Wildfly 8?  I can't seem to find this information anywhere on the web.   Specifically I want to know if I can create an OSGi bund...
    Profile Photo
    last modified by davenoel
  • JBoss OSGi clustering

    Hi,   we are currently investigating the possibilities to run our osgi based web application in a clustered jboss environment. We need session failover/session replication to avoid loosing any web session in cas...
    Profile Photo
    last modified by nreojb
  • Fresh 7.1.1 and EAP 6.1 taking 100% cpu usage

    Hi. Well, I am facing a annoying behavior with these versions in my workstation.   Both 7.1.1 and EAP 6.1 with nothing deployed, after a few hours of idle time just take all my CPU. First I think it's was my ...
    Profile Photo
    last modified by guilhermeramos
  • Can't update bundle

    Hello,   I can't update bundle on JBoss EAP6.1 I packed my application in EAR and trying to update the small bundle: org.apache.felix.shell.remote. But it causes stopping all bundles in EAR though no one depen...
    Profile Photo
    created by suva
  • Best practices

    Hey guys,.   We will soon upgrade Web our application to work with JBoss 7 (runs on JBoss 5 at the moment) and I am also planing use some OSGi features on the way.   I don't want to deploy the Web Applicat...
    Profile Photo
    last modified by speleomaniaque
  • WebService in Jboss osgi 2.0

    How JBoss OSGi 2.0 support WebService? Is cxf works well ?  other choice?
    Profile Photo
    created by 1007991403
  • EAR file with OSGi Bundles

    HI   When I deployed the EAR file which  includes 3 OSGi Bundles  Activator Bundle, JPA Bundle, Domain Bundle in JBOSS 7.1.1 it says EAR deployed successfully but the Activator Bundle is is not invoked...
    Profile Photo
    last modified by kalyana
  • Problem with WAB deployment with a JAX-WS endpoint annotated with @HandlerChain

    Hi all,   I hope I picked the correct forum for this problem/question.   I'm deploying a WAB that has a JAX-WS endpoint. This endpoint is annotated with @HandlerChain. If I deploy this to JBoss EAP 6.1.0GA...
    Profile Photo
    created by jwyatt1980
  • Using CDI in OSGi Bundles?

    Hi Everyone,   I am trying to use CDI inside my OSGi bundles and I'm stuck. I am trying to use simple @Inject in my code (not @Publish, @OSGiService provided by Weld-OSGi). I have a very simple class ATM with on...
    Profile Photo
    last modified by thehashcoder
  • Exception when adding org.json to JBoss AS7 (EAP-6.1)

    Hello guys !   I'm currently trying to add org.json.20090211 to my JBoss environment.   First, as the default package you can find on the web is not OSGI compliant I OSGIfy it with bundlor.sh. Result is a...
    Profile Photo
    last modified by ffrench.mathilde