Hi Willem,
just wanted to verify your changes to camel-gae through the following
revision:
http://svn.apache.org/viewvc?view=revision&revision=1165152
and realized that you've overriden the isLenientProperties() method like the
following:
@Override
public boolean isLenientProperties() {
Thanks for applying the patch...
Was not aware that camel-gae depends on camel-servlet, so that I ran all
camel-servlet's own test cases to verify I don't break any existing tests by
camel-servlet itself.
Theoretically *any* change on the trunk should be verified by running
camel's *all* test cas
FYI, I applied the patch into trunk and 2.8.x branch, also fix the side
effect of patch which causes the camel-gae tests failure.
On Sat Sep 3 21:14:39 2011, bvahdat wrote:
Hi Claus,
Sorry for my late answer but am pretty busy these days...
FIY, I create a ticket and provided a patch contain
Hi Claus,
Sorry for my late answer but am pretty busy these days...
FIY, I create a ticket and provided a patch containing a unit test as well:
https://issues.apache.org/jira/browse/CAMEL-4410
Regards, Babak
--
View this message in context:
http://camel.465427.n5.nabble.com/backslashes-on-End
This is more likely a bug. I am now looking into the Camel use of URIs
an I am trying to cleanup as much as I can. Thanks for pointing it out.
Hadrian
On 09/01/2011 10:39 AM, bvahdat wrote:
Hi Claus,
I'll try to dig into the code to see if I can find something...
FYI, enabling JMX-Agent on
Hi Claus,
I'll try to dig into the code to see if I can find something...
FYI, enabling JMX-Agent on [1] will bring up exactly the same behaviour on
the JConsole when one runs [2]. See the screenshot here:
http://camel.465427.n5.nabble.com/file/n4758587/test.jpg test.jpg
[1]
https://svn.apache
On Thu, Sep 1, 2011 at 12:14 PM, bvahdat wrote:
> Hi again,
>
> Just saw at the screenshots of Camel WIKI itself that backslashes get
> included as soon as the endpoint are invoked with some options:
>
> http://camel.apache.org/camel-jmx.data/camel-jmx.png
>
> And it happens by the call to
>
> jav
Hi again,
Just saw at the screenshots of Camel WIKI itself that backslashes get
included as soon as the endpoint are invoked with some options:
http://camel.apache.org/camel-jmx.data/camel-jmx.png
And it happens by the call to
javax.management.ObjectName.quote(name)
in the method
org.apache.c