Much bigger 'uh, oh'

2009-01-02 Thread Benson Margulies
I just did an svn switch followed by an 'svn commit'. So I should have been making changes to my branch. The email that came back seems to be telling me that I just inflicted this on the trunk.

Looking for help with Aegis, XmlSchema, no JAXEN

2009-01-02 Thread Benson Margulies
OK, fellow-sufferers. I've made the basic changes to disconnect Aegis from JDOM and JAXEN by using XmlSchema directly to construct schemata. Have we got unit test failures? Oh, my, have we got unit test failures. I suspect that many of them are cosmetic variations in xml schema namespace prefixes

Re: Jaxen dependency

2009-01-02 Thread Benson Margulies
I've spent the afternoon writing all of the JDOM out of Aegis except for the explicit support for it. This included a complete conversion to XmlSchema instead of direct Schema dom construction. Debugging this will take a while. On Fri, Jan 2, 2009 at 12:15 PM, Sergey Beryozkin wrote: > > >> The

Re: Jaxen dependency

2009-01-02 Thread Sergey Beryozkin
There is no issue with the JDOM library though. AFAIK, JDOM has a pluggable XPath mechanism, but I'm not sure what other implementations are available for it. So I guess the options are: 1. Find another XPath handler for JDom And implement it such that it would delegate to JAXP...? The other

Re: Jaxen dependency

2009-01-02 Thread David Bosschaert
There is no issue with the JDOM library though. AFAIK, JDOM has a pluggable XPath mechanism, but I'm not sure what other implementations are available for it. So I guess the options are: 1. Find another XPath handler for JDom 2. Try to find a way to avoid using XPath in Aegis (not sure if this is p

Re: Jaxen dependency

2009-01-02 Thread Benson Margulies
The problem here is that Aegis also uses JDOM. On Fri, Jan 2, 2009 at 6:28 AM, Sergey Beryozkin wrote: > Hi, > > javascript component uses it too. But it's the use of Javen within the Aegis > component which is problematic as Aegis databinding is used by DOSGI... > Benson - is there any reason wh

Re: Jaxen dependency

2009-01-02 Thread Benson Margulies
I don't think there's any impediment except for someone's patience. The Jaxen dependency just came over from XFire. On Fri, Jan 2, 2009 at 6:28 AM, Sergey Beryozkin wrote: > Hi, > > javascript component uses it too. But it's the use of Javen within the Aegis > component which is problematic as Ae

Re: Jaxen dependency

2009-01-02 Thread Sergey Beryozkin
Hi, javascript component uses it too. But it's the use of Javen within the Aegis component which is problematic as Aegis databinding is used by DOSGI... Benson - is there any reason why Java(x) XPath can not be used instead ? Cheers, Sergey Hi all, I noticed that there is a dependency on Ja

Jaxen dependency

2009-01-02 Thread David Bosschaert
Hi all, I noticed that there is a dependency on Jaxen in the Aegis Data binding (AegisDatabinding.java). This could be a problem for using CXF by certain communities. More specifically, the Eclipse community has specifically disapproved the use of Jaxen. See here: http://dev.eclipse.org/ipzilla/s