[google-appengine] Re: Attempting to use Jing for XML Document Schema. Works on Local. Errors when Deployed.

2011-02-27 Thread Austin Dworaczyk Wiltshire
Came up with a solution: http://stackoverflow.com/questions/4983057/using-jing-with-google-app-engine-cant-load-schemafactory-given-relax-ng-schema On Feb 12, 9:53 pm, Austin Dworaczyk Wiltshire adw.wiltsh...@gmail.com wrote: Oh! No I haven't. I wasn't aware that there was a Java specific group

[appengine-java] Using Jing for XML Document Schema. Works on local, errors when deployed.

2011-02-14 Thread Austin Dworaczyk Wiltshire
Hello all! I originally posted this in the main App Engine group, but was told to try my luck here. I'm developing an application for App Engine that will take a Relax NG schema and build a Document object against it from nodes that I append. My implementation works on my local machine (Mac OS

[google-appengine] Re: Attempting to use Jing for XML Document Schema. Works on Local. Errors when Deployed.

2011-02-12 Thread Austin Dworaczyk Wiltshire
Does no one have any ideas? How about why does it work on my local machine, but fail when deployed? Or is there a way to check and see if the jing.jar is loaded properly? On Feb 10, 6:46 pm, Austin Dworaczyk Wiltshire adw.wiltsh...@gmail.com wrote: Sorry for the long title. So, here

[google-appengine] Re: Attempting to use Jing for XML Document Schema. Works on Local. Errors when Deployed.

2011-02-12 Thread Austin Dworaczyk Wiltshire
Oh! No I haven't. I wasn't aware that there was a Java specific group. I'll go ahead and post it there. I was considering the Stack Overflow guys. If I don't have any success with the Java group, I'll give Stack Overflow a try as well. Thanks for your help Calvin. On Feb 12, 4:17 pm, Calvin

[google-appengine] Attempting to use Jing for XML Document Schema. Works on Local. Errors when Deployed.

2011-02-10 Thread Austin Dworaczyk Wiltshire
Sorry for the long title. So, here is the run down. I'm essentially building a java Document tree by adding nodes and the like. I have a particular RelaxNG schema that I want Document to build against. Now, I can load and create the corresponding SchemaFactory and Schema instances on my local