Re: backslashes on Endpoint URI by JConsole

2011-09-05 Thread bvahdat
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() {

Re: backslashes on Endpoint URI by JConsole

2011-09-05 Thread bvahdat
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

Re: backslashes on Endpoint URI by JConsole

2011-09-05 Thread Willem Jiang
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

Re: backslashes on Endpoint URI by JConsole

2011-09-03 Thread bvahdat
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

Re: backslashes on Endpoint URI by JConsole

2011-09-01 Thread Hadrian Zbarcea
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

Re: backslashes on Endpoint URI by JConsole

2011-09-01 Thread bvahdat
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

Re: backslashes on Endpoint URI by JConsole

2011-09-01 Thread Claus Ibsen
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

Re: backslashes on Endpoint URI by JConsole

2011-09-01 Thread bvahdat
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