Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

HTTP Status 503 - xmlparserv2.jar + JSF application

656067Nov 6 2008 — edited Nov 7 2008
Hi,
I have problem with xmlparserv2.jar library. I used TopLink workbench + Eclipse and i used JSF to create web application.
Well, I try this tutorial http://www.oracle.com/technology/products/ias/toplink/doc/11110/tutorial/index.htm . I need this libraries to work with TopLink: toplink.jar, ojdbc14.jar, xmlparserv2.jar. Ok, i download newest TopLink 11g 11.1.1.0.0 from this page http://www.oracle.com/technology/products/ias/toplink/index.html .. Evertyhing works fine, until, I want create some basic application with this code:

Project myProject = XMLProjectReader.read("c:/ecl_work/TopLink_Intro/src/META-INF/TopLink_Intro.xml");
DatabaseSession databaseSession = myProject.createDatabaseSession();

Where TopLink_Intro.xml is projekt xml from workbench...

If i don't use xmlparserv2.jar in WEB-INF/lib thats throw this exception:
java.lang.NoClassDefFoundError: oracle/xml/parser/schema/XSDElement

Ok, I put xmlparserv2.jar to WEB-INF/lib (or add external *.jar - this is same way ) and if I want run application it returns HTTP Status 503 - The requested service () is not currently available.
If I create very simple applications "Hello world" and if I add library xmlparserv2.jar then I have same problem !!!!!! => problem is only with xmlparserv2.jar library and JSF application!

I have absolutely no idea, how resolved this problem, I try search this problem, but i didn't find anything :(
I used newest glassfish v2-b41 server .. is possible the problem is on this server ?

Edited by: KLD on Nov 6, 2008 4:16 AM
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 5 2008
Added on Nov 6 2008
3 comments
2,673 views