Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
AW: [eclipselink-dev]EntityManagerJUnitTestSuite.testLockWithJoinedInheritanceStrategy:NPE

Hi Andrei,

please find attached log with log level FINEST and the test result.

Best regards,

Adrian



Adrian Görler
SAP AG

Pflichtangaben/Mandatory Disclosure Statements: http://www.sap.com/company/legal/impressum.epx


-----Ursprüngliche Nachricht-----
Von: Andrei Ilitchev [mailto:andrei.ilitchev@xxxxxxxxxx]
Gesendet: Mittwoch, 2. Dezember 2009 19:42
An: Goerler, Adrian
Cc: Dev mailing list for Eclipse Persistence Services
Betreff: Re: [eclipselink-dev]EntityManagerJUnitTestSuite.testLockWithJoinedInheritanceStrategy:NPE

Hi Adrian,

Could you please log a bug about DriverWrapper - it breaks the contract
outlined in Driver interface comments:
if driverName is null it should indicate that it can't handle the passed
url.

The password is an unrelated issue.

Could you please run the scaled down version (with
testNoPersistOnFlushProperties and testLockWithJoinedInheritanceStrategy) of
EntityManagerJUnitTestSuite
with FINEST log level and post (or send me) the log.

Thanks,

Andrei


----- Original Message -----
From: "Goerler, Adrian" <adrian.goerler@xxxxxxx>
To: "Andrei Ilitchev" <andrei.ilitchev@xxxxxxxxxx>
Cc: "Dev mailing list for Eclipse Persistence Services"
<eclipselink-dev@xxxxxxxxxxx>
Sent: Wednesday, December 02, 2009 3:05 AM
Subject: AW:
[eclipselink-dev]EntityManagerJUnitTestSuite.testLockWithJoinedInheritanceStrategy:NPE


Hi Andrei,

I was a bit short in my explanation:

testEMCloseAndOpen and testEMFactoryCloseAndOpen use the DriverWrapper. The
DriverWrapper seems to be a JDBC driver that registers with the
java.sql.DriverManager. It accepts just the same URLs as the MySQL Driver
but is chained after the MySQL driver.

testEMCloseAndOpen and testEMFactoryCloseAndOpen reset the DriverWrapper
after usage setting the driverName of the wrapped driver to null.

In testLockWithJoinedInheritanceStrategy it is attempted to create a
connection. But for the some reason, the password encoding is broken and it
is attempted to connect to the MySQL driver using an encoded password, which
fails with an SQLException. Now the java.sql.DriverManager tries the next
driver registered (the DriverWrapper), which throws the NPE as the
driverName is null.


If I do not run testEMCloseAndOpen and testEMFactoryCloseAndOpen but only
testNoPersistOnFlushProperties and testLockWithJoinedInheritanceStrategy, I
don't get the NPE in the driver wrapper but only the causing SQL Exception:

Internal Exception: java.sql.SQLException: Access denied for user
'me'@'localhost' (using password: YES)
Error Code: 1045
        at
org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:324)
        at
org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:319)
        at
org.eclipse.persistence.sessions.DefaultConnector.connect(DefaultConnector.java:138)
        at
org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:162)
        at
org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:327)
        at
org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:294)
        at
org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connect(DatasourceAccessor.java:415)
        at
org.eclipse.persistence.sessions.server.ConnectionPool.buildConnection(ConnectionPool.java:155)
        at
org.eclipse.persistence.sessions.server.ConnectionPool.acquireConnection(ConnectionPool.java:97)
        at
org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:241)
        at
org.eclipse.persistence.sessions.server.ClientSession.basicBeginTransaction(ClientSession.java:130)
        at
org.eclipse.persistence.internal.sessions.AbstractSession.beginTransaction(AbstractSession.java:580)
        at
org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.beginTransaction(UnitOfWorkImpl.java:546)
        at
org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1346)
        at
org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitToDatabase(RepeatableWriteUnitOfWork.java:547)
        at
org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1510)
        at
org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:200)
        at
org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1131)
        at
org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commitInternal(EntityTransactionImpl.java:84)
        at
org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:63)
        at
org.eclipse.persistence.testing.framework.junit.JUnitTestCase.commitTransaction(JUnitTestCase.java:267)
        at
org.eclipse.persistence.testing.tests.jpa.advanced.EntityManagerJUnitTestSuite.testLockWithJoinedInheritanceStrategy(EntityManagerJUnitTestSuite.java:1919)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at junit.framework.TestCase.runTest(TestCase.java:168)
        at junit.framework.TestCase.runBare(TestCase.java:134)
        at
org.eclipse.persistence.testing.framework.junit.JUnitTestCase.runBare(JUnitTestCase.java:428)
        at junit.framework.TestResult$1.protect(TestResult.java:110)
        at junit.framework.TestResult.runProtected(TestResult.java:128)
        at junit.framework.TestResult.run(TestResult.java:113)
        at junit.framework.TestCase.run(TestCase.java:124)
        at junit.framework.TestSuite.runTest(TestSuite.java:232)
        at junit.framework.TestSuite.run(TestSuite.java:227)
        at
org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:130)
        at
org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
        at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:467)
        at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683)
        at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390)
        at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197)
Caused by: java.sql.SQLException: Access denied for user 'me'@'localhost'
(using password: YES)
        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1055)
        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:956)
        at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3536)
        at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3468)
        at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:917)
        at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:3974)
        at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1282)
        at
com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2142)
        at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:773)
        at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:46)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method)
        at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at com.mysql.jdbc.Util.handleNewInstance(Util.java:406)
        at
com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:352)
        at
com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:282)
        at java.sql.DriverManager.getConnection(DriverManager.java:582)
        at java.sql.DriverManager.getConnection(DriverManager.java:154)
<----- this is atempted with the wrong password
        at
org.eclipse.persistence.sessions.DefaultConnector.connect(DefaultConnector.java:98)
        ... 38 more


So, strictly speaking it is not a repro for the NPE but for the cause of the
NPE. Strange that it is working on your side. Sabine is observing the same
issue.

Best regards,

Adrian



Adrian Görler
SAP AG

Pflichtangaben/Mandatory Disclosure Statements:
http://www.sap.com/company/legal/impressum.epx



-----Ursprüngliche Nachricht-----
Von: eclipselink-dev-bounces@xxxxxxxxxxx
[mailto:eclipselink-dev-bounces@xxxxxxxxxxx] Im Auftrag von Andrei Ilitchev
Gesendet: Dienstag, 1. Dezember 2009 18:00
An: Dev mailing list for Eclipse Persistence Services
Betreff: Re:
[eclipselink-dev]EntityManagerJUnitTestSuite.testLockWithJoinedInheritanceStrategy:
NPE

Hi Adrian,

DriverWrapper class that appears on the stack is a test helper class that
currently used only in two EntitymanagerJUnitTsetSuite tests:
testEMCloseAndOpen and testEMFactoryCloseAndOpen.

These two tests use DriverWrapper to simulate dropped connections:
        HashMap properties = new
HashMap(JUnitTestCaseHelper.getDatabaseProperties());
        properties.put(PersistenceUnitProperties.JDBC_DRIVER,
DriverWrapper.class.getName());
        properties.put(PersistenceUnitProperties.JDBC_URL,
DriverWrapper.codeUrl(originalConnectionString));
        getEntityManagerFactory(properties);

I can't explain how DriverWrapper would show up when none of these two tests
have run (your reproducing the problem with just two tests).

However if one or both these tests have run before,
it is possible that the JDBC_DRIVER and JDBC_URL they provided are still
used by the factory
(though each of the two tests supposed to clean up after themselves).

You could comment out testEMCloseAndOpen and testEMFactoryCloseAndOpen -
that should remove any usage of DriverWrapper.

But to get to the bottom of it we need to figure out why the factory (or the
server session owned by the factory) is not properly cleaned up of
DriverWrapper.

I can't reproduce the problem so far.

Thanks,

Andrei


----- Original Message -----
From: "Goerler, Adrian" <adrian.goerler@xxxxxxx>
To: "tom Ware" <tom.ware@xxxxxxxxxx>
Cc: "Dev mailing list for Eclipse Persistence Services"
<eclipselink-dev@xxxxxxxxxxx>
Sent: Tuesday, December 01, 2009 11:26 AM
Subject: AW:
[eclipselink-dev]EntityManagerJUnitTestSuite.testLockWithJoinedInheritanceStrategy:
NPE


Hi Tom, all,

I have correctly set the driver name in test.properties.

The issue is something different. This is what I have found out so far:

EntityManagerJUnitTestSuite.testLockWithJoinedInheritanceStrategy is the
only test failing for me.

I can reproduce the issue by reducing the testsuite as follows:

    public static Test suite() {
        TestSuite suite = new TestSuite();
        suite.setName("EntityManagerJUnitTestSuite");

        suite.addTest(new
EntityManagerJUnitTestSuite("testNoPersistOnFlushProperties"));

        suite.addTest(new
EntityManagerJUnitTestSuite("testLockWithJoinedInheritanceStrategy"));

        return suite;
    }

It appears that the database passwords are kept in some encrypted form and
that the test "testNoPersistOnFlushProperties" confuses the encryption
somehow.

"testLockWithJoinedInheritanceStrategy" then fails to create a connection as
it attempts to use an encrypted password to connect.

Anyone any idea on this?


-Adrian

Adrian Görler
SAP AG

Pflichtangaben/Mandatory Disclosure Statements:
http://www.sap.com/company/legal/impressum.epx


-----Ursprüngliche Nachricht-----
Von: eclipselink-dev-bounces@xxxxxxxxxxx
[mailto:eclipselink-dev-bounces@xxxxxxxxxxx] Im Auftrag von Tom Ware
Gesendet: Dienstag, 1. Dezember 2009 15:14
An: Dev mailing list for Eclipse Persistence Services
Betreff: Re: [eclipselink-dev]
EntityManagerJUnitTestSuite.testLockWithJoinedInheritanceStrategy: NPE

Hi Adrian,

   It looks like driverName is null in the call:

                 driver = (Driver)Class.forName(driverName, true,
Thread.currentThread().getContextClassLoader()).newInstance();

   Driver name should come from a file called test.properties.  There are
test.properties files in <base>/jpa/eclipselink.jpa.test and
<base>/foundation/eclipselink.core.test.  Depending on whether you are
running
the jpa tests or the core tests, those files will be used to get the driver
name.  To override those files, put a file called test.properties in your
<user-home> directory and override any settings you need to override.

-Tom

Goerler, Adrian wrote:
> Hi,
>
> executing the JPA LRG tests on MySQL, I am observing the following issue
> with EntityManagerJUnitTestSuite.testLockWithJoinedInheritanceStrategy:
>
> Exception Description: DriverWrapper: failed to instantiate null
> Internal Exception: java.lang.NullPointerException
>
> Local Exception Stack:
> Exception [EclipseLink-0] (Eclipse Persistence Services -
> 2.0.0.qualifier):
> org.eclipse.persistence.testing.framework.TestProblemException
> Exception Description: DriverWrapper: failed to instantiate null
> Internal Exception: java.lang.NullPointerException
> at
> org.eclipse.persistence.testing.framework.DriverWrapper.getDriver(DriverWrapper.java:191)
> at
> org.eclipse.persistence.testing.framework.DriverWrapper.connect(DriverWrapper.java:226)
> at java.sql.DriverManager.getConnection(DriverManager.java:582)
> at java.sql.DriverManager.getConnection(DriverManager.java:154)
> at
> org.eclipse.persistence.sessions.DefaultConnector.connect(DefaultConnector.java:98)
> at
> org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:162)
> at
> org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:327)
> at
> org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:294)
> at
> org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connect(DatasourceAccessor.java:415)
> at
> org.eclipse.persistence.sessions.server.ConnectionPool.buildConnection(ConnectionPool.java:155)
> at
> org.eclipse.persistence.sessions.server.ConnectionPool.acquireConnection(ConnectionPool.java:97)
> at
> org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:241)
> at
> org.eclipse.persistence.sessions.server.ClientSession.basicBeginTransaction(ClientSession.java:130)
> at
> org.eclipse.persistence.internal.sessions.AbstractSession.beginTransaction(AbstractSession.java:580)
> at
> org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.beginTransaction(UnitOfWorkImpl.java:546)
> at
> org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:973)
> at
> org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:675)
> at
> org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:958)
> at
> org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:399)
> at
> org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1021)
> at
> org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2863)
> at
> org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1225)
> at
> org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1207)
> at
> org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1167)
> at
> org.eclipse.persistence.internal.jpa.EntityManagerImpl.executeQuery(EntityManagerImpl.java:733)
> at
> org.eclipse.persistence.internal.jpa.EntityManagerImpl.lock(EntityManagerImpl.java:1495)
> at
> org.eclipse.persistence.testing.tests.jpa.advanced.EntityManagerJUnitTestSuite.testLockWithJoinedInheritanceStrategy(EntityManagerJUnitTestSuite.java:1943)
> at
> org.eclipse.persistence.testing.framework.junit.JUnitTestCase.runBare(JUnitTestCase.java:428)
> at
> org.eclipse.persistence.testing.framework.TestExecutor.execute(TestExecutor.java:248)
> at
> org.eclipse.persistence.testing.framework.TestModel.execute(TestModel.java:208)
> at
> org.eclipse.persistence.testing.framework.TestCollection.run(TestCollection.java:313)
> Caused by: java.lang.NullPointerException
> at java.lang.Class.forName0(Native Method)
> at java.lang.Class.forName(Class.java:247)
> at
> org.eclipse.persistence.testing.framework.DriverWrapper.getDriver(DriverWrapper.java:189)
>
> So far, I have not been able to hunt it down.
>
> Is anyone observing this also or knows how to fix this?
>
> -Adrian
>
>
> *Adrian Görler
> **SAP AG
>
> *Pflichtangaben/Mandatory Disclosure Statements:
> _http://www.sap.com/company/legal/impressum.epx_
>
>
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> eclipselink-dev mailing list
> eclipselink-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/eclipselink-dev
_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev
_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev

_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev

Buildfile: build.xml
     [echo] jpatest.build.location='W:\SVNS\org.eclipse.persistence\jpa\eclipselink.jpa.test'
     [echo] modelgen.processor.jar='eclipselink-jpa-modelgen_2.0.0.qualifier.jar'

clean-test:
   [delete] Deleting directory W:\SVNS\org.eclipse.persistence\jpa\eclipselink.jpa.test\report
   [delete] Deleting directory W:\SVNS\org.eclipse.persistence\jpa\eclipselink.jpa.test\run
    [mkdir] Created dir: W:\SVNS\org.eclipse.persistence\jpa\eclipselink.jpa.test\report
    [mkdir] Created dir: W:\SVNS\org.eclipse.persistence\jpa\eclipselink.jpa.test\run

config-trunk:
     [echo] jpatest.build.location='W:\SVNS\org.eclipse.persistence\jpa\eclipselink.jpa.test'
     [echo] modelgen.processor.jar='eclipselink-jpa-modelgen_2.0.0.qualifier.jar'

config-compile-path:
     [echo] core.classes='./../../foundation/org.eclipse.persistence.core/classes'
     [echo] coretest.classes='./../../foundation/eclipselink.core.test/classes'
     [echo] jpatest.build.location='W:\SVNS\org.eclipse.persistence\jpa\eclipselink.jpa.test'
     [echo] modelgen.processor.jar='eclipselink-jpa-modelgen_2.0.0.qualifier.jar'

config-run-path:

config-flat:

test:
     [echo] jpatest.build.location='W:\SVNS\org.eclipse.persistence\jpa\eclipselink.jpa.test'
     [echo] modelgen.processor.jar='eclipselink-jpa-modelgen_2.0.0.qualifier.jar'

config-trunk:
     [echo] jpatest.build.location='W:\SVNS\org.eclipse.persistence\jpa\eclipselink.jpa.test'
     [echo] modelgen.processor.jar='eclipselink-jpa-modelgen_2.0.0.qualifier.jar'

config-compile-path:
     [echo] core.classes='./../../foundation/org.eclipse.persistence.core/classes'
     [echo] coretest.classes='./../../foundation/eclipselink.core.test/classes'
     [echo] jpatest.build.location='W:\SVNS\org.eclipse.persistence\jpa\eclipselink.jpa.test'
     [echo] modelgen.processor.jar='eclipselink-jpa-modelgen_2.0.0.qualifier.jar'

config-run-path:

config-flat:

run-test:
     [echo] Running test on jdbc:mysql://localhost/EL
Warning: Reference run.classpath has not been set at runtime, but was found during
build file parsing, attempting to resolve. Future versions of Ant may support
 referencing ids defined in non-executed targets.
