Package org.apache.openejb.core.ivm.naming

Examples of org.apache.openejb.core.ivm.naming.PersistenceUnitReference


                if (factory == null) {
                    throw new IllegalArgumentException("Persistence unit " + referenceInfo.persistenceUnitName + " for persistence-unit-ref " +
                            referenceInfo.referenceName + " not found");
                }

                Reference reference = new PersistenceUnitReference(factory);
                bindings.put(normalize(referenceInfo.referenceName), reference);
            }

            for (PersistenceContextReferenceInfo contextInfo : jndiEnc.persistenceContextRefs) {
                if (contextInfo.location != null){
View Full Code Here

TOP

Related Classes of org.apache.openejb.core.ivm.naming.PersistenceUnitReference

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.