RE: bean Registry

2013-11-26 Thread Singh, Surya Prakash
How do you achieve this when using spring dsl to create a camelcontext? http://camel.apache.org/schema/spring";> Is there a way to inject a SimpleRegistry when creating a CamelContext in spring DSL? What is the namespace for that? Regards, -Original Message- From: Willem jiang [mailt

Sending object to a Dynamic Route

2013-07-02 Thread Singh, Surya Prakash
Hi, How do I send an Object to a cxf route inside a Dynamic route, For ex: public String route(Exchange exchange { if (requestStatus instanceof RequestPending) { return "cxf://"; // Need to send an object to this cxf route. } } Outside of an dynamic route

Example of scheduling

2012-09-20 Thread surya theva
Hello, I am new to Camel, I am looking for a example that every day at 12 am my application need to login into ftp server to get the encrypted files. Is there any example I can follow? Regards, ST

Re: Inserting rules dynamically into camel-drools component

2012-05-03 Thread surya
n time for the rules. 3. use case at hand and etc... drools-camel component just makes it easy sometimes and sure it can be done in pure drools as well. In our case we leverage on camel for several other things and it made sense for us to rely on drools-component. peace, surya -- View this

Re: Inserting rules dynamically into camel-drools component

2012-05-03 Thread surya
"knowledgeSessionName"); peace, Surya -- View this message in context: http://camel.465427.n5.nabble.com/Inserting-rules-dynamically-into-camel-drools-component-tp5681880p5683733.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: multiple from endpoints and jmx console

2012-04-13 Thread surya
this. Regards, surya -- View this message in context: http://camel.465427.n5.nabble.com/multiple-from-endpoints-and-jmx-console-tp5587775p5639320.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: org.apache.camel.RuntimeCamelException: org.apache.camel.TypeConverterLoaderException: Failed to load type converters because of: Cannot find any type converter classes from the following packages

2012-03-20 Thread surya
Soumya, If you are still having issues, you can use the patch jar attached and put it in classpath. This should be interim fix for you to get going, will raise jira for drools-camel folks later. peace, surya http://camel.465427.n5.nabble.com/file/n5581146/drools-converter-patch.jar drools

Re: org.apache.camel.RuntimeCamelException: org.apache.camel.TypeConverterLoaderException: Failed to load type converters because of: Cannot find any type converter classes from the following packages

2012-03-19 Thread surya
@Babak In package "org.drools.camel.component" I see some classes that do reference bunch of Camel Converter classes. my best guess is it might not be an issue in this case..btw i have drools-camel 5.3.0 up and running'camel' should be nominated as logo for U.N :) it integrates everything se

Re: FixedLengthRecord and OneToMany

2012-03-19 Thread surya
can be made to Bindy parser as such please raise the Jira with description , based on the track record I am sure they will address it in timely fashion. peace, surya -- View this message in context: http://camel.465427.n5.nabble.com/FixedLengthRecord-and-OneToMany-tp5571433p5577214.html Sent fr

Re: org.apache.camel.RuntimeCamelException: org.apache.camel.TypeConverterLoaderException: Failed to load type converters because of: Cannot find any type converter classes from the following packages

2012-03-18 Thread surya
still having issues let know how are are your libraries packaged i.e in web-inf/lib and server classpath. peace, surya -- View this message in context: http://camel.465427.n5.nabble.com/org-apache-camel-RuntimeCamelException-org-apache-camel-TypeConverterLoaderException-Failed-to-load

Re: FixedLengthRecord and OneToMany

2012-03-18 Thread surya
hi, I would map my business/domain object to fixedlengthrecord object before marshaling or vice versa for unmarshalling. Remember fixedlength record is generally v flat with each field having unique start position within the record, otherwise gets simply overwritten. peace, surya -- View this

Re: FixedLengthRecord and OneToMany

2012-03-16 Thread surya
sition' in a record. Eg: @DataField(pos = (151), length = 2). I use @Link on FixedLength with no issues. peace, surya -- View this message in context: http://camel.465427.n5.nabble.com/FixedLengthRecord-and-OneToMany-tp5571433p5572022.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel :: Guice integration is inconsistent with Spring integration

2012-02-28 Thread surya aditya
dropping guicefruit dependency from camel just yet? GuiceCamelContext is working for us ok now. @Chris I am able to use guice+guiceyfruit with camel succesfully, will try to help if you can elaborate a bit on issue you are facing. peace, surya On Tue, Feb 28, 2012 at 11:44 AM, Tim wrote: > ht

Re: Iterating beans in the route

2012-02-17 Thread surya aditya
Quick answer would be to look into Dynamic Router Integration Pattern offered by Camel. You can follow the link below and see if it rings a bell. http://camel.apache.org/dynamic-router.html peace, On Fri, Feb 17, 2012 at 10:01 PM, Frank wrote: > Hi, > > I have a route consists of four differen

Re: Correct situation to use XA

2012-02-15 Thread surya aditya
Babak, Thanks for such informative reply. Would like to add there is one full chapter dedicated for handling transactions with camel in 'Camel in Action' book by Claus, et al. peace, On Wed, Feb 15, 2012 at 6:54 PM, Babak Vahdat wrote: > Hi > > Given your use case using XA you're definetly on t