> Does OpenJPA really support standalone usage? 
Yes.

> org.xml.sax.SAXNotRecognizedException:
> http://java.sun.com/xml/jaxp/properties/schemaLanguage
Most likely the problem lies with XML parsers available in your environment.

1. How are you invoking the standalone program?
2. What SAXParser is active? Try
   System.err.println(SAXParserFactory.newInstance().getClass());
  in a simple one-line program in the same environment to find out.


-----
Pinaki Poddar
Chair, Apache OpenJPA Project
--
View this message in context: 
http://openjpa.208410.n2.nabble.com/problems-running-JPA-standalone-outside-of-container-tp6838028p6840318.html
Sent from the OpenJPA Users mailing list archive at Nabble.com.

Reply via email to