• M1 of the Camel Subsystem available

    I'm happy to announce that the first cut of the Camel subsystem is available at   https://github.com/tdiesler/jboss-as/tree/8.0.0.Alpha1-Camel-M1 Features  It includes Apache Camel 2.11.0 and comes with sup...
    Profile Photo
    last modified by thomas.diesler
  • Apache Camel Subsystem

    Apache Camel is a lightweight Enterprise Integration (EI) framework that is a core component in the JBoss Fuse ESB product. In an effort to consolidate product stacks and generallay enable Fuse components to leverage ...
    Profile Photo
    last modified by thomas.diesler
  • Apache Camel Subsystem

    Apache Camel is a lightweight Enterprise Integration (EI) framework that is a core component in the JBoss Fuse ESB product. In an effort to consolidate product stacks and generallay enable Fuse components to leverage ...
    Profile Photo
    created by thomas.diesler
  • [JBoss AS 7.2.0 alpha] How to access JNDI from within a service component?

    Hi guys,   I'm using the Declarative Service Model and I want to access a datasource via JNDI. The datasource is available at java:jboss/datasources/TestDS.   The service component looks like this:   ...
    Profile Photo
    last modified by cberger
  • [JBoss AS 7.2.0 alpha] [org.jboss.as.configadmin] JBAS014803: Duplicate resource

    Hi, it's me again   I've got this stack trace after restarting my server. I did not change my configuration manually or anything like that. I just did a restart.   That's the config which has been stored ...
    Profile Photo
    last modified by cberger
  • [JBoss AS 7.1.1] org.xml.sax.SAXException: SAX2 driver class __redirected.__XMLReaderFactory not found

    Hi guys,   I have a couple of difficulties when I'm using classes from the package org.xml.sax from within a bundle. I should also mention that these problems are only occassionaly. Sometimes the error is cleare...
    Profile Photo
    last modified by cberger
  • OSGi JPA Support in AS7

    Relates to: https://issues.jboss.org/browse/AS7-5476   In AS7 we a maven module osgi/integration/jpa - this is where all the OSGi/JPA related code should go. Ultimately we would like to run the OSGi JPA TCK on...
    Profile Photo
    last modified by thomas.diesler
  • HttpService on JBossWeb

    Emanuel,   following up our conversation, here the entry points I wanted to provide   OSGi HttpService http://www.osgi.org/javadoc/r4v42/org/osgi/service/http/package-summary.html   Implement the Ht...
    Profile Photo
    last modified by thomas.diesler
  • status of OSGi bundles for javax.inject

    Hi Thomas,      I have met a problem[1] on weld-osgi project and wish that jboss offered a OSGi bundle for javax.inject 1.0.0 into jboss repository. [1]: https://community.jboss.org/message/766965#766...
    Profile Photo
    last modified by codeprince
  • EJB Remoting From OSGi

    I'm not really sure if this is the right forum, feel free to move it to a different place.   My understanding is that using EJB remoting from OSGi (not in JBoss, a standalone OSGi container) is not supported. To...
    Profile Photo
    created by pmm
  • OSGi Roadmap ideas and request for feedback

    Folks,   with jboss-as-7.1.2 almost out of the door it time to ponder a little what to do next for the AS7/OSGi integration. Here a few ideas in no particular order   A) Improved Repository   The re...
    Profile Photo
    last modified by thomas.diesler
  • Getting "java.lang.ClassNotFoundException" while creating JAXBContext instance

    Hi I have an osgi bundle which uses JAXB api for marshalling and unmarshalling xml data. While creating the JAXBContext instance i am getting the java.lang.ClassNotFoundException: javax.xml.bind.JAXBContext. These jax...
    Profile Photo
    last modified by sivaram123
  • java.lang.NoClassDefFoundError: javax/xml/bind/UnmarshalException

    I am trying to migrate to Jboss osgi and I am new to this and I can't firgure out the issue below:     12:14:13,912 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018559: Deployed "jcl...
    Profile Photo
    last modified by stubing
  • JBoss config admin subsystem

    Is there a way to point the config admin configuration to a properties file intead of adding all the values directly to the standalone.xml?
    Profile Photo
    last modified by stubing
  • [osgi & javaEE] Trouble with ClassNotFoundException (dependencies added)

    EDIT: I found my error I had to use the osgi.enterprise bundle instead of osgi.compendium!   Sorry for any inconvenience!     Hi,   I'm migrating an osgi application to JBoss 7.1.1. Unfortunatel...
    Profile Photo
    last modified by cberger
  • Web application to OSGI bundle communication (bundle versioning range)

    Hi All, I am able to communiacte from web app to OSGI bundle by using below command in manifest.mf file.   Dependencies:deployment.myBundle:1.0.0   but the problem is when ever i change the version of my...
    Profile Photo
    last modified by raghu.ganapam
  • convert EJB project to Osgi bundle

    Hi,   I am trying to convert ejb project to osgi bundle.i am able to convert to osgi bundle, but while deploying it is giving error. i am using Jboss developer studio for development. please help me on this. th...
    Profile Photo
    last modified by ssubbia
  • Quickstart helloworld-osgi bundle not started after deployment.

    Hi,   I have download the quickstart from JBoss AS and deployed helloworld-osgi as per the jboss documentation,it is deployed successfully but not started. I have deployed helloworld-osgi bundle using jboss-as ...
    Profile Photo
    last modified by pankbharambe
  • AS7/JNDI integration

    I took another look at the existing JNDI integration and was wondering how this is supposed to work.   The NamingSubsystemOSGiService registers two services which essentially return a single instance of the resp...
    Profile Photo
    last modified by thomas.diesler
  • OSGi subsystem activation process

    This article describes the non-trivial process of starting up the OSGi subsystem in AS7 Activation Triggers Eager activation on server start Having reified Bundle objects for all installed bundles Explici...
    Profile Photo
    last modified by thomas.diesler