Patrick,

Can the following not be used?

createEntityManagerFactory(String name, String resource)

Returns a new OpenJPAEntityManagerFactory specified by name in an XML configuration file at the resource location resource.

Don



Patrick Linskey wrote:
Hmm. Theoretically, this is what the
OpenJPAPersistence.getEntityManagerFactory() methods are there for.
However, looking at them, there is no way to specify your persistence
unit when using those methods. We should add those methods to
OpenJPAPersistence.

Am I overlooking something in the implementation of those methods,
anyone?

-Patrick


Reply via email to