Warning: Reference compile.path has not been set at runtime, but was found during
build file parsing, attempting to resolve. Future versions of Ant may support
 referencing ids defined in non-executed targets.
    [junit] Running org.eclipse.persistence.testing.tests.jpa.advanced.EntityManagerJUnitTestSuite
    [junit] [EL Finer]: 2009-12-03 10:32:17.574--Thread(Thread[main,5,main])--JavaSECMPInitializer - predeploying default.
    [junit] [EL Finest]: 2009-12-03 10:32:17.859--ServerSession(9829657)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
    [junit] [EL Finest]: 2009-12-03 10:32:17.861--ServerSession(9829657)--Thread(Thread[main,5,main])--property=eclipselink.logging.timestamp; value=false
    [junit] [EL Finest]: 2009-12-03 10:32:17.862--ServerSession(9829657)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
    [junit] [EL Finest]: 2009-12-03 10:32:17.862--ServerSession(9829657)--Thread(Thread[main,5,main])--property=eclipselink.logging.timestamp; value=false
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit default; session default-session; state Initial; factoryCount 0
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--property=eclipselink.orm.throw.exceptions; value=false
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Searching for default mapping file in file:/W:/SVNS/org.eclipse.persistence/jpa/eclipselink.jpa.test/eclipselink-xml-merge-model.jar
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Searching for default mapping file in file:/W:/SVNS/org.eclipse.persistence/jpa/eclipselink.jpa.test/eclipselink-annotation-model.jar
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Found a default mapping file at jar:file:/W:/SVNS/org.eclipse.persistence/jpa/eclipselink.jpa.test/eclipselink-annotation-model.jar!/META-INF/orm.xml for root URL file:/W:/SVNS/org.eclipse.persistence/jpa/eclipselink.jpa.test/eclipselink-annotation-model.jar
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Searching for default mapping file in file:/W:/SVNS/org.eclipse.persistence/jpa/eclipselink.jpa.test/eclipselink-xml-only-model.jar
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Found a default mapping file at jar:file:/W:/SVNS/org.eclipse.persistence/jpa/eclipselink.jpa.test/eclipselink-xml-only-model.jar!/META-INF/orm.xml for root URL file:/W:/SVNS/org.eclipse.persistence/jpa/eclipselink.jpa.test/eclipselink-xml-only-model.jar
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - @VERSION@.@QUALIFIER@): org.eclipse.persistence.exceptions.ValidationException
    [junit] Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default].
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Searching for default mapping file in file:/W:/SVNS/org.eclipse.persistence/jpa/eclipselink.jpa.test/eclipselink-xml-merge-model.jar
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Searching for default mapping file in file:/W:/SVNS/org.eclipse.persistence/jpa/eclipselink.jpa.test/eclipselink-annotation-model.jar
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Searching for default mapping file in file:/W:/SVNS/org.eclipse.persistence/jpa/eclipselink.jpa.test/eclipselink-xml-only-model.jar
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inheritance.Weapon] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field assassin] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inheritance.Assassin.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inheritance.IndirectWeapon] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inheritance.Bomb] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inheritance.SocialClub] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field members] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inheritance.ContractedPersonel.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.privateowned.Wheel] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field chassis] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.privateowned.Chassis.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field wheelRim] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.privateowned.WheelRim.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field wheelNuts] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.privateowned.WheelNut.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.metamodel.Processor] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field board] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.metamodel.Board.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inheritance.Vehicle] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [method getOwner] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inheritance.Company.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inheritance.FueledVehicle] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inheritance.Car] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inheritance.SportsCar] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inherited.Beer] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [method getBeerConsumer] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inherited.Beverage] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inherited.Heineken] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [method getBeerConsumer] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.complexaggregate.HockeyPlayer] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.privateowned.Engine] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.complexaggregate.CitySlicker] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [method getWorld] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.complexaggregate.World.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.relationships.OrderCard] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getOrder] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.relationships.Order.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.xml.inherited.Beer] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.IdClass({value=org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.PhoneNumberPK})] on the element [class org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.PhoneNumber] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.Column({name=ANN_MERGE_AREA_CODE})] on the element [method getAreaCode] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.datatypes.CharacterArrayType] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.Sargeant] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inheritance.NonFueledVehicle] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [method getCCustomers] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.relationships.Customer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [method getCSInteractions] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.relationships.CustomerServiceRepresentative.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.cacheable.CacheableFalseEntity] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.Major] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.General] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inheritance.Computer] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inheritance.Desktop] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.Department] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getManagers] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.advanced.Employee.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getEmployees] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.advanced.Employee.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getEquipment] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.advanced.Equipment.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.metamodel.Corporation] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field corporateComputers] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.metamodel.Computer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.metamodel.Person] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field historicalEmps] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.metamodel.Manufacturer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.metamodel.Manufacturer] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field corporateComputers] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.metamodel.Computer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field historicalEmps] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.metamodel.Manufacturer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field enclosureByBoardMapUC9] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.metamodel.Enclosure.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field hardwareDesignersMap] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.metamodel.HardwareDesigner.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field computers] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.metamodel.Computer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field hardwareDesignersMapUC1a] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.metamodel.HardwareDesigner.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field hardwareDesigners] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.metamodel.HardwareDesigner.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field hardwareDesignersMapUC2] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.metamodel.HardwareDesigner.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field hardwareDesignersMapUC8] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.metamodel.HardwareDesigner.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.complexaggregate.HockeyCoach] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inheritance.Assignment] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inheritance.SmallAssignment] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.cascadedeletes.RootA] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field branchB] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.cascadedeletes.BranchB.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field branchAs] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.cascadedeletes.BranchA.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getSecurityBadge] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.xml.merge.incompletemappings.owning.SecurityBadge.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [method getManager] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.xml.merge.incompletemappings.owning.Employee.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getManagedEmployees] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.xml.merge.incompletemappings.owning.Employee.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.datatypes.arraypks.PrimByteArrayPKType] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.xml.merge.incompletemappings.owning.Address] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getEmployees] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.xml.merge.incompletemappings.owning.Employee.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inheritance.TireInfoMappedSuperclass] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inheritance.TireInfo] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.lob.Image] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.xml.inheritance.FueledVehicle] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getBusDriver] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.xml.inheritance.Person.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.relationships.Order] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [method getSalesPerson] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.relationships.SalesPerson.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getOrderLabel] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.relationships.OrderLabel.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getItem] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.relationships.Item.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getOrderCard] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.relationships.OrderCard.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [method getCustomer] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.relationships.Customer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [method getBilledCustomer] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.relationships.Customer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [method getAuditor] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.relationships.Auditor.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inherited.TelephoneNumber] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [method getBeerConsumer] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.Equipment] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [method getEquipmentCode] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.advanced.EquipmentCode.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [method getDepartment] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.advanced.Department.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.complexaggregate.Role] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.EquipmentCode] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.MasterCorporal] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field sargeant] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.Sargeant.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inheritance.TireRatingComment] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.compositepk.Scientist] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [method getDepartment] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.advanced.compositepk.Department.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getCubicle] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.advanced.compositepk.Cubicle.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.compositepk.JuniorScientist] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inheritance.DirectWeapon] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inheritance.Knife] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.metamodel.Memory] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field board] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.metamodel.Board.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.datatypes.ByteArrayType] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.xml.relationships.Human] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.xml.relationships.Customer] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.cascadedeletes.BranchA] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field secondSet] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.cascadedeletes.LeafA.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field leafs] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.cascadedeletes.LeafA.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field branchA] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.cascadedeletes.BranchA.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.cascadedeletes.BranchB] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field branchBs] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.cascadedeletes.BranchB.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field leafBs] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.cascadedeletes.LeafB.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.Project] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getTeamLeader] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.advanced.Employee.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inheritance.ContractedPersonel] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field socialClubs] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inheritance.SocialClub.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inheritance.Assassin] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field weapon] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inheritance.Weapon.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field eliminations] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inheritance.Elimination.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.xml.relationships.Item] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.xml.merge.relationships.Order] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getItem] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.xml.merge.relationships.Item.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.Buyer] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [method getCreditLines] is being defaulted to: class java.lang.Long.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.GoldBuyer] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.xml.merge.incompletemappings.nonowning.Address] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getCustomer] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.xml.merge.incompletemappings.nonowning.Customer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.Column({name=ANN_MERGE_DESCRIP})] on the element [method getDescription] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.Version({})] on the element [method getVersion] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.Column({name=ANN_MERGE_VERSION})] on the element [method getVersion] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.Column({name=ANN_MERGE_PROJ_NAME})] on the element [method getName] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.complexaggregate.CountryDweller] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [method getWorld] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.complexaggregate.World.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inherited.Committee] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [method getExpertBeerConsumers] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inherited.ExpertBeerConsumer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [method getNoviceBeerConsumers] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inherited.NoviceBeerConsumer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.complexaggregate.HockeyTeam] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getPlayers] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.complexaggregate.HockeyPlayer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getCoaches] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.complexaggregate.HockeyCoach.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.metamodel.Computer] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field circuitBoards] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.metamodel.Board.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field location] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.metamodel.GalacticPosition.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field manufacturer] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.metamodel.Manufacturer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field enclosuresUC10] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.metamodel.Enclosure.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field positionUC12] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.metamodel.GalacticPosition.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The element [field positionUniUC13] is being defaulted to a one to many mapping.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field positionUniUC13] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.metamodel.GalacticPosition.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.xml.merge.incompletemappings.owning.Project] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getTeamLeader] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.xml.merge.incompletemappings.owning.Employee.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [method getTeamMembers] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.xml.merge.incompletemappings.owning.Employee.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.xml.merge.incompletemappings.owning.SmallProject] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.relationships.IsolatedItem] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inherited.Official] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.orphanremoval.Engine] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field sparkPlugs] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.orphanremoval.SparkPlug.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.fieldaccess.relationships.IsolatedItem] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.cascadedeletes.LeafB] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.cascadedeletes.LeafA] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field branchA] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.cascadedeletes.BranchA.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.MajorGeneral] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.Address] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getEmployees] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.advanced.Employee.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.fieldaccess.relationships.Customer] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field orders] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.fieldaccess.relationships.Order.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field controlledCustomers] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.fieldaccess.relationships.Customer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.Dealer] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getCustomers] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.advanced.Customer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.xml.merge.relationships.PartsList] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.LieutenantGeneral] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field general] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.General.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inheritance.Elimination] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field assassin] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inheritance.Assassin.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inheritance.IndirectElimination] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field indirectWeapon] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inheritance.IndirectWeapon.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field acclaims] is being defaulted to: class java.lang.Void.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field awards] is being defaulted to: class java.lang.Void.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field designations] is being defaulted to: class java.lang.String.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field records] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.xml.inherited.Record.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field committees] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.xml.inherited.Committee.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field acclaims] is being defaulted to: class java.lang.String.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field awards] is being defaulted to: class java.lang.String.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field designations] is being defaulted to: class java.lang.String.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field records] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.xml.inherited.Record.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field committees] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.xml.inherited.Committee.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [method getQuotes] is being defaulted to: class java.lang.String.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [method getCelebrations] is being defaulted to: class java.lang.String.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [method getExpertBeerConsumers] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.xml.inherited.ExpertBeerConsumer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [method getNoviceBeerConsumers] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.xml.inherited.NoviceBeerConsumer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.MasterCorporalClone] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.relationships.Item] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--metadata_default_variable_one_to_one_mapping (There is no English translation for this message.)
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target interface (reference) class for the variable one to one mapping element [method getManufacturer] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.relationships.Manufacturer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inherited.Canadian] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [method getBeerConsumer] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getIgnoredObject] is being defaulted to: class org.eclipse.persistence.indirection.ValueHolderInterface.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.cacheable.CacheableTrueEntity] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.cacheable.ChildCacheableFalseEntity] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.SecondLieutenant] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field lieutenant] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.Lieutenant.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inherited.Blue] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [method getBeerConsumer] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inheritance.ImaginaryCar] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.relationships.manyToMany.EntityD] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.Golfer] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The element [method getWorldRank] is being defaulted to a one to one mapping.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getWorldRank] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.advanced.WorldRank.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.xml.merge.incompletemappings.owning.LargeProject] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.privateowned.WheelRim] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.xml.merge.incompletemappings.nonowning.Customer] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getBillingAddress] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.xml.merge.incompletemappings.nonowning.Address.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.metamodel.Enclosure] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field computerUC10] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.metamodel.Computer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The element [field mappedManufacturerUC9] is being defaulted to a one to one mapping.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field mappedManufacturerUC9] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.metamodel.Manufacturer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inheritance.Person] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [method getCar] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inheritance.Car.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [method getBestFriend] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inheritance.Engineer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [method getRepresentitive] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inheritance.Lawyer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inheritance.Lawyer] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.orphanremoval.SparkPlug] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field engine] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.orphanremoval.Engine.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.metamodel.CoordinateMS] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.metamodel.GalacticPosition] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field computerUniUC13] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.metamodel.Computer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field computerUC12] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.metamodel.Computer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.metamodel.Location] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.relationships.manyToMany.EntityB] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [method getAs] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.relationships.manyToMany.EntityA.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.relationships.Mattel] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.relationships.manyToMany.EntityC] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The element [method getDs] is being defaulted to a one to many mapping.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getDs] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.relationships.manyToMany.EntityD.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.relationships.manyToMany.EntityA] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [method getBs] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.relationships.manyToMany.EntityB.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.Corporal] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inherited.BlueLight] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.metamodel.MS_MS_Entity_Center] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.metamodel.MS_MS_Entity_Root] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.metamodel.MS_MS_Entity_Leaf] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.xml.merge.incompletemappings.nonowning.Order] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getItem] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.xml.merge.incompletemappings.nonowning.Item.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [method getCustomer] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.xml.merge.incompletemappings.nonowning.Customer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.complexaggregate.World] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getCitySlickers] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.complexaggregate.CitySlicker.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getCountryDwellers] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.complexaggregate.CountryDweller.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.Lieutenant] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerServiceRepresentative] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [method getCustomers] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.relationships.Customer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inheritance.Bicycle] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.privateowned.Vehicle] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field chassis] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.privateowned.Chassis.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field engine] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.privateowned.Engine.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.privateowned.SpecificVehicle] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.metamodel.User] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field historicalEmps] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.metamodel.Manufacturer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.PartnerLink] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getWoman] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.advanced.Woman.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getMan] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.advanced.Man.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inheritance.Gun] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.Captain] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field major] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.Major.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.orphanremoval.Vehicle] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field chassis] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.orphanremoval.Chassis.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field engine] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.orphanremoval.Engine.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.xml.merge.incompletemappings.owning.PhoneNumber] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [method getOwner] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.xml.merge.incompletemappings.owning.Employee.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inherited.Alpine] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [method getBeerConsumer] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getSerialNumber] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inherited.SerialNumber.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inheritance.AAA] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inheritance.BBB] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inheritance.CCC] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inheritance.Engineer] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [method getCompany] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inheritance.Company.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [method getDesktops] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inheritance.Desktop.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [method getLaptops] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inheritance.Laptop.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.relationships.Namco] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.orphanremoval.WheelNut] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field wheel] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.orphanremoval.Wheel.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.xml.relationships.OrderLabel] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.relationships.ServiceCall] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.PhoneNumber] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [method getOwner] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.advanced.Employee.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.Lackey] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field major] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.Major.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.metamodel.VectorProcessor] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.cascadedeletes.MachineState] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field threads] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.cascadedeletes.ThreadInfo.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.fieldaccess.relationships.Item] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.Bookie] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getCellNumbers] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.CellNumber.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field acclaims] is being defaulted to: class java.lang.Integer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field awards] is being defaulted to: class java.lang.Integer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field designations] is being defaulted to: class java.lang.String.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field records] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.xml.inherited.Record.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field committees] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.xml.inherited.Committee.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field designations] is being defaulted to: class java.lang.String.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field committees] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inherited.Committee.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field records] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inherited.Record.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getCanadianBeersToConsume] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inherited.Canadian.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [method getRedStripes] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inherited.RedStripe.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getCoronaBeersToConsume] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inherited.Corona.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getCertifications] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inherited.Certification.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getBlueBeersToConsume] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inherited.Blue.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getTelephoneNumbers] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inherited.TelephoneNumber.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getAlpineBeersToConsume] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inherited.Alpine.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getHeinekenBeersToConsume] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inherited.Heineken.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getBlueLightBeersToConsume] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inherited.BlueLight.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [method getCommentLookup] is being defaulted to: class java.lang.String.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inherited.ExpertBeerConsumer] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field designations] is being defaulted to: class java.lang.String.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field committees] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inherited.Committee.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field records] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inherited.Record.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [method getCelebrations] is being defaulted to: class java.lang.String.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [method getQuotes] is being defaulted to: class java.lang.String.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inherited.Corona] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [method getBeerConsumer] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inherited.Witness] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.xml.relationships.OrderCard] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getOrder] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.xml.relationships.Order.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.compositepk.Cubicle] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getScientist] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.advanced.compositepk.Scientist.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inheritance.OffRoadTireInfo] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.orphanremoval.Chassis] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field wheels] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.orphanremoval.Wheel.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.orphanremoval.WheelRim] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.datetime.DateTime] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.BrigadierGeneral] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field majorGeneral] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.MajorGeneral.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.datatypes.WrapperTypes] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.PlatinumBuyer] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.compositepk.Department] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getScientists] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.advanced.compositepk.Scientist.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getOffices] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.advanced.compositepk.Office.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.xml.relationships.Order] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getOrderLabel] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.xml.relationships.OrderLabel.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getOrderCard] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.xml.relationships.OrderCard.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getItem] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.xml.relationships.Item.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inheritance.SpecialAssassin] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.OfficerCadet] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field secondLieutenant] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.SecondLieutenant.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getOrder] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.xml.merge.relationships.Order.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.metamodel.Designer] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field secondaryEmployer] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.metamodel.Manufacturer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field primaryEmployer] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.metamodel.Manufacturer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.metamodel.HardwareDesigner] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field secondaryEmployer] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.metamodel.Manufacturer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field primaryEmployer] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.metamodel.Manufacturer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field historicalEmps] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.metamodel.Manufacturer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field mappedEmployer] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.metamodel.Manufacturer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field mappedEmployerUC2] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.metamodel.Manufacturer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field mappedEmployerUC1a] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.metamodel.Manufacturer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field mappedEmployerUC7] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.metamodel.Manufacturer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field employer] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.metamodel.Manufacturer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field mappedEmployerUC4] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.metamodel.Manufacturer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field mappedEmployerUC8] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.metamodel.Manufacturer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.Man] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getPartnerLink] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.advanced.PartnerLink.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.relationships.OrderLabel] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.virtualattribute.OneToOneVirtualAttributeHolder] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getVirtualAttribute] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.virtualattribute.VirtualAttribute.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.Column({name=ANN_MERGE_P_CODE})] on the element [method getPostalCode] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.relationships.Lego] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.datatypes.CharArrayType] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inheritance.AbstractBus] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inheritance.Bus] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getBusDriver] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inheritance.Person.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.DepartmentAdminRole] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [method getPool] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.AdminPool.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The element [method getAdmin] is being defaulted to a one to one mapping.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The element [method getAdmin] is being defaulted to a one to one mapping.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getAdmin] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.Administrator.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The element [method getDepartment] is being defaulted to a one to one mapping.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The element [method getDepartment] is being defaulted to a one to one mapping.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getDepartment] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.advanced.compositepk.Department.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.privateowned.Chassis] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field wheels] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.privateowned.Wheel.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.orphanremoval.Wheel] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field chassis] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.orphanremoval.Chassis.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field wheelRim] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.orphanremoval.WheelRim.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field wheelNuts] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.orphanremoval.WheelNut.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.xml.merge.incompletemappings.owning.SecurityBadge] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getOwner] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.xml.merge.incompletemappings.owning.Employee.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inherited.BecksTag] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.Column({table=CMP3_ANN_MERGE_SALARY})] on the element [method getSalary] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.Transient({})] on the element [method getLastName] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.Version({})] on the element [method getVersion] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.Column({name=ANN_MERGE_VERSION})] on the element [method getVersion] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.Column({name=ANN_MERGE_F_NAME})] on the element [method getFirstName] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.metamodel.Board] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field computer] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.metamodel.Computer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field memories] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.metamodel.Memory.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field processors] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.metamodel.Processor.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.WorldRank] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.ConcurrencyA] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field concurrencyC] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.advanced.ConcurrencyC.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field concurrencyB] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.advanced.ConcurrencyB.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.ConcurrencyC] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.ConcurrencyB] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inheritance.MudTireInfo] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.metamodel.ArrayProcessor] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.CellNumber] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [method getBookie] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.Bookie.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inheritance.Poison] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inherited.Certification] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [method getBeerConsumer] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inherited.SerialNumber] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getAlpine] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inherited.Alpine.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.relationships.MegaBrands] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inherited.NoviceBeerConsumer] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field designations] is being defaulted to: class java.lang.String.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field committees] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inherited.Committee.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target class (reference) class for the element collection mapping element [field records] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inherited.Record.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.relationships.SalesPerson] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getOrders] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.relationships.Order.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.xml.relationships.Auditor] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inherited.Location] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inheritance.Company] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getVehicles] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inheritance.Vehicle.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getEngineers] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inheritance.Engineer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.cacheable.CacheableTrueMappedSuperclass] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.cacheable.SubCacheableNoneEntity] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.cascadedeletes.ThreadInfo] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.Woman] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getPartnerLink] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.advanced.PartnerLink.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.datatypes.PrimitiveByteArrayType] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inheritance.PerformanceTireInfo] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inheritance.Laptop] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.Administrator] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The element [method getEmployee] is being defaulted to a one to one mapping.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The element [method getEmployee] is being defaulted to a one to one mapping.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getEmployee] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.advanced.Employee.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.Vegetable] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inherited.Becks] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [method getBeerConsumer] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.LackeyCrewMember] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field lackey] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.Lackey.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.compositepk.Office] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field department] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.advanced.compositepk.Department.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.xml.merge.incompletemappings.nonowning.PartsList] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [method getItems] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.xml.merge.incompletemappings.nonowning.Item.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inheritance.Boat] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.Private] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field corporal] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.Corporal.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.SmallProject] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.privateowned.WheelNut] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field wheel] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.privateowned.Wheel.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inheritance.RockTireInfo] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.privateowned.SparkPlug] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field engine] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.privateowned.Engine.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.virtualattribute.VirtualAttribute] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.Employee] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [method getDepartment] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.advanced.Department.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [method getAddress] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.advanced.Address.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [method getProjects] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.advanced.Project.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [method getManager] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.advanced.Employee.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getDealers] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.advanced.Dealer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getPhoneNumbers] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.advanced.PhoneNumber.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getManagedEmployees] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.advanced.Employee.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.cacheable.SubCacheableFalseEntity] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the cache metadata on the mapped superclass [class org.eclipse.persistence.testing.models.jpa.cacheable.CacheableTrueMappedSuperclass] for the entity class [class org.eclipse.persistence.testing.models.jpa.cacheable.SubCacheableFalseEntity] since cache metadata was previously discovered for that entity (either on the entity itself or another mapped-superclass).
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.datatypes.PrimitiveTypes] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.AdminPool] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field admins] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.DepartmentAdminRole.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.relationships.Auditor] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.metamodel.SoftwareDesigner] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field secondaryEmployer] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.metamodel.Manufacturer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field primaryEmployer] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.metamodel.Manufacturer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field historicalEmps] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.metamodel.Manufacturer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.fieldaccess.relationships.SalesPerson] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field orders] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.fieldaccess.relationships.Order.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.fieldaccess.relationships.Order] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field salesPerson] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.fieldaccess.relationships.SalesPerson.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field billedCustomer] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.fieldaccess.relationships.Customer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field item] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.fieldaccess.relationships.Item.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field customer] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.fieldaccess.relationships.Customer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.LargeProject] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.xml.merge.incompletemappings.nonowning.Item] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getOrder] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.xml.merge.incompletemappings.nonowning.Order.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inheritance.DirectElimination] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field directWeapon] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inheritance.DirectWeapon.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inheritance.ComputerPK] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.PrivateId] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.CorporalId] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.privateowned.Tire] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inherited.Record] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field location] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inherited.Location.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inherited.Venue] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.MasterCorporalId] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inheritance.TireRating] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getComment] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inheritance.TireRatingComment.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inherited.Accredidation] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field witnesses] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inherited.Witness.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field officials] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inherited.Official.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.CaptainId] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.MajorId] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.complexaggregate.Vitals] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.complexaggregate.PersonalVitals] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.complexaggregate.TeamVitals] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getHockeyTeam] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.complexaggregate.HockeyTeam.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getRoles] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.complexaggregate.Role.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.GeneralId] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.xml.inherited.Birthday] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inherited.RedStripe] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.xml.inherited.Accredidation] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field witnesses] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.xml.inherited.Witness.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field officials] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.xml.inherited.Official.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.VegetablePK] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.complexaggregate.CoachVitals] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getHockeyTeam] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.complexaggregate.HockeyTeam.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inherited.CoronaTag] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.GolferPK] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.inherited.Birthday] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.metamodel.EmbeddedPK] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.orphanremoval.Tire] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.LieutenantId] is set to [FIELD].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [method getLocation] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.xml.inherited.Location.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.EmploymentPeriod] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.complexaggregate.Name] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.FormerEmployment] is set to [PROPERTY].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getVersion] is being defaulted to: VERSION.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getElevation] is being defaulted to: ELEVATION.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getLattitude] is being defaulted to: LATTITUDE.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getLongitude] is being defaulted to: LONGITUDE.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field identity] is being defaulted to: IDENTITY.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field declaredCenterStringField] is being defaulted to: DECLAREDCENTERSTRINGFIELD.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getId] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field name] is being defaulted to: NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field name] is being defaulted to: NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field attendance] is being defaulted to: ATTENDANCE.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getId] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.inheritance.Bomb] is being defaulted to: Bomb.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.inheritance.IndirectWeapon] is being defaulted to: IndirectWeapon.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.inheritance.Weapon] is being defaulted to: Weapon.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field assassin] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inheritance.Assassin.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field assassin] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inheritance.Assassin.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.inheritance.SocialClub] is being defaulted to: SocialClub.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field id] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field name] is being defaulted to: NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field id] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field serialNumber] is being defaulted to: SERIALNUMBER.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field manufacturer] is being defaulted to: MANUFACTURER.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field type] is being defaulted to: TYPE.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The discriminator column name for the root inheritance class [class org.eclipse.persistence.testing.models.jpa.metamodel.Processor] is being defaulted to: DTYPE.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.xml.inheritance.NonFueledVehicle] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.xml.inheritance.NonFueledVehicle] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.xml.inheritance.Bicycle] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.xml.inheritance.Bicycle] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.inheritance.SportsCar] is being defaulted to: SportsCar.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.inheritance.Car] is being defaulted to: Car.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.inheritance.FueledVehicle] is being defaulted to: FueledVehicle.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.inheritance.Vehicle] is being defaulted to: Vehicle.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.inheritance.FueledVehicle] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.inheritance.FueledVehicle] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.inheritance.Car] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.inheritance.Car] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.inheritance.SportsCar] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.inheritance.SportsCar] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.inherited.Heineken] is being defaulted to: Heineken.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getId] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getVersion] is being defaulted to: VERSION.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.complexaggregate.HockeyPlayer] is being defaulted to: HockeyPlayer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getJerseyNumber] is being defaulted to: JERSEYNUMBER.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getPlayerId] is being defaulted to: PLAYERID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field id] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field serialNumber] is being defaulted to: SERIALNUMBER.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.complexaggregate.CitySlicker] is being defaulted to: CitySlicker.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getId] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getBudget] is being defaulted to: BUDGET.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getId] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getId] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field classification] is being defaulted to: CLASSIFICATION.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.Table({name=CMP3_ANN_MERGE_PHONENUMBER})] on the element [class org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.PhoneNumber] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.PhoneNumber] is being defaulted to: XMLMERGEPHONENUMBER.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getAreaCode] is being defaulted to: AREACODE.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.datatypes.CharacterArrayType] is being defaulted to: CharacterArrayType.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The discriminator column name for the root inheritance class [class org.eclipse.persistence.testing.models.jpa.xml.inherited.BeerConsumer] is being defaulted to: DTYPE.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getId] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getName] is being defaulted to: NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.Sargeant] is being defaulted to: Sargeant.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.inheritance.NonFueledVehicle] is being defaulted to: NonFueledVehicle.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.inheritance.NonFueledVehicle] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.inheritance.NonFueledVehicle] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getColor] is being defaulted to: COLOR.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] is being defaulted to: Customer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getName] is being defaulted to: NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getCity] is being defaulted to: CITY.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.testing.models.jpa.cacheable.CacheableFalseEntity] is being defaulted to: JPA_CACHEABLE_FALSE.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getId] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.Major] is being defaulted to: Major.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.General] is being defaulted to: General.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.inheritance.Desktop] is being defaulted to: Desktop.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.inheritance.Computer] is being defaulted to: Computer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The discriminator column name for the root inheritance class [class org.eclipse.persistence.testing.models.jpa.inheritance.Computer] is being defaulted to: DTYPE.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getId] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getName] is being defaulted to: NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field aBoolean] is being defaulted to: ABOOLEAN.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field aByte] is being defaulted to: ABYTE.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field aDoubleObject] is being defaulted to: ADOUBLEOBJECT.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field aBigIntegerObject] is being defaulted to: ABIGINTEGEROBJECT.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field aFloatObject] is being defaulted to: AFLOATOBJECT.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field aLongObject] is being defaulted to: ALONGOBJECT.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field aShort] is being defaulted to: ASHORT.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field aByteObject] is being defaulted to: ABYTEOBJECT.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field name] is being defaulted to: NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field aBooleanObject] is being defaulted to: ABOOLEANOBJECT.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field aChar] is being defaulted to: ACHAR.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field aCharacterObject] is being defaulted to: ACHARACTEROBJECT.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field anInt] is being defaulted to: ANINT.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field aFloat] is being defaulted to: AFLOAT.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field aBigDecimalObject] is being defaulted to: ABIGDECIMALOBJECT.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field aLong] is being defaulted to: ALONG.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field aDouble] is being defaulted to: ADOUBLE.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field aShortObject] is being defaulted to: ASHORTOBJECT.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field anIntegerObject] is being defaulted to: ANINTEGEROBJECT.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.complexaggregate.HockeyCoach] is being defaulted to: HockeyCoach.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.inheritance.SmallAssignment] is being defaulted to: SmallAssignment.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.inheritance.Assignment] is being defaulted to: Assignment.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.testing.models.jpa.inheritance.Assignment] is being defaulted to: ASSIGNMENT.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field id] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field name] is being defaulted to: NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field name] is being defaulted to: NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.SmallProject] is being defaulted to: PROJ_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.SmallProject] is being defaulted to: PROJ_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.cascadedeletes.RootA] is being defaulted to: RootA.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.testing.models.jpa.cascadedeletes.RootA] is being defaulted to: ROOTA.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field id] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.Table({name=CMP3_XML_MERGE_EMPLOYEE})] from [org.eclipse.persistence.testing.models.jpa.xml.merge.incompletemappings.owning.Employee] since an XML element was defined in the mapping file [jar:file:/W:/SVNS/org.eclipse.persistence/jpa/eclipselink.jpa.test/eclipselink-xml-merge-model.jar!/META-INF/incomplete-owning-entity-mappings.xml].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.datatypes.arraypks.PrimByteArrayPKType] is being defaulted to: PrimByteArrayPKType.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getId] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getStreet] is being defaulted to: STREET.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getProvince] is being defaulted to: PROVINCE.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getCity] is being defaulted to: CITY.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getCountry] is being defaulted to: COUNTRY.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.inheritance.TireInfo] is being defaulted to: TireInfo.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.lob.Image] is being defaulted to: Image.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getId] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getPicture] is being defaulted to: PICTURE.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getCommentary] is being defaulted to: COMMENTARY.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getAudio] is being defaulted to: AUDIO.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getCustomAttribute1] is being defaulted to: CUSTOMATTRIBUTE1.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getScript] is being defaulted to: SCRIPT.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getCustomAttribute2] is being defaulted to: CUSTOMATTRIBUTE2.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The secondary table primary key column name for element [class org.eclipse.persistence.testing.models.jpa.lob.Image] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The secondary table foreign key column name for element [class org.eclipse.persistence.testing.models.jpa.lob.Image] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.xml.inheritance.FueledVehicle] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.xml.inheritance.FueledVehicle] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.xml.inheritance.Bus] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getQuantity] is being defaulted to: QUANTITY.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.inherited.TelephoneNumber] is being defaulted to: TelephoneNumber.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.advanced.Equipment] is being defaulted to: Equipment.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getId] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.complexaggregate.Role] is being defaulted to: Role.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getId] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.advanced.EquipmentCode] is being defaulted to: EquipmentCode.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getId] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getCode] is being defaulted to: CODE.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.MasterCorporal] is being defaulted to: MasterCorporal.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.inheritance.TireRatingComment] is being defaulted to: TireRatingComment.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.advanced.compositepk.JuniorScientist] is being defaulted to: JuniorScientist.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.advanced.compositepk.Scientist] is being defaulted to: Scientist.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The discriminator column name for the root inheritance class [class org.eclipse.persistence.testing.models.jpa.advanced.compositepk.Scientist] is being defaulted to: DTYPE.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.xml.inheritance.Car] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.xml.inheritance.Car] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.xml.inheritance.ImaginaryCar] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.xml.inheritance.ImaginaryCar] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.inheritance.Knife] is being defaulted to: Knife.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.inheritance.DirectWeapon] is being defaulted to: DirectWeapon.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field assassin] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inheritance.Assassin.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field assassin] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inheritance.Assassin.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field name] is being defaulted to: NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field blade] is being defaulted to: BLADE.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.datatypes.ByteArrayType] is being defaulted to: ByteArrayType.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.LargeProject] is being defaulted to: PROJ_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.LargeProject] is being defaulted to: PROJ_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getBudget] is being defaulted to: BUDGET.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getStreet] is being defaulted to: STREET.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getProvince] is being defaulted to: PROVINCE.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getCountry] is being defaulted to: COUNTRY.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getCity] is being defaulted to: CITY.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.cascadedeletes.BranchA] is being defaulted to: BranchA.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.testing.models.jpa.cascadedeletes.BranchA] is being defaulted to: BRANCHA.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field id] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.cascadedeletes.BranchB] is being defaulted to: BranchB.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.testing.models.jpa.cascadedeletes.BranchB] is being defaulted to: BRANCHB.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field id] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.advanced.Project] is being defaulted to: Project.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.inheritance.Assassin] is being defaulted to: Assassin.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.inheritance.ContractedPersonel] is being defaulted to: ContractedPersonel.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field id] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field name] is being defaulted to: NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field version] is being defaulted to: VERSION.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field socialClubs] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inheritance.SocialClub.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field id] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field name] is being defaulted to: NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field version] is being defaulted to: VERSION.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getDescription] is being defaulted to: DESCRIPTION.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getName] is being defaulted to: NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getQuantity] is being defaulted to: QUANTITY.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.TableGenerator({name=XML_MERGE_ORDER_TABLE_GENERATOR, pkColumnValue=ORDER_SEQ, valueColumnName=SEQ_COUNT, pkColumnName=SEQ_NAME, table=CMP3_XML_MERGE_CUSTOMER_SEQ_INCORRECT_LONG_NAME_WILL_CAUSE_ERROR})] from [method getOrderId] since an XML element with the same name [XML_MERGE_ORDER_TABLE_GENERATOR] was defined in the mapping file [jar:file:/W:/SVNS/org.eclipse.persistence/jpa/eclipselink.jpa.test/eclipselink-xml-merge-model.jar!/META-INF/orm-annotation-merge-relationships-entity-mappings.xml]
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.advanced.GoldBuyer] is being defaulted to: GoldBuyer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.advanced.Buyer] is being defaulted to: Buyer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The discriminator column name for the root inheritance class [class org.eclipse.persistence.testing.models.jpa.advanced.Buyer] is being defaulted to: DTYPE.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getGender] is being defaulted to: GENDER.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring default serialization on element [method getGender] within entity class [class org.eclipse.persistence.testing.models.jpa.advanced.Buyer] since a @Convert is specified.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Optimistic locking metadata is already defined on the descriptor for the entity [method getVersion]. Ignoring version specification on element [{1}].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.advanced.GoldBuyer] is being defaulted to: BUYER_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.advanced.GoldBuyer] is being defaulted to: BUYER_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getStreet] is being defaulted to: STREET.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getProvince] is being defaulted to: PROVINCE.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getCity] is being defaulted to: CITY.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getCountry] is being defaulted to: COUNTRY.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.Table({name=CMP3_ANN_MERGE_PROJECT})] on the element [class org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.Project] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.Project] is being defaulted to: XMLMERGEPROJECT.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.DiscriminatorColumn({name=ANN_MERGE_PROJ_TYPE, discriminatorType=INTEGER})] on the element [class org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.Project] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.DiscriminatorColumn({name=ANN_MERGE_PROJ_TYPE, discriminatorType=INTEGER})] on the element [class org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.Project] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.NamedQuery({query=SELECT OBJECT(project) FROM Project project WHERE project.name = :name, name=ann_merge_findProjectByName})] on the element [class org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.Project] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getDescription] is being defaulted to: DESCRIPTION.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getName] is being defaulted to: NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getVersion] is being defaulted to: VERSION.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.complexaggregate.CountryDweller] is being defaulted to: CountryDweller.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getId] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.complexaggregate.HockeyTeam] is being defaulted to: HockeyTeam.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field name] is being defaulted to: NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getStreet] is being defaulted to: STREET.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getProvince] is being defaulted to: PROVINCE.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getCountry] is being defaulted to: COUNTRY.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getCity] is being defaulted to: CITY.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.xml.merge.incompletemappings.owning.SmallProject] is being defaulted to: PROJ_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.xml.merge.incompletemappings.owning.SmallProject] is being defaulted to: PROJ_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.relationships.IsolatedItem] is being defaulted to: IsolatedItem.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getDescription] is being defaulted to: DESCRIPTION.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getName] is being defaulted to: NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.testing.models.jpa.inherited.Official] is being defaulted to: JPA_OFFICIAL.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getId] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field id] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field serialNumber] is being defaulted to: SERIALNUMBER.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field description] is being defaulted to: DESCRIPTION.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field name] is being defaulted to: NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.cascadedeletes.LeafB] is being defaulted to: LeafB.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.testing.models.jpa.cascadedeletes.LeafB] is being defaulted to: LEAFB.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field id] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.cascadedeletes.LeafA] is being defaulted to: LeafA.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.testing.models.jpa.cascadedeletes.LeafA] is being defaulted to: LEAFA.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field id] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.MajorGeneral] is being defaulted to: MajorGeneral.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.advanced.Address] is being defaulted to: Address.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getStreet] is being defaulted to: STREET.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getProvince] is being defaulted to: PROVINCE.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getType] is being defaulted to: TYPE.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring default serialization on element [method getType] within entity class [class org.eclipse.persistence.testing.models.jpa.advanced.Address] since a @Convert is specified.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getCity] is being defaulted to: CITY.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getCountry] is being defaulted to: COUNTRY.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getVersion] is being defaulted to: VERSION.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field name] is being defaulted to: NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field city] is being defaulted to: CITY.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.advanced.Dealer] is being defaulted to: Dealer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getStatus] is being defaulted to: STATUS.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.TableGenerator({name=XML_MERGE_PARTSLIST_TABLE_GENERATOR, pkColumnValue=PARTSLIST_SEQ, valueColumnName=SEQ_COUNT, pkColumnName=SEQ_NAME, table=CMP3_XML_MERGE_CUSTOMER_SEQ_INCORRECT_LONG_NAME_WILL_CAUSE_ERROR})] from [method getPartsListId] since an XML element with the same name [XML_MERGE_PARTSLIST_TABLE_GENERATOR] was defined in the mapping file [jar:file:/W:/SVNS/org.eclipse.persistence/jpa/eclipselink.jpa.test/eclipselink-xml-merge-model.jar!/META-INF/orm-annotation-merge-relationships-entity-mappings.xml]
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.LieutenantGeneral] is being defaulted to: LieutenantGeneral.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field id] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.inheritance.IndirectElimination] is being defaulted to: IndirectElimination.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.inheritance.Elimination] is being defaulted to: Elimination.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field id] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field name] is being defaulted to: NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field assassin] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inheritance.Assassin.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field id] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field name] is being defaulted to: NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.xml.inherited.ExpertBeerConsumer] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.xml.inherited.ExpertBeerConsumer] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.MasterCorporalClone] is being defaulted to: MasterCorporalClone.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Item] is being defaulted to: Item.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getDescription] is being defaulted to: DESCRIPTION.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getName] is being defaulted to: NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.TableGenerator({name=ITEM_TABLE_GENERATOR, pkColumnValue=ITEM_SEQ, valueColumnName=SEQ_COUNT, pkColumnName=SEQ_NAME, table=CMP3_CUSTOMER_SEQ})] from [method getItemId] since an XML element with the same name [ITEM_TABLE_GENERATOR] was defined in the mapping file [jar:file:/W:/SVNS/org.eclipse.persistence/jpa/eclipselink.jpa.test/eclipselink-xml-only-model.jar!/META-INF/relationships-entity-mappings.xml]
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.inherited.Canadian] is being defaulted to: Canadian.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the existence checking setting on the mapped superclass [class org.eclipse.persistence.testing.models.jpa.inherited.Beer] for the entity class [class org.eclipse.persistence.testing.models.jpa.inherited.Canadian] since existence checking metadata was previously discovered for that entity (either on the entity itself or another mapped-superclass).
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getId] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getFlavor] is being defaulted to: FLAVOR.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getProperties] is being defaulted to: PROPERTIES.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getVersion] is being defaulted to: VERSION.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.testing.models.jpa.cacheable.CacheableTrueEntity] is being defaulted to: JPA_CACHEABLE_TRUE.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getId] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getName] is being defaulted to: NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.SecondLieutenant] is being defaulted to: SecondLieutenant.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field lastName] is being defaulted to: LASTNAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field firstName] is being defaulted to: FIRSTNAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.inherited.Blue] is being defaulted to: Blue.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The discriminator column name for the root inheritance class [class org.eclipse.persistence.testing.models.jpa.inherited.Blue] is being defaulted to: DTYPE.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getId] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getUniqueKey] is being defaulted to: UNIQUEKEY.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getVersion] is being defaulted to: VERSION.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the attribute override named [id] defined on the mapped superclass [class org.eclipse.persistence.testing.models.jpa.xml.inherited.Canadian] for the entity [org.eclipse.persistence.testing.models.jpa.xml.inherited.Canadian] since an attribute override override with the same name was previously discovered for that entity (either on the entity itself or another mapped-superclass).
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field flavor] is being defaulted to: FLAVOR.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.inheritance.ImaginaryCar] is being defaulted to: ImaginaryCar.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.inheritance.ImaginaryCar] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.inheritance.ImaginaryCar] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.relationships.manyToMany.EntityD] is being defaulted to: EntityD.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getId] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getName] is being defaulted to: NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.advanced.Golfer] is being defaulted to: Golfer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.xml.merge.incompletemappings.owning.LargeProject] is being defaulted to: PROJ_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.xml.merge.incompletemappings.owning.LargeProject] is being defaulted to: PROJ_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getBudget] is being defaulted to: BUDGET.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field id] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.Table({name=CMP3_XML_INC_CUSTOMER})] from [org.eclipse.persistence.testing.models.jpa.xml.merge.incompletemappings.nonowning.Customer] since an XML element was defined in the mapping file [jar:file:/W:/SVNS/org.eclipse.persistence/jpa/eclipselink.jpa.test/eclipselink-xml-merge-model.jar!/META-INF/incomplete-nonowning-entity-mappings.xml].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.inheritance.Lawyer] is being defaulted to: Lawyer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.inheritance.Person] is being defaulted to: Person.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The discriminator column name for the root inheritance class [class org.eclipse.persistence.testing.models.jpa.inheritance.Person] is being defaulted to: DTYPE.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.inheritance.Lawyer] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.inheritance.Lawyer] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field id] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field serialNumber] is being defaulted to: SERIALNUMBER.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The discriminator column name for the root inheritance class [class org.eclipse.persistence.testing.models.jpa.metamodel.GalacticPosition] is being defaulted to: DTYPE.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.metamodel.Location] is being defaulted to: GALACTIC_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.metamodel.Location] is being defaulted to: GALACTIC_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field elevation] is being defaulted to: ELEVATION.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field longitude] is being defaulted to: LONGITUDE.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field Lattitude] is being defaulted to: LATTITUDE.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.relationships.manyToMany.EntityB] is being defaulted to: EntityB.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getId] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getName] is being defaulted to: NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Mattel] is being defaulted to: Mattel.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getId] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getName] is being defaulted to: NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.relationships.manyToMany.EntityC] is being defaulted to: EntityC.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getId] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getName] is being defaulted to: NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.relationships.manyToMany.EntityA] is being defaulted to: EntityA.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getId] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getName] is being defaulted to: NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.Corporal] is being defaulted to: Corporal.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.inherited.BlueLight] is being defaulted to: BlueLight.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field identity] is being defaulted to: IDENTITY.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field declaredLeafStringField] is being defaulted to: DECLAREDLEAFSTRINGFIELD.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field declaredCenterStringField] is being defaulted to: DECLAREDCENTERSTRINGFIELD.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getQuantity] is being defaulted to: QUANTITY.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The discriminator column name for the root inheritance class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.compositepk.Scientist] is being defaulted to: DTYPE.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.complexaggregate.World] is being defaulted to: World.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getId] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.Lieutenant] is being defaulted to: Lieutenant.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerServiceRepresentative] is being defaulted to: CustomerServiceRepresentative.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getId] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getName] is being defaulted to: NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.inheritance.Bicycle] is being defaulted to: Bicycle.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.inheritance.Bicycle] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.inheritance.Bicycle] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The discriminator column name for the root inheritance class [class org.eclipse.persistence.testing.models.jpa.privateowned.Vehicle] is being defaulted to: DTYPE.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field id] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field model] is being defaulted to: MODEL.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field name] is being defaulted to: NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.advanced.PartnerLink] is being defaulted to: PartnerLink.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getStatus] is being defaulted to: STATUS.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getId] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.inheritance.Gun] is being defaulted to: Gun.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field assassin] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inheritance.Assassin.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field model] is being defaulted to: MODEL.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field caliber] is being defaulted to: CALIBER.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.Captain] is being defaulted to: Captain.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field lastName] is being defaulted to: LASTNAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field firstName] is being defaulted to: FIRSTNAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field id] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field model] is being defaulted to: MODEL.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getVersion] is being defaulted to: VERSION.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.TableGenerator({name=XML_MERGE_CUSTOMER_TABLE_GENERATOR, pkColumnValue=CUST_SEQ, valueColumnName=SEQ_COUNT, pkColumnName=SEQ_NAME, table=CMP3_XML_MERGE_CUSTOMER_SEQ_INCORRECT_LONG_NAME_WILL_CAUSE_ERROR})] from [method getCustomerId] since an XML element with the same name [XML_MERGE_CUSTOMER_TABLE_GENERATOR] was defined in the mapping file [jar:file:/W:/SVNS/org.eclipse.persistence/jpa/eclipselink.jpa.test/eclipselink-xml-merge-model.jar!/META-INF/orm-annotation-merge-relationships-entity-mappings.xml]
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.inherited.Alpine] is being defaulted to: Alpine.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The table generator name defined within [class org.eclipse.persistence.testing.models.jpa.inherited.Alpine] is being defaulted to: SEQUENCE.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getId] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getClassification] is being defaulted to: CLASSIFICATION.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getVersion] is being defaulted to: VERSION.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.inheritance.CCC] is being defaulted to: CCC.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.inheritance.BBB] is being defaulted to: BBB.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.inheritance.AAA] is being defaulted to: AAA.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getId] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring default serialization on element [method getId] within entity class [class org.eclipse.persistence.testing.models.jpa.inheritance.AAA] since a @Convert is specified.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getFoo] is being defaulted to: FOO.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.inheritance.BBB] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.inheritance.BBB] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getBar] is being defaulted to: BAR.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.inheritance.CCC] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.inheritance.CCC] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getXyz] is being defaulted to: XYZ.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.inheritance.Engineer] is being defaulted to: Engineer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.inheritance.Engineer] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.inheritance.Engineer] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Namco] is being defaulted to: Namco.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getName] is being defaulted to: NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field id] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.relationships.ServiceCall] is being defaulted to: ServiceCall.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getId] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getDescription] is being defaulted to: DESCRIPTION.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.advanced.PhoneNumber] is being defaulted to: PhoneNumber.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.xml.inheritance.Boat] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.Lackey] is being defaulted to: Lackey.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.metamodel.VectorProcessor] is being defaulted to: PROC_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.metamodel.VectorProcessor] is being defaulted to: PROC_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.cascadedeletes.MachineState] is being defaulted to: MachineState.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.testing.models.jpa.cascadedeletes.MachineState] is being defaulted to: MACHINESTATE.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field id] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field description] is being defaulted to: DESCRIPTION.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field name] is being defaulted to: NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getId] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getDescription] is being defaulted to: DESCRIPTION.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getMapKey] is being defaulted to: MAPKEY.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.Bookie] is being defaulted to: Bookie.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getName] is being defaulted to: NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.xml.inherited.NoviceBeerConsumer] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.xml.inherited.NoviceBeerConsumer] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer] is being defaulted to: BeerConsumer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The discriminator column name for the root inheritance class [class org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer] is being defaulted to: DTYPE.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getId] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getAlcoholContent] is being defaulted to: ALCOHOLCONTENT.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getName] is being defaulted to: NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.testing.models.jpa.inherited.ExpertBeerConsumer] is being defaulted to: EXPERT_CONSUMER.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.inherited.ExpertBeerConsumer] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.inherited.ExpertBeerConsumer] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.Table({name=CMP3_ANN_MERGE_PROJECT})] on the element [class org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.SmallProject] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.SmallProject] is being defaulted to: XMLMERGESMALLPROJECT.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.DiscriminatorValue({value=2})] on the element [class org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.SmallProject] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.SmallProject] is being defaulted to: XML_MERGE_PROJ_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.SmallProject] is being defaulted to: XML_MERGE_PROJ_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.inherited.Corona] is being defaulted to: Corona.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getId] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getVersion] is being defaulted to: VERSION.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.testing.models.jpa.inherited.Witness] is being defaulted to: JPA_WITNESS.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getId] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getId] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.advanced.compositepk.Cubicle] is being defaulted to: Cubicle.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getId] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getCode] is being defaulted to: CODE.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.inheritance.OffRoadTireInfo] is being defaulted to: OffRoadTireInfo.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The discriminator column name for the root inheritance class [class org.eclipse.persistence.testing.models.jpa.inheritance.OffRoadTireInfo] is being defaulted to: DTYPE.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.inheritance.OffRoadTireInfo] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.inheritance.OffRoadTireInfo] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getName] is being defaulted to: NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getCode] is being defaulted to: CODE.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field id] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field serialNumber] is being defaulted to: SERIALNUMBER.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The discriminator column name for the root inheritance class [class org.eclipse.persistence.testing.models.jpa.xml.inheritance.Person] is being defaulted to: DTYPE.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.xml.inheritance.Lawyer] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.xml.inheritance.Lawyer] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field id] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.xml.relationships.unidirectional.SmallProject] is being defaulted to: PROJ_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.xml.relationships.unidirectional.SmallProject] is being defaulted to: PROJ_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.datetime.DateTime] is being defaulted to: DateTime.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.BrigadierGeneral] is being defaulted to: BrigadierGeneral.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field lastName] is being defaulted to: LASTNAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field firstName] is being defaulted to: FIRSTNAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.datatypes.WrapperTypes] is being defaulted to: WrapperTypes.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.advanced.PlatinumBuyer] is being defaulted to: PlatinumBuyer.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.advanced.PlatinumBuyer] is being defaulted to: BUYER_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.advanced.PlatinumBuyer] is being defaulted to: BUYER_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getPurchases] is being defaulted to: PURCHASES.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.advanced.compositepk.Department] is being defaulted to: Department.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getLocation] is being defaulted to: LOCATION.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getName] is being defaulted to: NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.TableGenerator({name=ORDER_TABLE_GENERATOR, pkColumnValue=ORDER_SEQ, valueColumnName=SEQ_COUNT, pkColumnName=SEQ_NAME, table=CMP3_CUSTOMER_SEQ})] from [method getOrderId] since an XML element with the same name [ORDER_TABLE_GENERATOR] was defined in the mapping file [jar:file:/W:/SVNS/org.eclipse.persistence/jpa/eclipselink.jpa.test/eclipselink-xml-only-model.jar!/META-INF/relationships-entity-mappings.xml]
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getQuantity] is being defaulted to: QUANTITY.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.inheritance.SpecialAssassin] is being defaulted to: SpecialAssassin.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field socialClubs] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inheritance.SocialClub.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field weapon] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inheritance.Weapon.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field eliminations] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inheritance.Elimination.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field id] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field name] is being defaulted to: NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.OfficerCadet] is being defaulted to: OfficerCadet.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getDescription] is being defaulted to: DESCRIPTION.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field name] is being defaulted to: NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.TableGenerator({name=XML_MERGE_ITEM_TABLE_GENERATOR, pkColumnValue=ITEM_SEQ, valueColumnName=SEQ_COUNT, pkColumnName=SEQ_NAME, table=CMP3_XML_MERGE_CUSTOMER_SEQ_INCORRECT_LONG_NAME_WILL_CAUSE_ERROR})] from [method getItemId] since an XML element with the same name [XML_MERGE_ITEM_TABLE_GENERATOR] was defined in the mapping file [jar:file:/W:/SVNS/org.eclipse.persistence/jpa/eclipselink.jpa.test/eclipselink-xml-merge-model.jar!/META-INF/orm-annotation-merge-relationships-entity-mappings.xml]
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.metamodel.HardwareDesigner] is being defaulted to: HardwareDesigner.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field name] is being defaulted to: NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.advanced.Man] is being defaulted to: Man.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.testing.models.jpa.advanced.Man] is being defaulted to: MAN.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getId] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getId] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.virtualattribute.OneToOneVirtualAttributeHolder] is being defaulted to: OneToOneVirtualAttributeHolder.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.Table({name=CMP3_ANN_MERGE_ADDRESS})] on the element [class org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.Address] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.Address] is being defaulted to: XMLMERGEADDRESS.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.NamedQuery({query=SELECT OBJECT(address) FROM Address address WHERE address.postalCode = :postalcode, name=ann_merge_findAllAddressesByPostalCode})] on the element [class org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.Address] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.NamedNativeQuery({query=select * from CMP3_ANN_MERGE_ADDRESS, name=ann_merge_findAllSQLAddresses, resultClass=org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.Address})] on the element [class org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.Address] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getPostalCode] is being defaulted to: POSTALCODE.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getStreet] is being defaulted to: STREET.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getProvince] is being defaulted to: PROVINCE.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getCity] is being defaulted to: CITY.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getCountry] is being defaulted to: COUNTRY.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Lego] is being defaulted to: Lego.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getId] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getName] is being defaulted to: NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.datatypes.CharArrayType] is being defaulted to: CharArrayType.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.inheritance.Bus] is being defaulted to: Bus.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.DepartmentAdminRole] is being defaulted to: DepartmentAdminRole.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field id] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field serialNumber] is being defaulted to: SERIALNUMBER.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field id] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field serialNumber] is being defaulted to: SERIALNUMBER.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field manufacturer] is being defaulted to: MANUFACTURER.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field type] is being defaulted to: TYPE.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getBadgeNumber] is being defaulted to: BADGENUMBER.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.inherited.BecksTag] is being defaulted to: BecksTag.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getId] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.Table({name=CMP3_ANN_MERGE_EMPLOYEE})] on the element [class org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.Employee] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.Employee] is being defaulted to: XMLMERGEEMPLOYEE.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.NamedQueries({value=[Ljava.lang.Object;@18a9fc8})] on the element [class org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.Employee] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getLastName] is being defaulted to: LASTNAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getSalary] is being defaulted to: SALARY.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getFirstName] is being defaulted to: FIRSTNAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getVersion] is being defaulted to: VERSION.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.SecondaryTable({name=CMP3_ANN_MERGE_SALARY})] on the element [class org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.Employee] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.advanced.WorldRank] is being defaulted to: WorldRank.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.advanced.ConcurrencyA] is being defaulted to: ConcurrencyA.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.testing.models.jpa.advanced.ConcurrencyA] is being defaulted to: CONCURRENCYA.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field id] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field name] is being defaulted to: NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.advanced.ConcurrencyC] is being defaulted to: ConcurrencyC.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.testing.models.jpa.advanced.ConcurrencyC] is being defaulted to: CONCURRENCYC.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field id] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field name] is being defaulted to: NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.advanced.ConcurrencyB] is being defaulted to: ConcurrencyB.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.testing.models.jpa.advanced.ConcurrencyB] is being defaulted to: CONCURRENCYB.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getId] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getName] is being defaulted to: NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.inheritance.MudTireInfo] is being defaulted to: MudTireInfo.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.inheritance.MudTireInfo] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.inheritance.MudTireInfo] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getRating] is being defaulted to: RATING.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.metamodel.ArrayProcessor] is being defaulted to: PROC_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.metamodel.ArrayProcessor] is being defaulted to: PROC_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field speed] is being defaulted to: SPEED.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.CellNumber] is being defaulted to: CellNumber.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.inheritance.Poison] is being defaulted to: Poison.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field assassin] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inheritance.Assassin.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.inherited.Certification] is being defaulted to: Certification.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getId] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getDescription] is being defaulted to: DESCRIPTION.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.inherited.SerialNumber] is being defaulted to: SerialNumber.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.relationships.MegaBrands] is being defaulted to: MegaBrands.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getName] is being defaulted to: NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getDistributorId] is being defaulted to: DISTRIBUTORID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.testing.models.jpa.xml.inherited.Witness] is being defaulted to: XML_WITNESS.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.testing.models.jpa.inherited.NoviceBeerConsumer] is being defaulted to: NOVICE_CONSUMER.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.inherited.NoviceBeerConsumer] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.inherited.NoviceBeerConsumer] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getName] is being defaulted to: NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getId] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getName] is being defaulted to: NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.testing.models.jpa.xml.inherited.Official] is being defaulted to: XML_OFFICIAL.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.inherited.Location] is being defaulted to: Location.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field id] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.inheritance.Company] is being defaulted to: Company.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.testing.models.jpa.cacheable.SubCacheableNoneEntity] is being defaulted to: JPA_SUB_CACHEABLE_NONE.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getId] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.cascadedeletes.ThreadInfo] is being defaulted to: ThreadInfo.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.testing.models.jpa.cascadedeletes.ThreadInfo] is being defaulted to: THREADINFO.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field id] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field name] is being defaulted to: NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.advanced.Woman] is being defaulted to: Woman.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.testing.models.jpa.advanced.Woman] is being defaulted to: WOMAN.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getId] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.datatypes.PrimitiveByteArrayType] is being defaulted to: PrimitiveByteArrayType.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.inheritance.PerformanceTireInfo] is being defaulted to: PerformanceTireInfo.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.inheritance.Laptop] is being defaulted to: Laptop.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.Administrator] is being defaulted to: Administrator.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getVersion] is being defaulted to: VERSION.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.advanced.Vegetable] is being defaulted to: Vegetable.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getColor] is being defaulted to: COLOR.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getName] is being defaulted to: NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getTags] is being defaulted to: TAGS.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getCost] is being defaulted to: COST.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.inherited.Becks] is being defaulted to: Becks.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getId] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getVersion] is being defaulted to: VERSION.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.LackeyCrewMember] is being defaulted to: LackeyCrewMember.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field rank] is being defaulted to: RANK.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.advanced.compositepk.Office] is being defaulted to: Office.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field id] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field location] is being defaulted to: LOCATION.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.inheritance.Boat] is being defaulted to: Boat.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.Table({name=CMP3_ANN_MERGE_LPROJECT})] on the element [class org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.LargeProject] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.DiscriminatorValue({value=1})] on the element [class org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.LargeProject] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.LargeProject] is being defaulted to: XML_MERGE_PROJ_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.LargeProject] is being defaulted to: XML_MERGE_PROJ_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.NamedQuery({query=SELECT OBJECT(project) FROM LargeProject project WHERE project.budget >= :amount, name=ann_merge_findWithBudgetLargerThan})] on the element [class org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.LargeProject] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getBudget] is being defaulted to: BUDGET.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getGender] is being defaulted to: GENDER.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getSalary] is being defaulted to: SALARY.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The secondary table primary key column name for element [class org.eclipse.persistence.testing.models.jpa.xml.advanced.Employee] is being defaulted to: EMP_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.Private] is being defaulted to: Private.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field name] is being defaulted to: NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.advanced.SmallProject] is being defaulted to: SmallProject.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.advanced.SmallProject] is being defaulted to: PROJ_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.advanced.SmallProject] is being defaulted to: PROJ_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field id] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getSalary] is being defaulted to: SALARY.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The secondary table primary key column name for element [class org.eclipse.persistence.testing.models.jpa.xml.relationships.unidirectional.Employee] is being defaulted to: EMP_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The secondary table foreign key column name for element [class org.eclipse.persistence.testing.models.jpa.xml.relationships.unidirectional.Employee] is being defaulted to: EMP_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.inheritance.RockTireInfo] is being defaulted to: RockTireInfo.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.inheritance.RockTireInfo] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.inheritance.RockTireInfo] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getGrip] is being defaulted to: GRIP.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getBudget] is being defaulted to: BUDGET.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field id] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field serialNumber] is being defaulted to: SERIALNUMBER.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.virtualattribute.VirtualAttribute] is being defaulted to: VirtualAttribute.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getDescription] is being defaulted to: DESCRIPTION.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.advanced.Employee] is being defaulted to: Employee.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getFormerCompany] is being defaulted to: FORMERCOMPANY.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getGender] is being defaulted to: GENDER.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring default serialization on element [method getGender] within entity class [class org.eclipse.persistence.testing.models.jpa.advanced.Employee] since a @Convert is specified.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getSalary] is being defaulted to: SALARY.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The secondary table primary key column name for element [class org.eclipse.persistence.testing.models.jpa.advanced.Employee] is being defaulted to: EMP_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The secondary table foreign key column name for element [class org.eclipse.persistence.testing.models.jpa.advanced.Employee] is being defaulted to: EMP_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The table name for entity [class org.eclipse.persistence.testing.models.jpa.cacheable.SubCacheableFalseEntity] is being defaulted to: JPA_SUB_CACHEABLE_FALSE.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getId] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.datatypes.PrimitiveTypes] is being defaulted to: PrimitiveTypes.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.xml.relationships.unidirectional.LargeProject] is being defaulted to: PROJ_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.xml.relationships.unidirectional.LargeProject] is being defaulted to: PROJ_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getBudget] is being defaulted to: BUDGET.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.AdminPool] is being defaulted to: AdminPool.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field id] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field description] is being defaulted to: DESCRIPTION.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Auditor] is being defaulted to: Auditor.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getId] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getName] is being defaulted to: NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field name] is being defaulted to: NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.xml.inheritance.SportsCar] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.xml.inheritance.SportsCar] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getId] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.xml.inheritance.Engineer] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.xml.inheritance.Engineer] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field name] is being defaulted to: NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field id] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field country] is being defaulted to: COUNTRY.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field city] is being defaulted to: CITY.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field quantity] is being defaulted to: QUANTITY.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.advanced.LargeProject] is being defaulted to: LargeProject.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.advanced.LargeProject] is being defaulted to: PROJ_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [class org.eclipse.persistence.testing.models.jpa.advanced.LargeProject] is being defaulted to: PROJ_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getBudget] is being defaulted to: BUDGET.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.Table({name=CMP3_XML_INC_ITEM})] from [org.eclipse.persistence.testing.models.jpa.xml.merge.incompletemappings.nonowning.Item] since an XML element was defined in the mapping file [jar:file:/W:/SVNS/org.eclipse.persistence/jpa/eclipselink.jpa.test/eclipselink-xml-merge-model.jar!/META-INF/incomplete-nonowning-entity-mappings.xml].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getDescription] is being defaulted to: DESCRIPTION.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getName] is being defaulted to: NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.inheritance.DirectElimination] is being defaulted to: DirectElimination.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field assassin] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.inheritance.Assassin.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field id] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [field name] is being defaulted to: NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getWoman] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getMan] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getEmployee] is being defaulted to: EMP_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [method getEmployee] is being defaulted to: EMPLOYEE_EMP_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The secondary table primary key column name for element [class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.Administrator] is being defaulted to: EMPLOYEE_EMP_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The secondary table foreign key column name for element [class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.Administrator] is being defaulted to: EMPLOYEE_EMP_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getAdmin] is being defaulted to: EMPLOYEE_EMP_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [method getAdmin] is being defaulted to: ADMIN_EMPLOYEE_EMP_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getWoman] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getMan] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field sargeant] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [field sargeant] is being defaulted to: SARGEANT_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getEmployee] is being defaulted to: EMP_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [method getEmployee] is being defaulted to: EMPLOYEE_EMP_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The secondary table primary key column name for element [class org.eclipse.persistence.testing.models.jpa.xml.advanced.derivedid.Administrator] is being defaulted to: EMPLOYEE_EMP_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The secondary table foreign key column name for element [class org.eclipse.persistence.testing.models.jpa.xml.advanced.derivedid.Administrator] is being defaulted to: EMPLOYEE_EMP_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getAdmin] is being defaulted to: EMPLOYEE_EMP_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [method getAdmin] is being defaulted to: ADMIN_EMPLOYEE_EMP_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field general] is being defaulted to: GENERAL_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [field general] is being defaulted to: GENERAL_GENERAL_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field mappedManufacturerUC9] is being defaulted to: PERSON_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The collection table name for the basic collection/map mapping [field acclaims] is being defaulted to: _ACCLAIMS.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field acclaims] is being defaulted to: __PK_METAMODEL_RESERVED_IN_MEM_ONLY_FIELD_NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [field acclaims] is being defaulted to: ___PK_METAMODEL_RESERVED_IN_MEM_ONLY_FIELD_NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The collection table name for the basic collection/map mapping [field awards] is being defaulted to: NOVICE_CONSUMER_AWARDS.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field awards] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [field awards] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The map key attribute name for the mapping element [field awards] is being defaulted to: id.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The key column name for the basic map mapping element [field awards] is being defaulted to: AWARDS_KEY.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring default serialization on element [field awards] within entity class [class org.eclipse.persistence.testing.models.jpa.inherited.NoviceBeerConsumer] since a @Convert is specified.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring default serialization on element [field awards] within entity class [class org.eclipse.persistence.testing.models.jpa.inherited.NoviceBeerConsumer] since a @Convert is specified.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getCelebrations] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getMonth] is being defaulted to: MONTH.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getYear] is being defaulted to: YEAR.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getDay] is being defaulted to: DAY.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The key column name for the basic map mapping element [method getCelebrations] is being defaulted to: CELEBRATIONS_KEY.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getQuotes] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The collection table name for the basic collection/map mapping [field acclaims] is being defaulted to: NOVICE_CONSUMER_ACCLAIMS.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field acclaims] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [field acclaims] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The collection table name for the basic collection/map mapping [field awards] is being defaulted to: XML_NBC_AWARDS.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field awards] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [field awards] is being defaulted to: XML_NBC_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The collection table name for the basic collection/map mapping [field awards] is being defaulted to: XML_EBC_AWARDS.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field awards] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [field awards] is being defaulted to: XML_EBC_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The collection table name for the basic collection/map mapping [field designations] is being defaulted to: XML_EBC_DESIGNATIONS.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field designations] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [field designations] is being defaulted to: XML_EBC_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The order column name for element [field designations] is being defaulted to: designations_ORDER.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The collection table name for the basic collection/map mapping [field awards] is being defaulted to: _AWARDS.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field awards] is being defaulted to: __PK_METAMODEL_RESERVED_IN_MEM_ONLY_FIELD_NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [field awards] is being defaulted to: __PK_METAMODEL_RESERVED_IN_MEM_ONLY_FIELD_NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The key column name for the basic map mapping element [field awards] is being defaulted to: AWARDS_KEY.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring default serialization on element [field awards] within entity class [class org.eclipse.persistence.testing.models.jpa.inherited.RatedBeerConsumer] since a @Convert is specified.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring default serialization on element [field awards] within entity class [class org.eclipse.persistence.testing.models.jpa.inherited.RatedBeerConsumer] since a @Convert is specified.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The value column name for the basic collection/map mapping element mapping element [method getStatus] is being defaulted to: STATUS.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The collection table name for the basic collection/map mapping [field acclaims] is being defaulted to: XML_EBC_ACCLAIMS.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field acclaims] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [field acclaims] is being defaulted to: XML_EBC_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The collection table name for the basic collection/map mapping [field designations] is being defaulted to: _DESIGNATIONS.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field designations] is being defaulted to: __PK_METAMODEL_RESERVED_IN_MEM_ONLY_FIELD_NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [field designations] is being defaulted to: ___PK_METAMODEL_RESERVED_IN_MEM_ONLY_FIELD_NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The collection table name for the basic collection/map mapping [field acclaims] is being defaulted to: _ACCLAIMS.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field acclaims] is being defaulted to: __PK_METAMODEL_RESERVED_IN_MEM_ONLY_FIELD_NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [field acclaims] is being defaulted to: __PK_METAMODEL_RESERVED_IN_MEM_ONLY_FIELD_NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The collection table name for the basic collection/map mapping [method getWorkWeek] is being defaulted to: Employee_WORKWEEK.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getWorkWeek] is being defaulted to: EMP_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [method getWorkWeek] is being defaulted to: EMP_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The value column name for the basic collection/map mapping element mapping element [method getWorkWeek] is being defaulted to: WORKWEEK.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The collection table name for the basic collection/map mapping [field designations] is being defaulted to: _DESIGNATIONS.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field designations] is being defaulted to: __PK_METAMODEL_RESERVED_IN_MEM_ONLY_FIELD_NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [field designations] is being defaulted to: ___PK_METAMODEL_RESERVED_IN_MEM_ONLY_FIELD_NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The order column name for element [field designations] is being defaulted to: designations_ORDER.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getResponsibilities] is being defaulted to: EMP_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [method getResponsibilities] is being defaulted to: EMP_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The collection table name for the basic collection/map mapping [field acclaims] is being defaulted to: XML_NBC_ACCLAIMS.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field acclaims] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [field acclaims] is being defaulted to: XML_NBC_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getCommentLookup] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [method getCommentLookup] is being defaulted to: BeerConsumer_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getCommentLookup] is being defaulted to: S_NUMBER.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The key column name for the basic map mapping element [method getCommentLookup] is being defaulted to: COMMENTLOOKUP_KEY.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The collection table name for the basic collection/map mapping [field designations] is being defaulted to: NOVICE_CONSUMER_DESIGNATIONS.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field designations] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [field designations] is being defaulted to: NOVICE_CONSUMER_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getCreditLines] is being defaulted to: BUYER_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The data type for the converter named [CreditLine] used with the element [method getCreditLines] in the entity [class org.eclipse.persistence.testing.models.jpa.advanced.Buyer] is being defaulted to [class java.lang.String].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The object type for the converter named [CreditLine] used with the element [method getCreditLines] in the entity [class org.eclipse.persistence.testing.models.jpa.advanced.Buyer] is being defaulted to [class java.lang.String].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring default serialization on element [method getCreditLines] within entity class [class org.eclipse.persistence.testing.models.jpa.advanced.Buyer] since a @Convert is specified.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring default serialization on element [method getCreditLines] within entity class [class org.eclipse.persistence.testing.models.jpa.advanced.Buyer] since a @Convert is specified.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getProperties] is being defaulted to: PROJ_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [method getProperties] is being defaulted to: PROJ_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The collection table name for the basic collection/map mapping [field designations] is being defaulted to: XML_NBC_DESIGNATIONS.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field designations] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [field designations] is being defaulted to: XML_NBC_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The order column name for element [field designations] is being defaulted to: designations_ORDER.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getCelebrations] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getMonth] is being defaulted to: MONTH.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getYear] is being defaulted to: YEAR.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The column name for element [method getDay] is being defaulted to: DAY.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The key column name for the basic map mapping element [method getCelebrations] is being defaulted to: CELEBRATIONS_KEY.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The collection table name for the basic collection/map mapping [field acclaims] is being defaulted to: EXPERT_CONSUMER_ACCLAIMS.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field acclaims] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [field acclaims] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The collection table name for the basic collection/map mapping [method getCreditCards] is being defaulted to: Buyer_CREDITCARDS.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getCreditCards] is being defaulted to: BUYER_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [method getCreditCards] is being defaulted to: BUYER_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The map key attribute name for the mapping element [method getCreditCards] is being defaulted to: id.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The data type for the converter named [CreditCard] used with the element [method getCreditCards] in the entity [class org.eclipse.persistence.testing.models.jpa.advanced.Buyer] is being defaulted to [class java.lang.String].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The object type for the converter named [CreditCard] used with the element [method getCreditCards] in the entity [class org.eclipse.persistence.testing.models.jpa.advanced.Buyer] is being defaulted to [class java.lang.String].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring default serialization on element [method getCreditCards] within entity class [class org.eclipse.persistence.testing.models.jpa.advanced.Buyer] since a @Convert is specified.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring default serialization on element [method getCreditCards] within entity class [class org.eclipse.persistence.testing.models.jpa.advanced.Buyer] since a @Convert is specified.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getQuotes] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The collection table name for the basic collection/map mapping [field designations] is being defaulted to: EXPERT_CONSUMER_DESIGNATIONS.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field designations] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [field designations] is being defaulted to: EXPERT_CONSUMER_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The collection table name for the basic collection/map mapping [field awards] is being defaulted to: _AWARDS.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field awards] is being defaulted to: __PK_METAMODEL_RESERVED_IN_MEM_ONLY_FIELD_NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [field awards] is being defaulted to: ___PK_METAMODEL_RESERVED_IN_MEM_ONLY_FIELD_NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The collection table name for the basic collection/map mapping [field awards] is being defaulted to: EXPERT_CONSUMER_AWARDS.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field awards] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [field awards] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The map key attribute name for the mapping element [field awards] is being defaulted to: id.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The key column name for the basic map mapping element [field awards] is being defaulted to: AWARDS_KEY.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring default serialization on element [field awards] within entity class [class org.eclipse.persistence.testing.models.jpa.inherited.ExpertBeerConsumer] since a @Convert is specified.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring default serialization on element [field awards] within entity class [class org.eclipse.persistence.testing.models.jpa.inherited.ExpertBeerConsumer] since a @Convert is specified.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getBeerConsumer] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getItems] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [method getItems] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field employer] is being defaulted to: PERSON_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [field employer] is being defaulted to: EMPLOYER_PERSON_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field enclosureByBoardMapUC9] is being defaulted to: BOARD_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [field enclosureByBoardMapUC9] is being defaulted to: enclosureByBoardMapUC9_KEY.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getBeerConsumer] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getAddress] is being defaulted to: ADDRESS_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field assassin] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getPool] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getCar] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getBeerConsumer] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field engine] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [field engine] is being defaulted to: ENGINE_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [method getProjects] is being defaulted to: PROJ_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [method getProjects] is being defaulted to: projects_PROJ_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field controlledCustomers] is being defaulted to: CUST_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [field controlledCustomers] is being defaulted to: FieldAccessCustomer_CUST_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field controlledCustomers] is being defaulted to: CUST_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [field controlledCustomers] is being defaulted to: controlledCustomers_CUST_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field branchBs] is being defaulted to: BRANCHB_BRANCHB.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field branchBs] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [field branchBs] is being defaulted to: BranchB_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field branchBs] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [field branchBs] is being defaulted to: branchBs_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getDepartment] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The map key attribute name for the mapping element [method getEquipment] is being defaulted to: id.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field weapon] is being defaulted to: SERIAL_NUMBER.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field mappedEmployerUC2] is being defaulted to: PERSON_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [field mappedEmployerUC2] is being defaulted to: MAPPEDEMPLOYERUC2_PERSON_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getBeerConsumer] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field mappedEmployerUC1a] is being defaulted to: PERSON_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [field mappedEmployerUC1a] is being defaulted to: MAPPEDEMPLOYERUC1A_PERSON_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field engine] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [field engine] is being defaulted to: ENGINE_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field secondaryEmployer] is being defaulted to: PERSON_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getAddress] is being defaulted to: ADDRESS_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field wheel] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [field wheel] is being defaulted to: WHEEL_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getAddress] is being defaulted to: XML_MERGE_ADDRESS_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field indirectWeapon] is being defaulted to: SERIAL_NUMBER.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getBookie] is being defaulted to: BOOKIE_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getCustomers] is being defaulted to: DEALER_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getCustomers] is being defaulted to: DEALER_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field threads] is being defaulted to: MACHINESTATE_THREADINFO.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field threads] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [field threads] is being defaulted to: MachineState_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field threads] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [field threads] is being defaulted to: threads_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [method getOrder] is being defaulted to: JPA_ORDER_CARD_CMP3_ORDER.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getOrder] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [method getOrder] is being defaulted to: OrderCard_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [method getOrder] is being defaulted to: ORDER_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [method getOrder] is being defaulted to: order_ORDER_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field computerUC10] is being defaulted to: COMPUTER_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [field computerUC10] is being defaulted to: COMPUTERUC10_COMPUTER_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [method getManagers] is being defaulted to: CMP3_DEPT_CMP3_EMPLOYEE.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getManagers] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [method getManagers] is being defaulted to: ADV_DEPT_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [method getManagers] is being defaulted to: EMP_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [method getManagers] is being defaulted to: managers_EMP_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field branchB] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [field branchB] is being defaulted to: BRANCHB_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field directWeapon] is being defaulted to: SERIAL_NUMBER.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field mappedEmployerUC8] is being defaulted to: PERSON_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [field mappedEmployerUC8] is being defaulted to: MAPPEDEMPLOYERUC8_PERSON_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The map key attribute name for the mapping element [field hardwareDesignersMapUC8] is being defaulted to: id.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getItem] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [method getItem] is being defaulted to: ITEM_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getManager] is being defaulted to: EMP_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [method getManager] is being defaulted to: MANAGER_EMP_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getBeerConsumer] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field mappedEmployerUC4] is being defaulted to: PERSON_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [field mappedEmployerUC4] is being defaulted to: MAPPEDEMPLOYERUC4_PERSON_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getDealers] is being defaulted to: EMP_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getCompany] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [method getCompany] is being defaulted to: COMPANY_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getWorld] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [method getWorld] is being defaulted to: WORLD_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getBeerConsumer] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getBeerConsumer] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field positionUniUC13] is being defaulted to: CMP3_MM_COMPUTER_CMP3_MM_GALACTIC.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field positionUniUC13] is being defaulted to: COMPUTER_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [field positionUniUC13] is being defaulted to: ComputerMetamodel_COMPUTER_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getBeerConsumer] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getSalesPerson] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [method getSalesPerson] is being defaulted to: SALESPERSON_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field chassis] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [field chassis] is being defaulted to: CHASSIS_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getBeerConsumer] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getSerialNumber] is being defaulted to: S_NUMBER.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [method getSerialNumber] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The key column name for the basic map mapping element [field hardwareDesignersMapUC1a] is being defaulted to: HARDWAREDESIGNERSMAPUC1A_KEY.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field computerUniUC13] is being defaulted to: COMPUTER_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [field computerUniUC13] is being defaulted to: COMPUTERUNIUC13_COMPUTER_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getOrderLabel] is being defaulted to: ORDER_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [method getOrderLabel] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getAuditor] is being defaulted to: ORDER_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [method getAuditor] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field branchA] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [field branchA] is being defaulted to: BRANCHA_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getBestFriend] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getBeerConsumer] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getBeerConsumer] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getOrderLabel] is being defaulted to: ORDER_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [method getOrderLabel] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field chassis] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [field chassis] is being defaulted to: CHASSIS_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getCustomer] is being defaulted to: CUST_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [method getCustomer] is being defaulted to: CUSTOMER_CUST_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field branchAs] is being defaulted to: ROOTA_BRANCHA.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field branchAs] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [field branchAs] is being defaulted to: RootA_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field branchAs] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [field branchAs] is being defaulted to: branchAs_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field board] is being defaulted to: BOARD_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [field board] is being defaulted to: BOARD_BOARD_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field manufacturer] is being defaulted to: PERSON_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [field manufacturer] is being defaulted to: MANUFACTURER_PERSON_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field assassin] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getCustomer] is being defaulted to: CUST_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field computerUC12] is being defaulted to: COMPUTER_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [field computerUC12] is being defaulted to: COMPUTERUC12_COMPUTER_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field historicalEmps] is being defaulted to: __METAMODEL_RESERVED_IN_MEM_ONLY_TABLE_NAME_CMP3_MM_MANUF.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field historicalEmps] is being defaulted to: PERSON_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [field historicalEmps] is being defaulted to: _PERSON_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field historicalEmps] is being defaulted to: PERSON_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [field historicalEmps] is being defaulted to: historicalEmps_PERSON_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field historicalEmps] is being defaulted to: CMP3_MM_USER_CMP3_MM_MANUF.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field historicalEmps] is being defaulted to: PERSON_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [field historicalEmps] is being defaulted to: UserMetamodel_PERSON_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field historicalEmps] is being defaulted to: PERSON_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [field historicalEmps] is being defaulted to: historicalEmps_PERSON_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getBilledCustomer] is being defaulted to: CUST_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [method getBilledCustomer] is being defaulted to: BILLEDCUSTOMER_CUST_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field concurrencyB] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [field concurrencyB] is being defaulted to: CONCURRENCYB_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field wheel] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [field wheel] is being defaulted to: WHEEL_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field mappedEmployerUC7] is being defaulted to: PERSON_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [field mappedEmployerUC7] is being defaulted to: MAPPEDEMPLOYERUC7_PERSON_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getBestFriend] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field concurrencyC] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [field concurrencyC] is being defaulted to: CONCURRENCYC_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field witnesses] is being defaulted to: __PK_METAMODEL_RESERVED_IN_MEM_ONLY_FIELD_NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [field witnesses] is being defaulted to: ___PK_METAMODEL_RESERVED_IN_MEM_ONLY_FIELD_NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field witnesses] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [field witnesses] is being defaulted to: witnesses_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field witnesses] is being defaulted to: __PK_METAMODEL_RESERVED_IN_MEM_ONLY_FIELD_NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [field witnesses] is being defaulted to: ___PK_METAMODEL_RESERVED_IN_MEM_ONLY_FIELD_NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field witnesses] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [field witnesses] is being defaulted to: witnesses_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field officials] is being defaulted to: __PK_METAMODEL_RESERVED_IN_MEM_ONLY_FIELD_NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getAddress] is being defaulted to: ADDRESS_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field engine] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [field engine] is being defaulted to: ENGINE_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getWorldRank] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [method getWorldRank] is being defaulted to: WORLDRANK_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field salesPerson] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [field salesPerson] is being defaulted to: SALESPERSON_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getCCustomers] is being defaulted to: CUST_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [method getCCustomers] is being defaulted to: Customer_CUST_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [method getCCustomers] is being defaulted to: CUST_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [method getCCustomers] is being defaulted to: cCustomers_CUST_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getManager] is being defaulted to: EMP_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [method getManager] is being defaulted to: MANAGER_EMP_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field weapon] is being defaulted to: SERIAL_NUMBER.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field billedCustomer] is being defaulted to: CUST_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [field billedCustomer] is being defaulted to: BILLEDCUSTOMER_CUST_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getBeerConsumer] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The map key attribute name for the mapping element [method getCanadianBeersToConsume] is being defaulted to: id.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [method getSecurityBadge] is being defaulted to: SECURITYBADGE_BADGE_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getTeamLeader] is being defaulted to: EMP_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field mappedEmployer] is being defaulted to: PERSON_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [field mappedEmployer] is being defaulted to: MAPPEDEMPLOYER_PERSON_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getLocation] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field historicalEmps] is being defaulted to: CMP3_MM_SWDESIGNER_CMP3_MM_MANUF.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field historicalEmps] is being defaulted to: PERSON_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [field historicalEmps] is being defaulted to: SoftwareDesignerMetamodel_PERSON_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field historicalEmps] is being defaulted to: PERSON_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [field historicalEmps] is being defaulted to: historicalEmps_PERSON_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getDepartment] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [method getProjects] is being defaulted to: XMLMERGEEMPLOYEE_XMLMERGEPROJECT.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getProjects] is being defaulted to: XML_MERGE_EMP_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [method getProjects] is being defaulted to: teamMembers_XML_MERGE_EMP_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [method getProjects] is being defaulted to: XML_MERGE_PROJ_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [method getProjects] is being defaulted to: projects_XML_MERGE_PROJ_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field chassis] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [field chassis] is being defaulted to: CHASSIS_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The discriminator column name for the variable one to one mapping [method getManufacturer] is being defaulted to: DTYPE.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The query key name for the variable one to one mapping [method getManufacturer] is being defaulted to: id.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [method getManufacturer] is being defaulted to: MANUFACTURER_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getAuditor] is being defaulted to: ORDER_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [method getAuditor] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getBeerConsumer] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The map key attribute name for the mapping element [method getCanadianBeersToConsume] is being defaulted to: id.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getCustomer] is being defaulted to: CUST_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [method getCustomer] is being defaulted to: CUSTOMER_CUST_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field customer] is being defaulted to: CUST_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [field customer] is being defaulted to: CUSTOMER_CUST_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field leafBs] is being defaulted to: BRANCHB_LEAFB.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field leafBs] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [field leafBs] is being defaulted to: BranchB_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field leafBs] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [field leafBs] is being defaulted to: leafBs_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getTeamLeader] is being defaulted to: EMP_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [method getProjects] is being defaulted to: PROJ_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getBeerConsumer] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field board] is being defaulted to: BOARD_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [field board] is being defaulted to: BOARD_BOARD_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getCustomer] is being defaulted to: CUST_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field wheelRim] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [field wheelRim] is being defaulted to: WHEELRIM_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field primaryEmployer] is being defaulted to: PERSON_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field computer] is being defaulted to: BOARD_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field computer] is being defaulted to: COMPUTER_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getTeamLeader] is being defaulted to: EMP_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field engine] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [field engine] is being defaulted to: ENGINE_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [jar:file:/W:/SVNS/org.eclipse.persistence/jpa/eclipselink.jpa.test/eclipselink-xml-only-model.jar!/META-INF/relationships-entity-mappings.xml] is being defaulted to: XML_ORDER_CARD_XML_ORDER.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getOrder] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [method getOrder] is being defaulted to: XMLOrderCard_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [method getOrder] is being defaulted to: ORDER_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [method getOrder] is being defaulted to: order_ORDER_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getRoles] is being defaulted to: PLAYERID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [method getRoles] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getWorld] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [method getWorld] is being defaulted to: WORLD_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field branchA] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [field branchA] is being defaulted to: BRANCHA_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The key column name for the basic map mapping element [field hardwareDesignersMap] is being defaulted to: HARDWAREDESIGNERSMAP_KEY.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field historicalEmps] is being defaulted to: CMP3_MM_HWDESIGNER_CMP3_MM_MANUF.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field historicalEmps] is being defaulted to: PERSON_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [field historicalEmps] is being defaulted to: HardwareDesigner_PERSON_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field historicalEmps] is being defaulted to: PERSON_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [field historicalEmps] is being defaulted to: historicalEmps_PERSON_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getTeamLeader] is being defaulted to: EMP_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The key column name for the basic map mapping element [field hardwareDesignersMapUC7] is being defaulted to: HARDWAREDESIGNERSMAPUC7_KEY.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getCSInteractions] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [method getCSInteractions] is being defaulted to: cSInteractions_KEY.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getBeerConsumer] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field primaryEmployer] is being defaulted to: PERSON_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getTeamLeader] is being defaulted to: XML_MERGE_EMP_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field secondaryEmployer] is being defaulted to: PERSON_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getItem] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field corporateComputers] is being defaulted to: CMP3_MM_MANUF_CMP3_MM_COMPUTER.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field corporateComputers] is being defaulted to: PERSON_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [field corporateComputers] is being defaulted to: ManuMetamodel_PERSON_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field corporateComputers] is being defaulted to: COMPUTER_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [field corporateComputers] is being defaulted to: corporateComputers_COMPUTER_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getComment] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field primaryEmployer] is being defaulted to: PERSON_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getCar] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getVirtualAttribute] is being defaulted to: CMP3_VIRTUALID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field chassis] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [field chassis] is being defaulted to: CHASSIS_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getBeerConsumer] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getEquipmentCode] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field corporateComputers] is being defaulted to: __METAMODEL_RESERVED_IN_MEM_ONLY_TABLE_NAME_CMP3_MM_COMPUTER.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field corporateComputers] is being defaulted to: __PK_METAMODEL_RESERVED_IN_MEM_ONLY_FIELD_NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [field corporateComputers] is being defaulted to: ___PK_METAMODEL_RESERVED_IN_MEM_ONLY_FIELD_NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field corporateComputers] is being defaulted to: COMPUTER_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [field corporateComputers] is being defaulted to: corporateComputers_COMPUTER_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field assassin] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field secondSet] is being defaulted to: BRANCHA_LEAFA.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field secondSet] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [field secondSet] is being defaulted to: BranchA_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field secondSet] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [field secondSet] is being defaulted to: secondSet_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getDealers] is being defaulted to: EMP_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field location] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field officials] is being defaulted to: __PK_METAMODEL_RESERVED_IN_MEM_ONLY_FIELD_NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field historicalEmps] is being defaulted to: CMP3_MM_MANUF_CMP3_MM_MANUF.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field historicalEmps] is being defaulted to: PERSON_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [field historicalEmps] is being defaulted to: ManuMetamodel_PERSON_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field historicalEmps] is being defaulted to: PERSON_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [field historicalEmps] is being defaulted to: historicalEmps_PERSON_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field item] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [field item] is being defaulted to: ITEM_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field wheelRim] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [field wheelRim] is being defaulted to: WHEELRIM_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field secondaryEmployer] is being defaulted to: PERSON_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getAddress] is being defaulted to: ADDRESS_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The collection table name for the basic collection/map mapping [field records] is being defaulted to: EXPERT_CONSUMER_RECORDS.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field records] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [field records] is being defaulted to: EXPERT_CONSUMER_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the attribute override named [description] on the element [records] of the mapped superclass [org.eclipse.persistence.testing.models.jpa.inherited.RatedBeerConsumer] since an attribute override with the same name has been specified on the entity class [org.eclipse.persistence.testing.models.jpa.inherited.ExpertBeerConsumer].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the attribute override named [details] on the element [accredidation] of the mapped superclass [org.eclipse.persistence.testing.models.jpa.inherited.RatedBeerConsumer] since an attribute override with the same name has been specified on the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoviceBeerConsumer].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the association override named [witnesses] on the element [accredidation] of the mapped superclass [org.eclipse.persistence.testing.models.jpa.inherited.RatedBeerConsumer] since an association override with the same name has been specified on the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoviceBeerConsumer].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the association override named [officials] on the element [accredidation] of the mapped superclass [org.eclipse.persistence.testing.models.jpa.inherited.RatedBeerConsumer] since an association override with the same name has been specified on the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoviceBeerConsumer].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field officials] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The collection table name for the basic collection/map mapping [field records] is being defaulted to: _RECORDS.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field records] is being defaulted to: __PK_METAMODEL_RESERVED_IN_MEM_ONLY_FIELD_NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [field records] is being defaulted to: ___PK_METAMODEL_RESERVED_IN_MEM_ONLY_FIELD_NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The collection table name for the basic collection/map mapping [field records] is being defaulted to: XML_EBC_RECORDS.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field records] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [field records] is being defaulted to: XML_EBC_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field officials] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The collection table name for the basic collection/map mapping [field records] is being defaulted to: XML_NBC_RECORDS.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field records] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [field records] is being defaulted to: XML_NBC_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The collection table name for the basic collection/map mapping [field records] is being defaulted to: NOVICE_CONSUMER_RECORDS.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field records] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [field records] is being defaulted to: NOVICE_CONSUMER_ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field officials] is being defaulted to: __PK_METAMODEL_RESERVED_IN_MEM_ONLY_FIELD_NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field officials] is being defaulted to: __PK_METAMODEL_RESERVED_IN_MEM_ONLY_FIELD_NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the attribute override named [details] on the element [accredidation] of the mapped superclass [org.eclipse.persistence.testing.models.jpa.xml.inherited.RatedBeerConsumer] since an attribute override with the same name has been specified on the entity class [org.eclipse.persistence.testing.models.jpa.xml.inherited.NoviceBeerConsumer].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the association override named [witnesses] on the element [accredidation] of the mapped superclass [org.eclipse.persistence.testing.models.jpa.xml.inherited.RatedBeerConsumer] since an association override with the same name has been specified on the entity class [org.eclipse.persistence.testing.models.jpa.xml.inherited.NoviceBeerConsumer].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the association override named [officials] on the element [accredidation] of the mapped superclass [org.eclipse.persistence.testing.models.jpa.xml.inherited.RatedBeerConsumer] since an association override with the same name has been specified on the entity class [org.eclipse.persistence.testing.models.jpa.xml.inherited.NoviceBeerConsumer].
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field officials] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field officials] is being defaulted to: ID.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The collection table name for the basic collection/map mapping [field records] is being defaulted to: _RECORDS.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field records] is being defaulted to: __PK_METAMODEL_RESERVED_IN_MEM_ONLY_FIELD_NAME.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [field records] is being defaulted to: ___PK_METAMODEL_RESERVED_IN_MEM_ONLY_FIELD_NAME.
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--End predeploying Persistence Unit default; session default-session; state Predeployed; factoryCount 0
    [junit] [EL Finer]: Thread(Thread[main,5,main])--JavaSECMPInitializer - transformer is null.
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit default; session default-session; state Predeployed; factoryCount 0
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--End predeploying Persistence Unit default; session default-session; state Predeployed; factoryCount 1
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--Begin deploying Persistence Unit default; session default-session; state Predeployed; factoryCount 1
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.PostPersist({})] on the element [method postPersist] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.PostLoad({})] on the element [method postLoad] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.PrePersist({})] on the element [method prePersist] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.PrePersist({})] on the element [method prePersist] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.PrePersist({})] on the element [method prePersist] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.PostPersist({})] on the element [method postPersist] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.PostLoad({})] on the element [method postLoad] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.PrePersist({})] on the element [method prePersist] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.PrePersist({})] on the element [method prePersist] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.PrePersist({})] on the element [method prePersist] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.PrePersist({})] on the element [method prePersist] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.PostPersist({})] on the element [method postPersist] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.PreRemove({})] on the element [method preRemove] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.PostRemove({})] on the element [method postRemove] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.PreUpdate({})] on the element [method preUpdate] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.PostUpdate({})] on the element [method postUpdate] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.PostLoad({})] on the element [method postLoad] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.PostPersist({})] on the element [method postPersist] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.PostLoad({})] on the element [method postLoad] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.PrePersist({})] on the element [method prePersist] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.PrePersist({})] on the element [method prePersist] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.PrePersist({})] on the element [method prePersist] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.PostPersist({})] on the element [method postPersist] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.PostLoad({})] on the element [method postLoad] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.PrePersist({})] on the element [method prePersist] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.PrePersist({})] on the element [method prePersist] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.PrePersist({})] on the element [method prePersist] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.PostPersist({})] on the element [method postPersist] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.PostLoad({})] on the element [method postLoad] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.PrePersist({})] on the element [method prePersist] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.PrePersist({})] on the element [method prePersist] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.PrePersist({})] on the element [method prePersist] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.EntityListeners({value=[Ljava.lang.Object;@d6c07})] on the element [class org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.Employee] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.PostPersist({})] on the element [method postPersist] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.PostLoad({})] on the element [method postLoad] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.PrePersist({})] on the element [method prePersist] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.PrePersist({})] on the element [method prePersist] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Config]: ServerSession(9829657)--Thread(Thread[main,5,main])--Ignoring the annotation [@javax.persistence.PrePersist({})] on the element [method prePersist] because of an XML metadata-complete setting of true for this class.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Could not initialize Validation Factory. Encountered following exception: javax.validation.ValidationException: Unable to find a default provider
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--query findAllXMLCustomers: unknown query hint refresh will be ignored
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--query findCacheableTrueEntityByPK_USE_USE: query hint javax.persistence.cacheRetrieveMode; value USE
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--query findCacheableTrueEntityByPK_USE_USE: query hint javax.persistence.cacheStoreMode; value USE
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--query findCacheableTrueEntityByPK_RETRIEVE_BYPASS_STORE_USE: query hint javax.persistence.cacheRetrieveMode; value BYPASS
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--query findCacheableTrueEntityByPK_RETRIEVE_BYPASS_STORE_USE: query hint javax.persistence.cacheStoreMode; value USE
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--query CachedTimeOfDayAllEmployees: query hint eclipselink.query-results-cache; value true
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--query CachedTimeOfDayAllEmployees: query hint eclipselink.query-results-cache.size; value 200
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--query CachedTimeOfDayAllEmployees: query hint eclipselink.query-results-cache.expiry-time-of-day; value 23:59:59
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--query findAllEmployeesJoinAddressPhones: query hint eclipselink.join-fetch; value e.address
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--query findAllEmployeesJoinAddressPhones: query hint eclipselink.join-fetch; value e.phoneNumbers
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--query findAllEmployeesByIdAndFirstName: query hint javax.persistence.lock.timeout; value 15
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--query findAllXMLMergeCustomers: unknown query hint refresh will be ignored
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--query findCacheableTrueEntityByPK_BYPASS_BYPASS: query hint javax.persistence.cacheRetrieveMode; value BYPASS
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--query findCacheableTrueEntityByPK_BYPASS_BYPASS: query hint javax.persistence.cacheStoreMode; value BYPASS
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--query findAnySQLBeerConsumer: unknown query hint cascadeLevel will be ignored
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--query findCacheableTrueEntityByPK_RETRIEVE_USE_STORE_BYPASS: query hint javax.persistence.cacheRetrieveMode; value USE
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--query findCacheableTrueEntityByPK_RETRIEVE_USE_STORE_BYPASS: query hint javax.persistence.cacheStoreMode; value BYPASS
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--query CachedAllEmployees: query hint eclipselink.query-results-cache; value true
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--query CachedAllEmployees: query hint eclipselink.query-results-cache.type; value SOFT
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--query CachedAllEmployees: query hint eclipselink.query-results-cache.ignore-null; value true
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--query CachedAllEmployees: query hint eclipselink.query-results-cache.randomize-expiry; value true
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--query CachedAllEmployees: query hint eclipselink.query-results-cache.size; value 200
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--query CachedAllEmployees: query hint eclipselink.query-results-cache.expiry; value 5000
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--property=eclipselink.logging.timestamp; value=false
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--property=eclipselink.logging.timestamp; value=false
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--property=javax.persistence.jdbc.user; value=me
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--property=javax.persistence.jdbc.password; value=xxxxxx
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--property=eclipselink.target-database; value=org.eclipse.persistence.platform.database.MySQLPlatform
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--property=javax.persistence.jdbc.driver; value=com.mysql.jdbc.Driver
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--property=javax.persistence.jdbc.url; value=jdbc:mysql://localhost/EL
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--property=eclipselink.jdbc.write-connections.min; value=4
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--property=eclipselink.jdbc.write-connections.max; value=9
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--property=eclipselink.jdbc.write-connections.initial; value=0
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--property=eclipselink.jdbc.read-connections.shared; value=false
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--property=eclipselink.jdbc.read-connections.min; value=4
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--property=eclipselink.jdbc.read-connections.max; value=4
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--property=eclipselink.cache.type.default; value=Full; translated value=org.eclipse.persistence.internal.identitymaps.FullIdentityMap
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--property=eclipselink.cache.type.Employee; value=Weak; translated value=org.eclipse.persistence.internal.identitymaps.WeakIdentityMap
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--property=eclipselink.cache.type.org.eclipse.persistence.testing.models.jpa.advanced.Address; value=HardWeak; translated value=org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--property=eclipselink.cache.size.default; value=500
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--property=eclipselink.cache.size.org.eclipse.persistence.testing.models.jpa.advanced.Address; value=555
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--property=eclipselink.cache.size.Employee; value=550
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--property=eclipselink.cache.shared.org.eclipse.persistence.testing.models.jpa.fieldaccess.relationships.IsolatedItem; value=false; translated value=false
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--property=eclipselink.cache.shared.org.eclipse.persistence.testing.models.jpa.relationships.IsolatedItem; value=false; translated value=false
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--property=eclipselink.jdbc.batch-writing.size; value=150
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--property=javax.persistence.lock.timeout; value=5
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--property=eclipselink.descriptor.customizer.Project; value=org.eclipse.persistence.testing.models.jpa.advanced.Customizer
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--property=eclipselink.descriptor.customizer.Employee; value=org.eclipse.persistence.testing.models.jpa.advanced.Customizer
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--property=eclipselink.descriptor.customizer.org.eclipse.persistence.testing.models.jpa.advanced.Address; value=org.eclipse.persistence.testing.models.jpa.advanced.Customizer
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--property=eclipselink.session.customizer; value=org.eclipse.persistence.testing.models.jpa.advanced.Customizer
    [junit] [EL Info]: ServerSession(9829657)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - @VERSION@.@QUALIFIER@
    [junit] [EL Config]: ServerSession(9829657)--Connection(4456558)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
    [junit] 	platform=>MySQLPlatform
    [junit] 	user name=> "me"
    [junit] 	datasource URL=> "jdbc:mysql://localhost/EL"
    [junit] ))
    [junit] [EL Config]: ServerSession(9829657)--Connection(31517012)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost/EL
    [junit] 	User: me@localhost
    [junit] 	Database: MySQL  Version: 5.1.37-community
    [junit] 	Driver: MySQL-AB JDBC Driver  Version: mysql-connector-java-5.1.8 ( Revision: ${svn.Revision} )
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequencing connected, state is NoPreallocation_State
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence XML_INC_ADDRESS_SEQ: preallocation size 25
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence SEQ_GEN_IDENTITY: preallocation size 1
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence SCIENTIST_SEQ: preallocation size 1
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence ADDRESS_SEQ: preallocation size 25
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence PROJECT_SEQ: preallocation size 10
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence BUYER_SEQ: preallocation size 10
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence XML_MERGE_ADDRESS_SEQ: preallocation size 25
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence ADDRESS_SEQUENCE_GENERATOR: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence XML_MERGE_PROJECT_SEQ: preallocation size 10
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequencing connected, state is Preallocation_Transaction_NoAccessor_State
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence : preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence SEQ_GEN: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence WHEEL_NUT_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence WITNESS_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence MFT_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence CACHEABLE_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence BEVERAGE_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence VIRTUAL_ATTRIBUTE_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence VEHICLE_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence BYTEARRAY_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence COMMITTEE_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence ORDER_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence BEER_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence CUST_MM_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence LOCATION_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence XML_DEALER_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence PERSON_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence WEAPON_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence CUST_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence ENTITYA_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence TIRE_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence PARTSLIST_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence ITEM_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence HOCKEY_TEAM_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence PERSONEL_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence XML_MERGE_EMPLOYEE_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence UNI_EMPLOYEE_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence CONSUMER_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence DEPT_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence AUDITOR_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence DATETIME_TABLE_GENERATOR: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence TIRE_RATING_COMMENT_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence EQUIP_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence CMP3_AAA_GENERATOR: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence HOCKEY_PLAYER_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence OFFICIAL_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence SPARK_PLUG_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence XML_EMPLOYEE_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence ROLE_TABLE_GENERATOR: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence ORDER_LABEL_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence ADV_CUSTOMER_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence ENTITYC_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence DTR_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence XML_MERGE_BADGE_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence ISOLATED_ITEM_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence PBYTEARRAY_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence ENGINE_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence EMPLOYEE_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence UNI_PROJECT_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence PCHARARRAY_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence CERTIFICATION_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence WHEEL_RIM_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence XML_CUBICLE_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence SERIAL_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence COMPANY_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence UNI_PHONE_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence CHASSIS_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence DEALER_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence ORDER_CARD_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence ONE_TO_ONE_VIRTUAL_ATTRIBUTE_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence WORLD_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence WRAPPER_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence WHEEL_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence GENERAL_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence SALESPERSON_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence BECKS_TAG_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence ENTITYD_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence CHARACTERARRAY_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence PT_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence SOCIAL_CLUB_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence CODE_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence UNI_ADDRESS_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence SARGEANT_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence ENTITYB_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence CUBICLE_SEQ: preallocation size 50
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--sequence XML_ADV_CUSTOMER_SEQ: preallocation size 50
    [junit] [EL Info]: ServerSession(9829657)--Thread(Thread[main,5,main])--default-session login successful
    [junit] [EL Finest]: Thread(Thread[main,5,main])--The default table generator could not locate or convert a java type (null) into a database type for database field (CMP3_ADMIN_CONTRACT.EMPLOYEE_EMP_ID). The generator uses java.lang.String as default java type for the field.
    [junit] [EL Finest]: Thread(Thread[main,5,main])--The default table generator could not locate or convert a java type (null) into a database type for database field (CMP3_BBB.ID). The generator uses java.lang.String as default java type for the field.
    [junit] [EL Finest]: Thread(Thread[main,5,main])--The default table generator could not locate or convert a java type (null) into a database type for database field (CMP3_CCC.ID). The generator uses java.lang.String as default java type for the field.
    [junit] [EL Finest]: Thread(Thread[main,5,main])--The default table generator could not locate or convert a java type (null) into a database type for database field (CMP3_BUYER.GENDER). The generator uses java.lang.String as default java type for the field.
    [junit] [EL Finest]: Thread(Thread[main,5,main])--The default table generator could not locate or convert a java type (null) into a database type for database field (CMP3_XML_ADMIN_CONTRACT.EMPLOYEE_EMP_ID). The generator uses java.lang.String as default java type for the field.
    [junit] [EL Finest]: Thread(Thread[main,5,main])--The default table generator could not locate or convert a java type (null) into a database type for database field (CMP3_XML_BECKS.TAG_ID). The generator uses java.lang.String as default java type for the field.
    [junit] [EL Finest]: Thread(Thread[main,5,main])--The default table generator could not locate or convert a java type (class java.util.Date) into a database type for database field (EBC_QUOTES.Q_DATE). The generator uses java.lang.String as default java type for the field.
    [junit] [EL Finest]: Thread(Thread[main,5,main])--The default table generator could not locate or convert a java type (null) into a database type for database field (XML_EBC_RECORDS.XML_EBC_ID). The generator uses java.lang.String as default java type for the field.
    [junit] [EL Finest]: Thread(Thread[main,5,main])--The default table generator could not locate or convert a java type (null) into a database type for database field (XML_OFFICIAL.FK_EBC_ID). The generator uses java.lang.String as default java type for the field.
    [junit] [EL Finest]: Thread(Thread[main,5,main])--The default table generator could not locate or convert a java type (null) into a database type for database field (XML_NBC_RECORDS.XML_NBC_ID). The generator uses java.lang.String as default java type for the field.
    [junit] [EL Finest]: Thread(Thread[main,5,main])--The default table generator could not locate or convert a java type (null) into a database type for database field (XML_OFFICIAL.FK_NBC_ID). The generator uses java.lang.String as default java type for the field.
    [junit] [EL Finest]: Thread(Thread[main,5,main])--The default table generator could not locate or convert a java type (class org.eclipse.persistence.testing.models.jpa.advanced.PhoneNumber$PhoneStatus) into a database type for database field (CMP3_PHONE_STATUS.STATUS). The generator uses java.lang.String as default java type for the field.
    [junit] [EL Finest]: Thread(Thread[main,5,main])--The default table generator could not locate or convert a java type (null) into a database type for database field (JPA_OFFICIAL.FK_NBC_ID). The generator uses java.lang.String as default java type for the field.
    [junit] [EL Finest]: Thread(Thread[main,5,main])--The default table generator could not locate or convert a java type (null) into a database type for database field (NOVICE_CONSUMER_RECORDS.NOVICE_CONSUMER_ID). The generator uses java.lang.String as default java type for the field.
    [junit] [EL Finest]: Thread(Thread[main,5,main])--The default table generator could not locate or convert a java type (null) into a database type for database field (CMP3_CUST_REP.cSInteractions_KEY). The generator uses java.lang.String as default java type for the field.
    [junit] [EL Finest]: Thread(Thread[main,5,main])--The default table generator could not locate or convert a java type (null) into a database type for database field (CMP3_MM_ENCLOSURE.enclosureByBoardMapUC9_KEY). The generator uses java.lang.String as default java type for the field.
    [junit] [EL Finest]: Thread(Thread[main,5,main])--The default table generator could not locate or convert a java type (null) into a database type for database field (CMP3_MM_HWDESIGNER.HARDWAREDESIGNERSMAPUC1A_KEY). The generator uses java.lang.String as default java type for the field.
    [junit] [EL Finest]: Thread(Thread[main,5,main])--The default table generator could not locate or convert a java type (null) into a database type for database field (CMP3_MM_HWDESIGNER.HARDWAREDESIGNERSMAP_KEY). The generator uses java.lang.String as default java type for the field.
    [junit] [EL Finest]: Thread(Thread[main,5,main])--The default table generator could not locate or convert a java type (null) into a database type for database field (CMP3_MM_HWDESIGNER.HARDWAREDESIGNERSMAPUC7_KEY). The generator uses java.lang.String as default java type for the field.
    [junit] [EL Finest]: Thread(Thread[main,5,main])--The default table generator could not locate or convert a java type (class java.util.Date) into a database type for database field (EXPERT_QUOTES.Q_DATE). The generator uses java.lang.String as default java type for the field.
    [junit] [EL Finest]: Thread(Thread[main,5,main])--The default table generator could not locate or convert a java type (null) into a database type for database field (EXPERT_CONSUMER_RECORDS.EXPERT_CONSUMER_ID). The generator uses java.lang.String as default java type for the field.
    [junit] [EL Finest]: Thread(Thread[main,5,main])--The default table generator could not locate or convert a java type (null) into a database type for database field (JPA_OFFICIAL.FK_EBC_ID). The generator uses java.lang.String as default java type for the field.
    [junit] [EL Finest]: Thread(Thread[main,5,main])--The default table generator could not locate or convert a java type (class org.eclipse.persistence.testing.models.jpa.advanced.Employee$Weekdays) into a database type for database field (Employee_WORKWEEK.WORKWEEK). The generator uses java.lang.String as default java type for the field.
    [junit] [EL Finest]: Thread(Thread[main,5,main])--The default table generator could not locate or convert a java type (null) into a database type for database field (CMP3_RESPONS.DESCRIPTION). The generator uses java.lang.String as default java type for the field.
    [junit] [EL Finest]: Thread(Thread[main,5,main])--The default table generator could not locate or convert a java type (null) into a database type for database field (CMP3_ALPINE_LOOKUP.S_NUMBER). The generator uses java.lang.String as default java type for the field.
    [junit] [EL Finest]: Thread(Thread[main,5,main])--The default table generator could not locate or convert a java type (null) into a database type for database field (CMP3_BECKS.TAG_ID). The generator uses java.lang.String as default java type for the field.
    [junit] [EL Finest]: Thread(Thread[main,5,main])--The default table generator could not locate or convert a java type (null) into a database type for database field (CONSUMER_REDSTRIPES.C_ID). The generator uses java.lang.String as default java type for the field.
    [junit] [EL Finest]: Thread(Thread[main,5,main])--Metamodel processing: The mapping type [org.eclipse.persistence.mappings.TransformationMapping[overtimeHours]] in the attribute [SingularAttributeImpl[org.eclipse.persistence.mappings.TransformationMapping[overtimeHours]]] is currently unsupported.
    [junit] [EL Finest]: Thread(Thread[main,5,main])--Metamodel processing: The class type is null for the attribute: SingularAttributeImpl[org.eclipse.persistence.mappings.TransformationMapping[overtimeHours]].
    [junit] [EL Finest]: Thread(Thread[main,5,main])--Metamodel processing: The mapping type [org.eclipse.persistence.mappings.TransformationMapping[normalHours]] in the attribute [SingularAttributeImpl[org.eclipse.persistence.mappings.TransformationMapping[normalHours]]] is currently unsupported.
    [junit] [EL Finest]: Thread(Thread[main,5,main])--Metamodel processing: The class type is null for the attribute: SingularAttributeImpl[org.eclipse.persistence.mappings.TransformationMapping[normalHours]].
    [junit] [EL Finest]: Thread(Thread[main,5,main])--Metamodel processing: Unable to get the element type for the mapping [CollectionAttributeImpl[org.eclipse.persistence.mappings.DirectCollectionMapping[responsibilities]]] in the absence of generic parameters on mapping declaration.
    [junit] [EL Finest]: Thread(Thread[main,5,main])--Metamodel processing: The class type is null for the attribute: CollectionAttributeImpl[org.eclipse.persistence.mappings.DirectCollectionMapping[responsibilities]].
    [junit] [EL Finest]: Thread(Thread[main,5,main])--Metamodel processing: The mapping type [org.eclipse.persistence.mappings.VariableOneToOneMapping[manufacturer]] in the attribute [SingularAttributeImpl[org.eclipse.persistence.mappings.VariableOneToOneMapping[manufacturer]]] is currently unsupported.
    [junit] [EL Finest]: Thread(Thread[main,5,main])--Metamodel processing: The mapping type [org.eclipse.persistence.mappings.VariableOneToOneMapping[distributor]] in the attribute [SingularAttributeImpl[org.eclipse.persistence.mappings.VariableOneToOneMapping[distributor]]] is currently unsupported.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.advanced.ConcurrencyC_] found and instantiated during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.advanced.Golfer_] found and instantiated during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.advanced.PhoneNumber_] found and instantiated during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.advanced.GolferPK_] found and instantiated during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.advanced.derivedid.GeneralId_] found and instantiated during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.advanced.derivedid.AdminPool_] found and instantiated during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.advanced.derivedid.MasterCorporalId_] found and instantiated during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.advanced.compositepk.Scientist_] found and instantiated during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.advanced.derivedid.Administrator_] found and instantiated during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.advanced.Address_] found and instantiated during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.advanced.derivedid.OfficerCadet_] found and instantiated during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.advanced.Department_] found and instantiated during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.advanced.Equipment_] found and instantiated during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.advanced.derivedid.MajorGeneral_] found and instantiated during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.advanced.derivedid.LieutenantGeneral_] found and instantiated during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.advanced.PlatinumBuyer_] found and instantiated during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.advanced.derivedid.LackeyCrewMember_] found and instantiated during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.advanced.ConcurrencyA_] found and instantiated during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.advanced.derivedid.BrigadierGeneral_] found and instantiated during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.advanced.Woman_] found and instantiated during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.advanced.derivedid.LieutenantId_] found and instantiated during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.advanced.Customer_] found and instantiated during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.advanced.derivedid.DepartmentAdminRole_] found and instantiated during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.advanced.EmploymentPeriod_] found and instantiated during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.advanced.derivedid.CaptainId_] found and instantiated during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.advanced.derivedid.CorporalId_] found and instantiated during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.advanced.ConcurrencyB_] found and instantiated during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.advanced.derivedid.Captain_] found and instantiated during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.advanced.Vegetable_] found and instantiated during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.advanced.Employee_] found and instantiated during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.advanced.FormerEmployment_] found and instantiated during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.advanced.VegetablePK_] found and instantiated during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.advanced.derivedid.Bookie_] found and instantiated during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.advanced.LargeProject_] found and instantiated during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.advanced.derivedid.Private_] found and instantiated during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.advanced.derivedid.Major_] found and instantiated during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.advanced.Dealer_] found and instantiated during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.advanced.PartnerLink_] found and instantiated during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.advanced.derivedid.Lieutenant_] found and instantiated during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.advanced.derivedid.General_] found and instantiated during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.advanced.WorldRank_] found and instantiated during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.advanced.derivedid.MasterCorporalClone_] found and instantiated during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.advanced.Buyer_] found and instantiated during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.advanced.derivedid.MasterCorporal_] found and instantiated during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.advanced.derivedid.PrivateId_] found and instantiated during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.advanced.derivedid.Corporal_] found and instantiated during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.advanced.Project_] found and instantiated during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.advanced.SmallProject_] found and instantiated during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.advanced.derivedid.SecondLieutenant_] found and instantiated during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.advanced.compositepk.JuniorScientist_] found and instantiated during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.advanced.GoldBuyer_] found and instantiated during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.advanced.EquipmentCode_] found and instantiated during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.advanced.derivedid.CellNumber_] found and instantiated during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.advanced.derivedid.Sargeant_] found and instantiated during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.advanced.compositepk.Department_] found and instantiated during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.advanced.derivedid.Lackey_] found and instantiated during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.advanced.compositepk.Office_] found and instantiated during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.advanced.Man_] found and instantiated during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.advanced.compositepk.Cubicle_] found and instantiated during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--No Canonical Metamodel classes found during initialization.
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--End deploying Persistence Unit default; session default-session; state Deployed; factoryCount 1
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--property=javax.persistence.jdbc.user; value=me
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--property=javax.persistence.jdbc.password; value=xxxxxx
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--property=javax.persistence.jdbc.driver; value=com.mysql.jdbc.Driver
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--property=javax.persistence.jdbc.url; value=jdbc:mysql://localhost/EL
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--client acquired
    [junit] [EL Finest]: UnitOfWork(9336124)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Employee )
    [junit] [EL Finest]: UnitOfWork(9336124)--Thread(Thread[main,5,main])--PERSIST operation called on: Employee: null.
    [junit] [EL Config]: ClientSession(13633191)--Connection(23394516)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
    [junit] 	platform=>MySQLPlatform
    [junit] 	user name=> "me"
    [junit] 	datasource URL=> "jdbc:mysql://localhost/EL"
    [junit] ))
    [junit] [EL Config]: ClientSession(13633191)--Connection(19401861)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost/EL
    [junit] 	User: me@localhost
    [junit] 	Database: MySQL  Version: 5.1.37-community
    [junit] 	Driver: MySQL-AB JDBC Driver  Version: mysql-connector-java-5.1.8 ( Revision: ${svn.Revision} )
    [junit] [EL Finer]: ClientSession(13633191)--Connection(19401861)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: ClientSession(13633191)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="UPDATE CMP3_EMPLOYEE_SEQ SET SEQ_COUNT = SEQ_COUNT + #PREALLOC_SIZE WHERE SEQ_NAME = #SEQ_NAME")
    [junit] [EL Fine]: ClientSession(13633191)--Connection(19401861)--Thread(Thread[main,5,main])--UPDATE CMP3_EMPLOYEE_SEQ SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ?
    [junit] 	bind => [50, EMPLOYEE_SEQ]
    [junit] [EL Finest]: ClientSession(13633191)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(sql="SELECT SEQ_COUNT FROM CMP3_EMPLOYEE_SEQ WHERE SEQ_NAME = #SEQ_NAME")
    [junit] [EL Fine]: ClientSession(13633191)--Connection(19401861)--Thread(Thread[main,5,main])--SELECT SEQ_COUNT FROM CMP3_EMPLOYEE_SEQ WHERE SEQ_NAME = ?
    [junit] 	bind => [EMPLOYEE_SEQ]
    [junit] [EL Finest]: ClientSession(13633191)--Connection(19401861)--Thread(Thread[main,5,main])--local sequencing preallocation for EMPLOYEE_SEQ: objects: 50 , first: 28.700, last: 28.749
    [junit] [EL Finer]: ClientSession(13633191)--Connection(19401861)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Finest]: ServerSession(9829657)--Connection(19401861)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit
    [junit] [EL Config]: ClientSession(13633191)--Connection(19401861)--Thread(Thread[main,5,main])--disconnect
    [junit] [EL Finest]: UnitOfWork(9336124)--Thread(Thread[main,5,main])--assign sequence to the object (28.700 -> Employee: null)
    [junit] [EL Config]: ClientSession(13633191)--Connection(26367546)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
    [junit] 	platform=>MySQLPlatform
    [junit] 	user name=> "me"
    [junit] 	datasource URL=> "jdbc:mysql://localhost/EL"
    [junit] ))
    [junit] [EL Config]: ClientSession(13633191)--Connection(11667177)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost/EL
    [junit] 	User: me@localhost
    [junit] 	Database: MySQL  Version: 5.1.37-community
    [junit] 	Driver: MySQL-AB JDBC Driver  Version: mysql-connector-java-5.1.8 ( Revision: ${svn.Revision} )
    [junit] [EL Finer]: ClientSession(13633191)--Connection(11667177)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: UnitOfWork(9336124)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(Employee: 28700)
    [junit] [EL Fine]: ClientSession(13633191)--Connection(11667177)--Thread(Thread[main,5,main])--INSERT INTO CMP3_EMPLOYEE (EMP_ID, PAY_SCALE, L_NAME, STATUS, VERSION, ROOM_NUM, GENDER, F_NAME, START_OVERTIME, END_OVERTIME, START_TIME, END_TIME, ADDR_ID, MANAGER_EMP_ID, DEPT_ID, START_DATE, END_DATE, FORMER_COMPANY, FORMER_START_DATE, FORMER_END_DATE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
    [junit] 	bind => [28700, null, SomeName, null, 1, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null]
    [junit] [EL Fine]: ClientSession(13633191)--Connection(11667177)--Thread(Thread[main,5,main])--INSERT INTO CMP3_SALARY (SALARY, EMP_ID) VALUES (?, ?)
    [junit] 	bind => [0, 28700]
    [junit] [EL Finer]: UnitOfWork(9336124)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: ClientSession(13633191)--Connection(11667177)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Config]: ClientSession(13633191)--Connection(11667177)--Thread(Thread[main,5,main])--disconnect
    [junit] [EL Finer]: UnitOfWork(9336124)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: UnitOfWork(9336124)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee )
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--initialize all identitymaps
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee )
    [junit] [EL Fine]: ServerSession(9829657)--Connection(31517012)--Thread(Thread[main,5,main])--SELECT t1.EMP_ID, t2.EMP_ID, t1.PAY_SCALE, t1.L_NAME, t1.STATUS, t1.VERSION, t1.ROOM_NUM, t1.GENDER, t2.SALARY, t1.F_NAME, t1.START_OVERTIME, t1.END_OVERTIME, t1.START_TIME, t1.END_TIME, t1.ADDR_ID, t1.MANAGER_EMP_ID, t1.DEPT_ID, t1.START_DATE, t1.END_DATE, t1.FORMER_COMPANY, t1.FORMER_START_DATE, t1.FORMER_END_DATE, t0.ID, t0.NAME FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID))
    [junit] 	bind => [28700]
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--Execute query DirectReadQuery(name="workWeek" )
    [junit] [EL Fine]: ServerSession(9829657)--Connection(31517012)--Thread(Thread[main,5,main])--SELECT t0.WORKWEEK FROM Employee_WORKWEEK t0 WHERE (t0.EMP_ID = ?)
    [junit] 	bind => [28700]
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--Execute query DirectReadQuery(name="responsibilities" )
    [junit] [EL Fine]: ServerSession(9829657)--Connection(31517012)--Thread(Thread[main,5,main])--SELECT t0.DESCRIPTION FROM CMP3_RESPONS t0 WHERE (t0.EMP_ID = ?)
    [junit] 	bind => [28700]
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="projects" referenceClass=Project )
    [junit] [EL Fine]: ServerSession(9829657)--Connection(31517012)--Thread(Thread[main,5,main])--SELECT DISTINCT t1.PROJ_TYPE FROM CMP3_EMP_PROJ t0, CMP3_PROJECT t1 WHERE ((t0.EMPLOYEES_EMP_ID = ?) AND (t1.PROJ_ID = t0.projects_PROJ_ID))
    [junit] 	bind => [28700]
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="dealers" referenceClass=Dealer )
    [junit] [EL Fine]: ServerSession(9829657)--Connection(31517012)--Thread(Thread[main,5,main])--SELECT DEALER_ID, L_NAME, STATUS, F_NAME, VERSION FROM CMP3_DEALER WHERE (FK_EMP_ID = ?)
    [junit] 	bind => [28700]
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="phoneNumbers" referenceClass=PhoneNumber )
    [junit] [EL Fine]: ServerSession(9829657)--Connection(31517012)--Thread(Thread[main,5,main])--SELECT TYPE, OWNER_ID, AREA_CODE, NUMB FROM CMP3_PHONENUMBER WHERE (OWNER_ID = ?)
    [junit] 	bind => [28700]
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="managedEmployees" referenceClass=Employee )
    [junit] [EL Fine]: ServerSession(9829657)--Connection(31517012)--Thread(Thread[main,5,main])--SELECT t1.EMP_ID, t2.EMP_ID, t1.PAY_SCALE, t1.L_NAME, t1.STATUS, t1.VERSION, t1.ROOM_NUM, t1.GENDER, t2.SALARY, t1.F_NAME, t1.START_OVERTIME, t1.END_OVERTIME, t1.START_TIME, t1.END_TIME, t1.ADDR_ID, t1.MANAGER_EMP_ID, t1.DEPT_ID, t1.START_DATE, t1.END_DATE, t1.FORMER_COMPANY, t1.FORMER_START_DATE, t1.FORMER_END_DATE, t0.ID, t0.NAME FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.MANAGER_EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID))
    [junit] 	bind => [28700]
    [junit] [EL Finer]: UnitOfWork(9336124)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: ClientSession(13633191)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--property=javax.persistence.jdbc.user; value=me
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--property=javax.persistence.jdbc.password; value=xxxxxx
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--property=javax.persistence.jdbc.driver; value=com.mysql.jdbc.Driver
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--property=javax.persistence.jdbc.url; value=jdbc:mysql://localhost/EL
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--client acquired
    [junit] [EL Finest]: UnitOfWork(32490450)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.PAY_SCALE, t1.L_NAME, t1.STATUS, t1.VERSION, t1.ROOM_NUM, t1.GENDER, t2.SALARY, t1.F_NAME, t1.START_OVERTIME, t1.END_OVERTIME, t1.START_TIME, t1.END_TIME, t1.ADDR_ID, t1.MANAGER_EMP_ID, t1.DEPT_ID, t1.START_DATE, t1.END_DATE, t1.FORMER_COMPANY, t1.FORMER_START_DATE, t1.FORMER_END_DATE, t0.ID, t0.NAME FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID))")
    [junit] [EL Finest]: UnitOfWork(32490450)--Thread(Thread[main,5,main])--Register the existing object Employee: 28700
    [junit] [EL Config]: ClientSession(6300663)--Connection(31019059)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
    [junit] 	platform=>MySQLPlatform
    [junit] 	user name=> "me"
    [junit] 	datasource URL=> "jdbc:mysql://localhost/EL"
    [junit] ))
    [junit] [EL Config]: ClientSession(6300663)--Connection(10968735)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost/EL
    [junit] 	User: me@localhost
    [junit] 	Database: MySQL  Version: 5.1.37-community
    [junit] 	Driver: MySQL-AB JDBC Driver  Version: mysql-connector-java-5.1.8 ( Revision: ${svn.Revision} )
    [junit] [EL Finer]: ClientSession(6300663)--Connection(10968735)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: UnitOfWork(32490450)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.advanced.Address@c20893)
    [junit] [EL Fine]: ClientSession(6300663)--Connection(10968735)--Thread(Thread[main,5,main])--INSERT INTO CMP3_ADDRESS (P_CODE, STREET, PROVINCE, TYPE, CITY, COUNTRY, VERSION) VALUES (?, ?, ?, ?, ?, ?, ?)
    [junit] 	bind => [, , , null, Douglas, , 1]
    [junit] [EL Finest]: ClientSession(6300663)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(sql="SELECT LAST_INSERT_ID()")
    [junit] [EL Fine]: ClientSession(6300663)--Connection(10968735)--Thread(Thread[main,5,main])--SELECT LAST_INSERT_ID()
    [junit] [EL Finest]: UnitOfWork(32490450)--Thread(Thread[main,5,main])--assign sequence to the object (37 -> org.eclipse.persistence.testing.models.jpa.advanced.Address@c20893)
    [junit] [EL Finest]: UnitOfWork(32490450)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(Employee: 28700)
    [junit] [EL Finest]: UnitOfWork(32490450)--Thread(Thread[main,5,main])--Execute query WriteObjectQuery(org.eclipse.persistence.testing.models.jpa.advanced.Address@c20893)
    [junit] [EL Fine]: ClientSession(6300663)--Connection(10968735)--Thread(Thread[main,5,main])--UPDATE CMP3_EMPLOYEE SET ADDR_ID = ?, VERSION = ? WHERE ((EMP_ID = ?) AND (VERSION = ?))
    [junit] 	bind => [37, 2, 28700, 1]
    [junit] [EL Finer]: UnitOfWork(32490450)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: ClientSession(6300663)--Connection(10968735)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Config]: ClientSession(6300663)--Connection(10968735)--Thread(Thread[main,5,main])--disconnect
    [junit] [EL Finer]: UnitOfWork(32490450)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: UnitOfWork(32490450)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee )
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--initialize all identitymaps
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee )
    [junit] [EL Fine]: ServerSession(9829657)--Connection(31517012)--Thread(Thread[main,5,main])--SELECT t1.EMP_ID, t2.EMP_ID, t1.PAY_SCALE, t1.L_NAME, t1.STATUS, t1.VERSION, t1.ROOM_NUM, t1.GENDER, t2.SALARY, t1.F_NAME, t1.START_OVERTIME, t1.END_OVERTIME, t1.START_TIME, t1.END_TIME, t1.ADDR_ID, t1.MANAGER_EMP_ID, t1.DEPT_ID, t1.START_DATE, t1.END_DATE, t1.FORMER_COMPANY, t1.FORMER_START_DATE, t1.FORMER_END_DATE, t0.ID, t0.NAME FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID))
    [junit] 	bind => [28700]
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="address" referenceClass=Address )
    [junit] [EL Fine]: ServerSession(9829657)--Connection(31517012)--Thread(Thread[main,5,main])--SELECT ADDRESS_ID, P_CODE, STREET, PROVINCE, TYPE, CITY, COUNTRY, VERSION FROM CMP3_ADDRESS WHERE (ADDRESS_ID = ?)
    [junit] 	bind => [37]
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--Execute query DirectReadQuery(name="workWeek" sql="SELECT t0.WORKWEEK FROM Employee_WORKWEEK t0 WHERE (t0.EMP_ID = ?)")
    [junit] [EL Fine]: ServerSession(9829657)--Connection(31517012)--Thread(Thread[main,5,main])--SELECT t0.WORKWEEK FROM Employee_WORKWEEK t0 WHERE (t0.EMP_ID = ?)
    [junit] 	bind => [28700]
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--Execute query DirectReadQuery(name="responsibilities" sql="SELECT t0.DESCRIPTION FROM CMP3_RESPONS t0 WHERE (t0.EMP_ID = ?)")
    [junit] [EL Fine]: ServerSession(9829657)--Connection(31517012)--Thread(Thread[main,5,main])--SELECT t0.DESCRIPTION FROM CMP3_RESPONS t0 WHERE (t0.EMP_ID = ?)
    [junit] 	bind => [28700]
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="projects" referenceClass=Project sql="SELECT DISTINCT t1.PROJ_TYPE FROM CMP3_EMP_PROJ t0, CMP3_PROJECT t1 WHERE ((t0.EMPLOYEES_EMP_ID = ?) AND (t1.PROJ_ID = t0.projects_PROJ_ID))")
    [junit] [EL Fine]: ServerSession(9829657)--Connection(31517012)--Thread(Thread[main,5,main])--SELECT DISTINCT t1.PROJ_TYPE FROM CMP3_EMP_PROJ t0, CMP3_PROJECT t1 WHERE ((t0.EMPLOYEES_EMP_ID = ?) AND (t1.PROJ_ID = t0.projects_PROJ_ID))
    [junit] 	bind => [28700]
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="dealers" referenceClass=Dealer sql="SELECT DEALER_ID, L_NAME, STATUS, F_NAME, VERSION FROM CMP3_DEALER WHERE (FK_EMP_ID = ?)")
    [junit] [EL Fine]: ServerSession(9829657)--Connection(31517012)--Thread(Thread[main,5,main])--SELECT DEALER_ID, L_NAME, STATUS, F_NAME, VERSION FROM CMP3_DEALER WHERE (FK_EMP_ID = ?)
    [junit] 	bind => [28700]
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="phoneNumbers" referenceClass=PhoneNumber sql="SELECT TYPE, OWNER_ID, AREA_CODE, NUMB FROM CMP3_PHONENUMBER WHERE (OWNER_ID = ?)")
    [junit] [EL Fine]: ServerSession(9829657)--Connection(31517012)--Thread(Thread[main,5,main])--SELECT TYPE, OWNER_ID, AREA_CODE, NUMB FROM CMP3_PHONENUMBER WHERE (OWNER_ID = ?)
    [junit] 	bind => [28700]
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="managedEmployees" referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.PAY_SCALE, t1.L_NAME, t1.STATUS, t1.VERSION, t1.ROOM_NUM, t1.GENDER, t2.SALARY, t1.F_NAME, t1.START_OVERTIME, t1.END_OVERTIME, t1.START_TIME, t1.END_TIME, t1.ADDR_ID, t1.MANAGER_EMP_ID, t1.DEPT_ID, t1.START_DATE, t1.END_DATE, t1.FORMER_COMPANY, t1.FORMER_START_DATE, t1.FORMER_END_DATE, t0.ID, t0.NAME FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.MANAGER_EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID))")
    [junit] [EL Fine]: ServerSession(9829657)--Connection(31517012)--Thread(Thread[main,5,main])--SELECT t1.EMP_ID, t2.EMP_ID, t1.PAY_SCALE, t1.L_NAME, t1.STATUS, t1.VERSION, t1.ROOM_NUM, t1.GENDER, t2.SALARY, t1.F_NAME, t1.START_OVERTIME, t1.END_OVERTIME, t1.START_TIME, t1.END_TIME, t1.ADDR_ID, t1.MANAGER_EMP_ID, t1.DEPT_ID, t1.START_DATE, t1.END_DATE, t1.FORMER_COMPANY, t1.FORMER_START_DATE, t1.FORMER_END_DATE, t0.ID, t0.NAME FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.MANAGER_EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID))
    [junit] 	bind => [28700]
    [junit] [EL Finer]: UnitOfWork(32490450)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: ClientSession(6300663)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--initialize all identitymaps
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--property=javax.persistence.jdbc.user; value=me
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--property=javax.persistence.jdbc.password; value=xxxxxx
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--property=javax.persistence.jdbc.driver; value=com.mysql.jdbc.Driver
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--property=javax.persistence.jdbc.url; value=jdbc:mysql://localhost/EL
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--client acquired
    [junit] [EL Finest]: UnitOfWork(7405703)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.PAY_SCALE, t1.L_NAME, t1.STATUS, t1.VERSION, t1.ROOM_NUM, t1.GENDER, t2.SALARY, t1.F_NAME, t1.START_OVERTIME, t1.END_OVERTIME, t1.START_TIME, t1.END_TIME, t1.ADDR_ID, t1.MANAGER_EMP_ID, t1.DEPT_ID, t1.START_DATE, t1.END_DATE, t1.FORMER_COMPANY, t1.FORMER_START_DATE, t1.FORMER_END_DATE, t0.ID, t0.NAME FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID))")
    [junit] [EL Fine]: ServerSession(9829657)--Connection(31517012)--Thread(Thread[main,5,main])--SELECT t1.EMP_ID, t2.EMP_ID, t1.PAY_SCALE, t1.L_NAME, t1.STATUS, t1.VERSION, t1.ROOM_NUM, t1.GENDER, t2.SALARY, t1.F_NAME, t1.START_OVERTIME, t1.END_OVERTIME, t1.START_TIME, t1.END_TIME, t1.ADDR_ID, t1.MANAGER_EMP_ID, t1.DEPT_ID, t1.START_DATE, t1.END_DATE, t1.FORMER_COMPANY, t1.FORMER_START_DATE, t1.FORMER_END_DATE, t0.ID, t0.NAME FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID))
    [junit] 	bind => [28700]
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="address" referenceClass=Address )
    [junit] [EL Fine]: ServerSession(9829657)--Connection(31517012)--Thread(Thread[main,5,main])--SELECT ADDRESS_ID, P_CODE, STREET, PROVINCE, TYPE, CITY, COUNTRY, VERSION FROM CMP3_ADDRESS WHERE (ADDRESS_ID = ?)
    [junit] 	bind => [37]
    [junit] [EL Finest]: UnitOfWork(7405703)--Thread(Thread[main,5,main])--Register the existing object Employee: 28700
    [junit] [EL Finest]: UnitOfWork(7405703)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.jpa.advanced.Address@1e4e3e4
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="employees" referenceClass=Employee )
    [junit] [EL Fine]: ServerSession(9829657)--Connection(31517012)--Thread(Thread[main,5,main])--SELECT t1.EMP_ID, t2.EMP_ID, t1.PAY_SCALE, t1.L_NAME, t1.STATUS, t1.VERSION, t1.ROOM_NUM, t1.GENDER, t2.SALARY, t1.F_NAME, t1.START_OVERTIME, t1.END_OVERTIME, t1.START_TIME, t1.END_TIME, t1.ADDR_ID, t1.MANAGER_EMP_ID, t1.DEPT_ID, t1.START_DATE, t1.END_DATE, t1.FORMER_COMPANY, t1.FORMER_START_DATE, t1.FORMER_END_DATE, t0.ID, t0.NAME FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.ADDR_ID = ?) AND (t2.EMP_ID = t1.EMP_ID))
    [junit] 	bind => [37]
    [junit] [EL Finest]: UnitOfWork(7405703)--Thread(Thread[main,5,main])--Register the existing object Employee: 28700
    [junit] [EL Finest]: UnitOfWork(7405703)--Thread(Thread[main,5,main])--The remove operation has been performed on: Employee: 28700
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="phoneNumbers" referenceClass=PhoneNumber sql="SELECT TYPE, OWNER_ID, AREA_CODE, NUMB FROM CMP3_PHONENUMBER WHERE (OWNER_ID = ?)")
    [junit] [EL Fine]: ServerSession(9829657)--Connection(31517012)--Thread(Thread[main,5,main])--SELECT TYPE, OWNER_ID, AREA_CODE, NUMB FROM CMP3_PHONENUMBER WHERE (OWNER_ID = ?)
    [junit] 	bind => [28700]
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="managedEmployees" referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.PAY_SCALE, t1.L_NAME, t1.STATUS, t1.VERSION, t1.ROOM_NUM, t1.GENDER, t2.SALARY, t1.F_NAME, t1.START_OVERTIME, t1.END_OVERTIME, t1.START_TIME, t1.END_TIME, t1.ADDR_ID, t1.MANAGER_EMP_ID, t1.DEPT_ID, t1.START_DATE, t1.END_DATE, t1.FORMER_COMPANY, t1.FORMER_START_DATE, t1.FORMER_END_DATE, t0.ID, t0.NAME FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.MANAGER_EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID))")
    [junit] [EL Fine]: ServerSession(9829657)--Connection(31517012)--Thread(Thread[main,5,main])--SELECT t1.EMP_ID, t2.EMP_ID, t1.PAY_SCALE, t1.L_NAME, t1.STATUS, t1.VERSION, t1.ROOM_NUM, t1.GENDER, t2.SALARY, t1.F_NAME, t1.START_OVERTIME, t1.END_OVERTIME, t1.START_TIME, t1.END_TIME, t1.ADDR_ID, t1.MANAGER_EMP_ID, t1.DEPT_ID, t1.START_DATE, t1.END_DATE, t1.FORMER_COMPANY, t1.FORMER_START_DATE, t1.FORMER_END_DATE, t0.ID, t0.NAME FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.MANAGER_EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID))
    [junit] 	bind => [28700]
    [junit] [EL Finer]: UnitOfWork(7405703)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="dealers" referenceClass=Dealer sql="SELECT DEALER_ID, L_NAME, STATUS, F_NAME, VERSION FROM CMP3_DEALER WHERE (FK_EMP_ID = ?)")
    [junit] [EL Fine]: ServerSession(9829657)--Connection(31517012)--Thread(Thread[main,5,main])--SELECT DEALER_ID, L_NAME, STATUS, F_NAME, VERSION FROM CMP3_DEALER WHERE (FK_EMP_ID = ?)
    [junit] 	bind => [28700]
    [junit] [EL Config]: ClientSession(18669586)--Connection(12252334)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
    [junit] 	platform=>MySQLPlatform
    [junit] 	user name=> "me"
    [junit] 	datasource URL=> "jdbc:mysql://localhost/EL"
    [junit] ))
    [junit] [EL Config]: ClientSession(18669586)--Connection(18323943)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost/EL
    [junit] 	User: me@localhost
    [junit] 	Database: MySQL  Version: 5.1.37-community
    [junit] 	Driver: MySQL-AB JDBC Driver  Version: mysql-connector-java-5.1.8 ( Revision: ${svn.Revision} )
    [junit] [EL Finer]: ClientSession(18669586)--Connection(18323943)--Thread(Thread[main,5,main])--begin transaction
    [junit] [EL Finest]: UnitOfWork(7405703)--Thread(Thread[main,5,main])--Execute query DataModifyQuery()
    [junit] [EL Fine]: ClientSession(18669586)--Connection(18323943)--Thread(Thread[main,5,main])--DELETE FROM CMP3_EMP_PROJ WHERE (EMPLOYEES_EMP_ID = ?)
    [junit] 	bind => [28700]
    [junit] [EL Finest]: UnitOfWork(7405703)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.jpa.advanced.Address@14382c6)
    [junit] [EL Fine]: ClientSession(18669586)--Connection(18323943)--Thread(Thread[main,5,main])--UPDATE CMP3_ADDRESS SET COUNTRY = ?, VERSION = ? WHERE ((ADDRESS_ID = ?) AND (VERSION = ?))
    [junit] 	bind => [country, 2, 37, 1]
    [junit] [EL Finest]: UnitOfWork(7405703)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(Employee: 28700)
    [junit] [EL Fine]: ClientSession(18669586)--Connection(18323943)--Thread(Thread[main,5,main])--UPDATE CMP3_EMPLOYEE SET ADDR_ID = ?, VERSION = ? WHERE ((EMP_ID = ?) AND (VERSION = ?))
    [junit] 	bind => [null, 3, 28700, 2]
    [junit] [EL Finest]: UnitOfWork(7405703)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(Employee: 28700)
    [junit] [EL Finest]: UnitOfWork(7405703)--Thread(Thread[main,5,main])--Execute query DataModifyQuery()
    [junit] [EL Fine]: ClientSession(18669586)--Connection(18323943)--Thread(Thread[main,5,main])--DELETE FROM Employee_WORKWEEK WHERE (EMP_ID = ?)
    [junit] 	bind => [28700]
    [junit] [EL Finest]: UnitOfWork(7405703)--Thread(Thread[main,5,main])--Execute query DataModifyQuery()
    [junit] [EL Fine]: ClientSession(18669586)--Connection(18323943)--Thread(Thread[main,5,main])--DELETE FROM CMP3_RESPONS WHERE (EMP_ID = ?)
    [junit] 	bind => [28700]
    [junit] [EL Finest]: UnitOfWork(7405703)--Thread(Thread[main,5,main])--Execute query DataModifyQuery()
    [junit] [EL Fine]: ClientSession(18669586)--Connection(18323943)--Thread(Thread[main,5,main])--UPDATE CMP3_DEALER SET FK_EMP_ID = ? WHERE (FK_EMP_ID = ?)
    [junit] 	bind => [null, 28700]
    [junit] [EL Fine]: ClientSession(18669586)--Connection(18323943)--Thread(Thread[main,5,main])--DELETE FROM CMP3_SALARY WHERE (EMP_ID = ?)
    [junit] 	bind => [28700]
    [junit] [EL Fine]: ClientSession(18669586)--Connection(18323943)--Thread(Thread[main,5,main])--DELETE FROM CMP3_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?))
    [junit] 	bind => [28700, 3]
    [junit] [EL Finer]: ClientSession(18669586)--Connection(18323943)--Thread(Thread[main,5,main])--commit transaction
    [junit] [EL Config]: ClientSession(18669586)--Connection(18323943)--Thread(Thread[main,5,main])--disconnect
    [junit] [EL Finer]: UnitOfWork(7405703)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: UnitOfWork(7405703)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--property=javax.persistence.jdbc.user; value=me
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--property=javax.persistence.jdbc.password; value=xxxxxx
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--property=javax.persistence.jdbc.driver; value=com.mysql.jdbc.Driver
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--property=javax.persistence.jdbc.url; value=jdbc:mysql://localhost/EL
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--client acquired
    [junit] [EL Finest]: UnitOfWork(14415773)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.PAY_SCALE, t1.L_NAME, t1.STATUS, t1.VERSION, t1.ROOM_NUM, t1.GENDER, t2.SALARY, t1.F_NAME, t1.START_OVERTIME, t1.END_OVERTIME, t1.START_TIME, t1.END_TIME, t1.ADDR_ID, t1.MANAGER_EMP_ID, t1.DEPT_ID, t1.START_DATE, t1.END_DATE, t1.FORMER_COMPANY, t1.FORMER_START_DATE, t1.FORMER_END_DATE, t0.ID, t0.NAME FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID))")
    [junit] [EL Fine]: ServerSession(9829657)--Connection(31517012)--Thread(Thread[main,5,main])--SELECT t1.EMP_ID, t2.EMP_ID, t1.PAY_SCALE, t1.L_NAME, t1.STATUS, t1.VERSION, t1.ROOM_NUM, t1.GENDER, t2.SALARY, t1.F_NAME, t1.START_OVERTIME, t1.END_OVERTIME, t1.START_TIME, t1.END_TIME, t1.ADDR_ID, t1.MANAGER_EMP_ID, t1.DEPT_ID, t1.START_DATE, t1.END_DATE, t1.FORMER_COMPANY, t1.FORMER_START_DATE, t1.FORMER_END_DATE, t0.ID, t0.NAME FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID))
    [junit] 	bind => [28700]
    [junit] [EL Finer]: UnitOfWork(14415773)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Finer]: UnitOfWork(14415773)--Thread(Thread[main,5,main])--end unit of work commit
    [junit] [EL Finer]: UnitOfWork(14415773)--Thread(Thread[main,5,main])--resume unit of work
    [junit] [EL Finer]: UnitOfWork(14415773)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: ClientSession(6628690)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--initialize all identitymaps
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--client acquired
    [junit] [EL Finest]: UnitOfWork(7683106)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Address sql="SELECT ADDRESS_ID, P_CODE, STREET, PROVINCE, TYPE, CITY, COUNTRY, VERSION FROM CMP3_ADDRESS WHERE (ADDRESS_ID = ?)")
    [junit] [EL Fine]: ServerSession(9829657)--Connection(31517012)--Thread(Thread[main,5,main])--SELECT ADDRESS_ID, P_CODE, STREET, PROVINCE, TYPE, CITY, COUNTRY, VERSION FROM CMP3_ADDRESS WHERE (ADDRESS_ID = ?)
    [junit] 	bind => [37]
    [junit] [EL Finest]: UnitOfWork(7683106)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.jpa.advanced.Address@40f3c1
    [junit] [EL Finest]: UnitOfWork(7683106)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.jpa.advanced.Address@433545
    [junit] [EL Finest]: ServerSession(9829657)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="employees" referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.PAY_SCALE, t1.L_NAME, t1.STATUS, t1.VERSION, t1.ROOM_NUM, t1.GENDER, t2.SALARY, t1.F_NAME, t1.START_OVERTIME, t1.END_OVERTIME, t1.START_TIME, t1.END_TIME, t1.ADDR_ID, t1.MANAGER_EMP_ID, t1.DEPT_ID, t1.START_DATE, t1.END_DATE, t1.FORMER_COMPANY, t1.FORMER_START_DATE, t1.FORMER_END_DATE, t0.ID, t0.NAME FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.ADDR_ID = ?) AND (t2.EMP_ID = t1.EMP_ID))")
    [junit] [EL Fine]: ServerSession(9829657)--Connection(31517012)--Thread(Thread[main,5,main])--SELECT t1.EMP_ID, t2.EMP_ID, t1.PAY_SCALE, t1.L_NAME, t1.STATUS, t1.VERSION, t1.ROOM_NUM, t1.GENDER, t2.SALARY, t1.F_NAME, t1.START_OVERTIME, t1.END_OVERTIME, t1.START_TIME, t1.END_TIME, t1.ADDR_ID, t1.MANAGER_EMP_ID, t1.DEPT_ID, t1.START_DATE, t1.END_DATE, t1.FORMER_COMPANY, t1.FORMER_START_DATE, t1.FORMER_END_DATE, t0.ID, t0.NAME FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.ADDR_ID = ?) AND (t2.EMP_ID = t1.EMP_ID))
    [junit] 	bind => [37]
    [junit] [EL Finer]: UnitOfWork(7683106)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Config]: ServerSession(9829657)--Connection(22396194)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
    [junit] 	platform=>MySQLPlatform
    [junit] 	user name=> "me"
    [junit] 	datasource URL=> "jdbc:mysql://localhost/EL"
    [junit] ))
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--DriverManager connect failed, trying direct connect.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--java.sql.SQLException: Access denied for user 'me'@'localhost' (using password: YES)
    [junit] 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1055)
    [junit] 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:956)
    [junit] 	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3536)
    [junit] 	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3468)
    [junit] 	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:917)
    [junit] 	at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:3974)
    [junit] 	at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1282)
    [junit] 	at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2142)
    [junit] 	at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:773)
    [junit] 	at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:46)
    [junit] 	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    [junit] 	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    [junit] 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    [junit] 	at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    [junit] 	at com.mysql.jdbc.Util.handleNewInstance(Util.java:406)
    [junit] 	at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:352)
    [junit] 	at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:282)
    [junit] 	at java.sql.DriverManager.getConnection(DriverManager.java:582)
    [junit] 	at java.sql.DriverManager.getConnection(DriverManager.java:154)
    [junit] 	at org.eclipse.persistence.sessions.DefaultConnector.connect(DefaultConnector.java:98)
    [junit] 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:162)
    [junit] 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:327)
    [junit] 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:294)
    [junit] 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connect(DatasourceAccessor.java:415)
    [junit] 	at org.eclipse.persistence.sessions.server.ConnectionPool.buildConnection(ConnectionPool.java:155)
    [junit] 	at org.eclipse.persistence.sessions.server.ConnectionPool.acquireConnection(ConnectionPool.java:97)
    [junit] 	at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:241)
    [junit] 	at org.eclipse.persistence.sessions.server.ClientSession.basicBeginTransaction(ClientSession.java:130)
    [junit] 	at org.eclipse.persistence.internal.sessions.AbstractSession.beginTransaction(AbstractSession.java:580)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.beginTransaction(UnitOfWorkImpl.java:546)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1346)
    [junit] 	at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitToDatabase(RepeatableWriteUnitOfWork.java:547)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1510)
    [junit] 	at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:200)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1131)
    [junit] 	at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commitInternal(EntityTransactionImpl.java:84)
    [junit] 	at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:63)
    [junit] 	at org.eclipse.persistence.testing.framework.junit.JUnitTestCase.commitTransaction(JUnitTestCase.java:267)
    [junit] 	at org.eclipse.persistence.testing.tests.jpa.advanced.EntityManagerJUnitTestSuite.testNoPersistOnFlushProperties(EntityManagerJUnitTestSuite.java:3046)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:597)
    [junit] 	at junit.framework.TestCase.runTest(TestCase.java:168)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:134)
    [junit] 	at org.eclipse.persistence.testing.framework.junit.JUnitTestCase.runBare(JUnitTestCase.java:428)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:110)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:128)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:113)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:124)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:232)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:227)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:420)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:911)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:768)
    [junit] 
    [junit] [EL Severe]: ServerSession(9829657)--Thread(Thread[main,5,main])--Local Exception Stack: 
    [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - @VERSION@.@QUALIFIER@): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Access denied for user 'me'@'localhost' (using password: YES)
    [junit] Error Code: 1045
    [junit] 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:324)
    [junit] 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:319)
    [junit] 	at org.eclipse.persistence.sessions.DefaultConnector.connect(DefaultConnector.java:138)
    [junit] 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:162)
    [junit] 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:327)
    [junit] 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:294)
    [junit] 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connect(DatasourceAccessor.java:415)
    [junit] 	at org.eclipse.persistence.sessions.server.ConnectionPool.buildConnection(ConnectionPool.java:155)
    [junit] 	at org.eclipse.persistence.sessions.server.ConnectionPool.acquireConnection(ConnectionPool.java:97)
    [junit] 	at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:241)
    [junit] 	at org.eclipse.persistence.sessions.server.ClientSession.basicBeginTransaction(ClientSession.java:130)
    [junit] 	at org.eclipse.persistence.internal.sessions.AbstractSession.beginTransaction(AbstractSession.java:580)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.beginTransaction(UnitOfWorkImpl.java:546)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1346)
    [junit] 	at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitToDatabase(RepeatableWriteUnitOfWork.java:547)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1510)
    [junit] 	at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:200)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1131)
    [junit] 	at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commitInternal(EntityTransactionImpl.java:84)
    [junit] 	at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:63)
    [junit] 	at org.eclipse.persistence.testing.framework.junit.JUnitTestCase.commitTransaction(JUnitTestCase.java:267)
    [junit] 	at org.eclipse.persistence.testing.tests.jpa.advanced.EntityManagerJUnitTestSuite.testNoPersistOnFlushProperties(EntityManagerJUnitTestSuite.java:3046)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:597)
    [junit] 	at junit.framework.TestCase.runTest(TestCase.java:168)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:134)
    [junit] 	at org.eclipse.persistence.testing.framework.junit.JUnitTestCase.runBare(JUnitTestCase.java:428)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:110)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:128)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:113)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:124)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:232)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:227)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:420)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:911)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:768)
    [junit] Caused by: java.sql.SQLException: Access denied for user 'me'@'localhost' (using password: YES)
    [junit] 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1055)
    [junit] 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:956)
    [junit] 	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3536)
    [junit] 	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3468)
    [junit] 	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:917)
    [junit] 	at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:3974)
    [junit] 	at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1282)
    [junit] 	at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2142)
    [junit] 	at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:773)
    [junit] 	at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:46)
    [junit] 	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    [junit] 	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    [junit] 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    [junit] 	at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    [junit] 	at com.mysql.jdbc.Util.handleNewInstance(Util.java:406)
    [junit] 	at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:352)
    [junit] 	at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:282)
    [junit] 	at java.sql.DriverManager.getConnection(DriverManager.java:582)
    [junit] 	at java.sql.DriverManager.getConnection(DriverManager.java:154)
    [junit] 	at org.eclipse.persistence.sessions.DefaultConnector.connect(DefaultConnector.java:98)
    [junit] 	... 35 more
    [junit] 
    [junit] [EL Warning]: UnitOfWork(7683106)--Thread(Thread[main,5,main])--Local Exception Stack: 
    [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - @VERSION@.@QUALIFIER@): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Access denied for user 'me'@'localhost' (using password: YES)
    [junit] Error Code: 1045
    [junit] 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:324)
    [junit] 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:319)
    [junit] 	at org.eclipse.persistence.sessions.DefaultConnector.connect(DefaultConnector.java:138)
    [junit] 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:162)
    [junit] 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:327)
    [junit] 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:294)
    [junit] 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connect(DatasourceAccessor.java:415)
    [junit] 	at org.eclipse.persistence.sessions.server.ConnectionPool.buildConnection(ConnectionPool.java:155)
    [junit] 	at org.eclipse.persistence.sessions.server.ConnectionPool.acquireConnection(ConnectionPool.java:97)
    [junit] 	at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:241)
    [junit] 	at org.eclipse.persistence.sessions.server.ClientSession.basicBeginTransaction(ClientSession.java:130)
    [junit] 	at org.eclipse.persistence.internal.sessions.AbstractSession.beginTransaction(AbstractSession.java:580)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.beginTransaction(UnitOfWorkImpl.java:546)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1346)
    [junit] 	at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitToDatabase(RepeatableWriteUnitOfWork.java:547)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1510)
    [junit] 	at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:200)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1131)
    [junit] 	at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commitInternal(EntityTransactionImpl.java:84)
    [junit] 	at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:63)
    [junit] 	at org.eclipse.persistence.testing.framework.junit.JUnitTestCase.commitTransaction(JUnitTestCase.java:267)
    [junit] 	at org.eclipse.persistence.testing.tests.jpa.advanced.EntityManagerJUnitTestSuite.testNoPersistOnFlushProperties(EntityManagerJUnitTestSuite.java:3046)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:597)
    [junit] 	at junit.framework.TestCase.runTest(TestCase.java:168)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:134)
    [junit] 	at org.eclipse.persistence.testing.framework.junit.JUnitTestCase.runBare(JUnitTestCase.java:428)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:110)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:128)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:113)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:124)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:232)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:227)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:420)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:911)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:768)
    [junit] Caused by: java.sql.SQLException: Access denied for user 'me'@'localhost' (using password: YES)
    [junit] 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1055)
    [junit] 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:956)
    [junit] 	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3536)
    [junit] 	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3468)
    [junit] 	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:917)
    [junit] 	at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:3974)
    [junit] 	at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1282)
    [junit] 	at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2142)
    [junit] 	at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:773)
    [junit] 	at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:46)
    [junit] 	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    [junit] 	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    [junit] 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    [junit] 	at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    [junit] 	at com.mysql.jdbc.Util.handleNewInstance(Util.java:406)
    [junit] 	at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:352)
    [junit] 	at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:282)
    [junit] 	at java.sql.DriverManager.getConnection(DriverManager.java:582)
    [junit] 	at java.sql.DriverManager.getConnection(DriverManager.java:154)
    [junit] 	at org.eclipse.persistence.sessions.DefaultConnector.connect(DefaultConnector.java:98)
    [junit] 	... 35 more
    [junit] 
    [junit] [EL Finer]: UnitOfWork(7683106)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: ClientSession(29468299)--Thread(Thread[main,5,main])--client released
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--client acquired
    [junit] [EL Finest]: UnitOfWork(10330589)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Employee )
    [junit] [EL Finest]: UnitOfWork(10330589)--Thread(Thread[main,5,main])--PERSIST operation called on: Employee: null.
    [junit] [EL Finest]: UnitOfWork(10330589)--Thread(Thread[main,5,main])--assign sequence to the object (28.701 -> Employee: null)
    [junit] [EL Finest]: UnitOfWork(10330589)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=LargeProject )
    [junit] [EL Finest]: UnitOfWork(10330589)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.jpa.advanced.LargeProject@4f12c2.
    [junit] [EL Finer]: UnitOfWork(10330589)--Thread(Thread[main,5,main])--begin unit of work commit
    [junit] [EL Config]: ServerSession(9829657)--Connection(32561141)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
    [junit] 	platform=>MySQLPlatform
    [junit] 	user name=> "me"
    [junit] 	datasource URL=> "jdbc:mysql://localhost/EL"
    [junit] ))
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--DriverManager connect failed, trying direct connect.
    [junit] [EL Finer]: ServerSession(9829657)--Thread(Thread[main,5,main])--java.sql.SQLException: Access denied for user 'me'@'localhost' (using password: YES)
    [junit] 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1055)
    [junit] 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:956)
    [junit] 	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3536)
    [junit] 	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3468)
    [junit] 	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:917)
    [junit] 	at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:3974)
    [junit] 	at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1282)
    [junit] 	at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2142)
    [junit] 	at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:773)
    [junit] 	at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:46)
    [junit] 	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    [junit] 	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    [junit] 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    [junit] 	at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    [junit] 	at com.mysql.jdbc.Util.handleNewInstance(Util.java:406)
    [junit] 	at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:352)
    [junit] 	at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:282)
    [junit] 	at java.sql.DriverManager.getConnection(DriverManager.java:582)
    [junit] 	at java.sql.DriverManager.getConnection(DriverManager.java:154)
    [junit] 	at org.eclipse.persistence.sessions.DefaultConnector.connect(DefaultConnector.java:98)
    [junit] 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:162)
    [junit] 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:327)
    [junit] 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:294)
    [junit] 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connect(DatasourceAccessor.java:415)
    [junit] 	at org.eclipse.persistence.sessions.server.ConnectionPool.buildConnection(ConnectionPool.java:155)
    [junit] 	at org.eclipse.persistence.sessions.server.ConnectionPool.acquireConnection(ConnectionPool.java:97)
    [junit] 	at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:241)
    [junit] 	at org.eclipse.persistence.sessions.server.ClientSession.basicBeginTransaction(ClientSession.java:130)
    [junit] 	at org.eclipse.persistence.internal.sessions.AbstractSession.beginTransaction(AbstractSession.java:580)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.beginTransaction(UnitOfWorkImpl.java:546)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1346)
    [junit] 	at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitToDatabase(RepeatableWriteUnitOfWork.java:547)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1510)
    [junit] 	at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:200)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1131)
    [junit] 	at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commitInternal(EntityTransactionImpl.java:84)
    [junit] 	at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:63)
    [junit] 	at org.eclipse.persistence.testing.framework.junit.JUnitTestCase.commitTransaction(JUnitTestCase.java:267)
    [junit] 	at org.eclipse.persistence.testing.tests.jpa.advanced.EntityManagerJUnitTestSuite.testLockWithJoinedInheritanceStrategy(EntityManagerJUnitTestSuite.java:1919)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:597)
    [junit] 	at junit.framework.TestCase.runTest(TestCase.java:168)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:134)
    [junit] 	at org.eclipse.persistence.testing.framework.junit.JUnitTestCase.runBare(JUnitTestCase.java:428)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:110)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:128)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:113)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:124)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:232)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:227)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:420)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:911)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:768)
    [junit] 
    [junit] [EL Severe]: ServerSession(9829657)--Thread(Thread[main,5,main])--Local Exception Stack: 
    [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - @VERSION@.@QUALIFIER@): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Access denied for user 'me'@'localhost' (using password: YES)
    [junit] Error Code: 1045
    [junit] 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:324)
    [junit] 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:319)
    [junit] 	at org.eclipse.persistence.sessions.DefaultConnector.connect(DefaultConnector.java:138)
    [junit] 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:162)
    [junit] 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:327)
    [junit] 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:294)
    [junit] 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connect(DatasourceAccessor.java:415)
    [junit] 	at org.eclipse.persistence.sessions.server.ConnectionPool.buildConnection(ConnectionPool.java:155)
    [junit] 	at org.eclipse.persistence.sessions.server.ConnectionPool.acquireConnection(ConnectionPool.java:97)
    [junit] 	at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:241)
    [junit] 	at org.eclipse.persistence.sessions.server.ClientSession.basicBeginTransaction(ClientSession.java:130)
    [junit] 	at org.eclipse.persistence.internal.sessions.AbstractSession.beginTransaction(AbstractSession.java:580)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.beginTransaction(UnitOfWorkImpl.java:546)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1346)
    [junit] 	at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitToDatabase(RepeatableWriteUnitOfWork.java:547)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1510)
    [junit] 	at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:200)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1131)
    [junit] 	at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commitInternal(EntityTransactionImpl.java:84)
    [junit] 	at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:63)
    [junit] 	at org.eclipse.persistence.testing.framework.junit.JUnitTestCase.commitTransaction(JUnitTestCase.java:267)
    [junit] 	at org.eclipse.persistence.testing.tests.jpa.advanced.EntityManagerJUnitTestSuite.testLockWithJoinedInheritanceStrategy(EntityManagerJUnitTestSuite.java:1919)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:597)
    [junit] 	at junit.framework.TestCase.runTest(TestCase.java:168)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:134)
    [junit] 	at org.eclipse.persistence.testing.framework.junit.JUnitTestCase.runBare(JUnitTestCase.java:428)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:110)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:128)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:113)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:124)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:232)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:227)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:420)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:911)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:768)
    [junit] Caused by: java.sql.SQLException: Access denied for user 'me'@'localhost' (using password: YES)
    [junit] 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1055)
    [junit] 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:956)
    [junit] 	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3536)
    [junit] 	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3468)
    [junit] 	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:917)
    [junit] 	at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:3974)
    [junit] 	at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1282)
    [junit] 	at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2142)
    [junit] 	at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:773)
    [junit] 	at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:46)
    [junit] 	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    [junit] 	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    [junit] 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    [junit] 	at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    [junit] 	at com.mysql.jdbc.Util.handleNewInstance(Util.java:406)
    [junit] 	at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:352)
    [junit] 	at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:282)
    [junit] 	at java.sql.DriverManager.getConnection(DriverManager.java:582)
    [junit] 	at java.sql.DriverManager.getConnection(DriverManager.java:154)
    [junit] 	at org.eclipse.persistence.sessions.DefaultConnector.connect(DefaultConnector.java:98)
    [junit] 	... 35 more
    [junit] 
    [junit] [EL Warning]: UnitOfWork(10330589)--Thread(Thread[main,5,main])--Local Exception Stack: 
    [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - @VERSION@.@QUALIFIER@): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Access denied for user 'me'@'localhost' (using password: YES)
    [junit] Error Code: 1045
    [junit] 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:324)
    [junit] 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:319)
    [junit] 	at org.eclipse.persistence.sessions.DefaultConnector.connect(DefaultConnector.java:138)
    [junit] 	at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:162)
    [junit] 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:327)
    [junit] 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:294)
    [junit] 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connect(DatasourceAccessor.java:415)
    [junit] 	at org.eclipse.persistence.sessions.server.ConnectionPool.buildConnection(ConnectionPool.java:155)
    [junit] 	at org.eclipse.persistence.sessions.server.ConnectionPool.acquireConnection(ConnectionPool.java:97)
    [junit] 	at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:241)
    [junit] 	at org.eclipse.persistence.sessions.server.ClientSession.basicBeginTransaction(ClientSession.java:130)
    [junit] 	at org.eclipse.persistence.internal.sessions.AbstractSession.beginTransaction(AbstractSession.java:580)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.beginTransaction(UnitOfWorkImpl.java:546)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1346)
    [junit] 	at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitToDatabase(RepeatableWriteUnitOfWork.java:547)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1510)
    [junit] 	at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:200)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1131)
    [junit] 	at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commitInternal(EntityTransactionImpl.java:84)
    [junit] 	at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:63)
    [junit] 	at org.eclipse.persistence.testing.framework.junit.JUnitTestCase.commitTransaction(JUnitTestCase.java:267)
    [junit] 	at org.eclipse.persistence.testing.tests.jpa.advanced.EntityManagerJUnitTestSuite.testLockWithJoinedInheritanceStrategy(EntityManagerJUnitTestSuite.java:1919)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:597)
    [junit] 	at junit.framework.TestCase.runTest(TestCase.java:168)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:134)
    [junit] 	at org.eclipse.persistence.testing.framework.junit.JUnitTestCase.runBare(JUnitTestCase.java:428)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:110)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:128)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:113)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:124)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:232)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:227)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:420)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:911)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:768)
    [junit] Caused by: java.sql.SQLException: Access denied for user 'me'@'localhost' (using password: YES)
    [junit] 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1055)
    [junit] 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:956)
    [junit] 	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3536)
    [junit] 	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3468)
    [junit] 	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:917)
    [junit] 	at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:3974)
    [junit] 	at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1282)
    [junit] 	at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2142)
    [junit] 	at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:773)
    [junit] 	at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:46)
    [junit] 	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    [junit] 	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    [junit] 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    [junit] 	at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    [junit] 	at com.mysql.jdbc.Util.handleNewInstance(Util.java:406)
    [junit] 	at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:352)
    [junit] 	at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:282)
    [junit] 	at java.sql.DriverManager.getConnection(DriverManager.java:582)
    [junit] 	at java.sql.DriverManager.getConnection(DriverManager.java:154)
    [junit] 	at org.eclipse.persistence.sessions.DefaultConnector.connect(DefaultConnector.java:98)
    [junit] 	... 35 more
    [junit] 
    [junit] [EL Finer]: UnitOfWork(10330589)--Thread(Thread[main,5,main])--release unit of work
    [junit] [EL Finer]: ClientSession(28135403)--Thread(Thread[main,5,main])--client released
    [junit] Internal Exception: java.sql.SQLException: Access denied for user 'me'@'localhost' (using password: YES)
    [junit] Error Code: 1045)
    [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 10,695 sec
     [echo] jpatest.build.location='W:\SVNS\org.eclipse.persistence\jpa\eclipselink.jpa.test'
     [echo] modelgen.processor.jar='eclipselink-jpa-modelgen_2.0.0.qualifier.jar'

generate-report:
[junitreport] Processing W:\SVNS\org.eclipse.persistence\jpa\eclipselink.jpa.test\report\TESTS-TestSuites.xml to W:\SVNS\org.eclipse.persistence\jpa\eclipselink.jpa.test\report\junit-noframes.html
[junitreport] Loading stylesheet jar:file:/W:/apache-ant-1.7.1/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-noframes.xsl
[junitreport] Transform time: 662ms

BUILD SUCCESSFUL
Total time: 15 seconds

<<< text/html; name="junit-noframes.html": Unrecognized >>>

Back to the top