Menu

#12 EntityResolver failure

v1.03
closed-fixed
5
2004-07-11
2002-08-17
Anonymous
No

In my EntityResolver I do something like this:

public InputSource resolveEntity(...) {
String url = ...;
return new InputSource(url);
}

But Piccolo tries to open the unresolved systemid instead
of my resolved id. The attached untested patch to
EntityManager.java may fix the problem.

Discussion

  • Nobody/Anonymous

    Patch to EntityManager.java

     
  • Yuval Oren

    Yuval Oren - 2004-07-11

    Logged In: YES
    user_id=479054

    This bug has been fixed in the latest release. If you find it's
    still a problem, please re-open or submit a new bug.

     
  • Yuval Oren

    Yuval Oren - 2004-07-11
    • assigned_to: nobody --> yuvalo
    • status: open --> closed-fixed
     

Log in to post a comment.