Re: improve documentation layout

2015-10-07 Thread Sergey Beryozkin
Hi Rice Your feedback is welcomed, I opened a JIRA issue on your behalf to track this improvement request: https://issues.apache.org/jira/browse/CXF-6627 This is of course can be a pretty big effort :-) but it is indeed better to keep this issue tracked Sergey On 07/10/15 02:35, Rice Yeh

Re: org.apache.cxf.message.FaultMode

2015-10-07 Thread Benson Margulies
I think I was debugging the classloader by accident.

Re: Deploy a remote bundle from a java program without Karaf console

2015-10-07 Thread tho huynh ngoc
Thank you for your help. I tried with the code as follows: public class ConnectToRemoteKaraf { public static void main(String[] args) throws Exception { HashMap environment = new HashMap(); String username = "karaf"; String

Re: ReflectionServiceFactoryBean performance

2015-10-07 Thread Jorg Heymans
The only thing i could easily try was option 2, but it did not make a difference. We have about 6-700 entities in our schema divided over several hundreds of packages. All of this is put in the same jaxbcontext. Enabling jaxb logging reveals that the context is indeed recreated for each service

RE: CXF transformation feature to change namespace to element and all its children.

2015-10-07 Thread Andrei Shakirin
Hi, Btw you can evaluate XSLT Feature http://cxf.apache.org/docs/xslt-feature.html . It was designed for advanced use cases, where simple transformation is not enough. XSLT Feature applies custom XSL transformations to inbound and/or outbound messages. Regards, Andrei. > -Original

Can not start, stop, install, etc bundles on a remote Karaf

2015-10-07 Thread tho huynh ngoc
Hi all, I connected to the remote Karaf 4.0.0 but i can not start/stop/install... the bundles on a remote Karaf Example: ObjectName mbeanName = new ObjectName("osgi.core:type=framework,version=1.5"); FrameworkMBean osgiFrameworkProxy = JMX.newMBeanProxy(mbsc, mbeanName,

Re: Deploy a remote bundle from a java program without Karaf console

2015-10-07 Thread tho huynh ngoc
Hi, I can connect to a remote Karaf version 2.2.11 and install a bundle with the code above. However, i can not connect to the remote the newer version of Karaf. I think that the error is caused by ObjectName mbeanName = new ObjectName("osgi.core:type=framework,version=1.5"); I have changed the

Re: Deploy a remote bundle from a java program without Karaf console

2015-10-07 Thread Jean-Baptiste Onofré
Hi, you mean using which Karaf version ? The new versions of Karaf use a secured MBean server. Regards JB On 10/07/2015 06:21 PM, tho huynh ngoc wrote: Hi, I can connect to a remote Karaf version 2.2.11 and install a bundle with the code above. However, i can not connect to the remote the

Re: ReflectionServiceFactoryBean performance

2015-10-07 Thread Daniel Kulp
> On Oct 7, 2015, at 9:42 AM, Jorg Heymans wrote: > > The only thing i could easily try was option 2, but it did not make a > difference. We have about 6-700 entities in our schema divided over several > hundreds of packages. All of this is put in the same jaxbcontext. >

Re: Deploy a remote bundle from a java program without Karaf console

2015-10-07 Thread tho huynh ngoc
Hi, I'm using the Karaf-4.0.0.M2 Tho, 2015-10-07 18:26 GMT+02:00 Jean-Baptiste Onofré : > Hi, > > you mean using which Karaf version ? > > The new versions of Karaf use a secured MBean server. > > Regards > JB > > > On 10/07/2015 06:21 PM, tho huynh ngoc wrote: > >> Hi, >>

Re: CXF Weird Discovery error

2015-10-07 Thread Daniel Kulp
From this stack trace, I don’t think it’s CXF sending a discovery request out. This looks like something ELSE is making a discovery request that CXF is trying to respond to. If that’s the case, using Wireshark or similar to capture UDP traffic should result in seeing the message and

Re: org.apache.cxf.message.FaultMode

2015-10-07 Thread Daniel Kulp
> On Oct 7, 2015, at 2:24 PM, Benson Margulies wrote: > > I'm seeing class-not-found exceptions for this. Are these normal and > caught for some reason? No, not normal. Is there a stack trace? The class should definitely exist:

org.apache.cxf.message.FaultMode

2015-10-07 Thread Benson Margulies
I'm seeing class-not-found exceptions for this. Are these normal and caught for some reason?

Re: Deploy a remote bundle from a java program without Karaf console

2015-10-07 Thread tho huynh ngoc
Could you please let's me know how to config the secured MBean server ? Best regards Tho 2015-10-07 18:30 GMT+02:00 tho huynh ngoc : > Hi, > > I'm using the Karaf-4.0.0.M2 > > Tho, > > > 2015-10-07 18:26 GMT+02:00 Jean-Baptiste Onofré : > >> Hi, >> >>