Re: org.apache.cxf.binding.soap.SoapFault: Can't find the BindingOperationInfo with operation name

2013-09-13 Thread hutao1
How to modify the following configuration? in the following I offer wsdl camel-config.xml : > > > http://www.springframework.org/schema/beans"; >xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; >xmlns:camel="http://camel.apache.org/schema/spring"; >xmlns:cxf="

[camel-hazelcast] CamelEntryListener limits usage of Hazelcast maps

2013-09-13 Thread HrvojeM
Hi, the class org.apache.camel.component.hazelcast.listener.CamelEntryListener within the module camel-hazelcast directly implements com.hazelcast.core.EntryListener instead of keeping the key/value types generic. Registering this listener to a Hazelcast maps with other key types than String rise

Re: Simple Language Question

2013-09-13 Thread Claus Ibsen
What Camel version do you use? On Thu, Sep 12, 2013 at 6:03 PM, Gershaw, Geoffrey A. (KFFC 223) wrote: > Hello, > > > I am trying to print the size of a seda queue in a log statement. See my > attempt below. I need to get hold of the Context so I can lookup the seda > endpoint. I thought I coul

Re: Usage of property-placeholders in the interceptFrom(String) method calls.

2013-09-13 Thread Claus Ibsen
Property placeholders is intended to be supported on and also. So if it does not work, then it sounds like a little bug. On Thu, Sep 12, 2013 at 6:32 PM, Steve wrote: > Hello Camel-Users, > > Can property placeholders be used in the URI supplied to the > interceptFrom(String) method belonging

Re: MultipleConsumer on a vm: endpoint

2013-09-13 Thread Claus Ibsen
Hi I logged a ticket to not forget about this https://issues.apache.org/jira/browse/CAMEL-6746 On Thu, Sep 5, 2013 at 10:19 AM, Claus Ibsen wrote: > On Thu, Sep 5, 2013 at 10:15 AM, Cristiano Costantini > wrote: >>> Yeah multipleConsumers is not support for vm. As the consumers is not >>> stati

Re: Ignoring permissions errors on File (FTP/SFTP) consumers

2013-09-13 Thread Claus Ibsen
Hi Yeah we have a new ignoreFileNotFound option. We could add logic to allow this option to ignore file permission errors as well for SFTP. As for regular FTP error code 550 is kinda file not found and permission error at the same time. Then you can turn this option on and avoid the stacktraces.

RE: Simple Language Question

2013-09-13 Thread Gershaw, Geoffrey A. (KFFC 223)
Sorry, I should have said this 2.11 Geoffrey A Gershaw Credit eTrading Development +1 919 994 6412 (*102 6412) -Original Message- From: Claus Ibsen [mailto:claus.ib...@gmail.com] Sent: Friday, September 13, 2013 8:49 AM To: users@camel.apache.org Subject: Re: Simple Language Question W

Re: onexception with option to ignore some

2013-09-13 Thread Hilderich
Hello again! I have solved it as you can see next: Cheers Hilde -- View this message in context: http://camel.465427.n5.nabble.com/onexception-with-option-to-ignore-some-tp5739295p5739296.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: org.apache.cxf.binding.soap.SoapFault: Can't find the BindingOperationInfo with operation name

2013-09-13 Thread Aki Yoshida
since you are using the generic dispatch/provider mode for the cxf endpoints, you will need to set the target operation name in the route (or as the default operation at the endpoint). set headers "operationNamespace" to "http://camel.apache.org/cxf/jaxws/dispatch"; and "operationName to "Invoke".

onexception with option to ignore some

2013-09-13 Thread Hilderich
Hello Camel users! Can someone tell me if the onexception dsl part within the route or context can exclude some type of exceptions? My intention is to handle all types of exception except of two specific ones (UserExistException, UserNotValidException). Because these Exception are handled by the W

Re: org.apache.cxf.binding.soap.SoapFault: Can't find the BindingOperationInfo with operation name

2013-09-13 Thread Charles Moulliard
You get this exception as the SOAP message received contains an operation which is not mapped correctly to WSDL definition. This thread covers this point : http://stackoverflow.com/questions/14705362/repsonse-from-web-service-using-apache-cxf-shows-no-binding-operation-info - Apache Committe

Re: soap response code 200 ,but OutOfMemoryError: Java heap space

2013-09-13 Thread Charles Moulliard
We are always happy to read code + stack trace but when there is no question or problem described, this message looks like a phantom/ghost message - Apache Committer / Sr. Pr. Consultant at FuseSource.com Email: [hidden email] Twitter : @cmoulliard, @fusenews Blog : http://cmoulliard.blogspo

Re: Stay in touch with me through LinkedIn

2013-09-13 Thread Charles Moulliard
Camel mailing is not a mailbox to publish your personal infos like you did about the social network you belong ! - Apache Committer / Sr. Pr. Consultant at FuseSource.com Email: [hidden email] Twitter : @cmoulliard, @fusenews Blog : http://cmoulliard.blogspot.com -- View this message in cont

Re: HL7 v3

2013-09-13 Thread Christian Ohr
hi, As always, the reality is somewhat complicated. HL7v3 is (unlike HL7v2) more of a modelling framework - based on a basic information model and modelling processes you design your domain models which you can then serialize into XML messages or documents or whatever. The standard defines a whole

Re: DefaultErrorHandler and "nested" routes

2013-09-13 Thread Claus Ibsen
You can also turn off error handler on your sub routers, by configuring them to use noErrorHandler. Or use the doTry .. doCatch in the parent route when calling sub routes to force no error handling in sub routes. On Thu, Sep 12, 2013 at 8:53 PM, fbarbat wrote: > Hi, > > I cannot use a global o

Dynamic route not started when OSGi bundle it is in is uninstalled and then reinstalled

2013-09-13 Thread rodgersh
Hello - I am using Camel v2.11.0. I have a Camel dynamic route written in Java that is packaged in an OSGi bundle deployed to Karaf v2.3.2. This route monitors a directory and when a file is placed in the monitored directory the file is passed on to another (custom) camel component. The bean cont

camel netty tftp protocol

2013-09-13 Thread abrahamstalin
Hello, I'm trying to implement a socket to receive csv netty travez tftp protocol, anyone has idea if this is possible, since the netty try not receive the file. can anyone help? -- View this message in context: http://camel.465427.n5.nabble.com/camel-netty-tftp-protocol-tp5739284.html Sent f

org.apache.cxf.binding.soap.SoapFault: Can't find the BindingOperationInfo with operation name

2013-09-13 Thread hutao1
stacktrace: javax.xml.ws.soap.SOAPFaultException: Can't find the BindingOperationInfo with operation name {http://www.ibsplc.com/iloyal/member/authenticatemember/wsdl}authenticateMember. Please check the message headers of operationName and operationNamespace. at org.apache.cxf.jaxws.JaxWs