Re: [IDEA] - camel-cxf, make it easier to enable logging in/out

2011-11-08 Thread Andreas Kuhtz
Hi, I like this idea, too. However, it should be possible to specify a custom logging interceptor if logging=true that overrides the default logging interceptor ... but I think that's what was already in your minds ;-) Regards, Andi -- View this message in context: http://camel.465427.n5.nabble

[jira] [Commented] (CAMEL-4408) Fix OSGi-exports of camel-soap

2011-09-02 Thread Andreas Kuhtz (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13096183#comment-13096183 ] Andreas Kuhtz commented on CAMEL-4408: -- Thank you very much!!! > Fix OSGi-

[jira] [Commented] (CAMEL-4408) Fix OSGi-exports of camel-soap

2011-09-02 Thread Andreas Kuhtz (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13096104#comment-13096104 ] Andreas Kuhtz commented on CAMEL-4408: -- Yes, that might be the reason. I

[jira] [Updated] (CAMEL-4408) Fix OSGi-exports of camel-soap

2011-09-02 Thread Andreas Kuhtz (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Kuhtz updated CAMEL-4408: - Issue Type: Improvement (was: Bug) > Fix OSGi-exports of camel-s

[jira] [Commented] (CAMEL-4408) Fix OSGi-exports of camel-soap

2011-09-02 Thread Andreas Kuhtz (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13096073#comment-13096073 ] Andreas Kuhtz commented on CAMEL-4408: -- @Claus The trunk (2.9-SNAPSHOT, check

Re: OSGi-Exports of camel-soap correct???

2011-09-02 Thread Andreas Kuhtz
I just build it with the latest trunk on windows with maven-2.2.1 and I see the correct version numbers of the two exports, so I guess it's not a windows problem. I've seen that the maven-bundle-plugin has changed from 2.3.4 (on 2.8.1-SNAPSHOT) to 2.3.5 on trunk on 31.08.2011 but my previous build

Re: OSGi-Exports of camel-soap correct???

2011-09-02 Thread Andreas Kuhtz
Hi Willem, Hh you are right, just checked my 2.9-SNAPSHOT and it's indeed in there. Export-Package: org.apache.camel.dataformat.soap;uses:="javax.jws,org.ap ache.camel.component.bean,org.apache.camel,org.apache.camel.converter.j axb,org.apache.camel.dataformat.soap.name,org.slf4j,javax.xml.

[jira] [Updated] (CAMEL-4408) Fix OSGi-exports of camel-soap

2011-09-02 Thread Andreas Kuhtz (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Kuhtz updated CAMEL-4408: - Attachment: camel-4408.diff Patch for 2.8.1-SNAPSHOT > Fix OSGi-exports of camel-s

[jira] [Created] (CAMEL-4408) Fix OSGi-exports of camel-soap

2011-09-02 Thread Andreas Kuhtz (JIRA)
Reporter: Andreas Kuhtz Fix For: 2.8.1, 2.9.0 The OSGi exports of camel-soap is not correct. If I run exports in karaf I get the following output. {code} karaf@localhost> exports 135 ID Packages 135 org.apache.camel.dataformat.soap; version="0.0.0&qu

OSGi-Exports of camel-soap correct???

2011-09-02 Thread Andreas Kuhtz
Hi, I've a question regarding the OSGi exports of camel-soap. If I run exports in karaf I get the following output. karaf@localhost> exports 135 ID Packages 135 org.apache.camel.dataformat.soap; version="0.0.0" 135 org.apache.camel.dataformat.soap.name; version="0.0.0" 135 org.xmlsoa

[jira] [Commented] (CAMEL-4374) The debugger doesn't work in the CamelSpringTestSupport with route defined in XML

2011-09-02 Thread Andreas Kuhtz (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13095873#comment-13095873 ] Andreas Kuhtz commented on CAMEL-4374: -- Just noticed that the patch will not

Re: [DISCUSS] - Apache Camel 2.8.1 release

2011-08-31 Thread Andreas Kuhtz
Hi, Is it possible to merge CAMEL-3968 on the 2.8.1 branch to have it in the 2.8.1 release? Best regards Andi -- View this message in context: http://camel.465427.n5.nabble.com/DISCUSS-Apache-Camel-2-8-1-release-tp4733505p4755143.html Sent from the Camel Development mailing list archive at Nabb

[jira] [Commented] (CAMEL-4374) The debugger doesn't work in the CamelSpringTestSupport with route defined in XML

2011-08-24 Thread Andreas Kuhtz (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13090171#comment-13090171 ] Andreas Kuhtz commented on CAMEL-4374: -- @Willem You're right, but cur

[jira] [Created] (CAMEL-4375) FilterCreateCamelContextPerClassTest is wrong configured

2011-08-24 Thread Andreas Kuhtz (JIRA)
: camel-test Affects Versions: 2.8.0 Reporter: Andreas Kuhtz Fix For: 2.8.1, 2.9.0 Attachments: camel-4375.patch The FilterCreateCamelContextPerClassTest is wrong configured. The isCreateCamelContextPerClass() should return true as written in the comment but

[jira] [Updated] (CAMEL-4375) FilterCreateCamelContextPerClassTest is wrong configured

2011-08-24 Thread Andreas Kuhtz (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Kuhtz updated CAMEL-4375: - Attachment: camel-4375.patch > FilterCreateCamelContextPerClassTest is wrong configu

[jira] [Updated] (CAMEL-4374) The debugger doesn't work in the CamelSpringTestSupport with route defined in XML

2011-08-24 Thread Andreas Kuhtz (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Kuhtz updated CAMEL-4374: - Attachment: camel-4374.patch > The debugger doesn't work in the CamelSpringTestSupp

[jira] [Created] (CAMEL-4374) The debugger doesn't work in the CamelSpringTestSupport with route defined in XML

2011-08-24 Thread Andreas Kuhtz (JIRA)
Camel Issue Type: Improvement Components: camel-test Affects Versions: 2.8.0 Reporter: Andreas Kuhtz Fix For: 2.8.1, 2.9.0 Attachments: camel-4374.patch The debugger doesn't work in the CamelSpringTestSupport with route defined in XML.

[jira] [Updated] (CAMEL-4374) The debugger doesn't work in the CamelSpringTestSupport with route defined in XML

2011-08-24 Thread Andreas Kuhtz (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Kuhtz updated CAMEL-4374: - Description: The debugger doesn't work in the CamelSpringTestSupport with route defined in

[jira] [Commented] (CAMEL-4026) Camel does not work out of the box in Java webstart, due classpath scanning is not possible

2011-05-30 Thread Andreas Kuhtz (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13041073#comment-13041073 ] Andreas Kuhtz commented on CAMEL-4026: -- The problem can be solved easily if you

[jira] Updated: (CAMEL-1888) CamelInvocationHandler should throw RuntimeException if possible instead of InvocationTargetException

2009-08-07 Thread Andreas Kuhtz (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Kuhtz updated CAMEL-1888: - Attachment: (was: camel-spring-1888.patch) > CamelInvocationHandler should th

[jira] Updated: (CAMEL-1888) CamelInvocationHandler should throw RuntimeException if possible instead of InvocationTargetException

2009-08-07 Thread Andreas Kuhtz (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Kuhtz updated CAMEL-1888: - Attachment: camel-spring-1888.patch New camel-spring patch with *new* test case

[jira] Updated: (CAMEL-1888) CamelInvocationHandler should throw RuntimeException if possible instead of InvocationTargetException

2009-08-07 Thread Andreas Kuhtz (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Kuhtz updated CAMEL-1888: - Attachment: camel-spring-1888.patch camel-core-1888.patch

[jira] Created: (CAMEL-1888) CamelInvocationHandler should throw RuntimeException if possible instead of InvocationTargetException

2009-08-07 Thread Andreas Kuhtz (JIRA)
/browse/CAMEL-1888 Project: Apache Camel Issue Type: Improvement Components: camel-core, camel-spring Affects Versions: 2.0-M3 Environment: XP, JDK 1.5.0_16 Reporter: Andreas Kuhtz Fix For: 2.0.0 The CamelInvocationHandler.invoke

[jira] Updated: (CAMEL-1690) Components in Camel-Extra need to be upgraded to work with Camel 2.0

2009-06-25 Thread Andreas Kuhtz (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Kuhtz updated CAMEL-1690: - Attachment: camel-extra.diff patch for upgrade camel-extra to CAMEL 2.0-SNAPSHOT

[jira] Commented: (CAMEL-1711) Routes are started twice with webapplication context

2009-06-17 Thread Andreas Kuhtz (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=52333#action_52333 ] Andreas Kuhtz commented on CAMEL-1711: -- Claus, the fix works fine for me. Howev

[jira] Commented: (CAMEL-1711) Routes are started twice with webapplication context

2009-06-17 Thread Andreas Kuhtz (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=52315#action_52315 ] Andreas Kuhtz commented on CAMEL-1711: -- Currently building trunk ... But one t

[jira] Commented: (CAMEL-1711) Routes are started twice with webapplication context

2009-06-17 Thread Andreas Kuhtz (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=52309#action_52309 ] Andreas Kuhtz commented on CAMEL-1711: -- The sample project does not contain CXF and

[jira] Updated: (CAMEL-1711) Routes are started twice with webapplication context

2009-06-15 Thread Andreas Kuhtz (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Kuhtz updated CAMEL-1711: - Description: I've a spring based web application that has 2 applicationContexts (the s

[jira] Updated: (CAMEL-1711) Routes are started twice with webapplication context

2009-06-15 Thread Andreas Kuhtz (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Kuhtz updated CAMEL-1711: - Attachment: camel-spring-problem.zip Sample project > Routes are started twice w

[jira] Updated: (CAMEL-1711) Routes are started twice with webapplication context

2009-06-15 Thread Andreas Kuhtz (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Kuhtz updated CAMEL-1711: - Attachment: camelspringproblem-server-web.log The logfile that contains the messages that

[jira] Created: (CAMEL-1711) Routes are started twice with webapplication context

2009-06-15 Thread Andreas Kuhtz (JIRA)
: camel-spring Affects Versions: 1.6.1 Environment: WinXP Reporter: Andreas Kuhtz Fix For: 1.6.2 I've a spring based web application that has 2 applicationContexts (the second has the first as parent). My problem is that the SpringCamelContext listens to