Build failed in Hudson: Camel #1049

2010-11-03 Thread Apache Hudson Server
See Changes: [davsclaus] Added test based on user forum issue [davsclaus] Fixed readme.txt [ningjiang] CAMEL-3302 OsgiPackageScanClassResolver should have Non-OSGi classloader check fallback [ningjiang] CAMEL-3301 Upgrade to JSch 0.1.4

Build failed in Hudson: Camel » Camel : : Test Bundles: mock-javamail-1.7 #1049

2010-11-03 Thread Apache Hudson Server
See -- [INFO] [INFO] Building Camel :: Test Bundles: mock-javamail-1.

[jira] Commented: (CAMEL-3105) Contribution: Spring Web Services component

2010-11-03 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-3105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=62997#action_62997 ] Claus Ibsen commented on CAMEL-3105: Isnt there a version of Spring-WS which is targeted

[jira] Assigned: (CAMEL-3105) Contribution: Spring Web Services component

2010-11-03 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-3105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen reassigned CAMEL-3105: -- Assignee: Claus Ibsen > Contribution: Spring Web Services component > -

[jira] Assigned: (CAMEL-3306) Transfer-Encoding chunking implementation leaves a loop hole for error

2010-11-03 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-3306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang reassigned CAMEL-3306: --- Assignee: Willem Jiang > Transfer-Encoding chunking implementation leaves a loop hole for

Re: Issue with Camel archetypes and m2eclipse...

2010-11-03 Thread Jon Anstey
Christian, thanks for verifying this. On Wed, Nov 3, 2010 at 7:43 PM, Christian Müller < christian.muel...@gmail.com> wrote: > Hello Jon! > > I have the same behavior, using Eclipse 3.6.1 (Helios) and m2eclipse > 0.10.020100209. I only see the Camel 2.2.0 archetypes... > > Cheers, > Christian >

Re: Issue with Camel archetypes and m2eclipse...

2010-11-03 Thread Christian Müller
Hello Jon! I have the same behavior, using Eclipse 3.6.1 (Helios) and m2eclipse 0.10.020100209. I only see the Camel 2.2.0 archetypes... Cheers, Christian

[jira] Closed: (CAMEL-2452) HttpHeaderFilterStrategy dosn't filters out 'Cache-Control', 'Connection', 'Pragma', 'Trailer', 'Transfer-Encoding', 'Upgrade', 'Via' and 'Warning' in method applyFilterToC

