Re: Protocol mismatch for port 443: engine's protocol is http, the url protocol is https

2012-01-06 Thread Andreas Feldmann
I think I should mention the versions of my components. Here is the part from my pom.xml 2.8.3 2.1 2.1.13 2.4.4 1.6 1.6.1 1.2.16 1.1.1 4.8.1 2.3.2 10.8.2.2 C:\Programme\db-derby-10.8.2.2-bin\lib\derby.jar 3.0.6.RELEASE That's it. I you have any

Missing schema file in a cookbook article

2012-01-07 Thread Andreas Feldmann
Hallo! I have tried to use a cookbook article, but this article uses a schema file which does not exist. The article can be found here: http://camel.apache.org/camel-transport-for-cxf.html And the missing schema file is: http://cxf.apache.org/transports/camel.xsd Where is this schema file? And

Re: Missing schema file in a cookbook article

2012-01-19 Thread Andreas Feldmann
Thanks a lot. My eclipse complained about the missing schema. I added your suggested jar by: org.apache.camel camel-cxf-transport ${camel-version} -- View this message in context: http://camel.465427.n5.nabble.com/Missing-schema-file-in-a-cookbook-article-tp5128466p5157243.html Sent from the

Testing: MockEndpoint has sometimes a Message and sometimes not

2012-01-19 Thread Andreas Feldmann
("https4://localhost:8090/services/MYSERVICE?q=ssl")."? I also have to mention, that sometimes there is message and sometimes the message is empty. What do you think? Thanks for any suggestions! Best regards, Andreas Feldmann -- View this message in context: http://camel.465427

Scala Support

2012-04-11 Thread Andreas Feldmann
Hallo! I have used the Java DSL for a while, but I would like to use the scala DSL for another project. So I would like to know: Is every EI-pattern supported by the scala DSL? I have discovered this page http://camel.apache.org/scala-dsl-eip.html and I am suprised that not every EI-pattern has

Re: Usage of Scala DSL

2012-07-16 Thread Andreas Feldmann
do the transform -> log. And then have 2 > pipelines. > > Hope my rambling makes sense. > > > On Sun, Jul 15, 2012 at 6:39 PM, Andreas Feldmann > wrote: > > Hallo everybody, > > > > I have a problem regarding the Scala DSL. I have seen th