[jira] [Updated] (CAMEL-4359) Exception thrown during JAXB marshalling will cause SedaConsumer to break

2011-08-19 Thread Dragisa Krsmanovic (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dragisa Krsmanovic updated CAMEL-4359: -- Attachment: CAMEL-4359.patch I am adding unit test that demonstrates the problem. > Ex

[jira] [Created] (CAMEL-4359) Exception thrown during JAXB marshalling will cause SedaConsumer to break

2011-08-19 Thread Dragisa Krsmanovic (JIRA)
Exception thrown during JAXB marshalling will cause SedaConsumer to break - Key: CAMEL-4359 URL: https://issues.apache.org/jira/browse/CAMEL-4359 Project: Camel Issue Ty

Re: Need Urgent Help

2011-08-19 Thread Johan Edstrom
Please use the users list for questions on how to use Camel. Also there is plenty of documentation on http://camel.apache.org/ /je On Fri, Aug 19, 2011 at 7:32 AM, khinvra wrote: > Hi all, > we need urgent help in... > > 1) sample code for publishing data/xml through camel-java-servicemix to an

[jira] [Resolved] (CAMEL-4354) header added using an EventNotifier is not present at AggregationStrategy for http endpoints

2011-08-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-4354. Resolution: Fixed Fix Version/s: 2.9.0 ExchangeSentEvent is now emitted when producer is don

[jira] [Commented] (CAMEL-4358) Move org.apache.camel.management.Statistic to org.apache.camel.spi.Statistic

2011-08-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13087787#comment-13087787 ] Claus Ibsen commented on CAMEL-4358: we could then turn Statistic into a class instead

[jira] [Commented] (CAMEL-4358) Move org.apache.camel.management.Statistic to org.apache.camel.spi.Statistic

2011-08-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13087786#comment-13087786 ] Claus Ibsen commented on CAMEL-4358: Yeah that could be a good idea. However if we ar

[jira] [Created] (CAMEL-4358) Move org.apache.camel.management.Statistic to org.apache.camel.spi.Statistic

2011-08-19 Thread Christian Schneider (JIRA)
Move org.apache.camel.management.Statistic to org.apache.camel.spi.Statistic Key: CAMEL-4358 URL: https://issues.apache.org/jira/browse/CAMEL-4358 Project: Camel Is

[jira] [Commented] (CAMEL-4354) header added using an EventNotifier is not present at AggregationStrategy for http endpoints

2011-08-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13087758#comment-13087758 ] Claus Ibsen commented on CAMEL-4354: Okay the ExchangeSentEvent is being fired to earl

[jira] [Assigned] (CAMEL-4354) header added using an EventNotifier is not present at AggregationStrategy for http endpoints

2011-08-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen reassigned CAMEL-4354: -- Assignee: Claus Ibsen > header added using an EventNotifier is not present at AggregationStrate

[jira] [Commented] (CAMEL-4354) header added using an EventNotifier is not present at AggregationStrategy for http endpoints

2011-08-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13087755#comment-13087755 ] Claus Ibsen commented on CAMEL-4354: Marco which http component did you use? http4 or

Re: [HEADS UP] Moving org.apache.camel.Main to org.apache.camel.main.Main

2011-08-19 Thread Christian Schneider
We could do something like that but the problem is the scope and dependency rules for this new package. Main needs access to all inner details of camel. So you only would like to put classes in that package that also need such details. On the other hand this package should be accessed by nothing

Re: [HEADS UP] Moving org.apache.camel.Main to org.apache.camel.main.Main

2011-08-19 Thread Claus Ibsen
I am not sure moving Main to a main package is a good idea. As you would lock yourself into only having the Main class there. What about adding a org.apache.camel.support package. And then have more commonly used Camel classes by end users in there. Such as the Main class. But by naming it suppor

Re: [HEADS UP] Moving org.apache.camel.Main to org.apache.camel.main.Main

2011-08-19 Thread Christian Schneider
Just digged deeper into ServiceSupport. It references org.apache.camel.Service. So if we can agree that util may use the API and the API may not use util then it could be moved there. I am not sure if a class you extend from is a util class though. When I think of a util class I rather think of

[jira] [Commented] (CAMEL-4343) Add method to test kit to control if CamelContext should be auto started or not

2011-08-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13087739#comment-13087739 ] Claus Ibsen commented on CAMEL-4343: See updated wiki page at advice with > Add metho

[jira] [Resolved] (CAMEL-4343) Add method to test kit to control if CamelContext should be auto started or not

2011-08-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-4343. Resolution: Fixed > Add method to test kit to control if CamelContext should be auto started or >

[jira] [Commented] (CAMEL-4339) AdviceWith - Add fluent builder to easily replace the from endpoint

2011-08-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13087740#comment-13087740 ] Claus Ibsen commented on CAMEL-4339: Renamed to replaceFromWith to indicate its being

Re: [HEADS UP] Moving org.apache.camel.Main to org.apache.camel.main.Main

2011-08-19 Thread Christian Schneider
The problem is absolutely not about naming. The problem is that camel-core contains about 70k lines of code. So what we need is to have a small subset of this code that components can depend on. The smaller the better. Currently any change in camel-core could break any component. If we had a p

Re: [HEADS UP] - Adjustments to ExecutorServiceManager on trunk

2011-08-19 Thread bvahdat
Like the one here: http://svn.apache.org/viewvc?view=revision&revision=1159323 @Christian please don't blame me posting here as I simply couldn't stop myself commenting on this. -- View this message in context: http://camel.465427.n5.nabble.com/HEADS-UP-Adjustments-to-ExecutorServiceManager-on-t

Re: [HEADS UP] Moving org.apache.camel.Main to org.apache.camel.main.Main

2011-08-19 Thread Claus Ibsen
On Fri, Aug 19, 2011 at 3:40 PM, Christian Schneider wrote: > Hi All, > > I am currently looking into the dependencies betwen packages in camel-core. > The packages org.apache.camel and org.apache.camel.spi form the camel api. > So I am trying to make them not depend on other packages from camel-c

[jira] [Commented] (CAMEL-4357) Move org.apache.camel.Main to org.apache.camel.main.Main

2011-08-19 Thread Christian Schneider (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13087722#comment-13087722 ] Christian Schneider commented on CAMEL-4357: The one in camel-spring is not pr

Need Urgent Help

2011-08-19 Thread khinvra
Hi all, we need urgent help in... 1) sample code for publishing data/xml through camel-java-servicemix to an ENDPOINT from where StoneEdge will download it using GET/POST methode 2) sample code for receiving data/xml through camel-java-servicemix from STONEEDGE ENDPOINT using Get/Post methode

