EDIFACT EJC Maven Plugin Cofiguration for Custom Decoders

2013-11-24 Thread suresh_camel
UN/EDIFACT Interchange Processing with Smooks v1.5.1 where i have to configure the "Custom Decoder for DataTypes" org.milyn maven-ejc-plugin 1.5.1 urn:org.milyn.edi.unedifact:d03b-mapping:1.0-SNAPSHOT se.tullverket.edifact

Re: Webservice and JMS on camel

2013-11-22 Thread suresh_camel
Hi find the following tutorial for ur reference. Example 1 : cxf web service Example 2 : cxf web service For Fixed Length files use one of the following,

Camel route to handle message acknowledgement without using message listener

2013-11-21 Thread suresh_camel
Our Apache Camel route . Like wise many routes using spring camel. Based on the link , the roll back policy is defined for a

Camel Smooks EDIFACT to configure the decimal format

2013-11-21 Thread suresh_camel
In D10B CNI Segment I Need to control the decimal format while encode and decode. i.e. For some segments i don't need any Decimal Points and for some segments i need Decimal Points. e.g. For D10B IFTDGN SEGMENT7/CNI i don't need any decimal precision but the D10B CUSEXP SEGMENT7/CNI i need decima

No bean could be found in the registry for: convertIftdgnToEDIService-ws of type: org.apache.camel.component.cxf.CxfEndpoint

2013-11-15 Thread suresh_camel
I trying to deploy apache-camel-spring project endpoint in fuse 6 but it throws following exception. I searched and found similar question but no answer. Similar Question **I think Claus Ibsen <

Re: How to add new router at runtime

2013-11-14 Thread suresh_camel
Ya You can do that in camel. Camel Dynamic Route Page -- View this message in context: http://camel.465427.n5.nabble.com/How-to-add-new-router-at-runtime-tp5743318p5743324.html Sent from the Camel - Users maili

Is there an smart way to write a fixed length flat file?

2013-11-14 Thread suresh_camel
I need to write a collection of beans/entities into a flat file without worrying with convertions, padding, alignment, fillers, etcs For example, I'd like to parse a bean like: public class Entity{ String name = "name"; // length = 10; align left; fill with spaces Integer id = 123; // len