On 9/25/07, Wessam Abd Rabo <[EMAIL PROTECTED]> wrote: > The problem is at > > com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity > > new URL(expandedSystemid) > > I can't stop the debugger at this line as the whole library ( > com.sun.org.apache.xerces) source code contains errors.
Can you set a breakpoint on the exception (MalformedURLException) instead of in the source code ? > Any guess what could be causing this error? Unfortunately no. The mapping file is proper XML (including the version='1.0' part), and I haven't seen this particular error before, either. Could you try perhaps the current SVN trunk version ? It does not use commons-betwixt anymore, and if it works for you, then we know who he culprit is. Tom