Re: svn commit: r1408670 - in /camel/trunk/components/camel-cxf/src/test/java/org/apache/camel/component/cxf: ./ mtom/

2012-11-13 Thread Claus Ibsen
On Tue, Nov 13, 2012 at 1:25 PM, Daniel Kulp wrote: > > > Can I ask why they cannot run on AIX? Other than the images which may not > work headless, the tests should be able to run fine.I've afraid this is > addressing a symptom, not the actual problem and I prefer to get the problem > lo

Re: @ManagedResource and @ManagedOperation

2012-11-13 Thread Claus Ibsen
Hi Yeah we should use the ones from Camel. Though I wonder where the Spring annotations was moved? Are they now in a new JAR file in Spring 3.2 or where are they? camel-spring is still depend on these annotations in its support for these Spring annotations. On Tue, Nov 13, 2012 at 12:08 AM, C

Re: svn commit: r1408845 - in /camel/trunk/components/camel-mail/src: main/java/org/apache/camel/component/mail/ test/java/org/apache/camel/component/mail/

2012-11-13 Thread Babak Vahdat
Am 13.11.12 18:26 schrieb "davscl...@apache.org" unter : >Author: davsclaus >Date: Tue Nov 13 17:25:58 2012 >New Revision: 1408845 > >URL: http://svn.apache.org/viewvc?rev=1408845&view=rev >Log: >CAMEL-1069: Added support for searchTerm on camel-mail. Ticket was only 4 >years old ;) > >Added: >

Re: @ManagedResource and @ManagedOperation

2012-11-13 Thread Bilgin Ibryam
btw I also was confused which annotations to use, and after few experiments I manged to make it work by using the spring annotations locally. Also http://camel.apache.org/why-is-my-processor-not-showing-up-in-jconsole.htmlsays to use the spring annotations, not the Camel ones. Not sure what's the

Re: svn commit: r1408670 - in /camel/trunk/components/camel-cxf/src/test/java/org/apache/camel/component/cxf: ./ mtom/

2012-11-13 Thread Daniel Kulp
Can I ask why they cannot run on AIX? Other than the images which may not work headless, the tests should be able to run fine.I've afraid this is addressing a symptom, not the actual problem and I prefer to get the problem looked at. Dan On Nov 13, 2012, at 5:35 AM, davscl...@apache.