Re: Proposal for a new camel-bean-validation component based on jsr 303

2010-03-21 Thread Christian Mueller
Ok, I will do this. I opened an issue on JIRA and will track further discussions there. https://issues.apache.org/activemq/browse/CAMEL-2565 -- View this message in context: http://old.nabble.com/Proposal-for-a-new-camel-bean-validation-component-based-on-jsr-303-tp27950969p27976253.html Sent

Re: Proposal for a new camel-bean-validation component based on jsr 303

2010-03-21 Thread Claus Ibsen
ionEndpointUri) >  .to("blah") > > or > > from("foo") >  .validate(nonblocking) >  .to("bar") > > Now, I think also this is the better solution to implements these > requirements. But I'm not so familiar with implementing > Predicate

Re: Proposal for a new camel-bean-validation component based on jsr 303

2010-03-21 Thread Christian Mueller
ese requirements. But I'm not so familiar with implementing Predicates/Processors and extend the Java/XML DSL. Could you give me a hint, where I could find a good sample in the Camel code to implement a Predicate/Processor? Regards, Christian -- View this message in context: http://old.nabble

Re: Proposal for a new camel-bean-validation component based on jsr 303

2010-03-20 Thread Claus Ibsen
te/stable/validator/reference/en/html_single/ > > The Hibernate Validator (the reference implementation) is licensed under the > Apache License Version 2: > http://anonsvn.jboss.org/repos/hibernate/validator/tags/v4_0_2_GA/license.txt > > What do you think? Could this be an useful compon

Proposal for a new camel-bean-validation component based on jsr 303

2010-03-19 Thread Christian Mueller
.txt What do you think? Could this be an useful component for Camel? Regards, Christian -- View this message in context: http://old.nabble.com/Proposal-for-a-new-camel-bean-validation-component-based-on-jsr-303-tp27950969p27950969.html Sent from the Camel - Users mailing list archive at Nabble.com.