Re: Add a DataFormat programatically

2017-01-01 Thread rhuffman
​Well, this is embarrassing. I did not realize the implementation of the ProtobufDataFormatDefinition was in a separate jar I needed to add as a dependency. Carry on. -- View this message in context: http://camel.465427.n5.nabble.com/Add-a-DataFormat-programatically-tp5792031p5792037.html Sen

Re: hawtio embedded

2017-01-01 Thread souciance
Ok I haven't tried it that way, usually ran it standalone or embedded in Karaf. On Sun, Jan 1, 2017 at 7:56 PM, sa_james [via Camel] < ml-node+s465427n5792033...@n5.nabble.com> wrote: > Yes. It is embedded in another application. By reading the docs, I thought > that it was enough to reference th

Re: hawtio embedded

2017-01-01 Thread sa_james
Yes. It is embedded in another application. By reading the docs, I thought that it was enough to reference the folder containing the war file instead of actually referencing the war file. - Guile Newbie -- View this message in context: http://camel.465427.n5.nabble.com/hawtio-embedded-tp579

Re: hawtio embedded

2017-01-01 Thread souciance
Do you mean run it from a command line or? On Sun, Jan 1, 2017 at 3:32 AM, sa_james [via Camel] < ml-node+s465427n579202...@n5.nabble.com> wrote: > I decided to give up on eclipse with the classpath error and continue with > maven. It turns out that I was not reading the documentation correctly.

Add a DataFormat programatically

2017-01-01 Thread Robert Huffman
I'm having trouble adding the ProtobufDataFormat to a route. I have ActiveMQ BytesMessages whose bodies are Protobuf messages. The documentation (http://camel.apache.org/protobuf.html) certainly looks straightforward, so here's what I have: ProtobufDataFormat protobufFormat = new ProtobufData

Re: rest dsl not working with restlet: "Component restlet is not a RestApiConsumerFactory"

2017-01-01 Thread dermoritz
i found similar problem: http://stackoverflow.com/questions/35987688/using-the-camel-jetty-component-with-the-rest-dsl-component-jetty-is-not-a-re updating (>2.16.1) camel solved this problem -- View this message in context: http://camel.465427.n5.nabble.com/rest-dsl-not-working-with-restlet-