0 Replies Latest reply on Jul 8, 2014 3:39 AM by vijay.raj

    How to run these examples in JBOSS OSGI?

    vijay.raj

      Hello,

       

      We are using Wildfly as the OSGI container for our project and there are a wide variety of requirements, which includes Drool integration, Distributed services(soap and rest) and JPA

       

      Below are some examples which i have been successful in deploying on Karaf and Equinox.

      CXF based DS implementations

      http://www.liquid-reality.de/display/liquid/2011/12/22/Karaf+Tutorial+Part+4+-+CXF+Services+in+OSGi

       

      http://cxf.apache.org/dosgi-single-bundle-distribution.html

       

      JPA Examples

      http://www.liquid-reality.de/display/liquid/2012/01/13/Apache+Karaf+Tutorial+Part+6+-+Database+Access

       

      Now the issue is ,i am able to get them up and running of karaf and equinox standalone.

      But i am struggling with Wildfly.

       

      My guess is JPA and CXF are already part of Wildfly and they need to be enabled via capabilities, but i am unable to find any instruction for doing the same.

       

      Need a good direction to start with for the same.