Waiting for dependent bundle

2014-03-26 Thread Arun Manivannan
This is a little embarrassing considering I have been meddling around with Karaf for a while now. I have a service implementation bundle and a CXF-REST bundle. If I throw in the REST bundle before the ServiceImpl bundle into my deploy folder, it waits for the service bundle for a few seconds

Re: How do I stop cxf taking over the default implementation of javax.xml.ws.spi.Provider?

2014-03-26 Thread fredle
Ok, it was a package in the /lib/endorsed folder that was causing the problem. I deleted this folder and we are back to the default implementation. -- View this message in context:

Integration Test with custom distro and Maven multi-module project

2014-03-26 Thread Benjamin Debeerst
Hello there, I'd like to integrate my application's integration tests with the maven multi-module projects that build my application's custom Karaf distribution, but I face some problems. I have been able to create a custom distribution form karaf, with my own config and pre-installed

Re: How do I stop cxf taking over the default implementation of javax.xml.ws.spi.Provider?

2014-03-26 Thread fredle
See in the source of javax.xml.ws.spi.Provider http://grepcode.com/file/repo1.maven.org/maven2/org.apache.servicemix.specs/org.apache.servicemix.specs.jaxws-api-2.2/2.2.0/javax/xml/ws/spi/Provider.java?av=f

Re: cannot resolve to absolute file path in karaf 3.0.0

2014-03-26 Thread asookazian2
must the WAR be expanded or not to solve this problem? If yes, how? If no, what is the solution? thx. -- View this message in context: http://karaf.922171.n3.nabble.com/cannot-resolve-to-absolute-file-path-in-karaf-3-0-0-tp4032407p4032419.html Sent from the Karaf - User mailing list archive

Re: cannot resolve to absolute file path in karaf 3.0.0

2014-03-26 Thread Achim Nierbeck
it is the right path location, it's more an issue of the application. It doesn't load the resource correctly. But besides that since you're running with Apache Karaf why do you try to load a logging configuration inside the war? With Karaf you have all you need to use logging, just import your