3

Do anyone know where I can find a complete reference of openejb.xml configuration file from OpenEJB?

yegor256
  • 102,010
  • 123
  • 446
  • 597
  • http://openejb.apache.org/3.0/annotations-xml-and-defaults.html http://openejb.apache.org/3.0/index.html – h3xStream Oct 28 '10 at 14:03

1 Answers1

1

This doc shows all configureable objects, their properties and their defaults. As well as the syntax on how to "instantiate" one via either the openejb.xml file or via properties.

http://openejb.apache.org/3.0/containers-and-resources.html

David Blevins
  • 19,178
  • 3
  • 53
  • 68