2010-11-03 Thread Christian Mueller (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Mueller closed CAMEL-2452. Resolution: Fixed Madhav opened [CAMEL-3306|https://issues.apache.org/activemq/browse/C

Hudson build is back to stable : Cam el.trunk.fulltest » Camel :: CXF #26

2010-11-03 Thread Apache Hudson Server
See

Hudson build is still unstable: Came l.trunk.fulltest » Camel :: MINA #26

2010-11-03 Thread Apache Hudson Server
See

Build failed in Hudson: Camel.trunk.fulltest #26

2010-11-03 Thread Apache Hudson Server
See Changes: [davsclaus] Added test based on user forum issue [davsclaus] Fixed readme.txt [ningjiang] CAMEL-3302 OsgiPackageScanClassResolver should have Non-OSGi classloader check fallback ---

Hudson build is still unstable: Camel.trunk. fulltest » Camel :: Example :: CXF Proxy #26

2010-11-03 Thread Apache Hudson Server
See

Hudson build is still unstable: Came l.trunk.fulltest » Camel :: Netty #26

2010-11-03 Thread Apache Hudson Server
See

Hudson build is still unstable: Camel.trun k.fulltest » Camel :: Integration Tests #26

2010-11-03 Thread Apache Hudson Server
See

Hudson build is back to stable : Came l.trunk.fulltest » Camel :: HawtDB #26

2010-11-03 Thread Apache Hudson Server
See

Hudson build became unstable: Came l.trunk.fulltest » Camel :: Core #26

2010-11-03 Thread Apache Hudson Server
See

Build failed in Hudson: Camel.trunk.fulltest » Camel :: Test Bundles: mock-javamail-1.7 #26

2010-11-03 Thread Apache Hudson Server
See -- [INFO] [INFO] Building Camel :: Test Bundles: moc

Re: Issue with Camel archetypes and m2eclipse...

2010-11-03 Thread Jon Anstey
Cool, didn't know this existed. Thanks :) I still need to get the issue sorted with Camel archetypes getting detected at Maven central since that is the default (and therefore the most widely used) method of creating apps via m2eclipse. 2010/11/3 Łukasz Dywicki > Hi Jon, > I have complete camel

RE: Issue with Camel archetypes and m2eclipse...

2010-11-03 Thread Łukasz Dywicki
Hi Jon, I have complete camel archetype catalog for all FUSE Mediation Broker releases (up to 2.4.x) - you might install it from update site: http://servicemix.pl/ide/update/dev/ Feel free to report all issues on Redmine (signup required): http://redmine.code-house.org/ Best regards, Lukasz ---

[jira] Created: (CAMEL-3306) Transfer-Encoding chunking implementation leaves a loop hole for error

2010-11-03 Thread Madhav Bhargava (JIRA)
Transfer-Encoding chunking implementation leaves a loop hole for error -- Key: CAMEL-3306 URL: https://issues.apache.org/activemq/browse/CAMEL-3306 Project: Apache Camel Iss

Re: ftp2 - idempotent feature

2010-11-03 Thread Claus Ibsen
Hi Take a look at this unit test https://svn.apache.org/repos/asf/camel/trunk/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/FtpConsumerIdempotentTest.java Are you using recursive or not? On Wed, Nov 3, 2010 at 4:42 PM, Deepti Bhogle wrote: > Hello everyone, > I am

Issue with Camel archetypes and m2eclipse...

2010-11-03 Thread Jon Anstey
Figured I should let everyone know that there appears to be an issue with newer Camel archetypes (2.3.0, 2.4.0 and 2.5.0) not showing up in m2eclipse for new project creation. The command line way still works fine. I've opened an issue at the m2eclipse project to see what could be happening here ht

ftp2 - idempotent feature

2010-11-03 Thread Deepti Bhogle
Hello everyone, I am new to the camel developers mailing list. I am currently trying to use the ftp component in the camel 2.4.0 and trying to use the idempotent feature to not iterate over already processed files. The ftp2 component's document page says that all the options for file2 component app

[jira] Created: (CAMEL-3305) CaseInsensitiveMap could most likely be replaced with

2010-11-03 Thread Claus Ibsen (JIRA)
CaseInsensitiveMap could most likely be replaced with - Key: CAMEL-3305 URL: https://issues.apache.org/activemq/browse/CAMEL-3305 Project: Apache Camel Issue Type: Improvement Com

[jira] Commented: (CAMEL-3304) camel-web-console feature for Apache Karaf

2010-11-03 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-3304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=62987#action_62987 ] Claus Ibsen commented on CAMEL-3304: See http://repo2.maven.org/maven2/org/apache/activem

[jira] Created: (CAMEL-3304) camel-web-console feature for Apache Karaf

2010-11-03 Thread Claus Ibsen (JIRA)
camel-web-console feature for Apache Karaf -- Key: CAMEL-3304 URL: https://issues.apache.org/activemq/browse/CAMEL-3304 Project: Apache Camel Issue Type: New Feature Components: karaf

[jira] Commented: (CAMEL-2366) Add a profile in camel-web project to generate WAR file for OSGI plateform (SMX4, Karaf)

2010-11-03 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=62986#action_62986 ] Claus Ibsen commented on CAMEL-2366: For example {code} ka...@root> osgi:install war:mvn

[jira] Commented: (CAMEL-2366) Add a profile in camel-web project to generate WAR file for OSGI plateform (SMX4, Karaf)

2010-11-03 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=62983#action_62983 ] Claus Ibsen commented on CAMEL-2366: Apache Karaf can install a WAR file out of the box a

[jira] Assigned: (CAMEL-3292) camel-web - Its preconfigured for OSGi environment but it should detect this instead

2010-11-03 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-3292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen reassigned CAMEL-3292: -- Assignee: Claus Ibsen > camel-web - Its preconfigured for OSGi environment but it should de

Build failed in Hudson: Camel.trunk.fulltest #25

2010-11-03 Thread Apache Hudson Server
See Changes: [ningjiang] CAMEL-3301 Upgrade to JSch 0.1.44 [ningjiang] CAMEL-3303 Exporting the package META-INF.cxf.camel instead of META-INF.cxf in camel-cxf bundle [ningjiang] CAMEL-3269 also updated the method of getCxf

Hudson build became unstable: Came l.trunk.fulltest » Camel :: CXF #25

2010-11-03 Thread Apache Hudson Server
See

Hudson build is still unstable: Came l.trunk.fulltest » Camel :: MINA #25

2010-11-03 Thread Apache Hudson Server
See

Hudson build became unstable: Camel .trunk.fulltest » Camel :: HawtDB #25

2010-11-03 Thread Apache Hudson Server
See

Hudson build is still unstable: Camel.trunk. fulltest » Camel :: Example :: CXF Proxy #25

2010-11-03 Thread Apache Hudson Server
See

Build failed in Hudson: Camel.trunk.fulltest » Camel :: Test Bundles: mock-javamail-1.7 #25

2010-11-03 Thread Apache Hudson Server
See -- [INFO] [INFO] Building Camel :: Test Bundles: moc

Hudson build is still unstable: Came l.trunk.fulltest » Camel :: Netty #25

2010-11-03 Thread Apache Hudson Server
See

Hudson build is still unstable: Camel.trun k.fulltest » Camel :: Integration Tests #25

2010-11-03 Thread Apache Hudson Server
See

[jira] Closed: (CAMEL-3264) Split package issue on OSGi with META-INF.cxf

2010-11-03 Thread Stephan Siano (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-3264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Siano closed CAMEL-3264. Resolution: Duplicate Fix Version/s: 2.6.0 CAMEL-3303 is about the same issue > Split p

[jira] Commented: (CAMEL-3264) Split package issue on OSGi with META-INF.cxf

2010-11-03 Thread Stephan Siano (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-3264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=62980#action_62980 ] Stephan Siano commented on CAMEL-3264: -- Actually CAMEL-3303 is about the same issue and