Re: svn.apache.org is dead ?

2012-12-21 Thread Babak Vahdat
Am 21.12.12 19:57 schrieb "AlanFoster" unter : >It isn't working for me at home or another computer in the UK Hi Since last Tuesday it doesn't work for me as well (out of Switzerland). Babak > > > >-- >View this message in context: >http://camel.465427.n5.nabble.com/svn-apache-org-is-dead-tp

Re: svn.apache.org is dead ?

2012-12-21 Thread AlanFoster
It isn't working for me at home or another computer in the UK -- View this message in context: http://camel.465427.n5.nabble.com/svn-apache-org-is-dead-tp5724470p5724518.html Sent from the Camel Development mailing list archive at Nabble.com.

Re: svn.apache.org is dead ?

2012-12-21 Thread Savoirtech
I was able to checkout trunk from the US without a problem Cheers Heath On Dec 20, 2012, at 1:58 PM, lleclerc wrote: > From http://camel.apache.org/source.html > , I tried to click on > http://svn.apache.org/viewvc/camel/trunk/ and I get a connection tim

Re: svn.apache.org is dead ?

2012-12-21 Thread Christian Müller
It works for me (from Germany), but it's slow... Best, Christian On Thu, Dec 20, 2012 at 9:58 PM, lleclerc wrote: > From http://camel.apache.org/source.html > , I tried to click on > http://svn.apache.org/viewvc/camel/trunk/ and I get a connection timeou

Re: svn commit: r1424788 - in /camel/trunk/camel-core/src: main/java/org/apache/camel/component/validator/ main/java/org/apache/camel/util/ test/java/org/apache/camel/component/validator/ test/resourc

2012-12-21 Thread Willem jiang
I copied the code from com.sun.org.apache.xerces.internal.impl.XMLEntityManager, it looks like the code is also copied to XMLEntityStorage.java (http://cr.openjdk.java.net/~joehw/jdk8/7160496/src/webrev/raw_files/new/src/com/sun/xml/internal/stream/XMLEntityStorage.java). Anyway I just replaced

Re: svn commit: r1424788 - in /camel/trunk/camel-core/src: main/java/org/apache/camel/component/validator/ main/java/org/apache/camel/util/ test/java/org/apache/camel/component/validator/ test/resourc

2012-12-21 Thread Claus Ibsen
On Fri, Dec 21, 2012 at 12:27 PM, Willem jiang wrote: > Hi > First xerces is Apache license, that is why Sun /Oracle can redistribute it. > The common/common.xsd is in the relative path of the health.xsd. > Willem from where did you copy that code? Its not written by you. The link from Babak poi

Re: svn commit: r1424788 - in /camel/trunk/camel-core/src: main/java/org/apache/camel/component/validator/ main/java/org/apache/camel/util/ test/java/org/apache/camel/component/validator/ test/resourc

2012-12-21 Thread Willem jiang
Hi First xerces is Apache license, that is why Sun /Oracle can redistribute it. The common/common.xsd is in the relative path of the health.xsd. Spring support it out of box [1], so I think we need to provide the same feature here. [1]https://jira.springsource.org/browse/SWS-413 -- Willem

Re: svn commit: r1424788 - in /camel/trunk/camel-core/src: main/java/org/apache/camel/component/validator/ main/java/org/apache/camel/util/ test/java/org/apache/camel/component/validator/ test/resourc

2012-12-21 Thread Claus Ibsen
On Fri, Dec 21, 2012 at 11:39 AM, Babak Vahdat wrote: > Hi > > Be aware that Oracle considers this to be it's own copyright property: > > http://cr.openjdk.java.net/~joehw/jdk8/7160496/src/webrev/raw_files/new/src/com/sun/xml/internal/stream/XMLEntityStorage.java > > So that this code *could* caus

Re: svn commit: r1424788 - in /camel/trunk/camel-core/src: main/java/org/apache/camel/component/validator/ main/java/org/apache/camel/util/ test/java/org/apache/camel/component/validator/ test/resourc

2012-12-21 Thread Babak Vahdat
Hi Be aware that Oracle considers this to be it's own copyright property: http://cr.openjdk.java.net/~joehw/jdk8/7160496/src/webrev/raw_files/new/src/com/sun/xml/internal/stream/XMLEntityStorage.java So that this code *could* cause some juristic story as well, the latest one we all know about wa

Re: svn commit: r1424788 - in /camel/trunk/camel-core/src: main/java/org/apache/camel/component/validator/ main/java/org/apache/camel/util/ test/java/org/apache/camel/component/validator/ test/resourc

2012-12-21 Thread Willem jiang
Hi Claus, The code is toke from the xerces which will set the baseUri to start with the user directory it cannot find right way to setup the baseUri. I will revisit the code to find a better solution to get rid of the weird code. -- Willem Jiang Red Hat, Inc. FuseSource is now part of Red Ha

Re: svn commit: r1424788 - in /camel/trunk/camel-core/src: main/java/org/apache/camel/component/validator/ main/java/org/apache/camel/util/ test/java/org/apache/camel/component/validator/ test/resourc

2012-12-21 Thread Claus Ibsen
Willem what's all the code in FileUtil. At first glance this doesn't look to good, and easy to support such code. I would like to find a better solution. And why is this only related to validator component? Can we look at another solution that doesn't require adding a lot of weird code? On Fri