Build failed in Jenkins: Camel #1276

2011-07-16 Thread Apache Jenkins Server
See Changes: [ningjiang] Polish camel-example-cxf-osgi readme [davsclaus] CAMEL-4233: Improved how type converters is loaded. Added support for specifying FQN in META-INF TypeConverter file to load the Converter class directly, avoiding packag

Build failed in Jenkins: Camel » Camel :: Web #1276

2011-07-16 Thread Apache Jenkins Server
See -- [INFO] [INFO] Building Camel :: Web [INFO]task-segment: [clean, install] [INFO] ---

ScheduledPollConsumer question

2011-07-16 Thread Donald Whytock
Hi all... Having a problem in camel-mail.MailConsumer with the folder object...it's either failing to open with folder.open() and not telling me, or it's closing after I open it but before I use it. I'm wondering if this means the folder object needs to be locked/synchronized. Is the polling of

Re: [VOTE] Release Apache Camel 2.8.0

2011-07-16 Thread Christian Müller
-1 I think this is a critical issue. Best, Christian On Wed, Jul 13, 2011 at 10:49 PM, Hadrian Zbarcea wrote: > A new minor release apache-camel-2.8.0 is out with approximately 409 issues > resolved: improvements and bug fixes [1]. This is a release with a record > number of fixes and reflects t

[jira] [Resolved] (CAMEL-4233) avoid runtime package scanning to discover TypeConverters

2011-07-16 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-4233. Resolution: Fixed Committed and updated documentation as well > avoid runtime package scanning to

Build failed in Jenkins: Camel #1275

2011-07-16 Thread Apache Jenkins Server
See Changes: [janstey] CAMEL-4237 - fix issue with archetypes not building in Maven offline mode [davsclaus] CAMEL-4176: Fixed registering proxy port is secure - not secure depending on proxyAuthScheme option. [ningjiang] CAMEL-4228 Use the c

Build failed in Jenkins: Camel » Camel :: Web #1275

2011-07-16 Thread Apache Jenkins Server
See -- [INFO] [INFO] Building Camel :: Web [INFO]task-segment: [clean, install] [INFO] ---

Re: [VOTE] Release Apache Camel 2.8.0

2011-07-16 Thread bvahdat
Got it! The problem with the TypeConverter by me was just a side effect of the following fix: https://issues.apache.org/jira/browse/CAMEL-3974 So that the webservice-reply was simply not propagated into the exchange's out, The following diff says it all: http://camel.465427.n5.nabble.com/file/n

[jira] [Commented] (CAMEL-4233) avoid runtime package scanning to discover TypeConverters

2011-07-16 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13066383#comment-13066383 ] Claus Ibsen commented on CAMEL-4233: Okay the OSGi pieces is also in place, and all te