Re: Serious advise needed... Java DSL or Spring DSL

2011-07-27 Thread Johan Edstrom
It is very much a staffing/support/maintenance question as well. If you want to read about it and form your own opinion, look at documents debating this such as http://en.wikipedia.org/wiki/Convention_over_configuration http://feedblog.org/2007/05/30/configuration-and-convention-over-code/ Pe

Re: Validation vs. validator

2011-07-27 Thread Johan Edstrom
Semantics most likely but you can perform validation with the validator? On Jul 27, 2011, at 9:14 PM, Robert J. Liguori wrote: > http://camel.apache.org/validation.html

Re: Serious advise needed... Java DSL or Spring DSL

2011-07-27 Thread Taariq Levack
Hi Robert This is probably the wrong forum for this, but I think it's a matter of personal preference for such simple use cases. It's not as though you need java or even better, Scala, to do something that cannot easily be done in XML. Taariq On 28 Jul 2011, at 2:05 AM, "Robert J. Liguori" wro

Validation vs. validator

2011-07-27 Thread Robert J. Liguori
(1) Validation / camel-spring validation:someLocalOrRemoteResource Reference: http://camel.apache.org/components.html (2) validator:com/mypackage/myschema.xsd Reference: http://camel.apache.org/validation.html Question: Which one is it (validation or validator)? -- Sincerely, Robert J. Liguori

[jira] [Updated] (CAMEL-4198) Bindy Parser not handling Null values in KVP

2011-07-27 Thread surya (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] surya updated CAMEL-4198: - Attachment: BindyKeyValuePairFactory_patch_4198.patch fix.txt Reattaching files with "Grant Licen

[jira] [Commented] (CAMEL-3481) camel-script doesn't work in OSGi

2011-07-27 Thread Hendy Irawan (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13072145#comment-13072145 ] Hendy Irawan commented on CAMEL-3481: - In my experience, "the ScriptEngineManager that

Serious advise needed... Java DSL or Spring DSL

2011-07-27 Thread Robert J. Liguori
Does the Camel community strongly advise using one DSL over another? What I need to do is built a simple route that validates XML files against XML Scemas. I don't know if I should be using the Spring DSL (e.g., http://camel.apache.org/validation.html) or the Java DSL (e.g., https://svn.apac

Re: Tutorials for Apache Camel

2011-07-27 Thread Robert J. Liguori
Christopher, I'm stepping through your tutorial ( http://coders-unite.blogspot.com/2011/07/using-netbeans-70-to-create-apache.html)... but in step 2, my local repo does not find, "Maven Quickstart Archetype (1.1)" Any idea, how I can get it there? Thanks, Robert On Tue, 26 Jul 2011 11:09:23 +0

[jira] [Updated] (CAMEL-4254) Missing setter or constructor-argument for elementNameStrategyRef in SoapJaxbDataFormat

2011-07-27 Thread Oliver Jelinski (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Jelinski updated CAMEL-4254: --- Attachment: camel-soap-2.7.3.patch.txt I generated a patch for the camel-2.7.3 tag, where the

Re: camel-cxf dynamic ports...

2011-07-27 Thread Daniel Kulp
I was hoping to start tackling using parallel tests to make this even faster, but the junit4.CamelTestSupport and the CamelSpringTestSupport subclass are not at all safe to have multiple test subclasses running in parallel. Thus, a lot of work needs to be done down at that layer first. :-(

Re: rsync process for cwiki -> site.....

2011-07-27 Thread Daniel Kulp
On Tuesday, July 26, 2011 9:21:48 AM James Strachan wrote: > On 20 July 2011 16:56, Daniel Kulp wrote: > > I asked Hadrian and he didn't know and James hasn't responded, so I'll > > ask here. > > > > Does anyone know who's crontab the rsync of the site from the cwiki > > staging area to /www/came

Build failed in Jenkins: Camel #1285

2011-07-27 Thread Apache Jenkins Server
See Changes: [davsclaus] CAMEL-4274: Fixed issue with MDC not remebering old values when using a producer template to send in messages during routing. Thanks to Yaytay for the patch. [cmueller] CAMEL-4180: Improve labels of all model definitio

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

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

[jira] [Commented] (CAMEL-4244) Refactor ExecutorService classes into a InstanceManagerPattern

2011-07-27 Thread Christian Schneider (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13071640#comment-13071640 ] Christian Schneider commented on CAMEL-4244: It is not completely removed. The

[jira] [Assigned] (CAMEL-3968) camel-soap - Add support for multiple parameters

2011-07-27 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang reassigned CAMEL-3968: --- Assignee: Willem Jiang > camel-soap - Add support for multiple parameters > -

[jira] [Commented] (CAMEL-3968) camel-soap - Add support for multiple parameters

2011-07-27 Thread Rich Newcomb (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13071611#comment-13071611 ] Rich Newcomb commented on CAMEL-3968: - The submitted patch allows for java-to-xml mars

[jira] [Updated] (CAMEL-3968) camel-soap - Add support for multiple parameters

2011-07-27 Thread Rich Newcomb (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rich Newcomb updated CAMEL-3968: Attachment: 2011.07.27-CAMEL-3968-camel-soap.patch Patch attached. Comments to follow. > camel-soa

[jira] [Commented] (CAMEL-4240) Unable to use XA JMS trabsaction on WebLogic

2011-07-27 Thread Andrey Utkin (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13071594#comment-13071594 ] Andrey Utkin commented on CAMEL-4240: - Hi Claus, Yes, of course. I can try to create

[jira] [Commented] (CAMEL-4244) Refactor ExecutorService classes into a InstanceManagerPattern

2011-07-27 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13071585#comment-13071585 ] Claus Ibsen commented on CAMEL-4244: In all the model definitions you should prefer to

[jira] [Resolved] (CAMEL-4274) MDCUnitOfWork behaviour incorrect with nested routes

2011-07-27 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-4274. Resolution: Fixed Fix Version/s: 2.9.0 Assignee: Claus Ibsen Thanks for the patch.

[jira] [Closed] (CAMEL-4180) Improve labels of all model definitions in tracer output a understandable label

2011-07-27 Thread JIRA
[ https://issues.apache.org/jira/browse/CAMEL-4180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Müller closed CAMEL-4180. --- > Improve labels of all model definitions in tracer output a understandable > label > --

[jira] [Commented] (CAMEL-4273) Favor static member classes over nonstatic ones.

2011-07-27 Thread Babak Vahdat (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13071573#comment-13071573 ] Babak Vahdat commented on CAMEL-4273: - You welcome :-) BTW my first name ist Babak not

[jira] [Resolved] (CAMEL-4180) Improve labels of all model definitions in tracer output a understandable label

2011-07-27 Thread JIRA
[ https://issues.apache.org/jira/browse/CAMEL-4180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Müller resolved CAMEL-4180. - Resolution: Fixed Committed r1151359 > Improve labels of all model definitions in tracer