On 21/08/2012 19:13, Daniel Kulp wrote:
Assuming Karaf style etc dir and file based config:admin, create a file like:
etc/org.apache.cxf.http.jetty-8017.cfg
port=8017
threadingParameters.minThreads=10
threadingParameters.maxThreads=50
Ooh, I didn't know I could do that!
Specifically I didn't know Jetty would pick up OSGi config properties
and I didn't know I could just create property files with any old subname.
Is there any way to work around the bug from the CXF side? Is it so bad
if the bus is set more than once (before some other event takes place)?
Thanks.
What I've done in the mean time is to revert to having a bus named cxf
but with a custom ID, which works.
Jim