[jira] [Commented] (CAMEL-4357) Move org.apache.camel.Main to org.apache.camel.main.Main

2011-08-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13087709#comment-13087709 ] Claus Ibsen commented on CAMEL-4357: There is also a Main class in camel-spring. It wa

[jira] [Created] (CAMEL-4357) Move org.apache.camel.Main to org.apache.camel.main.Main

2011-08-19 Thread Christian Schneider (JIRA)
Move org.apache.camel.Main to org.apache.camel.main.Main Key: CAMEL-4357 URL: https://issues.apache.org/jira/browse/CAMEL-4357 Project: Camel Issue Type: Improvement Componen

[HEADS UP] Moving org.apache.camel.Main to org.apache.camel.main.Main

2011-08-19 Thread Christian Schneider
Hi All, I am currently looking into the dependencies betwen packages in camel-core. The packages org.apache.camel and org.apache.camel.spi form the camel api. So I am trying to make them not depend on other packages from camel-core. One problem there is the starter class Main. It needs acces

Re: FTP component enhancement suggestion

2011-08-19 Thread Marco Crivellaro
I've opened a ticket for it https://issues.apache.org/jira/browse/CAMEL-4356 -- View this message in context: http://camel.465427.n5.nabble.com/FTP-component-enhancement-suggestion-tp4692606p4715564.html Sent from the Camel Development mailing list archive at Nabble.com.

[jira] [Created] (CAMEL-4356) faster way of testing for file existence

2011-08-19 Thread Marco Crivellaro (JIRA)
faster way of testing for file existence Key: CAMEL-4356 URL: https://issues.apache.org/jira/browse/CAMEL-4356 Project: Camel Issue Type: Improvement Components: camel-ftp Affects Versio

[jira] [Assigned] (CAMEL-4355) CxfRsProducer - Should use LRUSoftCache and start/stop the cache according to the producers lifecycle

2011-08-19 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang reassigned CAMEL-4355: --- Assignee: Willem Jiang > CxfRsProducer - Should use LRUSoftCache and start/stop the cache acc

[jira] [Commented] (CAMEL-4354) header added using an EventNotifier is not present at AggregationStrategy for http endpoints

