static EntityManagerSetupException |
EntityManagerSetupException.attemptedRedeployWithoutClose(String sessionName) |
|
static EntityManagerSetupException |
EntityManagerSetupException.cannotAccessMethodOnObject(Method aMethod,
Object anObject) |
|
static EntityManagerSetupException |
EntityManagerSetupException.cannotDeployWithoutPredeploy(String persistenceUnitName,
String state,
Exception exception) |
|
static EntityManagerSetupException |
EntityManagerSetupException.cannotPredeploy(String persistenceUnitName,
String state,
Exception exception) |
|
static EntityManagerSetupException |
EntityManagerSetupException.classNotFoundForProperty(String className,
String propertyName,
Exception exception) |
|
static EntityManagerSetupException |
EntityManagerSetupException.classNotFoundWhileProcessingAnnotations(String className,
Exception exception) |
|
static EntityManagerSetupException |
EntityManagerSetupException.compositeIncompatibleWithSessionsXml(String persistenceUnitName) |
INTERNAL:
Persistence unit tries to use sessions.xml and to be a composite.
|
static EntityManagerSetupException |
EntityManagerSetupException.compositeMemberCannotBeUsedStandalone(String persistenceUnitName) |
INTERNAL:
Persistence unit tries to use sessions.xml and to be a composite.
|
static EntityManagerSetupException |
EntityManagerSetupException.couldNotFindPersistenceUnitBundle(String persistenceUnitName) |
INTERNAL:
An OSGi application is trying to instantiate a persistence unit for which a bundle does not exist
|
static EntityManagerSetupException |
EntityManagerSetupException.createContainerEntityManagerFactoryNotSupportedInOSGi() |
INTERNAL:
Our OSGI persistence provider does not support a JavaEE-type deployment
|
static EntityManagerSetupException |
EntityManagerSetupException.deployFailed(String persistenceUnitName,
Throwable exception) |
|
static EntityManagerSetupException |
EntityManagerSetupException.errorInSetupOfEM() |
|
static EntityManagerSetupException |
EntityManagerSetupException.exceptionInSetupOfEM(Exception exception) |
|
static EntityManagerSetupException |
EntityManagerSetupException.failedToInstantiateLogger(String loggerClassName,
String propertyName,
Exception exception) |
|
static EntityManagerSetupException |
EntityManagerSetupException.failedToInstantiateProperty(String className,
String property,
Exception exception) |
|
static EntityManagerSetupException |
EntityManagerSetupException.failedToInstantiateServerPlatform(String serverPlatformClass,
String serverPlatformString,
Exception exception) |
|
static EntityManagerSetupException |
EntityManagerSetupException.failedToInstantiateTemporaryClassLoader(Exception exception) |
INTERNAL:
Reflective call with doPrivileged to create temporary classloader instance failed.
|
static EntityManagerSetupException |
EntityManagerSetupException.failedWhileProcessingProperty(String propertyName,
String propertyValue,
Exception exception) |
|
static EntityManagerSetupException |
EntityManagerSetupException.jtaPersistenceUnitInfoMissingJtaDataSource(String persistenceUnitInfoName) |
|
static EntityManagerSetupException |
EntityManagerSetupException.methodInvocationFailed(Method aMethod,
Object anObject,
Exception ex) |
|
static EntityManagerSetupException |
EntityManagerSetupException.missingProperty(String property) |
|
static EntityManagerSetupException |
EntityManagerSetupException.missingServerPlatformException(String sessionName,
String xmlFileName) |
|
static EntityManagerSetupException |
EntityManagerSetupException.noTemporaryClassLoaderAvailable(String PUName) |
INTERNAL:
The implementation of getNewTempClassLoader is returning null instead of a temporary ClassLoader instance.
|
static EntityManagerSetupException |
EntityManagerSetupException.predeployFailed(String persistenceUnitName,
Throwable exception) |
|
static EntityManagerSetupException |
EntityManagerSetupException.puNotExist(String puName) |
|
static EntityManagerSetupException |
EntityManagerSetupException.sessionLoadedFromSessionsXMLMustBeServerSession(String sessionName,
String sessionsXML,
Object session) |
|
static EntityManagerSetupException |
EntityManagerSetupException.sessionNameNeedBeSpecified(String PUName,
String sessionsXML) |
|
static EntityManagerSetupException |
EntityManagerSetupException.sessionRemovedDuringDeployment(String sessionName) |
|
static EntityManagerSetupException |
EntityManagerSetupException.sessionXMLValidationException(String sessionName,
String xmlFileName,
ValidationException exception) |
|
static EntityManagerSetupException |
EntityManagerSetupException.wrongPropertyValueType(String value,
String expectedType,
String propertyName) |
|
static EntityManagerSetupException |
EntityManagerSetupException.wrongSessionTypeException(String sessionName,
String xmlFileName,
Exception exception) |
|
static EntityManagerSetupException |
EntityManagerSetupException.wrongWeavingPropertyValue() |
|