[jira] [Resolved] (CAMEL-3909) Configuring any Byte type header via Spring XML constant would throw java.lang.ClassCastException

2011-05-11 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-3909. Resolution: Fixed Assignee: Claus Ibsen (was: Christian Müller) I have fixed this. As well I

[jira] [Commented] (CAMEL-3960) camel-test - Add support for creating CamelContext once per class, to re-use it when having multiple test methods

2011-05-11 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13032275#comment-13032275 ] Claus Ibsen commented on CAMEL-3960: Ah well spotted. I have commit a fix so it works

[jira] [Resolved] (CAMEL-3965) ftp producer - If sending noop fails it should force re-connection attempt

2011-05-11 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-3965. Resolution: Fixed > ftp producer - If sending noop fails it should force re-connection attempt > --

[jira] [Created] (CAMEL-3965) ftp producer - If sending noop fails it should force re-connection attempt

2011-05-11 Thread Claus Ibsen (JIRA)
ftp producer - If sending noop fails it should force re-connection attempt -- Key: CAMEL-3965 URL: https://issues.apache.org/jira/browse/CAMEL-3965 Project: Camel Issue

[jira] [Commented] (CAMEL-3964) Script arguments

2011-05-11 Thread Teiva Harsanyi (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13032160#comment-13032160 ] Teiva Harsanyi commented on CAMEL-3964: --- I also try to add some test methods, especi

[jira] [Updated] (CAMEL-3964) Script arguments

2011-05-11 Thread Teiva Harsanyi (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Teiva Harsanyi updated CAMEL-3964: -- Attachment: patch.txt The patch I created > Script arguments > > >

[jira] [Created] (CAMEL-3964) Script arguments

2011-05-11 Thread Teiva Harsanyi (JIRA)
Script arguments Key: CAMEL-3964 URL: https://issues.apache.org/jira/browse/CAMEL-3964 Project: Camel Issue Type: Improvement Components: camel-script Affects Versions: 2.7.1 Reporter: Teiva Harsany

[jira] [Commented] (CAMEL-3960) camel-test - Add support for creating CamelContext once per class, to re-use it when having multiple test methods

2011-05-11 Thread Oleg Iavorskyi (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13032039#comment-13032039 ] Oleg Iavorskyi commented on CAMEL-3960: --- Not sure if it's done already but I'd sugge

[jira] [Resolved] (CAMEL-3963) Add RefDataFormat to make configuring data format consistent

2011-05-11 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-3963. Resolution: Fixed > Add RefDataFormat to make configuring data format consistent >

[jira] [Created] (CAMEL-3963) Add RefDataFormat to make configuring data format consistent

2011-05-11 Thread Claus Ibsen (JIRA)
Add RefDataFormat to make configuring data format consistent Key: CAMEL-3963 URL: https://issues.apache.org/jira/browse/CAMEL-3963 Project: Camel Issue Type: Improvement

[jira] [Created] (CAMEL-3962) don't always load the content of a file when unmarshalling

2011-05-11 Thread Romain Manni-Bucau (JIRA)
don't always load the content of a file when unmarshalling -- Key: CAMEL-3962 URL: https://issues.apache.org/jira/browse/CAMEL-3962 Project: Camel Issue Type: Improvement Comp

[jira] [Issue Comment Edited] (CAMEL-3956) Move Default Encoding to Component Class in the FreeMarker Component

2011-05-11 Thread Fernando Ribeiro (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13031189#comment-13031189 ] Fernando Ribeiro edited comment on CAMEL-3956 at 5/11/11 12:37 PM: -

Build failed in Jenkins: Camel #1220

2011-05-11 Thread Apache Jenkins Server
See Changes: [davsclaus] CAMEL-3960: camel-test with junit4 now supports per class setup/shutdown of CamelContext. This allows to re-use the context when having multiple test methods for faster unit testing. [davsclaus] Fixed camel mode

[jira] [Created] (CAMEL-3961) improving methods calls in bean component

2011-05-11 Thread Romain Manni-Bucau (JIRA)
improving methods calls in bean component - Key: CAMEL-3961 URL: https://issues.apache.org/jira/browse/CAMEL-3961 Project: Camel Issue Type: Improvement Components: camel-core Rep

[jira] [Commented] (CAMEL-3960) camel-test - Add support for creating CamelContext once per class, to re-use it when having multiple test methods

2011-05-11 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13031607#comment-13031607 ] Claus Ibsen commented on CAMEL-3960: Implemented this for camel-test for JUnit 4. Will

[jira] [Created] (CAMEL-3960) camel-test - Add support for creating CamelContext once per class, to re-use it when having multiple test methods

2011-05-11 Thread Claus Ibsen (JIRA)
camel-test - Add support for creating CamelContext once per class, to re-use it when having multiple test methods - Key: CAMEL-3960 URL: https://issues