Re: JMX enabling in CXF 2.2.6

2012-04-23 Thread Aki Yoshida
Hi, there was a bug CXF-4170 that got into 2.5.2 when the code was changed to solve another issue and also to add a simpler configuration option. This problem caused the bean properties to incorrectly set when the bus property is not set as the first entry within its bean configuration (i.e., . wh

Note on CVE-2011-1096

2012-04-23 Thread Colm O hEigeartaigh
All, If you are using Apache CXF with XML Encryption, please note that the security advisory CVE-2011-1096 may affect you. A note on CVE-2011-1096 has been added to the security advisory page here: http://cxf.apache.org/note-on-cve-2011-1096.html Colm. -- Colm O hEigeartaigh Talend Community

Tomcat embedding

2012-04-23 Thread Benson Margulies
Last year, I took a look at tomcat as an alternative to Jetty for embedding purposes. I ran aground, I was just too ignorant. Since I seem, again, to be hitting jetty bugs that close 'idle' connections inappropriately, I've got myself interested again. Is anyone who has a grip on server transpor

Re: Tomcat embedding

2012-04-23 Thread Olivier Lamy
Hello Benson, Maybe I can help on this area :-). Note using tomcat embedding need to have a 1.6 build. 2012/4/23 Benson Margulies : > Last year, I took a look at tomcat as an alternative to Jetty for > embedding purposes. > > I ran aground, I was just too ignorant. > > Since I seem, again, to be h

Re: JMX enabling in CXF 2.2.6

2012-04-23 Thread nsmith9334
Thank you for your quick response. I have configured the JMX according to the link given below. Also, based on your input, I have changed my configuration such that the bus property gets set first. I still dont see the CXF mbean.' Any ideas what could be the problem? Thanks, Nick On Mon, Apr 2

Re: JMX enabling in CXF 2.2.6

2012-04-23 Thread nsmith9334
Just realized the fixed version was 2.5.3. Will try to work with that.. Thanks so much for your help ! On Mon, Apr 23, 2012 at 9:50 AM, Nick Smith wrote: > Thank you for your quick response. > I have configured the JMX according to the link given below. > > Also, based on your input, I have chan

Re: Tomcat embedding

2012-04-23 Thread Glen Mazza
Benson Margulies wrote > > Last year, I took a look at tomcat as an alternative to Jetty for > embedding purposes. > > I ran aground, I was just too ignorant. > > Since I seem, again, to be hitting jetty bugs that close 'idle' > connections inappropriately, I've got myself interested again. >

Re: Soap12FaultOutInterceptor output

2012-04-23 Thread Daniel Kulp
On Tuesday, April 17, 2012 11:06:42 AM wsdev2012 wrote: > Hi, > could anyone please tell me if this is a but/regression or I am not doing > it properly? > http://cxf.547215.n5.nabble.com/Soap12FaultOutInterceptor-output-td5645311 > .html This could definitely be a bug, but I'd like to see a full t

Re: JMX enabling in CXF 2.2.6

2012-04-23 Thread Aki Yoshida
Which properties did you configure and where is your application running? Depending on the container, you need to set some properties differently. You might be starting another default server although the server is available in the container. In that way, you are not seeing the CXF beans. regards

Re: [jira] [Commented] (CXF-4261) Add maxRetries option to WS-RM's retry logic

2012-04-23 Thread Aki Yoshida
Hi Dennis, okay. In that case, could we make this property available to both the source and destination configuration? I would like to also use this same property to configure the message redelivery from the destination to the service. I was going to define the retry policy type within the rm-man

Re: Tomcat embedding

2012-04-23 Thread Benson Margulies
Glen, This is very helpful if I want to cheap out of actually teaching CXF to embed tomcat as it currently embeds Jetty:-) On Mon, Apr 23, 2012 at 1:46 PM, Glen Mazza wrote: > > Benson Margulies wrote >> >> Last year, I took a look at tomcat as an alternative to Jetty for >> embedding purposes.

Re: Tomcat embedding

2012-04-23 Thread Glen Mazza
Really? AFAICT the code I linked to *is* using Tomcat, if perhaps not directly in the manner that you're interested. Glen Benson Margulies wrote > > Glen, > > This is very helpful if I want to cheap out of actually teaching CXF > to embed tomcat as it currently embeds Jetty:-) > > On Mon, Apr

Re: Tomcat embedding

2012-04-23 Thread Benson Margulies
On Mon, Apr 23, 2012 at 8:09 PM, Glen Mazza wrote: > Really?  AFAICT the code I linked to *is* using Tomcat, if perhaps not > directly in the manner that you're interested. > Glen Really. Currently, when you just 'launch an endpoint', CXF launches Jetty behind your back. I'd love to make it possi

Fediz next steps

2012-04-23 Thread Oliver Wulff
Hi all As per our previous roadmap discussion here: http://cxf.547215.n5.nabble.com/Roadmap-for-fediz-in-sandbox-td5603441.html I'd like to push forward and get a release of Fediz ready. Thus, I'm planning to move it out of sandbox into cxf/fediz/[trunk|tags|branches] to mirror DOSGi in th