2011-08-19 Thread Marco Crivellaro (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13087690#comment-13087690 ] Marco Crivellaro commented on CAMEL-4354: - fixed by making use of exchange propert

[jira] [Created] (CAMEL-4355) CxfRsProducer - Should use LRUSoftCache and start/stop the cache according to the producers lifecycle

2011-08-19 Thread Claus Ibsen (JIRA)
CxfRsProducer - Should use LRUSoftCache and start/stop the cache according to the producers lifecycle - Key: CAMEL-4355 URL: https://issues.apache.org/jira/browse/

Re: [HEADS UP] - Adjustments to ExecutorServiceManager on trunk

2011-08-19 Thread Claus Ibsen
On Fri, Aug 19, 2011 at 2:22 PM, Christian Schneider wrote: > Committed the changes. > > I even built before I committed to show extra professionalism :-) > Ah that is maybe too professional. Sometimes you have to leave easy mistakes in for others to fix :) > Christian > > Am 19.08.2011 10:00,

[jira] [Commented] (CAMEL-4345) Synchronized code causes long delays and hangs for big applications especially with Blueprint

2011-08-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13087678#comment-13087678 ] Claus Ibsen commented on CAMEL-4345: I have applied that last change in osgi imports.

Re: [HEADS UP] - Adjustments to ExecutorServiceManager on trunk

2011-08-19 Thread Christian Schneider
Committed the changes. I even built before I committed to show extra professionalism :-) Christian Am 19.08.2011 10:00, schrieb Claus Ibsen: The latest commits look good. Only a few cosmetic changes that would be nice to do - Add missing/fix javadoc to ExecutorServiceManager (its a SPI interf

[jira] [Commented] (CAMEL-4354) header added using an EventNotifier is not present at AggregationStrategy for http endpoints

2011-08-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13087663#comment-13087663 ] Claus Ibsen commented on CAMEL-4354: Also make sure you set the header on the correct

[jira] [Commented] (CAMEL-4345) Synchronized code causes long delays and hangs for big applications especially with Blueprint

2011-08-19 Thread Jeff Genender (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13087662#comment-13087662 ] Jeff Genender commented on CAMEL-4345: -- Claus, yes I opened an issue to OSGI-ify Conc

[jira] [Commented] (CAMEL-4354) header added using an EventNotifier is not present at AggregationStrategy for http endpoints

2011-08-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13087659#comment-13087659 ] Claus Ibsen commented on CAMEL-4354: This is actually a miss usage of the EventNotifer

[jira] [Created] (CAMEL-4354) header added using an EventNotifier is not present at AggregationStrategy for http endpoints

2011-08-19 Thread Marco Crivellaro (JIRA)
header added using an EventNotifier is not present at AggregationStrategy for http endpoints Key: CAMEL-4354 URL: https://issues.apache.org/jira/browse/CAMEL-4354

[jira] [Commented] (CAMEL-4350) Camel-jdbc with List has arbitrary column order

2011-08-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13087615#comment-13087615 ] Claus Ibsen commented on CAMEL-4350: By fixing it in camel-jdbc and camel-sql the orde

[jira] [Updated] (CAMEL-4350) Camel-jdbc with List has arbitrary column order

2011-08-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-4350: --- Component/s: camel-sql camel-jdbc Summary: Camel-jdbc with List has arbitrary

[jira] [Commented] (CAMEL-4345) Synchronized code causes long delays and hangs for big applications especially with Blueprint

2011-08-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13087605#comment-13087605 ] Claus Ibsen commented on CAMEL-4345: The osgi manifest contains import of the google c

[jira] [Commented] (CAMEL-4345) Synchronized code causes long delays and hangs for big applications especially with Blueprint

2011-08-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13087606#comment-13087606 ] Claus Ibsen commented on CAMEL-4345: Did anyone create a ticket at Google CLHM to ask

Re: [HEADS UP] - Adjustments to ExecutorServiceManager on trunk

2011-08-19 Thread Claus Ibsen
The latest commits look good. Only a few cosmetic changes that would be nice to do - Add missing/fix javadoc to ExecutorServiceManager (its a SPI interface so full javadoc shows professionalism) - Add missing/fix javadoc to ThreadPoolFactory (its a SPI interface so full javadoc shows professionali

[jira] [Resolved] (CAMEL-4353) Using transacted in Java DSL without Spring XML setting up TX manager should report better error when not able to find a TX manager in the registry

2011-08-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-4353. Resolution: Fixed > Using transacted in Java DSL without Spring XML setting up TX manager should >

[jira] [Updated] (CAMEL-4347) Set thread context class loader when starting camel-blueprint routes

2011-08-19 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-4347: --- Fix Version/s: 2.8.1 Backported to 2.8.1 > Set thread context class loader when starting camel-bluep

Re: FTP component enhancement suggestion

2011-08-19 Thread Marco Crivellaro
Claus Ibsen-2 wrote: > > Did you guys come to any conclusions? > Please let me know if I should open a JIRA ticket for this, thank you -- View this message in context: http://camel.465427.n5.nabble.com/FTP-component-enhancement-suggestion-tp4692606p4714742.html Sent from the Camel Developmen