CXF soap call complains of missing portType?

2019-11-14 Thread John F. Berry
I have used the wsdl2java to generate my classes off of a vendor provided wsdl.Perhaps it is a malformed cxf endpoint.. but it currently is just complaining of the portType.the -impl is under extraargs in the plug in.. and no change to the error.. other than giving me hundreds of warnings about

Re: Problem with .transform(ack())

2019-11-14 Thread John F. Berry
That worked.  Thanks! On Thursday, November 14, 2019, 1:38:43 PM EST, WEIQUAN YUAN wrote: did you try inOnly option on seda on the first route? On Thu, Nov 14, 2019 at 12:36 PM John F. Berry wrote: > I have an HL7 listener that should be placing the inbound message onto a > seda

Re: Problem with .transform(ack())

2019-11-14 Thread WEIQUAN YUAN
did you try inOnly option on seda on the first route? On Thu, Nov 14, 2019 at 12:36 PM John F. Berry wrote: > I have an HL7 listener that should be placing the inbound message onto a > seda message queue for a second route to proccess.If I run > .from(mllp:).transform(ack()).to(seda:...) my

Problem with .transform(ack())

2019-11-14 Thread John F. Berry
I have an HL7 listener that should be placing the inbound message onto a seda message queue for a second route to proccess.If I run .from(mllp:).transform(ack()).to(seda:...) my second route that performs .from(seda:..).process(...).to(mock) gets the HL7 ack in the exchange, rather then

Re: Environment variable not accessible if camel run in Cron Job of CentOS

2019-11-14 Thread Zoran Regvart
Hi Imran, $HOSTNAME is not POSIX[1], so depending on the shell being used it is present in the environment or not. bash[2] defines it other shells might not. If you're running the cron process under another user their shell might be used. Perhaps it would be easier to try