jre 1.5 no longer available

2010-04-23 Thread John J. Franey
I build with java 1.6. Maven build fails. sun.com:tools:jar:1.5.0 is not resolved. I do not have jre or jdk 1.5 installed. jdk 1.5 is not available on the sun/oracle download site any longer, it is EOL. What is your suggestion? Thanks, John -- View this message in context: http://old.nabb

surrogate key and integration pattern

2010-06-01 Thread John J. Franey
Hi, I'm looking for a discussion regarding the temptation to use surrogate keys in integration data. I know that exposing a surrogate key to an external system will naturalize the key, it would become a business data element. I want to avoid that. However, we find we have a requirement to use

servlet deployment without spring dependencies

2010-06-10 Thread John J. Franey
Is there an example of deploying a java-dsl camel route as a servlet without the spring dependencies? If no example already exists, can someone outline here what is needed? Thanks, John -- View this message in context: http://old.nabble.com/servlet-deployment-without-spring-dependencies-tp288

pollEnrich and with two file endpoints is not supported

2010-06-14 Thread John J. Franey
I have a route the has to read two files and combine them. I used pollEnrich and got this error message: Camel currently does not support pollEnrich from a file/ftp endpoint when the route also started from a file/ftp endpoint. What is the reason behind this limitation? What can I do to work a