Oops,
Please do this to see which parser is active
SAXParserFactory factory = SAXParserFactory.newInstance();
SAXParser parser = factory.newSAXParser();
System.err.println("Factory: " + factory.getClass().getName());
System.err.println("Parser: " + parser.getClass().getName());
before you call Persistence.createEntityManagerFactory().
-----
Pinaki Poddar
Chair, Apache OpenJPA Project
--
View this message in context:
http://openjpa.208410.n2.nabble.com/problems-running-JPA-standalone-outside-of-container-tp6838028p6840929.html
Sent from the OpenJPA Users mailing list archive at Nabble.com.