What is the recommended way to parse OpenEJB.xml?

Danamk

New Member
We are developing a standalone application which has OpenEJB embedded. We would like to run some an authentication on the database before firing up the container (before calling new InitialContext(properties)).But instead of reinventing the wheel we would like to read the data source configuration from the openejb.xml file, requesting the user passord credentials, testing out the database connection and then firing up the container.So, what apache (or other) libraries are used to parse that XML file?
 
Back
Top