Re: CXF-RS get but no response

2015-03-28 Thread garethahealy
I worked out what i was doing wrong. The from uri for cxf was acting as a proxy, so i needed to add a bean call. [1]https://github.com/garethahealy/jboss-fuse-examples/blob/master/ws-restful/src/main/resources/OSGI-INF/blueprint/ws-restful-context.xml#L56 -- View this message in context:

Annotations are not working in RouteBuilder

2015-03-28 Thread alexey-s
Hi Strange error. How to test BlueprintPropertyInjectRoute use @PropertyInject. If you are using OSGi Blueprint, annotations work. Write SimpleRegistry registry = new SimpleRegistry(); registry.put(serviceProperties, properties); CamelContext camelContext = new

Re: Camel FTP Component does not support ACCOUNT (ACCT) in RFC959 yet.

2015-03-28 Thread Claus Ibsen
Hi Thanks for researching this. I have logged a ticket https://issues.apache.org/jira/browse/CAMEL-8563 On Sat, Mar 28, 2015 at 6:12 AM, 차정호 jh...@barunmo.com wrote: Dear Mr. Ibsen, I checked Apache Commons Net FTP client API. FTPClient class supports account parameter in login method.