Problem with protobuf example / Spring DSL to unmarshal to protobuf

2010-09-10 Thread Marcel Jager
Hi, I'm using Camel 2.4 and trying to follow the examples on http://camel.apache.org/protobuf.html. I have a serious problem with the Spring DSL example. http://camel.apache.org/schema/spring";> When running the example the programs says the XML-document is inv

Re: Problem with protobuf example / Spring DSL to unmarshal to protobuf

2010-09-14 Thread Marcel Jager
05) at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:377) at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2747) at com.sun.org.apache.xerces.inte

Re: Problem with protobuf example / Spring DSL to unmarshal to protobuf

2010-09-15 Thread Marcel Jager
Ok, thank you. I guess this will be fixed in 2.5, for now I use the following construction: http://camel.apache.org/schema/spring";> Cheers, Marcel Jager On Tue, Sep 14, 2010 at 3:32 PM, Willem Jiang wrote: > Hi,