To reproduce:
mvn archetype:generate -DarchetypeGroupId=org.apache.camel.archetypes \
-DarchetypeArtifactId=camel-archetype-activemq -DarchetypeVersion=2.4.0 \
-DgroupId=myGroupId -DartifactId=myArtifactId
mvn clean camel:run
...
Failed properties: Property 'brokerURL' threw exception; nested
exc
I'm using Camel 2.4 and I receive "Caused by: org.xml.sax.SAXParseException:
Premature end of file" when I try to publish a mina TCP endpoint and route
the requests to a file. Although this exception is raised, the message is
routed correctly to the destination. It's only the exception that doesn
That is exactly what I am experiencing (sorry for the late reply).
If an FTP endpoint is not reliable I am not receiving a connection timeout
even though I've set it to 10 secs or less; the timeout is raised after
several minutes (even 60mins)... in such a case the recipient list runs in
timeout i
On Fri, Aug 6, 2010 at 1:23 PM, Marco Crivellaro
wrote:
>
> I've tried current snapshot; the timeout is working as expected, although the
> task doesn't get cancelled.
> I receive messages from running thread (connection timeout to an FTP) after
> the timeout is raised (many seconds afterwards).
>
Hi Claus,
The sweet smell of win :D Thank you.
Yiannis
On 8 August 2010 08:03, Claus Ibsen wrote:
> Hi
>
> Welcome to the Camel community.
>
>
>
> On Sun, Aug 8, 2010 at 12:17 AM, Yiannis Mavroukakis
> wrote:
>> Hello everyone,
>> I'm newly introduced to camel and I'm currently playing around
On Fri, Aug 6, 2010 at 1:23 PM, Marco Crivellaro
wrote:
>
> I've tried current snapshot; the timeout is working as expected, although the
> task doesn't get cancelled.
> I receive messages from running thread (connection timeout to an FTP) after
> the timeout is raised (many seconds afterwards).
>
Hi
Welcome to the Camel community.
On Sun, Aug 8, 2010 at 12:17 AM, Yiannis Mavroukakis
wrote:
> Hello everyone,
> I'm newly introduced to camel and I'm currently playing around with
> it, with a view of integrating it in our stack.
> I've currently come up against an issue with CXF WS as a pr