Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-dev] FAILED - Nightly Build - EclipseLink Automated Build

Three of the four failures in this build are the OptimisicLocking exceptions that we have seen periodically before. I am wondering if anyone can suggest a solution or a work around.

The 3 tests do very similar things. They open 2 EntityManagers and make conflicting changes on the same object on those EntityManagers. They flush one EntityManager and then flush the other one. We hope to catch an OptimisticLockException when that occurs. These tests work nearly all the time. On some nightly builds we get an Exception from MySQL (Stack Trace Below).

So far the only solution I can think of other than using a different DB is to add some code to close the first entityManager after it commits its transaction and hope that helps.

Here is the exception:

[junit] javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.CommunicationsException: Communications link failure due to underlying exception:

    [junit] ** BEGIN NESTED EXCEPTION **

    [junit] java.io.EOFException
[junit] MESSAGE: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost.

    [junit] STACKTRACE:

[junit] java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost.
    [junit]     at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:1997)
    [junit]     at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2411)
    [junit]     at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2916)
    [junit]     at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1631)
    [junit]     at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1723)
    [junit]     at com.mysql.jdbc.Connection.execSQL(Connection.java:3277)
    [junit]     at com.mysql.jdbc.Connection.setAutoCommit(Connection.java:5442
[junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicBeginTransaction(DatabaseAccessor.java:189) [junit] at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:224) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:332) [junit] at org.eclipse.persistence.sessions.server.ClientSession.basicBeginTransaction(ClientSession.java:114) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.beginTransaction(AbstractSession.java:429) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.beginTransaction(UnitOfWorkImpl.java:455) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1202) [junit] at org.eclipse.persistence.internal.jpa.RepeatableWriteUnitOfWork.commitToDatabase(RepeatableWriteUnitOfWork.java:416) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithPreBuiltChangeSet(UnitOfWorkImpl.java:1372) [junit] at org.eclipse.persistence.internal.jpa.RepeatableWriteUnitOfWork.writeChanges(RepeatableWriteUnitOfWork.java:286) [junit] at org.eclipse.persistence.internal.jpa.EntityManagerImpl.flush(EntityManagerImpl.java:370) [junit] at org.eclipse.persistence.testing.tests.jpa.jpql.JUnitJPQLValidationTestSuite.flushOptimisticLockExceptionTest(JUnitJPQLValidationTestSuite.java:851)
    [junit]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit]     at java.lang.reflect.Method.invoke(Method.java:618)
    [junit]     at junit.framework.TestCase.runTest(TestCase.java:164)
    [junit]     at junit.framework.TestCase.runBare(TestCase.java:130)
[junit] at org.eclipse.persistence.testing.framework.junit.JUnitTestCase.runBare(JUnitTestCase.java:347)
    [junit]     at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit]     at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit]     at junit.framework.TestResult.run(TestResult.java:109)
    [junit]     at junit.framework.TestCase.run(TestCase.java:120)
    [junit]     at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit]     at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit]     at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
)
    [junit]     at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
    [junit]     at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit]     at junit.extensions.TestSetup.run(TestSetup.java:25)
    [junit]     at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit]     at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit]     at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit]     at junit.framework.TestSuite.run(TestSuite.java:225)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)


    [junit] ** END NESTED EXCEPTION **



    [junit] Last packet sent to the server was 1 ms ago.
    [junit] Error Code: 0
[junit] at org.eclipse.persistence.internal.jpa.EntityManagerImpl.flush(EntityManagerImpl.java:373) [junit] at org.eclipse.persistence.testing.tests.jpa.jpql.JUnitJPQLValidationTestSuite.flushOptimisticLockExceptionTest(JUnitJPQLValidationTestSuite.java:851)
    [junit]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit]     at java.lang.reflect.Method.invoke(Method.java:618)
    [junit]     at junit.framework.TestCase.runTest(TestCase.java:164)
    [junit]     at junit.framework.TestCase.runBare(TestCase.java:130)
[junit] at org.eclipse.persistence.testing.framework.junit.JUnitTestCase.runBare(JUnitTestCase.java:347)
    [junit]     at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit]     at junit.framework.TestResult.runProtected(TestResult.java:124)

And So ON....


-Tom


peter.krogh@xxxxxxxxxx wrote:
clean:
   [delete] Deleting directory /opt/public/technology/eclipselink/trunk
   [delete] Deleting directory /opt/public/technology/eclipselink/org.junit_3.8.2.v200706111738
   [delete] Deleting: /opt/public/technology/eclipselink/junit.zip

get.dependencies:
      [get] Getting: http://download.eclipse.org/tools/orbit/downloads/drops/R200709171314/bundles/org.junit_3.8.2.v200706111738.zip
      [get] To: /opt/public/technology/eclipselink/junit.zip
    [unzip] Expanding: /opt/public/technology/eclipselink/junit.zip into /opt/public/technology/eclipselink

build:

build.core:

clean:
   [delete] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/classes/org not found.

compile:
    [mkdir] Created dir: /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/classes
     [copy] Copying 1 file to /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/classes/org/eclipse/persistence
    [javac] Compiling 1 source file to /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/classes
   [delete] Deleting: /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/classes/org/eclipse/persistence/Version.java
    [javac] Compiling 1223 source files to /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/classes
    [javac] Note: * uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

all:

clean:
   [delete] /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa/classes/org not found.

config-trunk:

config-flat:

compile:
    [mkdir] Created dir: /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa/classes
    [javac] Compiling 123 source files to /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa/classes
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

all:

clean:
   [delete] /opt/public/technology/eclipselink/trunk/moxy/eclipselink.moxy/classes not found.
    [mkdir] Created dir: /opt/public/technology/eclipselink/trunk/moxy/eclipselink.moxy/classes

compile.core:

compile:
     [copy] Copying 1 file to /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/classes/org/eclipse/persistence
    [javac] Compiling 1 source file to /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/classes
   [delete] Deleting: /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/classes/org/eclipse/persistence/Version.java

all:
    [javac] Compiling 45 source files to /opt/public/technology/eclipselink/trunk/moxy/eclipselink.moxy/classes
    [javac] Note: * uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

clean:
   [delete] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/classes not found.
    [mkdir] Created dir: /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/classes

compile.core:

compile:
     [copy] Copying 1 file to /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/classes/org/eclipse/persistence
    [javac] Compiling 1 source file to /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/classes
   [delete] Deleting: /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/classes/org/eclipse/persistence/Version.java

all:
    [javac] Compiling 58 source files to /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/classes
    [javac] Note: * uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

package.eclipselink.jar:
    [unjar] Expanding: /opt/public/technology/eclipselink/trunk/foundation/eclipselink.extension.oracle/eclipselink-extension-oracle.jar into /opt/public/technology/eclipselink/trunk/build
     [copy] Copying 1 file to /opt/public/technology/eclipselink/trunk/build/META-INF
      [jar] Building jar: /opt/public/technology/eclipselink/trunk/eclipselink.jar
   [delete] Deleting directory /opt/public/technology/eclipselink/trunk/build

build.workbench:

clean.iconlib:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..
    [mkdir] Created dir: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench/logs

call.clean.iconlib:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'

clean:

clean.utility.nondebug:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..

call.clean.utility:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'

set.release:
     [echo] _debuglvl='lines,source'
     [echo] _debugOff='true'
     [echo] debugPostfix=''

set.debug:

clean:

clean.utility.debug:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..

call.clean.utility:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'

set.release:

set.debug:
     [echo] _debuglvl='lines,vars,source'
     [echo] _debugOff not defined.
     [echo] debugPostfix='_g'

clean:

clean.utility:

clean.platformsmodel.nondebug:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..

call.clean.platformsmodel:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'

set.release:
     [echo] _debuglvl='lines,source'
     [echo] _debugOff='true'
     [echo] debugPostfix=''

set.debug:

clean:

clean.platformsmodel.debug:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..

call.clean.platformsmodel:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'

set.release:

set.debug:
     [echo] _debuglvl='lines,vars,source'
     [echo] _debugOff not defined.
     [echo] debugPostfix='_g'

clean:

clean.platformsmodel:

clean.mappingsmodel.nondebug:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..

call.clean.mappingsmodel:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'

set.release:
     [echo] _debuglvl='lines,source'
     [echo] _debugOff='true'
     [echo] debugPostfix=''

set.debug:

clean:

clean.mappingsmodel.debug:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..

call.clean.mappingsmodel:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'

set.release:

set.debug:
     [echo] _debuglvl='lines,vars,source'
     [echo] _debugOff not defined.
     [echo] debugPostfix='_g'

clean:

clean.mappingsmodel:

clean.mappingsio.nondebug:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..

call.clean.mappingsio:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'

set.release:
     [echo] _debuglvl='lines,source'
     [echo] _debugOff='true'
     [echo] debugPostfix=''

set.debug:

clean:

clean.mappingsio.debug:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..

call.clean.mappingsio:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'

set.release:

set.debug:
     [echo] _debuglvl='lines,vars,source'
     [echo] _debugOff not defined.
     [echo] debugPostfix='_g'

clean:

clean.mappingsio:

clean.uitools.nondebug:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..

call.clean.uitools:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'
     [echo] _nowarn='on'

set.release:
     [echo] _debuglvl='lines,source'
     [echo] _debugOff='true'
     [echo] debugPostfix=''

set.debug:

clean:

clean.uitools.debug:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..

call.clean.uitools:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'
     [echo] _nowarn='on'

set.release:

set.debug:
     [echo] _debuglvl='lines,vars,source'
     [echo] _debugOff not defined.
     [echo] debugPostfix='_g'

clean:

clean.uitools:

clean.framework.nondebug:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..

call.clean.framework:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'
     [echo] _nowarn='on'

set.release:
     [echo] _debuglvl='lines,source'
     [echo] _debugOff='true'
     [echo] debugPostfix=''

set.debug:

clean:

clean.framework.debug:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..

call.clean.framework:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'
     [echo] _nowarn='on'

set.release:

set.debug:
     [echo] _debuglvl='lines,vars,source'
     [echo] _debugOff not defined.
     [echo] debugPostfix='_g'

clean:

clean.framework:

clean.platformsplugin.nondebug:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..

call.clean.platformsplugin:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'

set.release:
     [echo] _debuglvl='lines,source'
     [echo] _debugOff='true'
     [echo] debugPostfix=''

set.debug:

clean:

clean.platformsplugin.debug:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..

call.clean.platformsplugin:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'

set.release:

set.debug:
     [echo] _debuglvl='lines,vars,source'
     [echo] _debugOff not defined.
     [echo] debugPostfix='_g'

clean:

clean.platformsplugin:

clean.mappingsplugin.nondebug:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..

call.clean.mappingsplugin:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'
     [echo] _nowarn='on'

set.release:
     [echo] _debuglvl='lines,source'
     [echo] _debugOff='true'
     [echo] debugPostfix=''

set.debug:

clean:

clean.mappingsplugin.debug:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..

call.clean.mappingsplugin:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'
     [echo] _nowarn='on'

set.release:

set.debug:
     [echo] _debuglvl='lines,vars,source'
     [echo] _debugOff not defined.
     [echo] debugPostfix='_g'

clean:

clean.mappingsplugin:

clean.scplugin.nondebug:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..

call.clean.scplugin:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'
     [echo] _nowarn='on'

set.release:
     [echo] _debuglvl='lines,source'
     [echo] _debugOff='true'
     [echo] debugPostfix=''

set.debug:

clean:

clean.scplugin.debug:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..

call.clean.scplugin:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'
     [echo] _nowarn='on'

set.release:

set.debug:
     [echo] _debuglvl='lines,vars,source'
     [echo] _debugOff not defined.
     [echo] debugPostfix='_g'

clean:

clean.scplugin:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..

clean.workbench.nondebug:

clean.workbench.debug:

clean.workbench:

clean:

call.build.all.iconlib:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'

_properties.init:
    [mkdir] Created dir: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.lib/mw

jar.iconlib:
      [jar] Building jar: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.lib/mw/iconlib.jar

build.all:

build.iconlib:

build.utility.nondebug:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..

call.build.all.utility:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'

set.release:
     [echo] _debuglvl='lines,source'
     [echo] _debugOff='true'
     [echo] debugPostfix=''

set.debug:

_properties.init:
    [mkdir] Created dir: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench/utility/classes

compile.utility:
    [javac] Compiling 227 source files to /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench/utility/classes
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

jar.utility.lib:
      [jar] Building jar: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.lib/mw/utility.jar

jar.utility.src:

jar.utility:

build.all:

build.utility.debug:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..

call.build.all.utility:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'

set.release:

set.debug:
     [echo] _debuglvl='lines,vars,source'
     [echo] _debugOff not defined.
     [echo] debugPostfix='_g'

_properties.init:
    [mkdir] Created dir: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench/utility/classes_g

compile.utility:
    [javac] Compiling 227 source files to /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench/utility/classes_g
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

jar.utility.lib:

jar.utility.src:
      [jar] Building jar: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.lib/mw/utility_g.jar

jar.utility:

build.all:

build.utility:

build.platformsmodel.nondebug:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..

call.build.all.platformsmodel:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'

set.release:
     [echo] _debuglvl='lines,source'
     [echo] _debugOff='true'
     [echo] debugPostfix=''

set.debug:

_properties.init:
    [mkdir] Created dir: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench/platformsmodel/classes

compile.platformsmodel:
    [javac] Compiling 11 source files to /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench/platformsmodel/classes
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

jar.platformsmodel.lib:
      [jar] Building jar: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.lib/mw/platformsmodel.jar

jar.platformsmodel.src:

jar.platformsmodel:

build.all:

build.platformsmodel.debug:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..

call.build.all.platformsmodel:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'

set.release:

set.debug:
     [echo] _debuglvl='lines,vars,source'
     [echo] _debugOff not defined.
     [echo] debugPostfix='_g'

_properties.init:
    [mkdir] Created dir: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench/platformsmodel/classes_g

compile.platformsmodel:
    [javac] Compiling 11 source files to /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench/platformsmodel/classes_g
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

jar.platformsmodel.lib:

jar.platformsmodel.src:
      [jar] Building jar: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.lib/mw/platformsmodel_g.jar

jar.platformsmodel:

build.all:

build.platformsmodel:

build.mappingsmodel.nondebug:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..

call.build.all.mappingsmodel:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'

set.release:
     [echo] _debuglvl='lines,source'
     [echo] _debugOff='true'
     [echo] debugPostfix=''

set.debug:

_properties.init:
    [mkdir] Created dir: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench/mappingsmodel/classes

compile.mappingsmodel:
    [javac] Compiling 403 source files to /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench/mappingsmodel/classes
    [javac] Note: * uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

jar.mappingsmodel.lib:
      [jar] Building jar: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.lib/mw/mappingsmodel.jar

jar.mappingsmodel.src:

jar.mappingsmodel:

build.all:

build.mappingsmodel.debug:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..

call.build.all.mappingsmodel:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'

set.release:

set.debug:
     [echo] _debuglvl='lines,vars,source'
     [echo] _debugOff not defined.
     [echo] debugPostfix='_g'

_properties.init:
    [mkdir] Created dir: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench/mappingsmodel/classes_g

compile.mappingsmodel:
    [javac] Compiling 403 source files to /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench/mappingsmodel/classes_g
    [javac] Note: * uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

jar.mappingsmodel.lib:

jar.mappingsmodel.src:
      [jar] Building jar: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.lib/mw/mappingsmodel_g.jar

jar.mappingsmodel:

build.all:

build.mappingsmodel:

build.mappingsio.nondebug:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..

call.build.all.mappingsio:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'

set.release:
     [echo] _debuglvl='lines,source'
     [echo] _debugOff='true'
     [echo] debugPostfix=''

set.debug:

_properties.init:
    [mkdir] Created dir: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench/mappingsio/classes

compile.mappingsio:
    [javac] Compiling 11 source files to /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench/mappingsio/classes
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

jar.mappingsio.lib:
      [jar] Building jar: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.lib/mw/mappingsio.jar

jar.mappingsio.src:

jar.mappingsio:

build.all:

build.mappingsio.debug:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..

call.build.all.mappingsio:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'

set.release:

set.debug:
     [echo] _debuglvl='lines,vars,source'
     [echo] _debugOff not defined.
     [echo] debugPostfix='_g'

_properties.init:
    [mkdir] Created dir: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench/mappingsio/classes_g

compile.mappingsio:
    [javac] Compiling 11 source files to /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench/mappingsio/classes_g
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

jar.mappingsio.lib:

jar.mappingsio.src:
      [jar] Building jar: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.lib/mw/mappingsio_g.jar

jar.mappingsio:

build.all:

build.mappingsio:

build.uitools.nondebug:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..

call.build.all.uitools:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'
     [echo] _nowarn='on'

set.release:
     [echo] _debuglvl='lines,source'
     [echo] _debugOff='true'
     [echo] debugPostfix=''

set.debug:

_properties.init:
    [mkdir] Created dir: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench/uitools/classes

compile.uitools:
    [javac] Compiling 135 source files to /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench/uitools/classes

jar.uitools.lib:
      [jar] Building jar: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.lib/mw/uitools.jar

jar.uitools.src:

jar.uitools:

build.all:

build.uitools.debug:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..

call.build.all.uitools:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'
     [echo] _nowarn='on'

set.release:

set.debug:
     [echo] _debuglvl='lines,vars,source'
     [echo] _debugOff not defined.
     [echo] debugPostfix='_g'

_properties.init:
    [mkdir] Created dir: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench/uitools/classes_g

compile.uitools:
    [javac] Compiling 135 source files to /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench/uitools/classes_g

jar.uitools.lib:

jar.uitools.src:
      [jar] Building jar: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.lib/mw/uitools_g.jar

jar.uitools:

build.all:

build.uitools:

build.framework.nondebug:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..

call.build.all.framework:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'
     [echo] _nowarn='on'

set.release:
     [echo] _debuglvl='lines,source'
     [echo] _debugOff='true'
     [echo] debugPostfix=''

set.debug:

_properties.init:
    [mkdir] Created dir: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench/framework/classes

compile.framework:
    [javac] Compiling 214 source files to /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench/framework/classes

jar.framework.lib:
      [jar] Building jar: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.lib/mw/framework.jar

jar.framework.src:

jar.framework:

build.all:

build.framework.debug:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..

call.build.all.framework:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'
     [echo] _nowarn='on'

set.release:

set.debug:
     [echo] _debuglvl='lines,vars,source'
     [echo] _debugOff not defined.
     [echo] debugPostfix='_g'

_properties.init:
    [mkdir] Created dir: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench/framework/classes_g

compile.framework:
    [javac] Compiling 214 source files to /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench/framework/classes_g

jar.framework.lib:

jar.framework.src:
      [jar] Building jar: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.lib/mw/framework_g.jar

jar.framework:

build.all:

build.framework:

build.platformsplugin.nondebug:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..

call.build.all.platformsplugin:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'

set.release:
     [echo] _debuglvl='lines,source'
     [echo] _debugOff='true'
     [echo] debugPostfix=''

set.debug:

_properties.init:
    [mkdir] Created dir: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench/platformsplugin/classes

compile.platformsplugin:
    [javac] Compiling 29 source files to /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench/platformsplugin/classes
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

jar.platformsplugin.lib:
      [jar] Building jar: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.lib/mw/platformsplugin.jar

jar.platformsplugin.src:

jar.platformsplugin:

build.all:

build.platformsplugin.debug:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..

call.build.all.platformsplugin:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'

set.release:

set.debug:
     [echo] _debuglvl='lines,vars,source'
     [echo] _debugOff not defined.
     [echo] debugPostfix='_g'

_properties.init:
    [mkdir] Created dir: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench/platformsplugin/classes_g

compile.platformsplugin:
    [javac] Compiling 29 source files to /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench/platformsplugin/classes_g
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

jar.platformsplugin.lib:

jar.platformsplugin.src:
      [jar] Building jar: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.lib/mw/platformsplugin_g.jar

jar.platformsplugin:

build.all:

build.platformsplugin:

build.mappingsplugin.nondebug:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..

call.build.all.mappingsplugin:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'
     [echo] _nowarn='on'

set.release:
     [echo] _debuglvl='lines,source'
     [echo] _debugOff='true'
     [echo] debugPostfix=''

set.debug:

_properties.init:
    [mkdir] Created dir: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench/mappingsplugin/classes

compile.mappingsplugin:
    [javac] Compiling 561 source files to /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench/mappingsplugin/classes

jar.mappingsplugin.lib:
      [jar] Building jar: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.lib/mw/mappingsplugin.jar

jar.mappingsplugin.src:

jar.mappingsplugin:

build.all:

build.mappingsplugin.debug:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..

call.build.all.mappingsplugin:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'
     [echo] _nowarn='on'

set.release:

set.debug:
     [echo] _debuglvl='lines,vars,source'
     [echo] _debugOff not defined.
     [echo] debugPostfix='_g'

_properties.init:
    [mkdir] Created dir: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench/mappingsplugin/classes_g

compile.mappingsplugin:
    [javac] Compiling 561 source files to /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench/mappingsplugin/classes_g

jar.mappingsplugin.lib:

jar.mappingsplugin.src:
      [jar] Building jar: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.lib/mw/mappingsplugin_g.jar

jar.mappingsplugin:

build.all:

build.mappingsplugin:

build.scplugin.nondebug:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..

call.build.all.scplugin:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'
     [echo] _nowarn='on'

set.release:
     [echo] _debuglvl='lines,source'
     [echo] _debugOff='true'
     [echo] debugPostfix=''

set.debug:

_properties.init:
    [mkdir] Created dir: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench/scplugin/classes

compile.scplugin:
    [javac] Compiling 197 source files to /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench/scplugin/classes

jar.scplugin.lib:
      [jar] Building jar: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.lib/mw/scplugin.jar

jar.scplugin.src:

jar.scplugin:

build.all:

build.scplugin.debug:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..

call.build.all.scplugin:

init:
     [echo] BldDate.BldTime='080305.0211'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'
     [echo] _nowarn='on'

set.release:

set.debug:
     [echo] _debuglvl='lines,vars,source'
     [echo] _debugOff not defined.
     [echo] debugPostfix='_g'

_properties.init:
    [mkdir] Created dir: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench/scplugin/classes_g

compile.scplugin:
    [javac] Compiling 197 source files to /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench/scplugin/classes_g

jar.scplugin.lib:

jar.scplugin.src:
      [jar] Building jar: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.lib/mw/scplugin_g.jar

jar.scplugin:

build.all:

build.scplugin:

jar.mwcore:
     [echo] Implementation-Version: 1.0.dev_tware080305
      [jar] Building jar: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.lib/mw/elmwcore.jar

jar.workbench:
     [echo] Implementation-Version: 1.0.dev_tware080305
      [jar] Building jar: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.lib/mw/eclipselinkmw.jar

build.workbench.nondebug:

jar.mwcore_g:
     [echo] Implementation-Version: 1.0.dev_tware080305
      [jar] Building jar: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.lib/mw/elmwcore_g.jar

jar.workbench_g:
     [echo] Implementation-Version: 1.0.dev_tware080305
      [jar] Building jar: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.lib/mw/eclipselinkmw_g.jar

build.workbench.debug:

build.workbench:

build:

all:

package.src.jar:
      [zip] Building zip: /opt/public/technology/eclipselink/trunk/eclipselink-src.zip

package.package-renamer.jar:

clean:
   [delete] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.util/rename-utility/classes not found.

compile:
    [mkdir] Created dir: /opt/public/technology/eclipselink/trunk/foundation/eclipselink.util/rename-utility/classes
    [javac] Compiling 4 source files to /opt/public/technology/eclipselink/trunk/foundation/eclipselink.util/rename-utility/classes

all:
      [jar] Building jar: /opt/public/technology/eclipselink/trunk/foundation/eclipselink.util/rename-utility/package-rename.jar

build.javadocs:
  [javadoc] Generating Javadoc
  [javadoc] Javadoc execution
  [javadoc] Creating destination directory: "/opt/public/technology/eclipselink/trunk/build/javadocs/"
  [javadoc] /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa/src/org/eclipse/persistence/tools/weaving/jpa/StaticWeaveAntTask.java:28: package org.apache.tools.ant does not exist
  [javadoc] import org.apache.tools.ant.BuildException;
  [javadoc]                             ^
  [javadoc] /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa/src/org/eclipse/persistence/tools/weaving/jpa/StaticWeaveAntTask.java:29: package org.apache.tools.ant does not exist
  [javadoc] import org.apache.tools.ant.Task;
  [javadoc]                             ^
  [javadoc] /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa/src/org/eclipse/persistence/tools/weaving/jpa/StaticWeaveAntTask.java:30: package org.apache.tools.ant.types does not exist
  [javadoc] import org.apache.tools.ant.types.Path;
  [javadoc]                                   ^
  [javadoc] /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa/src/org/eclipse/persistence/tools/weaving/jpa/StaticWeaveAntTask.java:65: cannot find symbol
  [javadoc] symbol: class Task
  [javadoc] public class StaticWeaveAntTask extends Task{
  [javadoc]                                         ^
  [javadoc] /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa/src/org/eclipse/persistence/tools/weaving/jpa/StaticWeaveAntTask.java:127: cannot find symbol
  [javadoc] symbol  : class Path
  [javadoc] location: class org.eclipse.persistence.tools.weaving.jpa.StaticWeaveAntTask
  [javadoc]     public void addClasspath(Path path) {
  [javadoc]                              ^
  [javadoc] /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa/src/org/eclipse/persistence/tools/weaving/jpa/StaticWeaveAntTask.java:179: cannot find symbol
  [javadoc] symbol  : class BuildException
  [javadoc] location: class org.eclipse.persistence.tools.weaving.jpa.StaticWeaveAntTask
  [javadoc]     private void verifyOptions() throws BuildException{
  [javadoc]                                         ^
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/queries/DatabaseQuery.java:793: warning - Tag @see:illegal character: "59" in "#prepareCall(Session, Record);"
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/queries/DatabaseQuery.java:815: warning - Tag @see:illegal character: "59" in "#prepareCall(Session, Record);"
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/queries/DataReadQuery.java:99: warning - @param argument "aSession" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/queries/DeleteAllQuery.java:87: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/queries/DeleteObjectQuery.java:104: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/queries/ObjectLevelModifyQuery.java:98: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/queries/DoesExistQuery.java:411: warning - @param argument "checkCacheFirst" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/queries/DoesExistQuery.java:422: warning - @param argument "checkDatabaseIfInvalid" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/queries/DoesExistQuery.java:429: warning - @param argument "checkDatabaseIfInvalid" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/queries/ModifyAllQuery.java:31: warning - @date is an unknown tag.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/queries/ObjectLevelReadQuery.java:1124: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/queries/QueryByExamplePolicy.java:164: warning - Tag @link: can't find isNull(Object) in org.eclipse.persistence.expressions.Expression
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/queries/QueryByExamplePolicy.java:164: warning - Tag @link: can't find notNull(Object) in org.eclipse.persistence.expressions.Expression
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/queries/QueryResultsCachePolicy.java:28: warning - Tag @see: can't find setQueryCachePolicy(QueryResultsCachePolicy) in org.eclipse.persistence.queries.ReadQuery
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/queries/ReportQuery.java:48: warning - Tag @see: can't find readObject(Class, Session) in org.eclipse.persistence.queries.ReportQuery
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/queries/ReportQuery.java:223: warning - @param argument "ConstructorReportItem" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/queries/ReportQuery.java:786: warning - @return tag cannot be used in method with void return type.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/queries/UpdateAllQuery.java:45: warning - @date is an unknown tag.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/queries/UpdateAllQuery.java:84: warning - @param argument "builder" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/sessions/factories/EclipseLinkObjectPersistenceRuntimeXMLProject.java:6623: warning - @param argument "String" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/sessions/factories/EclipseLinkObjectPersistenceRuntimeXMLProject.java:6640: warning - @param argument "Object" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/sessions/factories/EclipseLinkObjectPersistenceRuntimeXMLProject.java:6706: warning - @param argument "String" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/sessions/factories/XMLProjectReader.java:245: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/sessions/factories/XMLProjectWriter.java:81: warning - Tag @see: missing '#': "write(Project, String)"
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/sessions/factories/XMLProjectWriter.java:91: warning - Tag @see: missing '#': "write(Project, Writer)"
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/sessions/factories/XMLProjectWriter.java:91: warning - Tag @see: missing '#': "write(Project, String)"
  [javadoc] /opt/public/technology/eclipselink/trunk/moxy/eclipselink.moxy/src/org/eclipse/persistence/jaxb/javamodel/Helper.java:48: warning - Tag @see: reference not found: org.eclipse.persistence.jaxb20.javamodel.JavaModel
  [javadoc] /opt/public/technology/eclipselink/trunk/moxy/eclipselink.moxy/src/org/eclipse/persistence/jaxb/javamodel/Helper.java:48: warning - Tag @see: reference not found: org.eclipse.persistence.jaxb20.javamodel.jot.AnnotationProxy
  [javadoc] /opt/public/technology/eclipselink/trunk/moxy/eclipselink.moxy/src/org/eclipse/persistence/jaxb/javamodel/Helper.java:211: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/moxy/eclipselink.moxy/src/org/eclipse/persistence/jaxb/javamodel/Helper.java:152: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/moxy/eclipselink.moxy/src/org/eclipse/persistence/jaxb/javamodel/Helper.java:135: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/moxy/eclipselink.moxy/src/org/eclipse/persistence/jaxb/javamodel/Helper.java:172: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/moxy/eclipselink.moxy/src/org/eclipse/persistence/jaxb/javamodel/Helper.java:184: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/moxy/eclipselink.moxy/src/org/eclipse/persistence/jaxb/javamodel/Helper.java:226: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/moxy/eclipselink.moxy/src/org/eclipse/persistence/jaxb/javamodel/Helper.java:192: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/moxy/eclipselink.moxy/src/org/eclipse/persistence/jaxb/javamodel/Helper.java:241: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/moxy/eclipselink.moxy/src/org/eclipse/persistence/jaxb/javamodel/Helper.java:255: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/moxy/eclipselink.moxy/src/org/eclipse/persistence/jaxb/javamodel/Helper.java:211: warning - Tag @see: reference not found: isAnnotationPresent
  [javadoc] /opt/public/technology/eclipselink/trunk/moxy/eclipselink.moxy/src/org/eclipse/persistence/jaxb/javamodel/JavaClass.java:30: warning - Tag @see: reference not found: org.eclipse.persistence.jaxb20.javamodel.JavaHasAnnotations
  [javadoc] /opt/public/technology/eclipselink/trunk/moxy/eclipselink.moxy/src/org/eclipse/persistence/jaxb/javamodel/JavaField.java:28: warning - Tag @see: reference not found: org.eclipse.persistence.jaxb20.javamodel.JavaHasAnnotations
  [javadoc] /opt/public/technology/eclipselink/trunk/moxy/eclipselink.moxy/src/org/eclipse/persistence/jaxb/javamodel/JavaHasAnnotations.java:31: warning - Tag @see: reference not found: org.eclipse.persistence.jaxb20.javamodel.JavaAnnotation
  [javadoc] /opt/public/technology/eclipselink/trunk/moxy/eclipselink.moxy/src/org/eclipse/persistence/jaxb/javamodel/JavaMethod.java:28: warning - Tag @see: reference not found: org.eclipse.persistence.jaxb20.javamodel.JavaHasAnnotations
  [javadoc] /opt/public/technology/eclipselink/trunk/moxy/eclipselink.moxy/src/org/eclipse/persistence/jaxb/javamodel/JavaModelInput.java:30: warning - Tag @see: reference not found: org.eclipse.persistence.jaxb20.javamodel.JavaClass
  [javadoc] /opt/public/technology/eclipselink/trunk/moxy/eclipselink.moxy/src/org/eclipse/persistence/jaxb/javamodel/JavaModelInput.java:30: warning - Tag @see: reference not found: org.eclipse.persistence.jaxb20.javamodel.JavaModel
  [javadoc] /opt/public/technology/eclipselink/trunk/moxy/eclipselink.moxy/src/org/eclipse/persistence/jaxb/javamodel/JavaPackage.java:27: warning - Tag @see: reference not found: org.eclipse.persistence.jaxb20.javamodel.JavaHasAnnotations
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:39: warning - Tag @see:illegal character: "59" in "#createRemoteSession();"
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:49: warning - Tag @see: reference not found: org.eclipse.persistence.internal.RemoteCommand
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:29: warning - @param argument "remoteCommand" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionControllerDispatcher.java:46: warning - @param argument "remoteCommand" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/oxm/mappings/XMLBinaryDataCollectionMapping.java:123: warning - @param argument "aPolicy" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/oxm/mappings/XMLCollectionReferenceMapping.java:118: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/oxm/mappings/XMLCollectionReferenceMapping.java:118: warning - @return tag cannot be used in method with void return type.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/oxm/mappings/XMLObjectReferenceMapping.java:119: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/oxm/mappings/XMLCompositeObjectMapping.java:243: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/oxm/mappings/XMLNillableMapping.java:41: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/oxm/mappings/XMLDirectMapping.java:212: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/oxm/mappings/XMLMapping.java:24: warning - Tag @see: reference not found: org.eclipse.persistence.oxm.mappings
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/oxm/mappings/XMLNillableMapping.java:26: warning - Tag @see: reference not found: org.eclipse.persistence.oxm.mappings
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/oxm/mappings/XMLObjectReferenceMapping.java:208: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/oxm/mappings/XMLObjectReferenceMapping.java:230: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/oxm/mappings/XMLObjectReferenceMapping.java:259: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/oxm/mappings/XMLObjectReferenceMapping.java:274: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/oxm/mappings/XMLObjectReferenceMapping.java:374: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/oxm/mappings/XMLObjectReferenceMapping.java:93: warning - @param argument "sourceObject" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/oxm/mappings/XMLObjectReferenceMapping.java:119: warning - @return tag cannot be used in method with void return type.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/oxm/mappings/XMLObjectReferenceMapping.java:364: warning - @Override is an unknown tag.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/oxm/mappings/XMLObjectReferenceMapping.java:374: warning - @return tag cannot be used in method with void return type.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/sessions/broker/SessionBroker.java:320: warning - Tag @see: can't find acquireSessionAsOf(java.lang.Number) in org.eclipse.persistence.sessions.broker.SessionBroker
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/sessions/broker/SessionBroker.java:320: warning - Tag @see: can't find acquireSessionAsOf(java.util.Date) in org.eclipse.persistence.sessions.broker.SessionBroker
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/sessions/broker/SessionBroker.java:320: warning - Tag @see: can't find hasAsOfClause in org.eclipse.persistence.sessions.broker.SessionBroker
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/sessions/broker/SessionBroker.java:851: warning - Tag @see: can't find logMessages() in org.eclipse.persistence.sessions.broker.SessionBroker
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/sessions/broker/SessionBroker.java:835: warning - Tag @see: can't find logMessages() in org.eclipse.persistence.sessions.broker.SessionBroker
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/sessions/broker/SessionBroker.java:320: warning - Tag @see: reference not found: org.eclipse.persistence.expressions.AsOfClause
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/sessions/Session.java:845: warning - Tag @see: can't find logMessages() in org.eclipse.persistence.sessions.Session
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/sessions/Session.java:815: warning - Tag @see: can't find logMessages() in org.eclipse.persistence.sessions.Session
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/server/oc4j/Oc4jPlatform.java:54: warning - Tag @see: missing '#': "ServerPlatformBase.isJTAEnabled()"
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/server/oc4j/Oc4jPlatform.java:54: warning - Tag @see: can't find ServerPlatformBase.isJTAEnabled() in org.eclipse.persistence.platform.server.oc4j.Oc4jPlatform
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/server/oc4j/Oc4jPlatform.java:54: warning - Tag @see: missing '#': "ServerPlatformBase.disableJTA()"
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/server/oc4j/Oc4jPlatform.java:54: warning - Tag @see: can't find ServerPlatformBase.disableJTA() in org.eclipse.persistence.platform.server.oc4j.Oc4jPlatform
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/server/oc4j/Oc4jPlatform.java:54: warning - Tag @see: missing '#': "ServerPlatformBase.initializeExternalTransactionController()"
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/server/oc4j/Oc4jPlatform.java:54: warning - Tag @see: can't find ServerPlatformBase.initializeExternalTransactionController() in org.eclipse.persistence.platform.server.oc4j.Oc4jPlatform
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/exceptions/CommunicationException.java:29: warning - Tag @param cannot be used in field documentation.  It can only be used in the following types of documentation: class/interface, constructor, method.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/exceptions/CommunicationException.java:45: warning - @param argument "theMessage" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/exceptions/DatabaseException.java:380: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/exceptions/DatabaseException.java:362: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/exceptions/EclipseLinkException.java:231: warning - @param argument "booleam" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/descriptors/invalidation/CacheInvalidationPolicy.java:29: warning - Tag @see: reference not found: org.eclipse.persistence.descriptors.cacheinvalidation.NoExpiryCacheInvalidationPolicy
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/descriptors/invalidation/CacheInvalidationPolicy.java:29: warning - Tag @see: reference not found: org.eclipse.persistence.descriptors.cacheinvalidation.DailyCacheInvalidationPolicy
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/descriptors/invalidation/CacheInvalidationPolicy.java:29: warning - Tag @see: reference not found: org.eclipse.persistence.descriptors.cacheinvalidation.TimeToLiveCacheInvalidationPolicy
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/expressions/spatial/SpatialExpressionFactory.java:131: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/expressions/spatial/SpatialParameters.java:181: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/sequencing/DefaultSequence.java:154: warning - @param argument "seqName" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/sequencing/DefaultSequence.java:164: warning - @param argument "ownerSession" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/sequencing/Sequence.java:276: warning - @param argument "ownerSession" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/sequencing/Sequence.java:292: warning - @param argument "ownerSession" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/sequencing/StandardSequence.java:123: warning - @param argument "existingValue" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/sessions/coordination/RemoteCommandManager.java:70: warning - Tag @see: reference not found: CommandTransporter
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/extension/OPStack.java:223: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/extension/SDOUtil.java:358: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/extension/SDOUtil.java:370: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/extension/SDOUtil.java:481: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/extension/SDOUtil.java:469: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/extension/SDOUtil.java:436: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/extension/SDOUtil.java:447: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/extension/SDOUtil.java:457: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/extension/SDOUtil.java:93: warning - @exclude is an unknown tag.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/extension/XPathExpression.java:39: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/extension/XPathHelper.java:379: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/extension/XPathHelper.java:402: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/extension/XPathHelper.java:422: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/extension/XPathHelper.java:65: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/extension/XPathHelper.java:488: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/extension/XPathHelper.java:402: warning - @param argument "qualifiedName" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/extension/XPathHelper.java:422: warning - @param argument "qualifiedName" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/extension/XPathHelper.java:578: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/extension/XPathHelper.java:520: warning - @param argument "query" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/eis/EISDescriptor.java:360: warning - @param argument "String" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/eis/EISDescriptor.java:360: warning - @param argument "String" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/descriptors/ClassDescriptor.java:363: warning - Tag @see:illegal character: "59" in "#addMultipleTableForeignKeyFieldName(String, String);"
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/descriptors/ClassDescriptor.java:363: warning - Tag @see: can't find addMultipleTableForeignKeyFieldName(String, String); in org.eclipse.persistence.descriptors.ClassDescriptor
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/FileCodeWriter.java:102: warning - @param argument "The" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/ListWrapper.java:120: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/ListWrapper.java:366: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/ListWrapper.java:763: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/ListWrapper.java:331: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/ListWrapper.java:317: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/ListWrapper.java:474: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/ListWrapper.java:678: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/ListWrapper.java:193: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/ListWrapper.java:135: warning - @param argument "position" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/ListWrapper.java:135: warning - @return tag cannot be used in method with void return type.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/ListWrapper.java:193: warning - @return tag cannot be used in method with void return type.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/SchemaResolverWrapper.java:107: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/SDOCopyHelper.java:1011: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/SDOEqualityHelper.java:571: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/SDOSchemaGenerator.java:48: warning - Tag @see: reference not found: commonj.sdo.XSDHelper
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/SDOTypeHelper.java:54: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/SDOTypeHelper.java:97: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/SDOTypeHelper.java:39: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/SDOTypeHelper.java:70: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/SDOTypeHelper.java:46: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/SDOTypeHelper.java:84: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/SDOTypeHelper.java:62: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/SDOTypeHelper.java:54: warning - @return tag cannot be used in method with void return type.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/SDOTypesGenerator.java:48: warning - Tag @see: reference not found: commonj.sdo.XSDHelper
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/SDOTypesGenerator.java:1933: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/SDOTypesGenerator.java:1949: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/SDOUnmappedContentHandler.java:51: warning - Tag @see: reference not found: commonj.sdo.XMLHelper
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/SDOXMLHelper.java:144: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/SDOXMLHelper.java:73: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/SDOXMLHelper.java:108: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/SDOXMLHelper.java:87: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/SDOXMLHelper.java:122: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/SDOXMLHelper.java:136: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/SDOXMLHelper.java:59: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/SDOXSDHelper.java:66: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/SDOXSDHelper.java:49: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/SDOXSDHelper.java:58: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/SDOXSDHelper.java:40: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/SDOXSDHelper.java:74: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/mappings/transformers/AttributeTransformerAdapter.java:28: warning - Tag @see: reference not found: org.eclipse.persistence.mappings.AttributeTransformer
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/mappings/transformers/ConstantTransformer.java:24: warning - Tag @see: reference not found: org.eclipse.persistence.mappings.FieldTransformer
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/mappings/transformers/FieldTransformerAdapter.java:27: warning - Tag @see: reference not found: org.eclipse.persistence.mappings.FieldTransformer
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/server/CustomServerPlatform.java:75: warning - @return tag cannot be used in method with void return type.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/server/NoServerPlatform.java:72: warning - @param argument "Thread" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/server/NoServerPlatform.java:72: warning - @return tag cannot be used in method with void return type.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/server/ServerLog.java:32: warning - Tag @see: reference not found: Session
  [javadoc]  </p>
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/server/ServerPlatform.java:109: warning - @return tag cannot be used in method with void return type.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/server/ServerPlatform.java:131: warning - @return tag cannot be used in method with void return type.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/server/ServerPlatform.java:149: warning - @return tag cannot be used in method with void return type.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/server/ServerPlatform.java:160: warning - @return tag cannot be used in method with void return type.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/server/ServerPlatform.java:171: warning - @return tag cannot be used in method with void return type.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/server/ServerPlatform.java:190: warning - @param argument "Runnable" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/server/ServerPlatform.java:190: warning - @return tag cannot be used in method with void return type.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/server/ServerPlatformBase.java:213: warning - @return tag cannot be used in method with void return type.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/server/ServerPlatformBase.java:295: warning - @return tag cannot be used in method with void return type.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/server/ServerPlatformBase.java:318: warning - @return tag cannot be used in method with void return type.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/server/ServerPlatformBase.java:334: warning - @return tag cannot be used in method with void return type.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/server/ServerPlatformBase.java:353: warning - @return tag cannot be used in method with void return type.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/server/ServerPlatformBase.java:365: warning - @return tag cannot be used in method with void return type.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/server/ServerPlatformBase.java:398: warning - @return tag cannot be used in method with void return type.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/server/ServerPlatformBase.java:410: warning - @param argument "Runnable" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/server/ServerPlatformBase.java:410: warning - @return tag cannot be used in method with void return type.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/server/ServerPlatformBase.java:451: warning - @return tag cannot be used in method with void return type.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/oxm/record/MarshalRecord.java:234: warning - @param argument "qName" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/oxm/record/MarshalRecord.java:291: warning - @param argument "namespaceResolver" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/oxm/record/NodeRecord.java:164: warning - @param argument "writer" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/oxm/record/UnmarshalRecord.java:194: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/oxm/record/UnmarshalRecord.java:203: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/oxm/record/XMLRootRecord.java:87: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/oxm/record/XMLRootRecord.java:96: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/exceptions/i18n/CommunicationExceptionResource.java:24: warning - @author: is an unknown tag.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/exceptions/i18n/ConcurrencyExceptionResource.java:24: warning - @author: is an unknown tag.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/exceptions/i18n/ConversionExceptionResource.java:24: warning - @author: is an unknown tag.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/exceptions/i18n/DatabaseExceptionResource.java:24: warning - @author: is an unknown tag.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/exceptions/i18n/DescriptorExceptionResource.java:24: warning - @author: is an unknown tag.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/exceptions/i18n/EntityManagerSetupExceptionResource.java:23: warning - @author: is an unknown tag.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/exceptions/i18n/ExceptionMessageGenerator.java:28: warning - @author: is an unknown tag.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/exceptions/i18n/ExceptionResource.java:23: warning - @author: is an unknown tag.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/exceptions/i18n/JMSProcessingExceptionResource.java:24: warning - @author: is an unknown tag.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/exceptions/i18n/OptimisticLockExceptionResource.java:24: warning - @author: is an unknown tag.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/exceptions/i18n/QueryExceptionResource.java:22: warning - @author: is an unknown tag.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/exceptions/i18n/SessionLoaderExceptionResource.java:24: warning - @author: is an unknown tag.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/exceptions/i18n/ValidationExceptionResource.java:24: warning - @author: is an unknown tag.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/indirection/WeavedAttributeValueHolderInterface.java:34: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/indirection/WeavedAttributeValueHolderInterface.java:46: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/database/DatabasePlatform.java:30: warning - Tag @see: reference not found: OraclePlatform
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/database/DerbyPlatform.java:166: warning - @parameter is an unknown tag.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/database/DerbyPlatform.java:166: warning - @parameter is an unknown tag.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/database/DerbyPlatform.java:166: warning - @parameter is an unknown tag.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/database/DerbyPlatform.java:166: warning - @parameter is an unknown tag.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/database/MySQL4Platform.java:402: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/database/TimesTenPlatform.java:146: warning - @param argument "sequenceName" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/oxm/XMLContext.java:511: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/oxm/XMLDescriptor.java:49: warning - Tag @see: reference not found: org.eclipse.persistence.oxm.mappings
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/oxm/XMLDescriptor.java:128: warning - @return tag cannot be used in method with void return type.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/oxm/XMLDescriptor.java:219: warning - Tag @see: reference not found: org.eclipse.persistence.oxm.schema
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/oxm/XMLDescriptor.java:229: warning - Tag @see: reference not found: org.eclipse.persistence.oxm.schema
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/oxm/XMLField.java:737: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/oxm/XMLField.java:753: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/oxm/XMLMarshaller.java:187: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/oxm/XMLMarshaller.java:196: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/oxm/XMLMarshaller.java:93: warning - @param argument "session" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/oxm/XMLMarshaller.java:196: warning - @parm is an unknown tag.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/oxm/XMLRoot.java:54: warning - @param argument "qualifiedName" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/oxm/XMLUnmarshaller.java:456: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/oxm/XMLUnmarshaller.java:466: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/oxm/XMLUnmarshaller.java:466: warning - @parm is an unknown tag.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/sessions/remote/rmi/RMIConnection.java:39: warning - Tag @see:illegal character: "59" in "#createRemoteSession();"
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/sessions/remote/rmi/RMIConnection.java:49: warning - Tag @see: reference not found: org.eclipse.persistence.internal.RemoteCommand
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/sessions/remote/rmi/RMIRemoteSessionController.java:29: warning - @param argument "remoteCommand" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/sessions/remote/rmi/RMIRemoteSessionControllerDispatcher.java:46: warning - @param argument "remoteCommand" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/oxm/documentpreservation/DocumentPreservationPolicy.java:42: warning - Tag @see: reference not found: RelativePositionNodeOrderingPolicy
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/oxm/mappings/nullpolicy/AbstractNullPolicy.java:335: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/oxm/mappings/nullpolicy/AbstractNullPolicy.java:351: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/oxm/mappings/nullpolicy/AbstractNullPolicy.java:123: warning - @param argument "enumValue" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/oxm/mappings/nullpolicy/AbstractNullPolicy.java:133: warning - @param argument "enumValue" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/oxm/mappings/nullpolicy/AbstractNullPolicy.java:295: warning - @ is an unknown tag.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/oxm/mappings/nullpolicy/AbstractNullPolicy.java:343: warning - @param argument "bIsNullRepresentedByEmptyNode" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/oxm/mappings/nullpolicy/AbstractNullPolicy.java:359: warning - @param argument "isNullRepresentedByXsiNil" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/oxm/mappings/nullpolicy/IsSetNullPolicy.java:177: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/oxm/mappings/nullpolicy/IsSetNullPolicy.java:209: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/oxm/mappings/nullpolicy/IsSetNullPolicy.java:193: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/oxm/mappings/nullpolicy/IsSetNullPolicy.java:185: warning - @param argument "isSetMethodName" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/mappings/DirectMapMapping.java:56: warning - @author: is an unknown tag.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/mappings/ObjectReferenceMapping.java:1001: warning - @param argument "proxyInterfaces" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/mappings/ObjectReferenceMapping.java:1025: warning - @param argument "proxyInterface" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/database/converters/StructConverter.java:60: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/database/converters/StructConverter.java:71: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:37: warning - Tag @see:illegal character: "59" in "#createRemoteSession();"
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:47: warning - Tag @see: reference not found: org.eclipse.persistence.internal.RemoteCommand
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionControllerDispatcher.java:44: warning - @param argument "remoteCommand" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa/src/org/eclipse/persistence/tools/weaving/jpa/StaticWeaveAntTask.java:79: warning - @param argument "inputJarFile" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa/src/org/eclipse/persistence/tools/weaving/jpa/StaticWeaveAntTask.java:87: warning - @param argument "outputJarFile" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa/src/org/eclipse/persistence/tools/weaving/jpa/StaticWeaveAntTask.java:95: warning - @param argument "inputMainJarFile" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa/src/org/eclipse/persistence/tools/weaving/jpa/StaticWeaveProcessor.java:97: warning - @param argument "log" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa/src/org/eclipse/persistence/tools/weaving/jpa/StaticWeaveProcessor.java:131: warning - @param argument "persistenceinfo" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa/src/org/eclipse/persistence/tools/weaving/jpa/StaticWeaveProcessor.java:143: warning - @param argument "persistenceinfo" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/server/jboss/JBossPlatform.java:50: warning - Tag @see: missing '#': "ServerPlatformBase.isJTAEnabled()"
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/server/jboss/JBossPlatform.java:50: warning - Tag @see: can't find ServerPlatformBase.isJTAEnabled() in org.eclipse.persistence.platform.server.jboss.JBossPlatform
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/server/jboss/JBossPlatform.java:50: warning - Tag @see: missing '#': "ServerPlatformBase.disableJTA()"
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/server/jboss/JBossPlatform.java:50: warning - Tag @see: can't find ServerPlatformBase.disableJTA() in org.eclipse.persistence.platform.server.jboss.JBossPlatform
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/server/jboss/JBossPlatform.java:50: warning - Tag @see: missing '#': "ServerPlatformBase.initializeExternalTransactionController()"
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/server/jboss/JBossPlatform.java:50: warning - Tag @see: can't find ServerPlatformBase.initializeExternalTransactionController() in org.eclipse.persistence.platform.server.jboss.JBossPlatform
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/mappings/foundation/AbstractCompositeDirectCollectionMapping.java:649: warning - @param argument "True" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/mappings/foundation/AbstractCompositeDirectCollectionMapping.java:661: warning - @returns is an unknown tag.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/mappings/foundation/AbstractDirectMapping.java:786: warning - @parameter is an unknown tag.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/mappings/foundation/AbstractTransformationMapping.java:217: warning - @parameter is an unknown tag.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/mappings/foundation/AbstractTransformationMapping.java:1193: warning - Tag @see: reference not found: org.eclipse.persistence.mappings.IndirectionPolicy
  [javadoc] /opt/public/technology/eclipselink/trunk/moxy/eclipselink.moxy/src/org/eclipse/persistence/jaxb/compiler/AnnotationsProcessor.java:438: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/moxy/eclipselink.moxy/src/org/eclipse/persistence/jaxb/compiler/AnnotationsProcessor.java:452: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/moxy/eclipselink.moxy/src/org/eclipse/persistence/jaxb/compiler/AnnotationsProcessor.java:452: warning - @param argument "tgt" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/moxy/eclipselink.moxy/src/org/eclipse/persistence/jaxb/compiler/EnumTypeInfo.java:33: warning - Tag @see: reference not found: org.eclipse.persistence.jaxb.AnnotationsProcessor
  [javadoc] /opt/public/technology/eclipselink/trunk/moxy/eclipselink.moxy/src/org/eclipse/persistence/jaxb/compiler/Generator.java:91: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/moxy/eclipselink.moxy/src/org/eclipse/persistence/jaxb/compiler/TypeInfo.java:175: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/moxy/eclipselink.moxy/src/org/eclipse/persistence/jaxb/compiler/TypeInfo.java:233: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/moxy/eclipselink.moxy/src/org/eclipse/persistence/jaxb/compiler/TypeInfo.java:200: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/moxy/eclipselink.moxy/src/org/eclipse/persistence/jaxb/compiler/TypeInfo.java:200: warning - @return tag cannot be used in method with void return type.
  [javadoc] /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa/src/org/eclipse/persistence/jpa/PersistenceProvider.java:185: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa/src/org/eclipse/persistence/jpa/PersistenceProvider.java:51: warning - @param argument "map" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa/src/org/eclipse/persistence/jpa/PersistenceProvider.java:143: warning - @param argument "map" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/database/oracle/OraclePlatform.java:474: warning - @param argument "sequenceName" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/database/oracle/OraclePlatform.java:484: warning - @param argument "sequenceName" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/sessions/DatabaseRecord.java:100: warning - @param argument "key" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/sessions/DatabaseSession.java:222: warning - Tag @see: can't find refreshAndLockObject(Object, lockMode) in org.eclipse.persistence.sessions.DatabaseSession
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/sessions/DefaultConnector.java:305: warning - @return tag cannot be used in method with void return type.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/sessions/DefaultConnector.java:335: warning - @return tag cannot be used in method with void return type.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/sessions/Session.java:118: warning - Tag @see: can't find getAllQueries() in org.eclipse.persistence.sessions.Session
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/sessions/Session.java:407: warning - Tag @see: can't find getAllQueries() in org.eclipse.persistence.sessions.Session
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/sessions/Session.java:453: warning - Tag @see: can't find logMessages() in org.eclipse.persistence.sessions.Session
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/sessions/Session.java:561: warning - Tag @see: can't find logMessages() in org.eclipse.persistence.sessions.Session
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/sessions/Session.java:868: warning - Tag @see: reference not found: org.eclipse.persistence.sessions.SessionLog
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/sessions/Session.java:876: warning - Tag @see: reference not found: org.eclipse.persistence.sessions.SessionLog
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/sessions/Session.java:884: warning - Tag @see: reference not found: org.eclipse.persistence.sessions.SessionLog
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/sessions/Session.java:892: warning - Tag @see: reference not found: org.eclipse.persistence.sessions.SessionLog
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/sessions/UnitOfWork.java:369: warning - Tag @see: can't find refreshAndLockObject(Object, lockMode) in org.eclipse.persistence.sessions.UnitOfWork
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/xml/jaxp/JAXPPlatform.java:107: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/xml/jaxp/JAXPPlatform.java:107: warning - @param argument "xPath" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/xml/XMLPlatform.java:92: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/sessions/changesets/ObjectChangeSet.java:96: warning - @param argument "String" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/logging/AbstractSessionLog.java:483: warning - @param argument "entry" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/logging/AbstractSessionLog.java:625: warning - @param argument "OutputStream" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/logging/LogFormatter.java:44: warning - @param argument "record" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/logging/XMLLogFormatter.java:76: warning - @param argument "record" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/delegates/SDOTypeHelperDelegate.java:612: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/delegates/SDOTypeHelperDelegate.java:410: warning - @param argument "type" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/helper/delegates/SDOXSDHelperDelegate.java:278: warning - @param argument "schemaLocation" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/moxy/eclipselink.moxy/src/org/eclipse/persistence/jaxb/JAXBEnumTypeConverter.java:53: warning - @param argument "classLoader" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/moxy/eclipselink.moxy/src/org/eclipse/persistence/jaxb/JAXBIntrospector.java:39: warning - Tag @see: reference not found: org.eclipse.persistence.jaxb.JAXB20Context
  [javadoc] /opt/public/technology/eclipselink/trunk/moxy/eclipselink.moxy/src/org/eclipse/persistence/jaxb/JAXBValidator.java:37: warning - @param argument "newXMLMarshaller" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/tools/profiler/PerformanceProfiler.java:58: warning - @depricated is an unknown tag.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/tools/profiler/PerformanceProfiler.java:68: warning - @depricated is an unknown tag.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/server/was/WebSpherePlatform.java:64: warning - Tag @see: missing '#': "ServerPlatformBase.isJTAEnabled()"
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/server/was/WebSpherePlatform.java:64: warning - Tag @see: can't find ServerPlatformBase.isJTAEnabled() in org.eclipse.persistence.platform.server.was.WebSpherePlatform
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/server/was/WebSpherePlatform.java:64: warning - Tag @see: missing '#': "ServerPlatformBase.disableJTA()"
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/server/was/WebSpherePlatform.java:64: warning - Tag @see: can't find ServerPlatformBase.disableJTA() in org.eclipse.persistence.platform.server.was.WebSpherePlatform
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/server/was/WebSpherePlatform.java:64: warning - Tag @see: missing '#': "ServerPlatformBase.initializeExternalTransactionController()"
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/server/was/WebSpherePlatform.java:64: warning - Tag @see: can't find ServerPlatformBase.initializeExternalTransactionController() in org.eclipse.persistence.platform.server.was.WebSpherePlatform
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/server/wls/WebLogicPlatform.java:63: warning - Tag @see: missing '#': "ServerPlatformBase.isJTAEnabled()"
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/server/wls/WebLogicPlatform.java:63: warning - Tag @see: can't find ServerPlatformBase.isJTAEnabled() in org.eclipse.persistence.platform.server.wls.WebLogicPlatform
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/server/wls/WebLogicPlatform.java:63: warning - Tag @see: missing '#': "ServerPlatformBase.disableJTA()"
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/server/wls/WebLogicPlatform.java:63: warning - Tag @see: can't find ServerPlatformBase.disableJTA() in org.eclipse.persistence.platform.server.wls.WebLogicPlatform
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/server/wls/WebLogicPlatform.java:63: warning - Tag @see: missing '#': "ServerPlatformBase.initializeExternalTransactionController()"
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/server/wls/WebLogicPlatform.java:63: warning - Tag @see: can't find ServerPlatformBase.initializeExternalTransactionController() in org.eclipse.persistence.platform.server.wls.WebLogicPlatform
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/history/AsOfClause.java:43: warning - Tag @see: can't find asOf(AsOfClause) in org.eclipse.persistence.queries.ObjectLevelReadQuery
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/history/AsOfClause.java:43: warning - Tag @see: can't find acquireSessionAsOf(AsOfClause) in org.eclipse.persistence.sessions.Session
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/history/AsOfSCNClause.java:32: warning - Tag @see: reference not found: org.eclipse.persistence.internal.databaseaccess.OraclePlatform#getSystemChangeNumberQuery
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/jpa/config/CascadePolicy.java:31: warning - @QueryHint(name=EclipseLinkQueryHints.REFRESH_CASCADE, is an unknown tag.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/jpa/config/ProfilerType.java:28: warning - Tag @see: reference not found: QueryMonitor
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/jpa/config/ProfilerType.java:28: warning - Tag @see: reference not found: PerformanceProfiler
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/jpa/config/StructConverterType.java:25: warning - @StructConverter(name="JGeom", is an unknown tag.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/mappings/converters/Converter.java:34: warning - Tag @see: can't find setConverter(Converter) in org.eclipse.persistence.mappings.DirectCollectionMapping
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/descriptors/ClassExtractor.java:26: warning - Tag @see: can't find setClassExtractor(ClassExtrator) in org.eclipse.persistence.descriptors.InheritancePolicy
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/descriptors/CMPPolicy.java:139: warning - Tag @see: can't find org.eclipse.persistence.descriptors.PessimisticLockingPolicy in org.eclipse.persistence.descriptors.CMPPolicy
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/descriptors/CMPPolicy.java:189: warning - Tag @see: can't find org.eclipse.persistence.descriptors.PessimisticLockingPolicy in org.eclipse.persistence.descriptors.CMPPolicy
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/descriptors/CMPPolicy.java:159: warning - @param argument "Class" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/descriptors/CMPPolicy.java:189: warning - @param argument "PessimisticLockingPolicy" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/descriptors/CMPPolicy.java:228: warning - @param argument "boolean" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/descriptors/CMPPolicy.java:249: warning - @param argument "boolean" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/descriptors/MethodClassExtractor.java:34: warning - Tag @see: can't find setClassExtractor(ClassExtrator) in org.eclipse.persistence.descriptors.InheritancePolicy
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/descriptors/PessimisticLockingPolicy.java:62: warning - @param argument "short" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/descriptors/WrapperPolicy.java:75: warning - @param argument "original," is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/xml/XMLPlatform.java:125: warning - @param argument "document" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/xml/XMLPlatform.java:125: warning - @param argument "schemaReference" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/xml/XMLPlatformException.java:98: warning - Tag @see: missing '#': "org.eclipse.persistence.platform.xml.XMLSchemaReference.getType()"
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/platform/xml/XMLPlatformException.java:98: warning - Tag @see: can't find org.eclipse.persistence.platform.xml.XMLSchemaReference.getType() in org.eclipse.persistence.platform.xml.XMLPlatformException
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/expressions/Expression.java:434: warning - Tag @see: malformed: "org.eclipse.persistence.queries.ObjectLevelReadQuery#setAsOfClause(org.eclipse.persistence.history.AsOfClause))"
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/expressions/Expression.java:434: warning - Tag @see: reference not found: org.eclipse.persistence.queries.ObjectLevelReadQuery#setAsOfClause(org.eclipse.persistence.history.AsOfClause))
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/expressions/ExpressionBuilder.java:416: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/sessions/server/ClientSession.java:514: warning - Tag @see: can't find CommandManager in org.eclipse.persistence.sessions.server.ClientSession
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/sessions/server/ConnectionPool.java:269: warning - @param argument "java.util.Vector" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/sessions/server/ConnectionPool.java:278: warning - @param argument "java.util.Vector" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/sessions/server/ConnectionPool.java:329: warning - @param argument "org.eclipse.persistence.sessions.server.ServerSession" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/sessions/server/ExternalConnectionPool.java:90: warning - @param argument "org.eclipse.persistence.internal.databaseaccess.Accessor" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/sessions/server/ServerSession.java:705: warning - @param argument "int" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/annotations/BasicMap.java:70: warning - @Convert("none"), is an unknown tag.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/annotations/BasicMap.java:82: warning - @Convert("none"), is an unknown tag.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/annotations/ChangeTrackingType.java:22: warning - Tag @see: reference not found: org.eclipse.persistence.annotations.ChangeTracking.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/annotations/NamedStoredProcedureQuery.java:36: warning - Tag @see: reference not found: org.eclipse.persistence.annotations.StoredProcedureParameter.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/annotations/OptimisticLocking.java:38: warning - Tag @see: reference not found: org.eclipse.persistence.annotations.OptimisticLockingType.
  [javadoc] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/src/org/eclipse/persistence/annotations/OptimisticLockingType.java:22: warning - Tag @see: reference not found: org.eclipse.persistence.annotations.OptimisticLocking.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/DefaultValueStore.java:86: warning - @param argument "dataObject" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/DefaultValueStore.java:128: warning - @param argument "Map" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/SDOChangeSummary.java:850: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/SDOChangeSummary.java:877: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/SDOChangeSummary.java:230: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/SDOChangeSummary.java:584: warning - Tag @link: reference not found: ChangeSummary.Setting setting
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/SDOChangeSummary.java:382: warning - Tag @link: reference not found: ChangeSummary.Setting settings
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/SDOChangeSummary.java:959: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/SDOChangeSummary.java:924: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/SDOChangeSummary.java:447: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/SDOChangeSummary.java:437: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/SDOChangeSummary.java:420: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/SDOChangeSummary.java:969: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/SDOChangeSummary.java:980: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/SDOChangeSummary.java:991: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/SDOChangeSummary.java:905: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/SDOChangeSummary.java:382: warning - Tag @link: reference not found: ChangeSummary.Setting settings
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/SDOChangeSummary.java:584: warning - Tag @link: reference not found: ChangeSummary.Setting setting
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/SDODataObject.java:116: warning - Tag @link: can't find SDODataObject(HelperContext) in org.eclipse.persistence.sdo.SDODataObject
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/SDODataObject.java:1845: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/SDODataObject.java:1984: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/SDODataObject.java:2592: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/SDODataObject.java:2082: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/SDODataObject.java:2107: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/SDODataObject.java:1377: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/SDODataObject.java:2436: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/SDODataObject.java:2156: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/SDODataObject.java:1832: warning - @param argument "currentValueStore" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/SDOProperty.java:64: warning - Tag @link: reference not found: DataObject data object
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/SDOProperty.java:164: warning - Tag @link: reference not found: DataObject data object
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/SDOProperty.java:164: warning - Tag @link: reference not found: DataObject data object
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/SDOProperty.java:283: warning - @param argument "the" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/SDOResolvable.java:308: warning - @return tag has no arguments.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/SDOSetting.java:31: warning - Tag @link: reference not found: Sequence sequence
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/SDOType.java:100: warning - Tag @link: can't find  in org.eclipse.persistence.sdo.SDOType
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/SDOType.java:256: warning - Tag @link: missing '#': "isOpen()"
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/SDOType.java:426: warning - @param argument "xsdLocalName" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/SDOType.java:537: warning - @param argument "xsdList" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/SDOType.java:692: warning - @param argument "nr" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/SDOXMLDocument.java:217: warning - @param argument "rootElementURI" is not a parameter name.
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/SDOProperty.java:64: warning - Tag @link: reference not found: DataObject data object
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/SDOProperty.java:164: warning - Tag @link: reference not found: DataObject data object
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/SDOChangeSummary.java:584: warning - Tag @link: reference not found: ChangeSummary.Setting setting
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/SDOChangeSummary.java:382: warning - Tag @link: reference not found: ChangeSummary.Setting settings
  [javadoc] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/src/org/eclipse/persistence/sdo/SDOProperty.java:64: warning - Tag @link: reference not found: DataObject data object
  [javadoc] 412 warnings

package.javadoc.zip:
      [zip] Building zip: /opt/public/technology/eclipselink/trunk/eclipselink-javadocs-incubation.zip

package.installer.zip:
      [zip] Building zip: /opt/public/technology/eclipselink/trunk/eclipselink-incubation.zip

build.distribution:

build.test:

build.test:

clean:
   [delete] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core.test/classes not found.
   [delete] /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core.test/run not found.

compile:
    [mkdir] Created dir: /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core.test/classes
    [javac] Compiling 2609 source files to /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core.test/classes
    [javac] Note: * uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

process.resource:
     [copy] Copying 45 files to /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core.test/run
     [copy] Copied 22 empty directories to 2 empty directories under /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core.test/run
     [copy] Copying 1 file to /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core.test/run
     [copy] Copying 1 file to /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core.test/run

all:

clean:
   [delete] /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa.test/classes not found.
   [delete] /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa.test/build not found.

init:
    [mkdir] Created dir: /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa.test/run
    [mkdir] Created dir: /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa.test/classes
    [mkdir] Created dir: /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa.test/build/eclipselink-annotation-model
    [mkdir] Created dir: /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa.test/build/eclipselink-xml-only-model
    [mkdir] Created dir: /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa.test/build/eclipselink-xml-extended-model
    [mkdir] Created dir: /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa.test/build/eclipselink-xml-merge-model
    [mkdir] Created dir: /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa.test/build/eclipselink-validation-failed-model
    [mkdir] Created dir: /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa.test/build/eclipselink-advanced-field-access-model
    [mkdir] Created dir: /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa.test/build/eclipselink-advanced-properties
    [mkdir] Created dir: /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa.test/build/jpa-performance

config.trunk:

config.compile-path:

config.flat:

compile:
    [javac] Compiling 500 source files to /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa.test/classes
    [javac] Note: * uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

package.annotation:
     [copy] Copying 2 files to /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa.test/build/eclipselink-annotation-model/META-INF
     [copy] Copying 150 files to /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa.test/build/eclipselink-annotation-model
      [jar] Building jar: /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa.test/eclipselink-annotation-model.jar

package.ddl:
     [copy] Copying 6 files to /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa.test/build/eclipselink-ddl-generation-model/META-INF
     [copy] Copying 9 files to /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa.test/build/eclipselink-ddl-generation-model
     [copy] Copied 2 empty directories to 1 empty directory under /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa.test/build/eclipselink-ddl-generation-model
      [jar] Building jar: /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa.test/eclipselink-ddl-generation-model.jar

package.xml-only:
     [copy] Copying 5 files to /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa.test/build/eclipselink-xml-only-model/META-INF
     [copy] Copying 68 files to /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa.test/build/eclipselink-xml-only-model
      [jar] Building jar: /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa.test/eclipselink-xml-only-model.jar

package.xml-merge:
     [copy] Copying 4 files to /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa.test/build/eclipselink-xml-merge-model/META-INF
     [copy] Copying 44 files to /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa.test/build/eclipselink-xml-merge-model
      [jar] Building jar: /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa.test/eclipselink-xml-merge-model.jar

package.xml-extended:
     [copy] Copying 2 files to /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa.test/build/eclipselink-xml-extended-model/META-INF
     [copy] Copying 16 files to /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa.test/build/eclipselink-xml-extended-model
      [jar] Building jar: /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa.test/eclipselink-xml-extended-model.jar

package.validation-failed:
     [copy] Copying 1 file to /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa.test/build/eclipselink-validation-failed-model/META-INF
     [copy] Copying 1 file to /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa.test/build/eclipselink-validation-failed-model
      [jar] Building jar: /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa.test/eclipselink-validation-failed-model.jar

package.jpa-advanced-field-access:
     [copy] Copying 1 file to /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa.test/build/eclipselink-advanced-field-access-model/META-INF
     [copy] Copying 39 files to /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa.test/build/eclipselink-advanced-field-access-model
      [jar] Building jar: /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa.test/eclipselink-advanced-field-access-model.jar

package.jpa-advanced-properties:
     [copy] Copying 1 file to /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa.test/build/eclipselink-advanced-properties/META-INF
     [copy] Copying 2 files to /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa.test/build/eclipselink-advanced-properties
     [copy] Copying 6 files to /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa.test/build/eclipselink-advanced-properties
      [jar] Building jar: /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa.test/eclipselink-advanced-properties.jar

package.jpa-performance:
     [copy] Copying 2 files to /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa.test/build/jpa-performance/META-INF
     [copy] Copying 18 files to /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa.test/build/jpa-performance
      [jar] Building jar: /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa.test/jpa-performance.jar

package:
      [jar] Building jar: /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa.test/eclipselink-tests.jar

all:

clean:
   [delete] /opt/public/technology/eclipselink/trunk/moxy/eclipselink.moxy.test/classes not found.
    [mkdir] Created dir: /opt/public/technology/eclipselink/trunk/moxy/eclipselink.moxy.test/classes

compile.jaxb:

clean:
   [delete] Deleting 45 files from /opt/public/technology/eclipselink/trunk/moxy/eclipselink.moxy/classes
   [delete] Deleted 11 directories from /opt/public/technology/eclipselink/trunk/moxy/eclipselink.moxy/classes
    [mkdir] Created dir: /opt/public/technology/eclipselink/trunk/moxy/eclipselink.moxy/classes

compile.core:

compile:
     [copy] Copying 1 file to /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/classes/org/eclipse/persistence
    [javac] Compiling 1 source file to /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/classes
   [delete] Deleting: /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/classes/org/eclipse/persistence/Version.java

all:
    [javac] Compiling 45 source files to /opt/public/technology/eclipselink/trunk/moxy/eclipselink.moxy/classes
    [javac] Note: * uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

compile.tests:
    [javac] Compiling 1056 source files to /opt/public/technology/eclipselink/trunk/moxy/eclipselink.moxy.test/classes
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] Compiling 119 source files to /opt/public/technology/eclipselink/trunk/moxy/eclipselink.moxy.test/classes
    [javac] Note: * uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

clean:
   [delete] /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo.test/classes not found.
    [mkdir] Created dir: /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo.test/classes

compile.sdo:

clean:
   [delete] Deleting 62 files from /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/classes
   [delete] Deleted 11 directories from /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/classes
    [mkdir] Created dir: /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/classes

compile.core:

compile:
     [copy] Copying 1 file to /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/classes/org/eclipse/persistence
    [javac] Compiling 1 source file to /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/classes
   [delete] Deleting: /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core/classes/org/eclipse/persistence/Version.java

all:
    [javac] Compiling 58 source files to /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo/classes
    [javac] Note: * uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

compile.sdo.tests:
    [javac] Compiling 490 source files to /opt/public/technology/eclipselink/trunk/sdo/eclipselink.sdo.test/classes
    [javac] Note: * uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

clean.utility.nondebug:

init:
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..
    [mkdir] Created dir: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/logs

call.clean.utility:

init:
     [echo] BldDate.BldTime='080305.0216'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'

set.release:
     [echo] _debuglvl='lines,source'
     [echo] _debugOff='true'
     [echo] debugPostfix=''

set.debug:

clean:

clean.utility.debug:

init:
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..

call.clean.utility:

init:
     [echo] BldDate.BldTime='080305.0216'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'

set.release:

set.debug:
     [echo] _debuglvl='lines,vars,source'
     [echo] _debugOff not defined.
     [echo] debugPostfix='_g'

clean:

clean.utility:

clean.uitools.nondebug:

init:
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..

call.clean.uitools:

init:
     [echo] BldDate.BldTime='080305.0216'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'

set.release:
     [echo] _debuglvl='lines,source'
     [echo] _debugOff='true'
     [echo] debugPostfix=''

set.debug:

clean:

clean.uitools.debug:

init:
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..

call.clean.uitools:

init:
     [echo] BldDate.BldTime='080305.0216'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'

set.release:

set.debug:
     [echo] _debuglvl='lines,vars,source'
     [echo] _debugOff not defined.
     [echo] debugPostfix='_g'

clean:

clean.uitools:

clean.framework.nondebug:

init:
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..

call.clean.framework:

init:
     [echo] BldDate.BldTime='080305.0216'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'

set.release:
     [echo] _debuglvl='lines,source'
     [echo] _debugOff='true'
     [echo] debugPostfix=''

set.debug:

clean:

clean.framework.debug:

init:
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..

call.clean.framework:

init:
     [echo] BldDate.BldTime='080305.0216'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'

set.release:

set.debug:
     [echo] _debuglvl='lines,vars,source'
     [echo] _debugOff not defined.
     [echo] debugPostfix='_g'

clean:

clean.framework:

clean.platformsplugin.nondebug:

init:
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..

call.clean.platformsplugin:

init:
     [echo] BldDate.BldTime='080305.0216'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'

set.release:
     [echo] _debuglvl='lines,source'
     [echo] _debugOff='true'
     [echo] debugPostfix=''

set.debug:

clean:

clean.platformsplugin.debug:

init:
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..

call.clean.platformsplugin:

init:
     [echo] BldDate.BldTime='080305.0216'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'

set.release:

set.debug:
     [echo] _debuglvl='lines,vars,source'
     [echo] _debugOff not defined.
     [echo] debugPostfix='_g'

clean:

clean.platformsplugin:

clean.scplugin.nondebug:

init:
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..

call.clean.scplugin:

init:
     [echo] BldDate.BldTime='080305.0216'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'

set.release:
     [echo] _debuglvl='lines,source'
     [echo] _debugOff='true'
     [echo] debugPostfix=''

set.debug:

clean:

clean.scplugin.debug:

init:
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..

call.clean.scplugin:

init:
     [echo] BldDate.BldTime='080305.0216'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'

set.release:

set.debug:
     [echo] _debuglvl='lines,vars,source'
     [echo] _debugOff not defined.
     [echo] debugPostfix='_g'

clean:

clean.scplugin:

clean.mappingsplugin.nondebug:

init:
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..

call.clean.mappingsplugin:

init:
     [echo] BldDate.BldTime='080305.0216'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'

set.release:
     [echo] _debuglvl='lines,source'
     [echo] _debugOff='true'
     [echo] debugPostfix=''

set.debug:

clean:

clean.mappingsplugin.debug:

init:
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..

call.clean.mappingsplugin:

init:
     [echo] BldDate.BldTime='080305.0216'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'

set.release:

set.debug:
     [echo] _debuglvl='lines,vars,source'
     [echo] _debugOff not defined.
     [echo] debugPostfix='_g'

clean:

clean.mappingsplugin:

init:
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..

clean.workbench.nondebug:

clean.workbench.debug:

clean.workbench:

clean:

build.utility.nondebug:

init:
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..

call.build.all.utility:

init:
     [echo] BldDate.BldTime='080305.0216'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'

set.release:
     [echo] _debuglvl='lines,source'
     [echo] _debugOff='true'
     [echo] debugPostfix=''

set.debug:

_properties.init:
    [mkdir] Created dir: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/classes
    [mkdir] Created dir: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.lib/mwtest

compile.utility:
    [javac] Compiling 120 source files to /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/classes
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/node/AbstractNodeModelTests.java:380: warning: unmappable character for encoding ASCII
    [javac] 		assertTrue(new Range(4, 6).includes(this.indexOf(nodes, "?????????")));
    [javac]                                                                          ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/node/AbstractNodeModelTests.java:380: warning: unmappable character for encoding ASCII
    [javac] 		assertTrue(new Range(4, 6).includes(this.indexOf(nodes, "?????????")));
    [javac]                                                                           ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/node/AbstractNodeModelTests.java:380: warning: unmappable character for encoding ASCII
    [javac] 		assertTrue(new Range(4, 6).includes(this.indexOf(nodes, "?????????")));
    [javac]                                                                            ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/node/AbstractNodeModelTests.java:380: warning: unmappable character for encoding ASCII
    [javac] 		assertTrue(new Range(4, 6).includes(this.indexOf(nodes, "?????????")));
    [javac]                                                                             ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/node/AbstractNodeModelTests.java:380: warning: unmappable character for encoding ASCII
    [javac] 		assertTrue(new Range(4, 6).includes(this.indexOf(nodes, "?????????")));
    [javac]                                                                              ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/node/AbstractNodeModelTests.java:380: warning: unmappable character for encoding ASCII
    [javac] 		assertTrue(new Range(4, 6).includes(this.indexOf(nodes, "?????????")));
    [javac]                                                                               ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/node/AbstractNodeModelTests.java:380: warning: unmappable character for encoding ASCII
    [javac] 		assertTrue(new Range(4, 6).includes(this.indexOf(nodes, "?????????")));
    [javac]                                                                                ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/node/AbstractNodeModelTests.java:380: warning: unmappable character for encoding ASCII
    [javac] 		assertTrue(new Range(4, 6).includes(this.indexOf(nodes, "?????????")));
    [javac]                                                                                 ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/node/AbstractNodeModelTests.java:380: warning: unmappable character for encoding ASCII
    [javac] 		assertTrue(new Range(4, 6).includes(this.indexOf(nodes, "?????????")));
    [javac]                                                                                  ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/node/AbstractNodeModelTests.java:397: warning: unmappable character for encoding ASCII
    [javac] 		result.add(new RootTestWorkbenchModel("?????????"));
    [javac]                                                        ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/node/AbstractNodeModelTests.java:397: warning: unmappable character for encoding ASCII
    [javac] 		result.add(new RootTestWorkbenchModel("?????????"));
    [javac]                                                         ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/node/AbstractNodeModelTests.java:397: warning: unmappable character for encoding ASCII
    [javac] 		result.add(new RootTestWorkbenchModel("?????????"));
    [javac]                                                          ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/node/AbstractNodeModelTests.java:397: warning: unmappable character for encoding ASCII
    [javac] 		result.add(new RootTestWorkbenchModel("?????????"));
    [javac]                                                           ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/node/AbstractNodeModelTests.java:397: warning: unmappable character for encoding ASCII
    [javac] 		result.add(new RootTestWorkbenchModel("?????????"));
    [javac]                                                            ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/node/AbstractNodeModelTests.java:397: warning: unmappable character for encoding ASCII
    [javac] 		result.add(new RootTestWorkbenchModel("?????????"));
    [javac]                                                             ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/node/AbstractNodeModelTests.java:397: warning: unmappable character for encoding ASCII
    [javac] 		result.add(new RootTestWorkbenchModel("?????????"));
    [javac]                                                              ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/node/AbstractNodeModelTests.java:397: warning: unmappable character for encoding ASCII
    [javac] 		result.add(new RootTestWorkbenchModel("?????????"));
    [javac]                                                               ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/node/AbstractNodeModelTests.java:397: warning: unmappable character for encoding ASCII
    [javac] 		result.add(new RootTestWorkbenchModel("?????????"));
    [javac]                                                                ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:60: warning: unmappable character for encoding ASCII
    [javac] 		verifyCapitalizeString("\u00C9cole", "\u00E9cole"); // ???cole->???COLE
    [javac]                                                                        ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:60: warning: unmappable character for encoding ASCII
    [javac] 		verifyCapitalizeString("\u00C9cole", "\u00E9cole"); // ???cole->???COLE
    [javac]                                                                         ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:60: warning: unmappable character for encoding ASCII
    [javac] 		verifyCapitalizeString("\u00C9cole", "\u00E9cole"); // ???cole->???COLE
    [javac]                                                                          ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:60: warning: unmappable character for encoding ASCII
    [javac] 		verifyCapitalizeString("\u00C9cole", "\u00E9cole"); // ???cole->???COLE
    [javac]                                                                                 ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:60: warning: unmappable character for encoding ASCII
    [javac] 		verifyCapitalizeString("\u00C9cole", "\u00E9cole"); // ???cole->???COLE
    [javac]                                                                                  ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:60: warning: unmappable character for encoding ASCII
    [javac] 		verifyCapitalizeString("\u00C9cole", "\u00E9cole"); // ???cole->???COLE
    [javac]                                                                                   ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:90: warning: unmappable character for encoding ASCII
    [javac] 		verifyCapitalizeOnStringStringBuffer("\u00C9cole", "\u00E9cole"); // ???cole->???COLE
    [javac]                                                                                      ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:90: warning: unmappable character for encoding ASCII
    [javac] 		verifyCapitalizeOnStringStringBuffer("\u00C9cole", "\u00E9cole"); // ???cole->???COLE
    [javac]                                                                                       ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:90: warning: unmappable character for encoding ASCII
    [javac] 		verifyCapitalizeOnStringStringBuffer("\u00C9cole", "\u00E9cole"); // ???cole->???COLE
    [javac]                                                                                        ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:90: warning: unmappable character for encoding ASCII
    [javac] 		verifyCapitalizeOnStringStringBuffer("\u00C9cole", "\u00E9cole"); // ???cole->???COLE
    [javac]                                                                                               ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:90: warning: unmappable character for encoding ASCII
    [javac] 		verifyCapitalizeOnStringStringBuffer("\u00C9cole", "\u00E9cole"); // ???cole->???COLE
    [javac]                                                                                                ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:90: warning: unmappable character for encoding ASCII
    [javac] 		verifyCapitalizeOnStringStringBuffer("\u00C9cole", "\u00E9cole"); // ???cole->???COLE
    [javac]                                                                                                 ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:122: warning: unmappable character for encoding ASCII
    [javac] 		verifyCapitalizeOnStringWriter("\u00C9cole", "\u00E9cole"); // ???cole->???COLE
    [javac]                                                                                ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:122: warning: unmappable character for encoding ASCII
    [javac] 		verifyCapitalizeOnStringWriter("\u00C9cole", "\u00E9cole"); // ???cole->???COLE
    [javac]                                                                                 ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:122: warning: unmappable character for encoding ASCII
    [javac] 		verifyCapitalizeOnStringWriter("\u00C9cole", "\u00E9cole"); // ???cole->???COLE
    [javac]                                                                                  ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:122: warning: unmappable character for encoding ASCII
    [javac] 		verifyCapitalizeOnStringWriter("\u00C9cole", "\u00E9cole"); // ???cole->???COLE
    [javac]                                                                                         ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:122: warning: unmappable character for encoding ASCII
    [javac] 		verifyCapitalizeOnStringWriter("\u00C9cole", "\u00E9cole"); // ???cole->???COLE
    [javac]                                                                                          ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:122: warning: unmappable character for encoding ASCII
    [javac] 		verifyCapitalizeOnStringWriter("\u00C9cole", "\u00E9cole"); // ???cole->???COLE
    [javac]                                                                                           ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:152: warning: unmappable character for encoding ASCII
    [javac] 		verifyUncapitalizeString("\u00E9cole", "\u00C9cole"); // ???cole->???COLE
    [javac]                                                                          ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:152: warning: unmappable character for encoding ASCII
    [javac] 		verifyUncapitalizeString("\u00E9cole", "\u00C9cole"); // ???cole->???COLE
    [javac]                                                                           ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:152: warning: unmappable character for encoding ASCII
    [javac] 		verifyUncapitalizeString("\u00E9cole", "\u00C9cole"); // ???cole->???COLE
    [javac]                                                                            ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:152: warning: unmappable character for encoding ASCII
    [javac] 		verifyUncapitalizeString("\u00E9cole", "\u00C9cole"); // ???cole->???COLE
    [javac]                                                                                   ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:152: warning: unmappable character for encoding ASCII
    [javac] 		verifyUncapitalizeString("\u00E9cole", "\u00C9cole"); // ???cole->???COLE
    [javac]                                                                                    ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:152: warning: unmappable character for encoding ASCII
    [javac] 		verifyUncapitalizeString("\u00E9cole", "\u00C9cole"); // ???cole->???COLE
    [javac]                                                                                     ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:163: warning: unmappable character for encoding ASCII
    [javac] 		verifyUncapitalizeJavaBeanString("\u00E9cole", "\u00C9cole"); // ???cole->???COLE
    [javac]                                                                                  ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:163: warning: unmappable character for encoding ASCII
    [javac] 		verifyUncapitalizeJavaBeanString("\u00E9cole", "\u00C9cole"); // ???cole->???COLE
    [javac]                                                                                   ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:163: warning: unmappable character for encoding ASCII
    [javac] 		verifyUncapitalizeJavaBeanString("\u00E9cole", "\u00C9cole"); // ???cole->???COLE
    [javac]                                                                                    ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:163: warning: unmappable character for encoding ASCII
    [javac] 		verifyUncapitalizeJavaBeanString("\u00E9cole", "\u00C9cole"); // ???cole->???COLE
    [javac]                                                                                           ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:163: warning: unmappable character for encoding ASCII
    [javac] 		verifyUncapitalizeJavaBeanString("\u00E9cole", "\u00C9cole"); // ???cole->???COLE
    [javac]                                                                                            ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:163: warning: unmappable character for encoding ASCII
    [javac] 		verifyUncapitalizeJavaBeanString("\u00E9cole", "\u00C9cole"); // ???cole->???COLE
    [javac]                                                                                             ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:196: warning: unmappable character for encoding ASCII
    [javac] 		verifyUncapitalizeOnStringStringBuffer("\u00E9cole", "\u00C9cole"); // ???cole->???COLE
    [javac]                                                                                        ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:196: warning: unmappable character for encoding ASCII
    [javac] 		verifyUncapitalizeOnStringStringBuffer("\u00E9cole", "\u00C9cole"); // ???cole->???COLE
    [javac]                                                                                         ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:196: warning: unmappable character for encoding ASCII
    [javac] 		verifyUncapitalizeOnStringStringBuffer("\u00E9cole", "\u00C9cole"); // ???cole->???COLE
    [javac]                                                                                          ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:196: warning: unmappable character for encoding ASCII
    [javac] 		verifyUncapitalizeOnStringStringBuffer("\u00E9cole", "\u00C9cole"); // ???cole->???COLE
    [javac]                                                                                                 ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:196: warning: unmappable character for encoding ASCII
    [javac] 		verifyUncapitalizeOnStringStringBuffer("\u00E9cole", "\u00C9cole"); // ???cole->???COLE
    [javac]                                                                                                  ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:196: warning: unmappable character for encoding ASCII
    [javac] 		verifyUncapitalizeOnStringStringBuffer("\u00E9cole", "\u00C9cole"); // ???cole->???COLE
    [javac]                                                                                                   ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:228: warning: unmappable character for encoding ASCII
    [javac] 		verifyUncapitalizeOnStringWriter("\u00E9cole", "\u00C9cole"); // ???cole->???COLE
    [javac]                                                                                  ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:228: warning: unmappable character for encoding ASCII
    [javac] 		verifyUncapitalizeOnStringWriter("\u00E9cole", "\u00C9cole"); // ???cole->???COLE
    [javac]                                                                                   ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:228: warning: unmappable character for encoding ASCII
    [javac] 		verifyUncapitalizeOnStringWriter("\u00E9cole", "\u00C9cole"); // ???cole->???COLE
    [javac]                                                                                    ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:228: warning: unmappable character for encoding ASCII
    [javac] 		verifyUncapitalizeOnStringWriter("\u00E9cole", "\u00C9cole"); // ???cole->???COLE
    [javac]                                                                                           ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:228: warning: unmappable character for encoding ASCII
    [javac] 		verifyUncapitalizeOnStringWriter("\u00E9cole", "\u00C9cole"); // ???cole->???COLE
    [javac]                                                                                            ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:228: warning: unmappable character for encoding ASCII
    [javac] 		verifyUncapitalizeOnStringWriter("\u00E9cole", "\u00C9cole"); // ???cole->???COLE
    [javac]                                                                                             ^
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 60 warnings

jar.utility.lib:
      [jar] Building jar: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.lib/mwtest/utility_test.jar

jar.utility.src:

jar.utility:

build.all:

build.utility.debug:

init:
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..

call.build.all.utility:

init:
     [echo] BldDate.BldTime='080305.0216'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'

set.release:

set.debug:
     [echo] _debuglvl='lines,vars,source'
     [echo] _debugOff not defined.
     [echo] debugPostfix='_g'

_properties.init:
    [mkdir] Created dir: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/classes_g

compile.utility:
    [javac] Compiling 120 source files to /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/classes_g
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/node/AbstractNodeModelTests.java:380: warning: unmappable character for encoding ASCII
    [javac] 		assertTrue(new Range(4, 6).includes(this.indexOf(nodes, "?????????")));
    [javac]                                                                          ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/node/AbstractNodeModelTests.java:380: warning: unmappable character for encoding ASCII
    [javac] 		assertTrue(new Range(4, 6).includes(this.indexOf(nodes, "?????????")));
    [javac]                                                                           ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/node/AbstractNodeModelTests.java:380: warning: unmappable character for encoding ASCII
    [javac] 		assertTrue(new Range(4, 6).includes(this.indexOf(nodes, "?????????")));
    [javac]                                                                            ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/node/AbstractNodeModelTests.java:380: warning: unmappable character for encoding ASCII
    [javac] 		assertTrue(new Range(4, 6).includes(this.indexOf(nodes, "?????????")));
    [javac]                                                                             ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/node/AbstractNodeModelTests.java:380: warning: unmappable character for encoding ASCII
    [javac] 		assertTrue(new Range(4, 6).includes(this.indexOf(nodes, "?????????")));
    [javac]                                                                              ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/node/AbstractNodeModelTests.java:380: warning: unmappable character for encoding ASCII
    [javac] 		assertTrue(new Range(4, 6).includes(this.indexOf(nodes, "?????????")));
    [javac]                                                                               ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/node/AbstractNodeModelTests.java:380: warning: unmappable character for encoding ASCII
    [javac] 		assertTrue(new Range(4, 6).includes(this.indexOf(nodes, "?????????")));
    [javac]                                                                                ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/node/AbstractNodeModelTests.java:380: warning: unmappable character for encoding ASCII
    [javac] 		assertTrue(new Range(4, 6).includes(this.indexOf(nodes, "?????????")));
    [javac]                                                                                 ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/node/AbstractNodeModelTests.java:380: warning: unmappable character for encoding ASCII
    [javac] 		assertTrue(new Range(4, 6).includes(this.indexOf(nodes, "?????????")));
    [javac]                                                                                  ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/node/AbstractNodeModelTests.java:397: warning: unmappable character for encoding ASCII
    [javac] 		result.add(new RootTestWorkbenchModel("?????????"));
    [javac]                                                        ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/node/AbstractNodeModelTests.java:397: warning: unmappable character for encoding ASCII
    [javac] 		result.add(new RootTestWorkbenchModel("?????????"));
    [javac]                                                         ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/node/AbstractNodeModelTests.java:397: warning: unmappable character for encoding ASCII
    [javac] 		result.add(new RootTestWorkbenchModel("?????????"));
    [javac]                                                          ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/node/AbstractNodeModelTests.java:397: warning: unmappable character for encoding ASCII
    [javac] 		result.add(new RootTestWorkbenchModel("?????????"));
    [javac]                                                           ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/node/AbstractNodeModelTests.java:397: warning: unmappable character for encoding ASCII
    [javac] 		result.add(new RootTestWorkbenchModel("?????????"));
    [javac]                                                            ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/node/AbstractNodeModelTests.java:397: warning: unmappable character for encoding ASCII
    [javac] 		result.add(new RootTestWorkbenchModel("?????????"));
    [javac]                                                             ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/node/AbstractNodeModelTests.java:397: warning: unmappable character for encoding ASCII
    [javac] 		result.add(new RootTestWorkbenchModel("?????????"));
    [javac]                                                              ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/node/AbstractNodeModelTests.java:397: warning: unmappable character for encoding ASCII
    [javac] 		result.add(new RootTestWorkbenchModel("?????????"));
    [javac]                                                               ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/node/AbstractNodeModelTests.java:397: warning: unmappable character for encoding ASCII
    [javac] 		result.add(new RootTestWorkbenchModel("?????????"));
    [javac]                                                                ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:60: warning: unmappable character for encoding ASCII
    [javac] 		verifyCapitalizeString("\u00C9cole", "\u00E9cole"); // ???cole->???COLE
    [javac]                                                                        ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:60: warning: unmappable character for encoding ASCII
    [javac] 		verifyCapitalizeString("\u00C9cole", "\u00E9cole"); // ???cole->???COLE
    [javac]                                                                         ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:60: warning: unmappable character for encoding ASCII
    [javac] 		verifyCapitalizeString("\u00C9cole", "\u00E9cole"); // ???cole->???COLE
    [javac]                                                                          ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:60: warning: unmappable character for encoding ASCII
    [javac] 		verifyCapitalizeString("\u00C9cole", "\u00E9cole"); // ???cole->???COLE
    [javac]                                                                                 ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:60: warning: unmappable character for encoding ASCII
    [javac] 		verifyCapitalizeString("\u00C9cole", "\u00E9cole"); // ???cole->???COLE
    [javac]                                                                                  ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:60: warning: unmappable character for encoding ASCII
    [javac] 		verifyCapitalizeString("\u00C9cole", "\u00E9cole"); // ???cole->???COLE
    [javac]                                                                                   ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:90: warning: unmappable character for encoding ASCII
    [javac] 		verifyCapitalizeOnStringStringBuffer("\u00C9cole", "\u00E9cole"); // ???cole->???COLE
    [javac]                                                                                      ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:90: warning: unmappable character for encoding ASCII
    [javac] 		verifyCapitalizeOnStringStringBuffer("\u00C9cole", "\u00E9cole"); // ???cole->???COLE
    [javac]                                                                                       ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:90: warning: unmappable character for encoding ASCII
    [javac] 		verifyCapitalizeOnStringStringBuffer("\u00C9cole", "\u00E9cole"); // ???cole->???COLE
    [javac]                                                                                        ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:90: warning: unmappable character for encoding ASCII
    [javac] 		verifyCapitalizeOnStringStringBuffer("\u00C9cole", "\u00E9cole"); // ???cole->???COLE
    [javac]                                                                                               ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:90: warning: unmappable character for encoding ASCII
    [javac] 		verifyCapitalizeOnStringStringBuffer("\u00C9cole", "\u00E9cole"); // ???cole->???COLE
    [javac]                                                                                                ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:90: warning: unmappable character for encoding ASCII
    [javac] 		verifyCapitalizeOnStringStringBuffer("\u00C9cole", "\u00E9cole"); // ???cole->???COLE
    [javac]                                                                                                 ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:122: warning: unmappable character for encoding ASCII
    [javac] 		verifyCapitalizeOnStringWriter("\u00C9cole", "\u00E9cole"); // ???cole->???COLE
    [javac]                                                                                ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:122: warning: unmappable character for encoding ASCII
    [javac] 		verifyCapitalizeOnStringWriter("\u00C9cole", "\u00E9cole"); // ???cole->???COLE
    [javac]                                                                                 ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:122: warning: unmappable character for encoding ASCII
    [javac] 		verifyCapitalizeOnStringWriter("\u00C9cole", "\u00E9cole"); // ???cole->???COLE
    [javac]                                                                                  ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:122: warning: unmappable character for encoding ASCII
    [javac] 		verifyCapitalizeOnStringWriter("\u00C9cole", "\u00E9cole"); // ???cole->???COLE
    [javac]                                                                                         ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:122: warning: unmappable character for encoding ASCII
    [javac] 		verifyCapitalizeOnStringWriter("\u00C9cole", "\u00E9cole"); // ???cole->???COLE
    [javac]                                                                                          ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:122: warning: unmappable character for encoding ASCII
    [javac] 		verifyCapitalizeOnStringWriter("\u00C9cole", "\u00E9cole"); // ???cole->???COLE
    [javac]                                                                                           ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:152: warning: unmappable character for encoding ASCII
    [javac] 		verifyUncapitalizeString("\u00E9cole", "\u00C9cole"); // ???cole->???COLE
    [javac]                                                                          ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:152: warning: unmappable character for encoding ASCII
    [javac] 		verifyUncapitalizeString("\u00E9cole", "\u00C9cole"); // ???cole->???COLE
    [javac]                                                                           ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:152: warning: unmappable character for encoding ASCII
    [javac] 		verifyUncapitalizeString("\u00E9cole", "\u00C9cole"); // ???cole->???COLE
    [javac]                                                                            ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:152: warning: unmappable character for encoding ASCII
    [javac] 		verifyUncapitalizeString("\u00E9cole", "\u00C9cole"); // ???cole->???COLE
    [javac]                                                                                   ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:152: warning: unmappable character for encoding ASCII
    [javac] 		verifyUncapitalizeString("\u00E9cole", "\u00C9cole"); // ???cole->???COLE
    [javac]                                                                                    ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:152: warning: unmappable character for encoding ASCII
    [javac] 		verifyUncapitalizeString("\u00E9cole", "\u00C9cole"); // ???cole->???COLE
    [javac]                                                                                     ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:163: warning: unmappable character for encoding ASCII
    [javac] 		verifyUncapitalizeJavaBeanString("\u00E9cole", "\u00C9cole"); // ???cole->???COLE
    [javac]                                                                                  ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:163: warning: unmappable character for encoding ASCII
    [javac] 		verifyUncapitalizeJavaBeanString("\u00E9cole", "\u00C9cole"); // ???cole->???COLE
    [javac]                                                                                   ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:163: warning: unmappable character for encoding ASCII
    [javac] 		verifyUncapitalizeJavaBeanString("\u00E9cole", "\u00C9cole"); // ???cole->???COLE
    [javac]                                                                                    ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:163: warning: unmappable character for encoding ASCII
    [javac] 		verifyUncapitalizeJavaBeanString("\u00E9cole", "\u00C9cole"); // ???cole->???COLE
    [javac]                                                                                           ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:163: warning: unmappable character for encoding ASCII
    [javac] 		verifyUncapitalizeJavaBeanString("\u00E9cole", "\u00C9cole"); // ???cole->???COLE
    [javac]                                                                                            ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:163: warning: unmappable character for encoding ASCII
    [javac] 		verifyUncapitalizeJavaBeanString("\u00E9cole", "\u00C9cole"); // ???cole->???COLE
    [javac]                                                                                             ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:196: warning: unmappable character for encoding ASCII
    [javac] 		verifyUncapitalizeOnStringStringBuffer("\u00E9cole", "\u00C9cole"); // ???cole->???COLE
    [javac]                                                                                        ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:196: warning: unmappable character for encoding ASCII
    [javac] 		verifyUncapitalizeOnStringStringBuffer("\u00E9cole", "\u00C9cole"); // ???cole->???COLE
    [javac]                                                                                         ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:196: warning: unmappable character for encoding ASCII
    [javac] 		verifyUncapitalizeOnStringStringBuffer("\u00E9cole", "\u00C9cole"); // ???cole->???COLE
    [javac]                                                                                          ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:196: warning: unmappable character for encoding ASCII
    [javac] 		verifyUncapitalizeOnStringStringBuffer("\u00E9cole", "\u00C9cole"); // ???cole->???COLE
    [javac]                                                                                                 ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:196: warning: unmappable character for encoding ASCII
    [javac] 		verifyUncapitalizeOnStringStringBuffer("\u00E9cole", "\u00C9cole"); // ???cole->???COLE
    [javac]                                                                                                  ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:196: warning: unmappable character for encoding ASCII
    [javac] 		verifyUncapitalizeOnStringStringBuffer("\u00E9cole", "\u00C9cole"); // ???cole->???COLE
    [javac]                                                                                                   ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:228: warning: unmappable character for encoding ASCII
    [javac] 		verifyUncapitalizeOnStringWriter("\u00E9cole", "\u00C9cole"); // ???cole->???COLE
    [javac]                                                                                  ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:228: warning: unmappable character for encoding ASCII
    [javac] 		verifyUncapitalizeOnStringWriter("\u00E9cole", "\u00C9cole"); // ???cole->???COLE
    [javac]                                                                                   ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:228: warning: unmappable character for encoding ASCII
    [javac] 		verifyUncapitalizeOnStringWriter("\u00E9cole", "\u00C9cole"); // ???cole->???COLE
    [javac]                                                                                    ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:228: warning: unmappable character for encoding ASCII
    [javac] 		verifyUncapitalizeOnStringWriter("\u00E9cole", "\u00C9cole"); // ???cole->???COLE
    [javac]                                                                                           ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:228: warning: unmappable character for encoding ASCII
    [javac] 		verifyUncapitalizeOnStringWriter("\u00E9cole", "\u00C9cole"); // ???cole->???COLE
    [javac]                                                                                            ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/utility/source/org/eclipse/persistence/tools/workbench/test/utility/string/StringToolsTests.java:228: warning: unmappable character for encoding ASCII
    [javac] 		verifyUncapitalizeOnStringWriter("\u00E9cole", "\u00C9cole"); // ???cole->???COLE
    [javac]                                                                                             ^
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 60 warnings

jar.utility.lib:

jar.utility.src:
      [jar] Building jar: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.lib/mwtest/utility_test_g.jar

jar.utility:

build.all:

build.utility:

build.uitools.nondebug:

init:
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..

call.build.all.uitools:

init:
     [echo] BldDate.BldTime='080305.0216'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'

set.release:
     [echo] _debuglvl='lines,source'
     [echo] _debugOff='true'
     [echo] debugPostfix=''

set.debug:

_properties.init:
    [mkdir] Created dir: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/uitools/classes

compile.uitools:
    [javac] Compiling 87 source files to /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/uitools/classes
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

jar.uitools.lib:
      [jar] Building jar: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.lib/mwtest/uitools_test.jar

jar.uitools.src:

jar.uitools:

build.all:

build.uitools.debug:

init:
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..

call.build.all.uitools:

init:
     [echo] BldDate.BldTime='080305.0216'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'

set.release:

set.debug:
     [echo] _debuglvl='lines,vars,source'
     [echo] _debugOff not defined.
     [echo] debugPostfix='_g'

_properties.init:
    [mkdir] Created dir: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/uitools/classes_g

compile.uitools:
    [javac] Compiling 87 source files to /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/uitools/classes_g
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

jar.uitools.lib:

jar.uitools.src:
      [jar] Building jar: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.lib/mwtest/uitools_test_g.jar

jar.uitools:

build.all:

build.uitools:

build.framework.nondebug:

init:
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..

call.build.all.framework:

init:
     [echo] BldDate.BldTime='080305.0216'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'

set.release:
     [echo] _debuglvl='lines,source'
     [echo] _debugOff='true'
     [echo] debugPostfix=''

set.debug:

_properties.init:
    [mkdir] Created dir: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/framework/classes

compile.framework:
    [javac] Compiling 20 source files to /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/framework/classes
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

jar.framework.lib:
      [jar] Building jar: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.lib/mwtest/framework_test.jar

jar.framework.src:

jar.framework:

build.all:

build.framework.debug:

init:
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..

call.build.all.framework:

init:
     [echo] BldDate.BldTime='080305.0216'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'

set.release:

set.debug:
     [echo] _debuglvl='lines,vars,source'
     [echo] _debugOff not defined.
     [echo] debugPostfix='_g'

_properties.init:
    [mkdir] Created dir: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/framework/classes_g

compile.framework:
    [javac] Compiling 20 source files to /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/framework/classes_g
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

jar.framework.lib:

jar.framework.src:
      [jar] Building jar: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.lib/mwtest/framework_test_g.jar

jar.framework:

build.all:

build.framework:

build.platformsplugin.nondebug:

init:
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..

call.build.all.platformsplugin:

init:
     [echo] BldDate.BldTime='080305.0216'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'

set.release:
     [echo] _debuglvl='lines,source'
     [echo] _debugOff='true'
     [echo] debugPostfix=''

set.debug:

_properties.init:
    [mkdir] Created dir: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/platformsplugin/classes

compile.platformsplugin:
    [javac] Compiling 27 source files to /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/platformsplugin/classes
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

jar.platformsplugin.lib:
      [jar] Building jar: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.lib/mwtest/platformsplugin_test.jar

jar.platformsplugin.src:

jar.platformsplugin:

build.all:

build.platformsplugin.debug:

init:
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..

call.build.all.platformsplugin:

init:
     [echo] BldDate.BldTime='080305.0216'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'

set.release:

set.debug:
     [echo] _debuglvl='lines,vars,source'
     [echo] _debugOff not defined.
     [echo] debugPostfix='_g'

_properties.init:
    [mkdir] Created dir: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/platformsplugin/classes_g

compile.platformsplugin:
    [javac] Compiling 27 source files to /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/platformsplugin/classes_g
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

jar.platformsplugin.lib:

jar.platformsplugin.src:
      [jar] Building jar: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.lib/mwtest/platformsplugin_test_g.jar

jar.platformsplugin:

build.all:

build.platformsplugin:

build.scplugin.nondebug:

init:
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..

call.build.all.scplugin:

init:
     [echo] BldDate.BldTime='080305.0216'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'

set.release:
     [echo] _debuglvl='lines,source'
     [echo] _debugOff='true'
     [echo] debugPostfix=''

set.debug:

_properties.init:
    [mkdir] Created dir: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/scplugin/classes

compile.scplugin:
    [javac] Compiling 62 source files to /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/scplugin/classes
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/scplugin/source/org/eclipse/persistence/tools/workbench/test/scplugin/ui/AbstractPanelTest.java:205: warning: unmappable character for encoding ASCII
    [javac] 	 * The IP address of Tr?n's computer.
    [javac]                                ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/scplugin/source/org/eclipse/persistence/tools/workbench/test/scplugin/ui/AbstractPanelTest.java:1141: warning: non-varargs call of varargs method with inexact argument type for last parameter;
    [javac] cast to java.lang.Object for a varargs call
    [javac] cast to java.lang.Object[] for a non-varargs call and to suppress this warning
    [javac] 				method.invoke(this, null);
    [javac]                                                     ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/scplugin/source/org/eclipse/persistence/tools/workbench/test/scplugin/ui/AbstractPanelTest.java:1718: warning: non-varargs call of varargs method with inexact argument type for last parameter;
    [javac] cast to java.lang.Object for a varargs call
    [javac] cast to java.lang.Object[] for a non-varargs call and to suppress this warning
    [javac] 				runMethod.invoke(this.testCase, new Class[0]);
    [javac]                                                                 ^
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 3 warnings

jar.scplugin.lib:
      [jar] Building jar: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.lib/mwtest/scplugin_test.jar

jar.scplugin.src:

jar.scplugin:

build.all:

build.scplugin.debug:

init:
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..

call.build.all.scplugin:

init:
     [echo] BldDate.BldTime='080305.0216'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'

set.release:

set.debug:
     [echo] _debuglvl='lines,vars,source'
     [echo] _debugOff not defined.
     [echo] debugPostfix='_g'

_properties.init:
    [mkdir] Created dir: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/scplugin/classes_g

compile.scplugin:
    [javac] Compiling 62 source files to /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/scplugin/classes_g
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/scplugin/source/org/eclipse/persistence/tools/workbench/test/scplugin/ui/AbstractPanelTest.java:205: warning: unmappable character for encoding ASCII
    [javac] 	 * The IP address of Tr?n's computer.
    [javac]                                ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/scplugin/source/org/eclipse/persistence/tools/workbench/test/scplugin/ui/AbstractPanelTest.java:1141: warning: non-varargs call of varargs method with inexact argument type for last parameter;
    [javac] cast to java.lang.Object for a varargs call
    [javac] cast to java.lang.Object[] for a non-varargs call and to suppress this warning
    [javac] 				method.invoke(this, null);
    [javac]                                                     ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/scplugin/source/org/eclipse/persistence/tools/workbench/test/scplugin/ui/AbstractPanelTest.java:1718: warning: non-varargs call of varargs method with inexact argument type for last parameter;
    [javac] cast to java.lang.Object for a varargs call
    [javac] cast to java.lang.Object[] for a non-varargs call and to suppress this warning
    [javac] 				runMethod.invoke(this.testCase, new Class[0]);
    [javac]                                                                 ^
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 3 warnings

jar.scplugin.lib:

jar.scplugin.src:
      [jar] Building jar: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.lib/mwtest/scplugin_test_g.jar

jar.scplugin:

build.all:

build.scplugin:

build.mappingsplugin.nondebug:

init:
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..

call.build.all.mappingsplugin:

init:
     [echo] BldDate.BldTime='080305.0216'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'

set.release:
     [echo] _debuglvl='lines,source'
     [echo] _debugOff='true'
     [echo] debugPostfix=''

set.debug:

_properties.init:
    [mkdir] Created dir: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/mappingsplugin/classes

compile.mappingsplugin:
    [javac] Compiling 316 source files to /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/mappingsplugin/classes
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/mappingsplugin/source/org/eclipse/persistence/tools/workbench/test/mappingsmodel/meta/MWTypeDeclarationTests.java:166: warning: non-varargs call of varargs method with inexact argument type for last parameter;
    [javac] cast to java.lang.Class for a varargs call
    [javac] cast to java.lang.Class[] for a non-varargs call and to suppress this warning
    [javac] 		method = MWMethod.class.getDeclaredMethod("getReturnTypeDeclaration", null);
    [javac]                                                                                       ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/mappingsplugin/source/org/eclipse/persistence/tools/workbench/test/mappingsmodel/meta/MWTypeDeclarationTests.java:170: warning: non-varargs call of varargs method with inexact argument type for last parameter;
    [javac] cast to java.lang.Object for a varargs call
    [javac] cast to java.lang.Object[] for a non-varargs call and to suppress this warning
    [javac] 		typeDeclaration = (MWTypeDeclaration) method.invoke(mwMethod, null);
    [javac]                                                                               ^
    [javac] Note: * uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 2 warnings

jar.mappingsplugin.lib:
      [jar] Building jar: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.lib/mwtest/mappingsplugin_test.jar

jar.mappingsplugin.src:

jar.mappingsplugin:

build.all:

build.mappingsplugin.debug:

init:
     [echo] java_home=/opt/ibm/ibm-java2-ppc-50/jre/..

call.build.all.mappingsplugin:

init:
     [echo] BldDate.BldTime='080305.0216'
     [echo] java.version='1.5.0'
     [echo] os.name='Linux'
     [echo] os.arch='ppc'
     [echo] os.version='2.6.16.54-0.2.5-ppc64'
     [echo] _stop_on_err='false'
     [echo] _optimize='off'
     [echo] _deprecation='off'
     [echo] _targetjvm='1.5'

set.release:

set.debug:
     [echo] _debuglvl='lines,vars,source'
     [echo] _debugOff not defined.
     [echo] debugPostfix='_g'

_properties.init:
    [mkdir] Created dir: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/mappingsplugin/classes_g

compile.mappingsplugin:
    [javac] Compiling 316 source files to /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/mappingsplugin/classes_g
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/mappingsplugin/source/org/eclipse/persistence/tools/workbench/test/mappingsmodel/meta/MWTypeDeclarationTests.java:166: warning: non-varargs call of varargs method with inexact argument type for last parameter;
    [javac] cast to java.lang.Class for a varargs call
    [javac] cast to java.lang.Class[] for a non-varargs call and to suppress this warning
    [javac] 		method = MWMethod.class.getDeclaredMethod("getReturnTypeDeclaration", null);
    [javac]                                                                                       ^
    [javac] /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.test/mappingsplugin/source/org/eclipse/persistence/tools/workbench/test/mappingsmodel/meta/MWTypeDeclarationTests.java:170: warning: non-varargs call of varargs method with inexact argument type for last parameter;
    [javac] cast to java.lang.Object for a varargs call
    [javac] cast to java.lang.Object[] for a non-varargs call and to suppress this warning
    [javac] 		typeDeclaration = (MWTypeDeclaration) method.invoke(mwMethod, null);
    [javac]                                                                               ^
    [javac] Note: * uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 2 warnings

jar.mappingsplugin.lib:

jar.mappingsplugin.src:
      [jar] Building jar: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.lib/mwtest/mappingsplugin_test_g.jar

jar.mappingsplugin:

build.all:

build.mappingsplugin:

jar.workbench:
     [echo] Implementation-Version: 1.0.dev.tware.080305
      [jar] Building jar: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.lib/mwtest/workbench_test.jar

build.workbench.nondebug:

jar.workbench_g:
     [echo] Implementation-Version: 1.0.dev.tware.080305
      [jar] Building jar: /opt/public/technology/eclipselink/trunk/utils/eclipselink.utils.workbench.lib/mwtest/workbench_test_g.jar

build.workbench.debug:

build.workbench:

build:

all:

test.lrg:

test.core.srg:

test.srg:

run.test:
     [echo] Running test with test.properties on jdbc:mysql://localhost/eclipselink
    [mkdir] Created dir: /opt/public/technology/eclipselink/trunk/foundation/eclipselink.core.test/reports
    [junit] Running org.eclipse.persistence.testing.tests.SRGTestModel
    [junit] [EPS Info]: 2008.03.05 02:17:40.361--DatabaseSessionImpl(1907257774)--EclipseLink, version: Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)
    [junit] [EPS Info]: 2008.03.05 02:17:43.208--DatabaseSessionImpl(1907257774)-- login successful
    [junit] [EPS Warning]: 2008.03.05 02:17:46.823--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'eclipselink.EMPLOYEE' doesn't exist
    [junit] Error Code: 1146
    [junit] Call: ALTER TABLE EMPLOYEE DROP FOREIGN KEY FK_EMPLOYEE_ADDR_ID
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:17:46.835--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'eclipselink.EMPLOYEE' doesn't exist
    [junit] Error Code: 1146
    [junit] Call: ALTER TABLE EMPLOYEE DROP FOREIGN KEY FK_EMPLOYEE_MANAGER_ID
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:17:46.836--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'eclipselink.LPROJECT' doesn't exist
    [junit] Error Code: 1146
    [junit] Call: ALTER TABLE LPROJECT DROP FOREIGN KEY FK_LPROJECT_PROJ_ID
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:17:46.838--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'eclipselink.PHONE' doesn't exist
    [junit] Error Code: 1146
    [junit] Call: ALTER TABLE PHONE DROP FOREIGN KEY FK_PHONE_EMP_ID
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:17:46.839--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'eclipselink.PROJ_EMP' doesn't exist
    [junit] Error Code: 1146
    [junit] Call: ALTER TABLE PROJ_EMP DROP FOREIGN KEY FK_PROJ_EMP_PROJ_ID
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:17:46.841--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'eclipselink.PROJ_EMP' doesn't exist
    [junit] Error Code: 1146
    [junit] Call: ALTER TABLE PROJ_EMP DROP FOREIGN KEY FK_PROJ_EMP_EMP_ID
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:17:46.843--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'eclipselink.PROJECT' doesn't exist
    [junit] Error Code: 1146
    [junit] Call: ALTER TABLE PROJECT DROP FOREIGN KEY FK_PROJECT_LEADER_ID
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:17:46.844--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'eclipselink.RESPONS' doesn't exist
    [junit] Error Code: 1146
    [junit] Call: ALTER TABLE RESPONS DROP FOREIGN KEY FK_RESPONS_EMP_ID
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:17:46.846--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'eclipselink.SALARY' doesn't exist
    [junit] Error Code: 1146
    [junit] Call: ALTER TABLE SALARY DROP FOREIGN KEY FK_SALARY_EMP_ID
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:17:46.848--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown table 'ADDRESS'
    [junit] Error Code: 1051
    [junit] Call: DROP TABLE ADDRESS
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:17:48.173--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown table 'EMPLOYEE'
    [junit] Error Code: 1051
    [junit] Call: DROP TABLE EMPLOYEE
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:17:48.373--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown table 'LPROJECT'
    [junit] Error Code: 1051
    [junit] Call: DROP TABLE LPROJECT
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:17:48.480--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown table 'PHONE'
    [junit] Error Code: 1051
    [junit] Call: DROP TABLE PHONE
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:17:48.590--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown table 'PROJ_EMP'
    [junit] Error Code: 1051
    [junit] Call: DROP TABLE PROJ_EMP
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:17:48.726--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown table 'PROJECT'
    [junit] Error Code: 1051
    [junit] Call: DROP TABLE PROJECT
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:17:48.836--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown table 'RESPONS'
    [junit] Error Code: 1051
    [junit] Call: DROP TABLE RESPONS
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:17:48.940--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown table 'SALARY'
    [junit] Error Code: 1051
    [junit] Call: DROP TABLE SALARY
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:17:50.618--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:17:54.113--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:17:54.590--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:17:55.014--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CONSTRAINT PROJECT_WORKER_BATCH_HD' at line 1
    [junit] Error Code: 1064
    [junit] Call: Alter TABLE PROJECT_WORKER_BATCH DROP CONSTRAINT PROJECT_WORKER_BATCH_HD
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:18:15.788--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:18:16.691--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'eclipselink.CHILDNAM' doesn't exist
    [junit] Error Code: 1146
    [junit] Call: ALTER TABLE CHILDNAM DROP FOREIGN KEY CHILD_HOLDER
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:18:16.694--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'eclipselink.CLAIM' doesn't exist
    [junit] Error Code: 1146
    [junit] Call: ALTER TABLE CLAIM DROP FOREIGN KEY CLAIM_POL
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:18:16.697--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'eclipselink.INS_ADDR' doesn't exist
    [junit] Error Code: 1146
    [junit] Call: ALTER TABLE INS_ADDR DROP FOREIGN KEY ADDRESS_HOLDER
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:18:16.700--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'eclipselink.INS_PHONE' doesn't exist
    [junit] Error Code: 1146
    [junit] Call: ALTER TABLE INS_PHONE DROP FOREIGN KEY INS_PHONE_HOLDER
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:18:16.702--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'eclipselink.POLICY' doesn't exist
    [junit] Error Code: 1146
    [junit] Call: ALTER TABLE POLICY DROP FOREIGN KEY POLICY_HOLDER
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:18:16.706--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'eclipselink.VHCL_CLM' doesn't exist
    [junit] Error Code: 1146
    [junit] Call: ALTER TABLE VHCL_CLM DROP FOREIGN KEY VHCL_CLM_CLAIM
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:18:16.714--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'eclipselink.VHCL_POL' doesn't exist
    [junit] Error Code: 1146
    [junit] Call: ALTER TABLE VHCL_POL DROP FOREIGN KEY VHCL_POL_POLICY
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:18:16.717--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown table 'CHILDNAM'
    [junit] Error Code: 1051
    [junit] Call: DROP TABLE CHILDNAM
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:18:17.459--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown table 'CLAIM'
    [junit] Error Code: 1051
    [junit] Call: DROP TABLE CLAIM
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:18:17.600--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown table 'HOLDER'
    [junit] Error Code: 1051
    [junit] Call: DROP TABLE HOLDER
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:18:18.298--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown table 'INS_ADDR'
    [junit] Error Code: 1051
    [junit] Call: DROP TABLE INS_ADDR
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:18:18.520--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown table 'INS_PHONE'
    [junit] Error Code: 1051
    [junit] Call: DROP TABLE INS_PHONE
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:18:18.846--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown table 'POLICY'
    [junit] Error Code: 1051
    [junit] Call: DROP TABLE POLICY
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:18:18.961--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown table 'VHCL_CLM'
    [junit] Error Code: 1051
    [junit] Call: DROP TABLE VHCL_CLM
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:18:19.058--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown table 'VHCL_POL'
    [junit] Error Code: 1051
    [junit] Call: DROP TABLE VHCL_POL
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:18:20.205--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:18:20.569--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CONSTRAINT OWNER_A_ONE_TO_ONE_' at line 1
    [junit] Error Code: 1064
    [junit] Call: Alter TABLE OBJECT_A DROP CONSTRAINT OWNER_A_ONE_TO_ONE_
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:18:24.555--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:18:31.976--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:18:33.873--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:18:33.906--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:18:34.663--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:18:34.930--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:18:36.820--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:18:38.651--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:18:39.182--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:18:40.406--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:18:43.160--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:18:45.559--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:18:46.339--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:18:48.047--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:18:48.354--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:18:48.718--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: This expression is not supported on this platform.
    [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: This expression is not supported on this platform.
    [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: This expression is not supported on this platform.
    [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: This expression is not supported on this platform.
    [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: This expression is not supported on this platform.
    [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: This expression is not supported on this platform.
    [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: This expression is not supported on this platform.
    [junit] [EPS Warning]: 2008.03.05 02:18:50.109--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.QueryException
    [junit] Exception Description: Invalid query key [foofoo] in expression.
    [junit] Query: ReadAllQuery(org.eclipse.persistence.testing.models.employee.domain.Employee)
    [junit] [EPS Warning]: 2008.03.05 02:18:50.111--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-6078] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.QueryException
[junit] Exception Description: The class of the argument for the object comparison is incorrect. [junit] Expression: [ [junit] Base org.eclipse.persistence.testing.models.employee.domain.Employee] [junit] Mapping: [org.eclipse.persistence.mappings.OneToOneMapping[address]] [junit] Argument: [2]
    [junit] Query: ReadAllQuery(org.eclipse.persistence.testing.models.employee.domain.Employee)
    [junit] [EPS Warning]: 2008.03.05 02:18:50.112--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-6068] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.QueryException
    [junit] Exception Description: Cannot compare table reference to [DatabaseTable(foofoo)] in expression.
    [junit] Query: ReadAllQuery(org.eclipse.persistence.testing.models.employee.domain.Employee)
    [junit] [EPS Warning]: 2008.03.05 02:18:50.113--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-6069] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.QueryException
    [junit] Exception Description: The field [ADDRESS.STREET] in this expression has an invalid table in this context.
    [junit] Query: ReadAllQuery(org.eclipse.persistence.testing.models.employee.domain.Employee)
    [junit] [EPS Warning]: 2008.03.05 02:18:50.114--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-6070] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.QueryException
    [junit] Exception Description: Invalid use of a query key [org.eclipse.persistence.mappings.OneToManyMapping[managedEmployees]] representing a "to-many" relationship in an expression.  Use anyOf() rather than get().
    [junit] Query: ReadAllQuery(org.eclipse.persistence.testing.models.employee.domain.Employee)
    [junit] [EPS Warning]: 2008.03.05 02:18:50.115--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-6069] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.QueryException
    [junit] Exception Description: The field [ADDRESS.STREET] in this expression has an invalid table in this context.
    [junit] Query: ReadAllQuery(org.eclipse.persistence.testing.models.employee.domain.Employee)
    [junit] [EPS Warning]: 2008.03.05 02:18:50.117--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-6122] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.QueryException
[junit] Exception Description: The expression is not a valid expression. [junit] Logical operator AND [junit] Relation operator = [junit] Query Key firstName
    [junit]          Base org.eclipse.persistence.testing.models.employee.domain.Employee
    [junit]       Constant blee
    [junit]    Query Key managedEmployees
    [junit]       Base org.eclipse.persistence.testing.models.employee.domain.Employee
    [junit] Query: ReadAllQuery(org.eclipse.persistence.testing.models.employee.domain.Employee)
    [junit] [EPS Warning]: 2008.03.05 02:18:50.312--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.QueryException
    [junit] Exception Description: Invalid query key [appartments] in expression.
    [junit] Query: ReadAllQuery(org.eclipse.persistence.testing.models.employee.domain.Employee)
    [junit] [EPS Info]: 2008.03.05 02:18:50.543--ServerSession(129238964)--EclipseLink, version: Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)
    [junit] [EPS Info]: 2008.03.05 02:18:50.730--ServerSession(129238964)-- login successful
    [junit] [EPS Info]: 2008.03.05 02:18:50.748--ServerSession(129238964)-- logout successful
    [junit] [EPS Info]: 2008.03.05 02:18:50.750--ServerSession(328471444)--EclipseLink, version: Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)
    [junit] [EPS Info]: 2008.03.05 02:18:50.826--ServerSession(328471444)-- login successful
    [junit] [EPS Info]: 2008.03.05 02:18:50.828--ServerSession(328471444)-- logout successful
    [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: Not supported in MySQL
    [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: Not supported in MySQL
    [junit] [EPS Info]: 2008.03.05 02:18:51.193--DatabaseSessionImpl(1393840916)--EclipseLink, version: Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)
    [junit] [EPS Info]: 2008.03.05 02:18:51.211--DatabaseSessionImpl(1393840916)-- login successful
    [junit] [EPS Warning]: 2008.03.05 02:18:51.213--UnitOfWork(317330154)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'NOWAIT' at line 1
    [junit] Error Code: 1064
    [junit] Call: SELECT t0.EMP_ID, t1.EMP_ID, t0.F_NAME, t0.L_NAME, t1.SALARY, t0.GENDER, t0.START_TIME, t0.END_TIME, t0.END_DATE, t0.START_DATE, t0.ADDR_ID, t0.MANAGER_ID, t0.VERSION FROM EMPLOYEE t0, SALARY t1 WHERE ((t0.EMP_ID = ?) AND (t1.EMP_ID = t0.EMP_ID)) FOR UPDATE NOWAIT
    [junit] 	bind => [508203]
    [junit] Query: ReadObjectQuery(org.eclipse.persistence.testing.models.employee.domain.Employee)
    [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: This database does not support NOWAIT
    [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: This database does not support NOWAIT
    [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: This database does not support NOWAIT
    [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: This database does not support NOWAIT
    [junit] [EPS Info]: 2008.03.05 02:18:51.221--ServerSession(921843442)--EclipseLink, version: Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)
    [junit] [EPS Info]: 2008.03.05 02:18:51.350--ServerSession(921843442)-- login successful
    [junit] [EPS Info]: 2008.03.05 02:18:51.364--ServerSession(921843442)-- logout successful
    [junit] [EPS Info]: 2008.03.05 02:18:51.365--ServerSession(355865910)--EclipseLink, version: Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)
    [junit] [EPS Info]: 2008.03.05 02:18:51.422--ServerSession(355865910)-- login successful
    [junit] [EPS Info]: 2008.03.05 02:18:51.437--ServerSession(355865910)-- logout successful
    [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: This database does not support NOWAIT
    [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.testing.framework.TestWarningException
    [junit] Exception Description: This database does not support NOWAIT
    [junit] [EPS Warning]: 2008.03.05 02:18:51.616--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-6029] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.QueryException
    [junit] Exception Description: A reference class must be provided.
    [junit] Query: ReadAllQuery()
    [junit] [EPS Warning]: 2008.03.05 02:18:51.617--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-6024] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.QueryException
    [junit] Exception Description: Modify queries require an object to modify.
    [junit] Query: WriteObjectQuery(null)
    [junit] [EPS Warning]: 2008.03.05 02:18:51.626--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-6129] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.QueryException
    [junit] Exception Description: Refreshing is not possible if the query does not go to the database.
    [junit] Query: ReadAllQuery(org.eclipse.persistence.testing.models.employee.domain.Employee)
    [junit] [EPS Info]: 2008.03.05 02:18:51.813--ServerSession(493493610)--EclipseLink, version: Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)
    [junit] [EPS Info]: 2008.03.05 02:18:51.859--ServerSession(493493610)-- login successful
    [junit] [EPS Warning]: 2008.03.05 02:18:51.861--ClientSession(636757492)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown column 't0.HOOYAH' in 'where clause'
    [junit] Error Code: 1054
    [junit] Call: SELECT t0.EMP_ID, t1.EMP_ID, t0.F_NAME, t0.L_NAME, t1.SALARY, t0.GENDER, t0.START_TIME, t0.END_TIME, t0.END_DATE, t0.START_DATE, t0.ADDR_ID, t0.MANAGER_ID, t0.VERSION FROM EMPLOYEE t0, SALARY t1 WHERE ((t0.HOOYAH = ?) AND (t1.EMP_ID = t0.EMP_ID))
    [junit] 	bind => [Jill]
    [junit] Query: ReadAllQuery(org.eclipse.persistence.testing.models.employee.domain.Employee)
    [junit] [EPS Info]: 2008.03.05 02:18:51.863--ServerSession(493493610)-- logout successful
    [junit] [EPS Warning]: 2008.03.05 02:18:52.279--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Not unique table/alias: 'c'
    [junit] Error Code: 1066
    [junit] Call: SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE c, EMPLOYEE b, EMPLOYEE c, EMPLOYEE c
    [junit] Query: DataReadQuery()
    [junit] [EPS Info]: 2008.03.05 02:18:52.284--ServerSession(855126776)--EclipseLink, version: Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)
    [junit] [EPS Info]: 2008.03.05 02:18:52.330--ServerSession(855126776)-- login successful
    [junit] [EPS Info]: 2008.03.05 02:18:52.336--ServerSession(855126776)-- logout successful
    [junit] [EPS Info]: 2008.03.05 02:18:52.339--ServerSession(173017680)--EclipseLink, version: Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)
    [junit] [EPS Info]: 2008.03.05 02:18:52.377--ServerSession(173017680)-- login successful
    [junit] [EPS Info]: 2008.03.05 02:18:52.381--ServerSession(173017680)-- logout successful
    [junit] [EPS Info]: 2008.03.05 02:18:52.385--ServerSession(714746522)--EclipseLink, version: Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)
    [junit] [EPS Info]: 2008.03.05 02:18:52.424--ServerSession(714746522)-- login successful
    [junit] [EPS Info]: 2008.03.05 02:18:52.429--ServerSession(714746522)-- logout successful
    [junit] [EPS Info]: 2008.03.05 02:18:52.434--ServerSession(1984853582)--EclipseLink, version: Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)
    [junit] [EPS Info]: 2008.03.05 02:18:52.470--ServerSession(1984853582)-- login successful
    [junit] [EPS Info]: 2008.03.05 02:18:52.477--ServerSession(1984853582)-- logout successful
    [junit] [EPS Warning]: 2008.03.05 02:18:52.484--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-6131] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.QueryException
[junit] Exception Description: DeleteAllQuery that defines objects to be deleted using setObjects method with non-null argument must also define the corresponding selection criteria. [junit] Objects: [[]]
    [junit] Descriptor: [RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)])]
    [junit] Query: DeleteAllQuery()
    [junit] [EPS Info]: 2008.03.05 02:18:52.858--DatabaseSessionImpl(1885237342)--EclipseLink, version: Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)
    [junit] [EPS Info]: 2008.03.05 02:18:52.893--DatabaseSessionImpl(1885237342)-- login successful
    [junit] [EPS Info]: 2008.03.05 02:18:52.965--DatabaseSessionImpl(1885237342)-- logout successful
    [junit] [EPS Warning]: 2008.03.05 02:18:53.446--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-6135] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.QueryException
[junit] Exception Description: Attribute name or expression passed as a first parameter to addUpdate method defines a field from a table that's not mapped to query descriptor. [junit] Attribute name or Expression: [
    [junit] Field BAD
    [junit]    Base QUERY OBJECT]
    [junit] Wrong field: [BAD]
    [junit] Descriptor: [RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)])]
    [junit] Query: UpdateAllQuery()
    [junit] [EPS Warning]: 2008.03.05 02:18:53.491--DatabaseSessionImpl(1907257774)--Exception [EclipseLink-6120] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.QueryException
    [junit] Exception Description: The partial attribute nonExistant is not a valid attribute of the class org.eclipse.persistence.testing.models.employee.domain.Employee.
    [junit] Query: ReadAllQuery(org.eclipse.persistence.testing.models.employee.domain.Employee)
    [junit] [EPS Info]: 2008.03.05 02:18:54.264--DatabaseSessionImpl(1907257774)-- logout successful
    [junit] [EPS Info]: 2008.03.05 02:18:54.267--DatabaseSessionImpl(727591774)--EclipseLink, version: Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)
    [junit] [EPS Info]: 2008.03.05 02:18:54.292--DatabaseSessionImpl(727591774)-- login successful
    [junit] [EPS Warning]: 2008.03.05 02:18:54.393--DatabaseSessionImpl(727591774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'eclipselink.EMPLOYEE' doesn't exist
    [junit] Error Code: 1146
    [junit] Call: ALTER TABLE EMPLOYEE DROP FOREIGN KEY FK_EMPLOYEE_ADDR_ID
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:18:54.395--DatabaseSessionImpl(727591774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'eclipselink.EMPLOYEE' doesn't exist
    [junit] Error Code: 1146
    [junit] Call: ALTER TABLE EMPLOYEE DROP FOREIGN KEY FK_EMPLOYEE_MANAGER_ID
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:18:54.397--DatabaseSessionImpl(727591774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'eclipselink.LPROJECT' doesn't exist
    [junit] Error Code: 1146
    [junit] Call: ALTER TABLE LPROJECT DROP FOREIGN KEY FK_LPROJECT_PROJ_ID
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:18:54.398--DatabaseSessionImpl(727591774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'eclipselink.PHONE' doesn't exist
    [junit] Error Code: 1146
    [junit] Call: ALTER TABLE PHONE DROP FOREIGN KEY FK_PHONE_EMP_ID
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:18:54.399--DatabaseSessionImpl(727591774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'eclipselink.PROJ_EMP' doesn't exist
    [junit] Error Code: 1146
    [junit] Call: ALTER TABLE PROJ_EMP DROP FOREIGN KEY FK_PROJ_EMP_PROJ_ID
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:18:54.401--DatabaseSessionImpl(727591774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'eclipselink.PROJ_EMP' doesn't exist
    [junit] Error Code: 1146
    [junit] Call: ALTER TABLE PROJ_EMP DROP FOREIGN KEY FK_PROJ_EMP_EMP_ID
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:18:54.402--DatabaseSessionImpl(727591774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'eclipselink.PROJECT' doesn't exist
    [junit] Error Code: 1146
    [junit] Call: ALTER TABLE PROJECT DROP FOREIGN KEY FK_PROJECT_LEADER_ID
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:18:54.403--DatabaseSessionImpl(727591774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'eclipselink.RESPONS' doesn't exist
    [junit] Error Code: 1146
    [junit] Call: ALTER TABLE RESPONS DROP FOREIGN KEY FK_RESPONS_EMP_ID
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:18:54.404--DatabaseSessionImpl(727591774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'eclipselink.SALARY' doesn't exist
    [junit] Error Code: 1146
    [junit] Call: ALTER TABLE SALARY DROP FOREIGN KEY FK_SALARY_EMP_ID
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:18:54.406--DatabaseSessionImpl(727591774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown table 'ADDRESS'
    [junit] Error Code: 1051
    [junit] Call: DROP TABLE ADDRESS
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:18:54.607--DatabaseSessionImpl(727591774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown table 'EMPLOYEE'
    [junit] Error Code: 1051
    [junit] Call: DROP TABLE EMPLOYEE
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:18:54.720--DatabaseSessionImpl(727591774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown table 'LPROJECT'
    [junit] Error Code: 1051
    [junit] Call: DROP TABLE LPROJECT
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:18:54.868--DatabaseSessionImpl(727591774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown table 'PHONE'
    [junit] Error Code: 1051
    [junit] Call: DROP TABLE PHONE
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:18:54.992--DatabaseSessionImpl(727591774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown table 'PROJ_EMP'
    [junit] Error Code: 1051
    [junit] Call: DROP TABLE PROJ_EMP
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:18:55.124--DatabaseSessionImpl(727591774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown table 'PROJECT'
    [junit] Error Code: 1051
    [junit] Call: DROP TABLE PROJECT
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:18:55.216--DatabaseSessionImpl(727591774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown table 'RESPONS'
    [junit] Error Code: 1051
    [junit] Call: DROP TABLE RESPONS
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:18:55.576--DatabaseSessionImpl(727591774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown table 'SALARY'
    [junit] Error Code: 1051
    [junit] Call: DROP TABLE SALARY
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:18:56.984--DatabaseSessionImpl(727591774)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Info]: 2008.03.05 02:18:57.885--DatabaseSessionImpl(727591774)-- logout successful
    [junit] [EPS Info]: 2008.03.05 02:18:57.886--DatabaseSessionImpl(2072017792)--EclipseLink, version: Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)
    [junit] [EPS Info]: 2008.03.05 02:18:57.894--DatabaseSessionImpl(2072017792)-- login successful
    [junit] [EPS Warning]: 2008.03.05 02:18:58.075--DatabaseSessionImpl(2072017792)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CONSTRAINT OWNER_A_ONE_TO_ONE_' at line 1
    [junit] Error Code: 1064
    [junit] Call: Alter TABLE OBJECT_A DROP CONSTRAINT OWNER_A_ONE_TO_ONE_
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:03.041--DatabaseSessionImpl(2072017792)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:03.978--DatabaseSessionImpl(2072017792)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:04.111--DatabaseSessionImpl(2072017792)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'eclipselink.EMPLOYEE' doesn't exist
    [junit] Error Code: 1146
    [junit] Call: ALTER TABLE EMPLOYEE DROP FOREIGN KEY FK_EMPLOYEE_ADDR_ID
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:04.112--DatabaseSessionImpl(2072017792)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'eclipselink.EMPLOYEE' doesn't exist
    [junit] Error Code: 1146
    [junit] Call: ALTER TABLE EMPLOYEE DROP FOREIGN KEY FK_EMPLOYEE_MANAGER_ID
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:04.113--DatabaseSessionImpl(2072017792)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'eclipselink.LPROJECT' doesn't exist
    [junit] Error Code: 1146
    [junit] Call: ALTER TABLE LPROJECT DROP FOREIGN KEY FK_LPROJECT_PROJ_ID
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:04.114--DatabaseSessionImpl(2072017792)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'eclipselink.PHONE' doesn't exist
    [junit] Error Code: 1146
    [junit] Call: ALTER TABLE PHONE DROP FOREIGN KEY FK_PHONE_EMP_ID
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:04.116--DatabaseSessionImpl(2072017792)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'eclipselink.PROJ_EMP' doesn't exist
    [junit] Error Code: 1146
    [junit] Call: ALTER TABLE PROJ_EMP DROP FOREIGN KEY FK_PROJ_EMP_PROJ_ID
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:04.117--DatabaseSessionImpl(2072017792)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'eclipselink.PROJ_EMP' doesn't exist
    [junit] Error Code: 1146
    [junit] Call: ALTER TABLE PROJ_EMP DROP FOREIGN KEY FK_PROJ_EMP_EMP_ID
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:04.118--DatabaseSessionImpl(2072017792)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'eclipselink.PROJECT' doesn't exist
    [junit] Error Code: 1146
    [junit] Call: ALTER TABLE PROJECT DROP FOREIGN KEY FK_PROJECT_LEADER_ID
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:04.119--DatabaseSessionImpl(2072017792)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'eclipselink.RESPONS' doesn't exist
    [junit] Error Code: 1146
    [junit] Call: ALTER TABLE RESPONS DROP FOREIGN KEY FK_RESPONS_EMP_ID
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:04.120--DatabaseSessionImpl(2072017792)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'eclipselink.SALARY' doesn't exist
    [junit] Error Code: 1146
    [junit] Call: ALTER TABLE SALARY DROP FOREIGN KEY FK_SALARY_EMP_ID
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:04.122--DatabaseSessionImpl(2072017792)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown table 'ADDRESS'
    [junit] Error Code: 1051
    [junit] Call: DROP TABLE ADDRESS
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:04.244--DatabaseSessionImpl(2072017792)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown table 'EMPLOYEE'
    [junit] Error Code: 1051
    [junit] Call: DROP TABLE EMPLOYEE
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:04.376--DatabaseSessionImpl(2072017792)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown table 'LPROJECT'
    [junit] Error Code: 1051
    [junit] Call: DROP TABLE LPROJECT
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:04.480--DatabaseSessionImpl(2072017792)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown table 'PHONE'
    [junit] Error Code: 1051
    [junit] Call: DROP TABLE PHONE
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:04.694--DatabaseSessionImpl(2072017792)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown table 'PROJ_EMP'
    [junit] Error Code: 1051
    [junit] Call: DROP TABLE PROJ_EMP
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:05.404--DatabaseSessionImpl(2072017792)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown table 'PROJECT'
    [junit] Error Code: 1051
    [junit] Call: DROP TABLE PROJECT
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:05.644--DatabaseSessionImpl(2072017792)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown table 'RESPONS'
    [junit] Error Code: 1051
    [junit] Call: DROP TABLE RESPONS
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:05.767--DatabaseSessionImpl(2072017792)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown table 'SALARY'
    [junit] Error Code: 1051
    [junit] Call: DROP TABLE SALARY
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:07.730--DatabaseSessionImpl(2072017792)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:07.963--DatabaseSessionImpl(2072017792)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'eclipselink.CHILDNAM' doesn't exist
    [junit] Error Code: 1146
    [junit] Call: ALTER TABLE CHILDNAM DROP FOREIGN KEY CHILD_HOLDER
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:07.964--DatabaseSessionImpl(2072017792)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'eclipselink.CLAIM' doesn't exist
    [junit] Error Code: 1146
    [junit] Call: ALTER TABLE CLAIM DROP FOREIGN KEY CLAIM_POL
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:07.966--DatabaseSessionImpl(2072017792)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'eclipselink.INS_ADDR' doesn't exist
    [junit] Error Code: 1146
    [junit] Call: ALTER TABLE INS_ADDR DROP FOREIGN KEY ADDRESS_HOLDER
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:07.967--DatabaseSessionImpl(2072017792)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'eclipselink.INS_PHONE' doesn't exist
    [junit] Error Code: 1146
    [junit] Call: ALTER TABLE INS_PHONE DROP FOREIGN KEY INS_PHONE_HOLDER
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:07.969--DatabaseSessionImpl(2072017792)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'eclipselink.POLICY' doesn't exist
    [junit] Error Code: 1146
    [junit] Call: ALTER TABLE POLICY DROP FOREIGN KEY POLICY_HOLDER
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:07.970--DatabaseSessionImpl(2072017792)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'eclipselink.VHCL_CLM' doesn't exist
    [junit] Error Code: 1146
    [junit] Call: ALTER TABLE VHCL_CLM DROP FOREIGN KEY VHCL_CLM_CLAIM
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:07.971--DatabaseSessionImpl(2072017792)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'eclipselink.VHCL_POL' doesn't exist
    [junit] Error Code: 1146
    [junit] Call: ALTER TABLE VHCL_POL DROP FOREIGN KEY VHCL_POL_POLICY
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:07.973--DatabaseSessionImpl(2072017792)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown table 'CHILDNAM'
    [junit] Error Code: 1051
    [junit] Call: DROP TABLE CHILDNAM
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:08.161--DatabaseSessionImpl(2072017792)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown table 'CLAIM'
    [junit] Error Code: 1051
    [junit] Call: DROP TABLE CLAIM
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:08.289--DatabaseSessionImpl(2072017792)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown table 'HOLDER'
    [junit] Error Code: 1051
    [junit] Call: DROP TABLE HOLDER
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:08.422--DatabaseSessionImpl(2072017792)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown table 'INS_ADDR'
    [junit] Error Code: 1051
    [junit] Call: DROP TABLE INS_ADDR
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:08.533--DatabaseSessionImpl(2072017792)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown table 'INS_PHONE'
    [junit] Error Code: 1051
    [junit] Call: DROP TABLE INS_PHONE
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:08.661--DatabaseSessionImpl(2072017792)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown table 'POLICY'
    [junit] Error Code: 1051
    [junit] Call: DROP TABLE POLICY
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:08.773--DatabaseSessionImpl(2072017792)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown table 'VHCL_CLM'
    [junit] Error Code: 1051
    [junit] Call: DROP TABLE VHCL_CLM
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:08.914--DatabaseSessionImpl(2072017792)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown table 'VHCL_POL'
    [junit] Error Code: 1051
    [junit] Call: DROP TABLE VHCL_POL
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:09.937--DatabaseSessionImpl(2072017792)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:12.185--DatabaseSessionImpl(2072017792)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:12.784--DatabaseSessionImpl(2072017792)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:14.760--DatabaseSessionImpl(2072017792)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:17.464--DatabaseSessionImpl(2072017792)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:19.500--DatabaseSessionImpl(2072017792)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:20.739--DatabaseSessionImpl(2072017792)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:20.855--DatabaseSessionImpl(2072017792)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CONSTRAINT PROJECT_WORKER_BATCH_HD' at line 1
    [junit] Error Code: 1064
    [junit] Call: Alter TABLE PROJECT_WORKER_BATCH DROP CONSTRAINT PROJECT_WORKER_BATCH_HD
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:31.632--DatabaseSessionImpl(2072017792)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:32.694--UnitOfWork(1576820220)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.OptimisticLockException
[junit] Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> [508461]
    [junit] [EPS Warning]: 2008.03.05 02:19:32.945--UnitOfWork(277090436)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.QueryException
[junit] Exception Description: The object [Address: 3254 Real Cold Place, LKO, BC, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [1,204,963,282], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ.
    [junit] [EPS Warning]: 2008.03.05 02:19:32.948--UnitOfWork(1458722546)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.QueryException
[junit] Exception Description: The object [Address: 12 Merival Rd., suite 5, Ottawa, ONT, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [71,828,552], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ.
    [junit] [EPS Warning]: 2008.03.05 02:19:32.962--UnitOfWork(167250424)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.OptimisticLockException
[junit] Exception Description: The object [Employee: Sarah Way] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> [508451]
    [junit] [EPS Warning]: 2008.03.05 02:19:33.052--UnitOfWork(1296846156)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.OptimisticLockException
[junit] Exception Description: The object [Employee: [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> [508461]
    [junit] [EPS Warning]: 2008.03.05 02:19:34.202--UnitOfWork(1802398574)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.QueryException
[junit] Exception Description: The object [Employee: Sarah Way], of class [class org.eclipse.persistence.testing.models.employee.domain.Employee], with identity hashcode (System.identityHashCode()) [1,754,949,786], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ.
    [junit] [EPS Warning]: 2008.03.05 02:19:34.690--UnitOfWork(618800354)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLIntegrityConstraintViolationException: Duplicate entry '631051' for key 1
    [junit] Error Code: 1062
    [junit] Call: INSERT INTO U_EMP (ID, NAME) VALUES (?, ?)
    [junit] 	bind => [631051, null]
    [junit] Query: InsertObjectQuery(org.eclipse.persistence.testing.tests.unitofwork.Person@32023202)
    [junit] [EPS Warning]: 2008.03.05 02:19:34.822--UnitOfWork(1365528932)--Exception [EclipseLink-200] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DescriptorException
    [junit] Exception Description: Attempt to register an object with dead indirection as a new object.  Possibly the object was deleted or removed from the cache during a merge of a serialized clone.  This is a concurrency violation, consider a locking strategy.
    [junit] Mapping: org.eclipse.persistence.mappings.OneToOneMapping[owner]
    [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)])
    [junit] [EPS Warning]: 2008.03.05 02:19:35.402--DatabaseSessionImpl(2072017792)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Exception Description: DatabaseAccessor not connected.
    [junit] [EPS Warning]: 2008.03.05 02:19:35.578--UnitOfWork(1062223696)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.QueryException
[junit] Exception Description: The object [Address: 3254 Real Cold Place, Prince Rupert, BC, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [1,432,769,894], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ.
    [junit] [EPS Info]: 2008.03.05 02:19:35.601--DatabaseSessionImpl(2072017792)-- logout successful
    [junit] [EPS Info]: 2008.03.05 02:19:35.602--DatabaseSessionImpl(523509556)--EclipseLink, version: Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)
    [junit] [EPS Info]: 2008.03.05 02:19:35.629--DatabaseSessionImpl(523509556)-- login successful
    [junit] [EPS Info]: 2008.03.05 02:19:36.111--DatabaseSessionImpl(523509556)-- logout successful
    [junit] [EPS Info]: 2008.03.05 02:19:36.112--DatabaseSessionImpl(15991028)--EclipseLink, version: Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)
    [junit] [EPS Info]: 2008.03.05 02:19:36.129--DatabaseSessionImpl(15991028)--EmployeeSession login successful
    [junit] [EPS Warning]: 2008.03.05 02:19:36.237--DatabaseSessionImpl(15991028)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'eclipselink.EMPLOYEE' doesn't exist
    [junit] Error Code: 1146
    [junit] Call: ALTER TABLE EMPLOYEE DROP FOREIGN KEY FK_EMPLOYEE_ADDR_ID
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:36.238--DatabaseSessionImpl(15991028)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'eclipselink.EMPLOYEE' doesn't exist
    [junit] Error Code: 1146
    [junit] Call: ALTER TABLE EMPLOYEE DROP FOREIGN KEY FK_EMPLOYEE_MANAGER_ID
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:36.239--DatabaseSessionImpl(15991028)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'eclipselink.LPROJECT' doesn't exist
    [junit] Error Code: 1146
    [junit] Call: ALTER TABLE LPROJECT DROP FOREIGN KEY FK_LPROJECT_PROJ_ID
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:36.241--DatabaseSessionImpl(15991028)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'eclipselink.PHONE' doesn't exist
    [junit] Error Code: 1146
    [junit] Call: ALTER TABLE PHONE DROP FOREIGN KEY FK_PHONE_EMP_ID
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:36.242--DatabaseSessionImpl(15991028)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'eclipselink.PROJ_EMP' doesn't exist
    [junit] Error Code: 1146
    [junit] Call: ALTER TABLE PROJ_EMP DROP FOREIGN KEY FK_PROJ_EMP_PROJ_ID
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:36.244--DatabaseSessionImpl(15991028)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'eclipselink.PROJ_EMP' doesn't exist
    [junit] Error Code: 1146
    [junit] Call: ALTER TABLE PROJ_EMP DROP FOREIGN KEY FK_PROJ_EMP_EMP_ID
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:36.246--DatabaseSessionImpl(15991028)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'eclipselink.PROJECT' doesn't exist
    [junit] Error Code: 1146
    [junit] Call: ALTER TABLE PROJECT DROP FOREIGN KEY FK_PROJECT_LEADER_ID
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:36.247--DatabaseSessionImpl(15991028)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'eclipselink.RESPONS' doesn't exist
    [junit] Error Code: 1146
    [junit] Call: ALTER TABLE RESPONS DROP FOREIGN KEY FK_RESPONS_EMP_ID
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:36.249--DatabaseSessionImpl(15991028)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'eclipselink.SALARY' doesn't exist
    [junit] Error Code: 1146
    [junit] Call: ALTER TABLE SALARY DROP FOREIGN KEY FK_SALARY_EMP_ID
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:36.250--DatabaseSessionImpl(15991028)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown table 'ADDRESS'
    [junit] Error Code: 1051
    [junit] Call: DROP TABLE ADDRESS
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:36.480--DatabaseSessionImpl(15991028)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown table 'EMPLOYEE'
    [junit] Error Code: 1051
    [junit] Call: DROP TABLE EMPLOYEE
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:36.700--DatabaseSessionImpl(15991028)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown table 'LPROJECT'
    [junit] Error Code: 1051
    [junit] Call: DROP TABLE LPROJECT
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:36.988--DatabaseSessionImpl(15991028)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown table 'PHONE'
    [junit] Error Code: 1051
    [junit] Call: DROP TABLE PHONE
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:37.096--DatabaseSessionImpl(15991028)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown table 'PROJ_EMP'
    [junit] Error Code: 1051
    [junit] Call: DROP TABLE PROJ_EMP
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:37.212--DatabaseSessionImpl(15991028)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown table 'PROJECT'
    [junit] Error Code: 1051
    [junit] Call: DROP TABLE PROJECT
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:37.352--DatabaseSessionImpl(15991028)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown table 'RESPONS'
    [junit] Error Code: 1051
    [junit] Call: DROP TABLE RESPONS
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:37.514--DatabaseSessionImpl(15991028)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown table 'SALARY'
    [junit] Error Code: 1051
    [junit] Call: DROP TABLE SALARY
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:38.928--DatabaseSessionImpl(15991028)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Info]: 2008.03.05 02:19:40.096--DatabaseSessionImpl(523509556)-- logout successful
    [junit] [EPS Info]: 2008.03.05 02:19:40.096--DatabaseSessionImpl(1340887020)--EclipseLink, version: Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)
    [junit] [EPS Info]: 2008.03.05 02:19:40.156--DatabaseSessionImpl(1340887020)-- login successful
    [junit] [EPS Warning]: 2008.03.05 02:19:44.674--DatabaseSessionImpl(1340887020)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:45.766--DatabaseSessionImpl(1340887020)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:19:46.849--UnitOfWork(1791519432)--Exception [EclipseLink-68] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DescriptorException
    [junit] Exception Description: The value of an aggregate in object [org.eclipse.persistence.testing.models.aggregate.Employee1@6e346e34] is null.  Null values not allowed for Aggregate mappings unless "Allow Null" is specified.
    [junit] Mapping: org.eclipse.persistence.mappings.AggregateObjectMapping[address]
    [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.aggregate.Employee1 --> [DatabaseTable(Employee1)])
    [junit] [EPS Info]: 2008.03.05 02:19:47.680--DatabaseSessionImpl(1340887020)-- logout successful
    [junit] [EPS Info]: 2008.03.05 02:19:47.681--DatabaseSessionImpl(1784965732)--EclipseLink, version: Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)
    [junit] [EPS Info]: 2008.03.05 02:19:47.700--DatabaseSessionImpl(1784965732)-- login successful
    [junit] [EPS Warning]: 2008.03.05 02:19:47.939--DatabaseSessionImpl(1784965732)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CONSTRAINT PROJECT_WORKER_BATCH_HD' at line 1
    [junit] Error Code: 1064
    [junit] Call: Alter TABLE PROJECT_WORKER_BATCH DROP CONSTRAINT PROJECT_WORKER_BATCH_HD
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:20:07.392--DatabaseSessionImpl(1784965732)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Info]: 2008.03.05 02:20:09.522--DatabaseSessionImpl(1784965732)-- logout successful
    [junit] [EPS Info]: 2008.03.05 02:20:09.522--DatabaseSessionImpl(1781688882)--EclipseLink, version: Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)
    [junit] [EPS Info]: 2008.03.05 02:20:09.531--DatabaseSessionImpl(1781688882)-- login successful
    [junit] [EPS Info]: 2008.03.05 02:20:09.948--DatabaseSessionImpl(1781688882)-- logout successful
    [junit] [EPS Info]: 2008.03.05 02:20:09.948--DatabaseSessionImpl(1036795340)--EclipseLink, version: Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)
    [junit] [EPS Info]: 2008.03.05 02:20:09.958--DatabaseSessionImpl(1036795340)-- login successful
    [junit] [EPS Info]: 2008.03.05 02:20:09.958--DatabaseSessionImpl(1036795340)-- logout successful
    [junit] [EPS Info]: 2008.03.05 02:20:09.959--DatabaseSessionImpl(1947366418)--EclipseLink, version: Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)
    [junit] [EPS Info]: 2008.03.05 02:20:09.967--DatabaseSessionImpl(1947366418)-- login successful
    [junit] Tests run: 657, Failures: 0, Errors: 0, Time elapsed: 150.128 sec
[junitreport] Transform time: 1245ms

test.jpa:

test:

test.lrg:

config.trunk:

config.compile-path:

config.flat:

run.test:
     [echo] Running test with ./test.properties on jdbc:mysql://localhost/eclipselink
    [mkdir] Created dir: /opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa.test/reports
    [junit] Running org.eclipse.persistence.testing.tests.jpa.FullRegressionTestSuite
    [junit] [EPS Warning]: 2008.03.05 02:20:18.097--ServerSession(1701864816)--Ignoring the @Table annotation on the entity [class org.eclipse.persistence.testing.models.jpa.xml.merge.inherited.Canadian] since a table metadata was defined in XML.
    [junit] [EPS Warning]: ServerSession(127535002)--Ignoring default serialization on element [public org.eclipse.persistence.testing.models.jpa.xml.advanced.Employee$Gender org.eclipse.persistence.testing.models.jpa.xml.advanced.Employee.getGender()] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.Employee] since a @Convert is specified.
    [junit] [EPS Warning]: ServerSession(127535002)--Ignoring default serialization on element [public java.util.Map org.eclipse.persistence.testing.models.jpa.xml.advanced.Employee.getCreditCards()] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.Employee] since a @Convert is specified.
    [junit] [EPS Warning]: ServerSession(127535002)--Ignoring default serialization on element [public java.util.Map org.eclipse.persistence.testing.models.jpa.xml.advanced.Employee.getCreditCards()] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.Employee] since a @Convert is specified.
    [junit] [EPS Warning]: ServerSession(127535002)--Ignoring default serialization on element [public java.lang.String org.eclipse.persistence.testing.models.jpa.xml.advanced.Address.getProvince()] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.Address] since a @Convert is specified.
    [junit] [EPS Warning]: ServerSession(2033744184)--Optimistic locking metadata is already defined on the descriptor for the entity [class org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Buyer]. Ignoring version specification on element [private int org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Buyer.version].
    [junit] [EPS Warning]: ServerSession(2033744184)--Ignoring default serialization on element [private java.lang.String org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Buyer.gender] within entity class [class org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Buyer] since a @Convert is specified.
    [junit] [EPS Warning]: ServerSession(2033744184)--Ignoring default serialization on element [private java.util.Map org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Buyer.creditCards] within entity class [class org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Buyer] since a @Convert is specified.
    [junit] [EPS Warning]: ServerSession(2033744184)--Ignoring default serialization on element [private java.util.Map org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Buyer.creditCards] within entity class [class org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Buyer] since a @Convert is specified.
    [junit] [EPS Warning]: ServerSession(2033744184)--Ignoring default serialization on element [private org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee$Gender org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee.gender] within entity class [class org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee] since a @Convert is specified.
    [junit] [EPS Warning]: 2008.03.05 02:20:25.748--ServerSession(726543182)--Optimistic locking metadata is already defined on the descriptor for the entity [class org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Buyer]. Ignoring version specification on element [private int org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Buyer.version].
    [junit] [EPS Warning]: 2008.03.05 02:20:25.768--ServerSession(726543182)--Ignoring default serialization on element [private java.lang.String org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Buyer.gender] within entity class [class org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Buyer] since a @Convert is specified.
    [junit] [EPS Warning]: 2008.03.05 02:20:25.796--ServerSession(726543182)--Ignoring default serialization on element [private java.util.Map org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Buyer.creditCards] within entity class [class org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Buyer] since a @Convert is specified.
    [junit] [EPS Warning]: 2008.03.05 02:20:25.802--ServerSession(726543182)--Ignoring default serialization on element [private java.util.Map org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Buyer.creditCards] within entity class [class org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Buyer] since a @Convert is specified.
    [junit] [EPS Warning]: 2008.03.05 02:20:26.096--ServerSession(726543182)--Ignoring default serialization on element [private org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee$Gender org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee.gender] within entity class [class org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee] since a @Convert is specified.
    [junit] [EPS Warning]: ServerSession(1650090586)--Ignoring the @AttributeOverride named [id] defined on the 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 with the same name was defined in XML.
    [junit] [EPS Warning]: ServerSession(1650090586)--The annotation [interface javax.persistence.Table] on the element [class org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.Employee] is being ignored because of an XML metadata-complete setting of true for this class.
    [junit] [EPS Warning]: ServerSession(1650090586)--The annotation [interface javax.persistence.NamedQueries] on the element [class org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.Employee] is being ignored because of an XML metadata-complete setting of true for this class.
    [junit] [EPS Warning]: ServerSession(1650090586)--The annotation [interface javax.persistence.GeneratedValue] on the element [public java.lang.Integer org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.Employee.getId()] is being ignored because of an XML metadata-complete setting of true for this class.
    [junit] [EPS Warning]: ServerSession(1650090586)--The annotation [interface javax.persistence.TableGenerator] on the element [public java.lang.Integer org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.Employee.getId()] is being ignored because of an XML metadata-complete setting of true for this class.
    [junit] [EPS Warning]: ServerSession(1650090586)--The annotation [interface javax.persistence.Version] on the element [public int org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.Employee.getVersion()] is being ignored because of an XML metadata-complete setting of true for this class.
    [junit] [EPS Warning]: ServerSession(1650090586)--The annotation [interface javax.persistence.Column] on the element [public int org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.Employee.getVersion()] is being ignored because of an XML metadata-complete setting of true for this class.
    [junit] [EPS Warning]: ServerSession(1650090586)--The annotation [interface javax.persistence.Column] on the element [public java.lang.String org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.Employee.getFirstName()] is being ignored because of an XML metadata-complete setting of true for this class.
    [junit] [EPS Warning]: ServerSession(1650090586)--The annotation [interface javax.persistence.Column] on the element [public java.lang.String org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.Employee.getLastName()] is being ignored because of an XML metadata-complete setting of true for this class.
    [junit] [EPS Warning]: ServerSession(1650090586)--The annotation [interface javax.persistence.Column] on the element [public int org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.Employee.getSalary()] is being ignored because of an XML metadata-complete setting of true for this class.
    [junit] [EPS Warning]: ServerSession(1650090586)--The annotation [interface javax.persistence.SecondaryTable] on the element [class org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.Employee] is being ignored because of an XML metadata-complete setting of true for this class.
    [junit] [EPS Warning]: ServerSession(1650090586)--The annotation [interface javax.persistence.Table] on the element [class org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.Address] is being ignored because of an XML metadata-complete setting of true for this class.
    [junit] [EPS Warning]: ServerSession(1650090586)--The annotation [interface javax.persistence.NamedQuery] on the element [class org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.Address] is being ignored because of an XML metadata-complete setting of true for this class.
    [junit] [EPS Warning]: ServerSession(1650090586)--The annotation [interface javax.persistence.NamedNativeQuery] on the element [class org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.Address] is being ignored because of an XML metadata-complete setting of true for this class.
    [junit] [EPS Warning]: ServerSession(1650090586)--The annotation [interface javax.persistence.GeneratedValue] on the element [public java.lang.Integer org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.Address.getId()] is being ignored because of an XML metadata-complete setting of true for this class.
    [junit] [EPS Warning]: ServerSession(1650090586)--The annotation [interface javax.persistence.SequenceGenerator] on the element [public java.lang.Integer org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.Address.getId()] is being ignored because of an XML metadata-complete setting of true for this class.
    [junit] [EPS Warning]: ServerSession(1650090586)--The annotation [interface javax.persistence.Column] on the element [public java.lang.String org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.Address.getPostalCode()] is being ignored because of an XML metadata-complete setting of true for this class.
    [junit] [EPS Warning]: ServerSession(1650090586)--The annotation [interface javax.persistence.Table] on the element [class org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.PhoneNumber] is being ignored because of an XML metadata-complete setting of true for this class.
    [junit] [EPS Warning]: ServerSession(1650090586)--The annotation [interface javax.persistence.IdClass] on the element [class org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.PhoneNumber] is being ignored because of an XML metadata-complete setting of true for this class.
    [junit] [EPS Warning]: ServerSession(1650090586)--The annotation [interface javax.persistence.Column] on the element [public java.lang.String org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.PhoneNumber.getAreaCode()] is being ignored because of an XML metadata-complete setting of true for this class.
    [junit] [EPS Warning]: ServerSession(1650090586)--The annotation [interface javax.persistence.Table] on the element [class org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.Project] is being ignored because of an XML metadata-complete setting of true for this class.
    [junit] [EPS Warning]: ServerSession(1650090586)--The annotation [interface javax.persistence.NamedQuery] on the element [class org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.Project] is being ignored because of an XML metadata-complete setting of true for this class.
    [junit] [EPS Warning]: ServerSession(1650090586)--The annotation [interface javax.persistence.GeneratedValue] on the element [public java.lang.Integer org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.Project.getId()] is being ignored because of an XML metadata-complete setting of true for this class.
    [junit] [EPS Warning]: ServerSession(1650090586)--The annotation [interface javax.persistence.SequenceGenerator] on the element [public java.lang.Integer org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.Project.getId()] is being ignored because of an XML metadata-complete setting of true for this class.
    [junit] [EPS Warning]: ServerSession(1650090586)--The annotation [interface javax.persistence.Version] on the element [public int org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.Project.getVersion()] is being ignored because of an XML metadata-complete setting of true for this class.
    [junit] [EPS Warning]: ServerSession(1650090586)--The annotation [interface javax.persistence.Column] on the element [public int org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.Project.getVersion()] is being ignored because of an XML metadata-complete setting of true for this class.
    [junit] [EPS Warning]: ServerSession(1650090586)--The annotation [interface javax.persistence.Column] on the element [public java.lang.String org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.Project.getName()] is being ignored because of an XML metadata-complete setting of true for this class.
    [junit] [EPS Warning]: ServerSession(1650090586)--The annotation [interface javax.persistence.Column] on the element [public java.lang.String org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.Project.getDescription()] is being ignored because of an XML metadata-complete setting of true for this class.
    [junit] [EPS Warning]: ServerSession(1650090586)--The annotation [interface javax.persistence.Table] on the element [class org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.LargeProject] is being ignored because of an XML metadata-complete setting of true for this class.
    [junit] [EPS Warning]: ServerSession(1650090586)--The annotation [interface javax.persistence.DiscriminatorValue] on the element [class org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.LargeProject] is being ignored because of an XML metadata-complete setting of true for this class.
    [junit] [EPS Warning]: ServerSession(1650090586)--The annotation [interface javax.persistence.NamedQuery] on the element [class org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.LargeProject] is being ignored because of an XML metadata-complete setting of true for this class.
    [junit] [EPS Warning]: ServerSession(1650090586)--The annotation [interface javax.persistence.Table] on the element [class org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.SmallProject] is being ignored because of an XML metadata-complete setting of true for this class.
    [junit] [EPS Warning]: ServerSession(1650090586)--The annotation [interface javax.persistence.DiscriminatorValue] on the element [class org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.SmallProject] is being ignored because of an XML metadata-complete setting of true for this class.
    [junit] [EPS Warning]: ServerSession(1650090586)--Ignoring the @Table annotation on the entity [class org.eclipse.persistence.testing.models.jpa.xml.merge.incompletemappings.nonowning.Customer] since a table metadata was defined in XML.
    [junit] [EPS Warning]: ServerSession(1650090586)--Ignoring the @Table annotation on the entity [class org.eclipse.persistence.testing.models.jpa.xml.merge.incompletemappings.nonowning.Item] since a table metadata was defined in XML.
    [junit] [EPS Warning]: ServerSession(1650090586)--Ignoring the @Table annotation on the entity [class org.eclipse.persistence.testing.models.jpa.xml.merge.incompletemappings.owning.Employee] since a table metadata was defined in XML.
    [junit] [EPS Warning]: ServerSession(1650090586)--Ignoring default serialization on element [public org.eclipse.persistence.testing.models.jpa.advanced.Employee$Gender org.eclipse.persistence.testing.models.jpa.advanced.Employee.getGender()] within entity class [class org.eclipse.persistence.testing.models.jpa.advanced.Employee] since a @Convert is specified.
    [junit] [EPS Warning]: ServerSession(1650090586)--Ignoring default serialization on element [public java.lang.String org.eclipse.persistence.testing.models.jpa.advanced.Buyer.getGender()] within entity class [class org.eclipse.persistence.testing.models.jpa.advanced.Buyer] since a @Convert is specified.
    [junit] [EPS Warning]: ServerSession(1650090586)--Optimistic locking metadata is already defined on the descriptor for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.Buyer]. Ignoring version specification on element [public int org.eclipse.persistence.testing.models.jpa.advanced.Buyer.getVersion()].
    [junit] [EPS Warning]: ServerSession(1650090586)--Ignoring default serialization on element [public java.util.Map org.eclipse.persistence.testing.models.jpa.advanced.Buyer.getCreditCards()] within entity class [class org.eclipse.persistence.testing.models.jpa.advanced.Buyer] since a @Convert is specified.
    [junit] [EPS Warning]: ServerSession(1650090586)--Ignoring default serialization on element [public java.util.Map org.eclipse.persistence.testing.models.jpa.advanced.Buyer.getCreditCards()] within entity class [class org.eclipse.persistence.testing.models.jpa.advanced.Buyer] since a @Convert is specified.
    [junit] [EPS Warning]: ServerSession(1650090586)--The annotation [interface javax.persistence.JoinTable] on the element [public java.util.Collection org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.Employee.getProjects()] is being ignored because of an XML metadata-complete setting of true for this class.
    [junit] WARNING: java.lang.ClassNotFoundException: org.eclipse.persistence.testing.tests.jpa.structconverter.StructConverterTestSuite - StructConverterTestSuite not found, most likely because Oracle specific component is not on the classpath.
    [junit] [EPS Warning]: ServerSession(1650090586)--The annotation [interface javax.persistence.PostLoad] on the element [public void org.eclipse.persistence.testing.models.jpa.xml.inheritance.listeners.DefaultListener.postLoad(java.lang.Object)] is being ignored because of an XML metadata-complete setting of true for this class.
    [junit] [EPS Warning]: ServerSession(1650090586)--The annotation [interface javax.persistence.PostPersist] on the element [public void org.eclipse.persistence.testing.models.jpa.xml.inheritance.listeners.DefaultListener.postPersist(java.lang.Object)] is being ignored because of an XML metadata-complete setting of true for this class.
    [junit] [EPS Warning]: ServerSession(1650090586)--The annotation [interface javax.persistence.PostLoad] on the element [public void org.eclipse.persistence.testing.models.jpa.xml.inheritance.listeners.DefaultListener.postLoad(java.lang.Object)] is being ignored because of an XML metadata-complete setting of true for this class.
    [junit] [EPS Warning]: ServerSession(1650090586)--The annotation [interface javax.persistence.PostPersist] on the element [public void org.eclipse.persistence.testing.models.jpa.xml.inheritance.listeners.DefaultListener.postPersist(java.lang.Object)] is being ignored because of an XML metadata-complete setting of true for this class.
    [junit] [EPS Warning]: ServerSession(1650090586)--The annotation [interface javax.persistence.EntityListeners] on the element [class org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.Employee] is being ignored because of an XML metadata-complete setting of true for this class.
    [junit] [EPS Warning]: ServerSession(1650090586)--The annotation [interface javax.persistence.PostLoad] on the element [public void org.eclipse.persistence.testing.models.jpa.xml.inheritance.listeners.DefaultListener.postLoad(java.lang.Object)] is being ignored because of an XML metadata-complete setting of true for this class.
    [junit] [EPS Warning]: ServerSession(1650090586)--The annotation [interface javax.persistence.PostPersist] on the element [public void org.eclipse.persistence.testing.models.jpa.xml.inheritance.listeners.DefaultListener.postPersist(java.lang.Object)] is being ignored because of an XML metadata-complete setting of true for this class.
    [junit] [EPS Warning]: ServerSession(1650090586)--The annotation [interface javax.persistence.PrePersist] on the element [public void org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.Project.prePersist()] is being ignored because of an XML metadata-complete setting of true for this class.
    [junit] [EPS Warning]: ServerSession(1650090586)--The annotation [interface javax.persistence.PostPersist] on the element [public void org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.Project.postPersist()] is being ignored because of an XML metadata-complete setting of true for this class.
    [junit] [EPS Warning]: ServerSession(1650090586)--The annotation [interface javax.persistence.PreRemove] on the element [public void org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.Project.preRemove()] is being ignored because of an XML metadata-complete setting of true for this class.
    [junit] [EPS Warning]: ServerSession(1650090586)--The annotation [interface javax.persistence.PostRemove] on the element [public void org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.Project.postRemove()] is being ignored because of an XML metadata-complete setting of true for this class.
    [junit] [EPS Warning]: ServerSession(1650090586)--The annotation [interface javax.persistence.PreUpdate] on the element [public void org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.Project.preUpdate()] is being ignored because of an XML metadata-complete setting of true for this class.
    [junit] [EPS Warning]: ServerSession(1650090586)--The annotation [interface javax.persistence.PostUpdate] on the element [public void org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.Project.postUpdate()] is being ignored because of an XML metadata-complete setting of true for this class.
    [junit] [EPS Warning]: ServerSession(1650090586)--The annotation [interface javax.persistence.PostLoad] on the element [public void org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.Project.postLoad()] is being ignored because of an XML metadata-complete setting of true for this class.
    [junit] [EPS Warning]: ServerSession(1650090586)--The annotation [interface javax.persistence.PostLoad] on the element [public void org.eclipse.persistence.testing.models.jpa.xml.inheritance.listeners.DefaultListener.postLoad(java.lang.Object)] is being ignored because of an XML metadata-complete setting of true for this class.
    [junit] [EPS Warning]: ServerSession(1650090586)--The annotation [interface javax.persistence.PostPersist] on the element [public void org.eclipse.persistence.testing.models.jpa.xml.inheritance.listeners.DefaultListener.postPersist(java.lang.Object)] is being ignored because of an XML metadata-complete setting of true for this class.
    [junit] [EPS Warning]: ServerSession(1650090586)--The annotation [interface javax.persistence.PostLoad] on the element [public void org.eclipse.persistence.testing.models.jpa.xml.inheritance.listeners.DefaultListener.postLoad(java.lang.Object)] is being ignored because of an XML metadata-complete setting of true for this class.
    [junit] [EPS Warning]: ServerSession(1650090586)--The annotation [interface javax.persistence.PostPersist] on the element [public void org.eclipse.persistence.testing.models.jpa.xml.inheritance.listeners.DefaultListener.postPersist(java.lang.Object)] is being ignored because of an XML metadata-complete setting of true for this class.
    [junit] [EPS Warning]: ServerSession(1650090586)--The annotation [interface javax.persistence.PostLoad] on the element [public void org.eclipse.persistence.testing.models.jpa.xml.inheritance.listeners.DefaultListener.postLoad(java.lang.Object)] is being ignored because of an XML metadata-complete setting of true for this class.
    [junit] [EPS Warning]: ServerSession(1650090586)--The annotation [interface javax.persistence.PostPersist] on the element [public void org.eclipse.persistence.testing.models.jpa.xml.inheritance.listeners.DefaultListener.postPersist(java.lang.Object)] is being ignored because of an XML metadata-complete setting of true for this class.
    [junit] [EPS Info]: ServerSession(1650090586)--EclipseLink, version: Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)
    [junit] [EPS Info]: ServerSession(1650090586)--default-session login successful
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-4568f' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_1
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-45690' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_2
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-4568e' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_1
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-4568f' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_2
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-45690' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_1
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-45691' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_2
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: UnitOfWork(592978776)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column 'F_NAME' at row 1
    [junit] Error Code: 0
    [junit] Call: INSERT INTO CMP3_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, PAY_SCALE, ROOM_NUM, STATUS, VERSION, START_DATE, END_DATE, FORMER_COMPANY, FORMER_START_DATE, FORMER_END_DATE, DEPT_ID, ADDR_ID, MANAGER_EMP_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
    [junit] 	bind => [171208, firstName_maxfieldLength_0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000, null, null, null, 0, null, 1, null, null, null, null, null, null, null, null]
    [junit] Query: InsertObjectQuery(Employee: 171208)
    [junit] [EPS Warning]: UnitOfWork(153880876)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.OptimisticLockException
[junit] Exception Description: The object [Employee: 171219] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> [171219]
    [junit] [EPS Warning]: UnitOfWork(153880876)--javax.persistence.OptimisticLockException: Exception [EclipseLink-5006] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.OptimisticLockException
[junit] Exception Description: The object [Employee: 171219] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> [171219]
    [junit] [EPS Warning]: UnitOfWork(1250839182)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.OptimisticLockException
[junit] Exception Description: The object [Employee: 171224] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> [171224]
    [junit] [EPS Warning]: UnitOfWork(1250839182)--javax.persistence.OptimisticLockException: Exception [EclipseLink-5006] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.OptimisticLockException
[junit] Exception Description: The object [Employee: 171224] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> [171224]
    [junit] [EPS Warning]: UnitOfWork(785919704)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.OptimisticLockException
[junit] Exception Description: The object [Employee: 171290] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> [171290]
    [junit] [EPS Warning]: UnitOfWork(785919704)--javax.persistence.OptimisticLockException: Exception [EclipseLink-5006] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.OptimisticLockException
[junit] Exception Description: The object [Employee: 171290] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> [171290]
    [junit] [EPS Warning]: UnitOfWork(397547442)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.ValidationException
    [junit] Exception Description: The attribute [id] of class [org.eclipse.persistence.testing.models.jpa.advanced.Employee] is mapped to a primary key column in the database. Updates are not allowed.
    [junit] [EPS Warning]: UnitOfWork(538189844)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.ValidationException
    [junit] Exception Description: The attribute [owner] of class [org.eclipse.persistence.testing.models.jpa.advanced.PhoneNumber] is mapped to a primary key column in the database. Updates are not allowed.
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-4568f' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_1
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-45690' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_2
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-4568f' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_1
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-45690' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_2
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: UnitOfWork(257953632)--Exception [EclipseLink-6050] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.QueryException
    [junit] Exception Description: ReportQuery result size mismatch.  Expecting [8], but retrieved [6]
    [junit] Query: ReportQuery(org.eclipse.persistence.testing.models.jpa.advanced.Project)
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-45690' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_1
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-45691' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_2
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-45691' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_1
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-4568e' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_2
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-4568f' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_1
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-45690' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_2
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: UnitOfWork(1501059448)--Exception [EclipseLink-6137] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.QueryException
    [junit] Exception Description: An Exception was thrown while executing a ReportQuery with a constructor expression: java.lang.NoSuchMethodException: org.eclipse.persistence.testing.models.jpa.advanced.Employee.<init>(java.lang.String, java.sql.Date, java.lang.Integer)
    [junit] Query: ReportQuery(org.eclipse.persistence.testing.models.jpa.advanced.Employee)
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-4568f' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_1
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-45690' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_2
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: UnitOfWork(1284918422)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.OptimisticLockException
[junit] Exception Description: The object [Employee: 176574] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> [176574]
    [junit] [EPS Warning]: UnitOfWork(1284918422)--javax.persistence.OptimisticLockException: Exception [EclipseLink-5006] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.OptimisticLockException
[junit] Exception Description: The object [Employee: 176574] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> [176574]
    [junit] [EPS Warning]: UnitOfWork(1594253062)--Exception [EclipseLink-5004] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.OptimisticLockException
[junit] Exception Description: An attempt was made to update the object [Employee: 176575], but it has no version number in the identity map. [junit] It may not have been read before the update was attempted. [junit] Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> [176575]
    [junit] [EPS Warning]: UnitOfWork(1594253062)--javax.persistence.OptimisticLockException: Exception [EclipseLink-5004] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.OptimisticLockException
[junit] Exception Description: An attempt was made to update the object [Employee: 176575], but it has no version number in the identity map. [junit] It may not have been read before the update was attempted. [junit] Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> [176575]
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-45691' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_1
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-4568e' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_2
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: UnitOfWork(250351340)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.OptimisticLockException
[junit] Exception Description: The object [org.eclipse.persistence.testing.models.jpa.advanced.GoldBuyer@54505450] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.advanced.GoldBuyer Primary Key> [5]
    [junit] [EPS Warning]: UnitOfWork(250351340)--javax.persistence.OptimisticLockException: Exception [EclipseLink-5006] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.OptimisticLockException
[junit] Exception Description: The object [org.eclipse.persistence.testing.models.jpa.advanced.GoldBuyer@54505450] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.advanced.GoldBuyer Primary Key> [5]
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-45690' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_1
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-45691' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_2
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Info]: ServerSession(2033744184)--EclipseLink, version: Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)
    [junit] [EPS Info]: ServerSession(2033744184)--file:/opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa.test/eclipselink-advanced-field-access-model.jar-fieldaccess login successful
    [junit] [EPS Warning]: ServerSession(2033744184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_FA_BUYER' to './eclipselink/#sql2-102e-45715' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_FA_BUYER DROP FOREIGN KEY UNQ_CMP3_FA_BUYER_1
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(2033744184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_FA_BUYER' to './eclipselink/#sql2-102e-45716' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_FA_BUYER DROP FOREIGN KEY UNQ_CMP3_FA_BUYER_2
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(2033744184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FA_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FA_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(2033744184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FA_ADV_EQUIP_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FA_ADV_EQUIP_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(2033744184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FA_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FA_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(2033744184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FA_ADV_EQUIP_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FA_ADV_EQUIP_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(2033744184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_FA_BUYER' to './eclipselink/#sql2-102e-45714' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_FA_BUYER DROP FOREIGN KEY UNQ_CMP3_FA_BUYER_1
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(2033744184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_FA_BUYER' to './eclipselink/#sql2-102e-45715' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_FA_BUYER DROP FOREIGN KEY UNQ_CMP3_FA_BUYER_2
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(2033744184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FA_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FA_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(2033744184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FA_ADV_EQUIP_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FA_ADV_EQUIP_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(2033744184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FA_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FA_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(2033744184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FA_ADV_EQUIP_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FA_ADV_EQUIP_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(2033744184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_FA_BUYER' to './eclipselink/#sql2-102e-45717' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_FA_BUYER DROP FOREIGN KEY UNQ_CMP3_FA_BUYER_1
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(2033744184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_FA_BUYER' to './eclipselink/#sql2-102e-45714' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_FA_BUYER DROP FOREIGN KEY UNQ_CMP3_FA_BUYER_2
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(2033744184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FA_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FA_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(2033744184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FA_ADV_EQUIP_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FA_ADV_EQUIP_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(2033744184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FA_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FA_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(2033744184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FA_ADV_EQUIP_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FA_ADV_EQUIP_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: UnitOfWork(1630429486)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.ValidationException
    [junit] Exception Description: The attribute [owner] of class [org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.PhoneNumber] is mapped to a primary key column in the database. Updates are not allowed.
    [junit] [EPS Warning]: UnitOfWork(603071474)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.ValidationException
    [junit] Exception Description: The attribute [id] of class [org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee] is mapped to a primary key column in the database. Updates are not allowed.
    [junit] [EPS Warning]: UnitOfWork(73139292)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.OptimisticLockException
[junit] Exception Description: The object [Employee: 7098] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee Primary Key> [7098]
    [junit] [EPS Warning]: UnitOfWork(73139292)--javax.persistence.OptimisticLockException: Exception [EclipseLink-5006] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.OptimisticLockException
[junit] Exception Description: The object [Employee: 7098] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee Primary Key> [7098]
    [junit] [EPS Warning]: UnitOfWork(846738040)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.OptimisticLockException
[junit] Exception Description: The object [Employee: 7145] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee Primary Key> [7145]
    [junit] [EPS Warning]: UnitOfWork(846738040)--javax.persistence.OptimisticLockException: Exception [EclipseLink-5006] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.OptimisticLockException
[junit] Exception Description: The object [Employee: 7145] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee Primary Key> [7145]
    [junit] [EPS Warning]: UnitOfWork(2073066384)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.OptimisticLockException
[junit] Exception Description: The object [Employee: 7061] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee Primary Key> [7061]
    [junit] [EPS Warning]: UnitOfWork(2073066384)--javax.persistence.OptimisticLockException: Exception [EclipseLink-5006] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.OptimisticLockException
[junit] Exception Description: The object [Employee: 7061] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee Primary Key> [7061]
    [junit] [EPS Warning]: ServerSession(2033744184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_FA_BUYER' to './eclipselink/#sql2-102e-45716' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_FA_BUYER DROP FOREIGN KEY UNQ_CMP3_FA_BUYER_1
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(2033744184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_FA_BUYER' to './eclipselink/#sql2-102e-45717' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_FA_BUYER DROP FOREIGN KEY UNQ_CMP3_FA_BUYER_2
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(2033744184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FA_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FA_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(2033744184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FA_ADV_EQUIP_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FA_ADV_EQUIP_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(2033744184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FA_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FA_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(2033744184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FA_ADV_EQUIP_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FA_ADV_EQUIP_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(2033744184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_FA_BUYER' to './eclipselink/#sql2-102e-45717' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_FA_BUYER DROP FOREIGN KEY UNQ_CMP3_FA_BUYER_1
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(2033744184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_FA_BUYER' to './eclipselink/#sql2-102e-45714' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_FA_BUYER DROP FOREIGN KEY UNQ_CMP3_FA_BUYER_2
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(2033744184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FA_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FA_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(2033744184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FA_ADV_EQUIP_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FA_ADV_EQUIP_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(2033744184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FA_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FA_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(2033744184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FA_ADV_EQUIP_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FA_ADV_EQUIP_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: UnitOfWork(628499830)--Exception [EclipseLink-6050] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.QueryException
    [junit] Exception Description: ReportQuery result size mismatch.  Expecting [8], but retrieved [6]
    [junit] Query: ReportQuery(org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Project)
    [junit] [EPS Warning]: ServerSession(2033744184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_FA_BUYER' to './eclipselink/#sql2-102e-45715' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_FA_BUYER DROP FOREIGN KEY UNQ_CMP3_FA_BUYER_1
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(2033744184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_FA_BUYER' to './eclipselink/#sql2-102e-45716' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_FA_BUYER DROP FOREIGN KEY UNQ_CMP3_FA_BUYER_2
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(2033744184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FA_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FA_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(2033744184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FA_ADV_EQUIP_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FA_ADV_EQUIP_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(2033744184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FA_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FA_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(2033744184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FA_ADV_EQUIP_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FA_ADV_EQUIP_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(2033744184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_FA_BUYER' to './eclipselink/#sql2-102e-45714' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_FA_BUYER DROP FOREIGN KEY UNQ_CMP3_FA_BUYER_1
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(2033744184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_FA_BUYER' to './eclipselink/#sql2-102e-45715' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_FA_BUYER DROP FOREIGN KEY UNQ_CMP3_FA_BUYER_2
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(2033744184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FA_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FA_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(2033744184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FA_ADV_EQUIP_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FA_ADV_EQUIP_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(2033744184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FA_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FA_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(2033744184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FA_ADV_EQUIP_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FA_ADV_EQUIP_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: UnitOfWork(486677762)--Exception [EclipseLink-6137] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.QueryException
    [junit] Exception Description: An Exception was thrown while executing a ReportQuery with a constructor expression: java.lang.NoSuchMethodException: org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee.<init>(java.lang.String, java.sql.Date, java.lang.Integer)
    [junit] Query: ReportQuery(org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee)
    [junit] [EPS Warning]: ServerSession(2033744184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_FA_BUYER' to './eclipselink/#sql2-102e-45715' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_FA_BUYER DROP FOREIGN KEY UNQ_CMP3_FA_BUYER_1
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(2033744184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_FA_BUYER' to './eclipselink/#sql2-102e-45716' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_FA_BUYER DROP FOREIGN KEY UNQ_CMP3_FA_BUYER_2
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(2033744184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FA_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FA_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(2033744184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FA_ADV_EQUIP_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FA_ADV_EQUIP_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(2033744184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FA_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FA_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(2033744184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FA_ADV_EQUIP_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FA_ADV_EQUIP_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: UnitOfWork(1568693632)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.OptimisticLockException
[junit] Exception Description: The object [Employee: 7267] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee Primary Key> [7267]
    [junit] [EPS Warning]: UnitOfWork(1568693632)--javax.persistence.OptimisticLockException: Exception [EclipseLink-5006] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.OptimisticLockException
[junit] Exception Description: The object [Employee: 7267] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee Primary Key> [7267]
    [junit] [EPS Warning]: UnitOfWork(793784144)--Exception [EclipseLink-5004] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.OptimisticLockException
[junit] Exception Description: An attempt was made to update the object [Employee: 7268], but it has no version number in the identity map. [junit] It may not have been read before the update was attempted. [junit] Class> org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee Primary Key> [7268]
    [junit] [EPS Warning]: UnitOfWork(793784144)--javax.persistence.OptimisticLockException: Exception [EclipseLink-5004] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.OptimisticLockException
[junit] Exception Description: An attempt was made to update the object [Employee: 7268], but it has no version number in the identity map. [junit] It may not have been read before the update was attempted. [junit] Class> org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee Primary Key> [7268]
    [junit] [EPS Warning]: ServerSession(2033744184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_FA_BUYER' to './eclipselink/#sql2-102e-45717' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_FA_BUYER DROP FOREIGN KEY UNQ_CMP3_FA_BUYER_1
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(2033744184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_FA_BUYER' to './eclipselink/#sql2-102e-45714' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_FA_BUYER DROP FOREIGN KEY UNQ_CMP3_FA_BUYER_2
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(2033744184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FA_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FA_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(2033744184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FA_ADV_EQUIP_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FA_ADV_EQUIP_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(2033744184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FA_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FA_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(2033744184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FA_ADV_EQUIP_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FA_ADV_EQUIP_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: UnitOfWork(1327124250)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.OptimisticLockException
[junit] Exception Description: The object [org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.GoldBuyer@20c620c6] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.GoldBuyer Primary Key> [5]
    [junit] [EPS Warning]: UnitOfWork(1327124250)--javax.persistence.OptimisticLockException: Exception [EclipseLink-5006] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.OptimisticLockException
[junit] Exception Description: The object [org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.GoldBuyer@20c620c6] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.GoldBuyer Primary Key> [5]
    [junit] [EPS Warning]: ServerSession(2033744184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_FA_BUYER' to './eclipselink/#sql2-102e-45717' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_FA_BUYER DROP FOREIGN KEY UNQ_CMP3_FA_BUYER_1
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(2033744184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_FA_BUYER' to './eclipselink/#sql2-102e-45714' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_FA_BUYER DROP FOREIGN KEY UNQ_CMP3_FA_BUYER_2
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(2033744184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FA_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FA_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(2033744184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FA_ADV_EQUIP_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FA_ADV_EQUIP_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(2033744184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FA_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FA_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(2033744184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FA_ADV_EQUIP_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FA_ADV_EQUIP_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: UnitOfWork(1281510498)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Can not issue executeUpdate() for SELECTs
    [junit] Error Code: 0
    [junit] Call: Select * FROM CMP3_CUSTOMER
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Info]: 2008.03.05 02:47:28.567--ServerSession(1086341312)--EclipseLink, version: Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)
    [junit] [EPS Info]: 2008.03.05 02:47:28.648--ServerSession(1086341312)--file:/opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa.test/eclipselink-annotation-model.jar-isolated1053 login successful
    [junit] [EPS Info]: 2008.03.05 02:47:28.649--ServerSession(1086341312)--file:/opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa.test/eclipselink-annotation-model.jar-isolated1053 logout successful
    [junit] [EPS Info]: 2008.03.05 02:47:28.809--ServerSession(940062728)--EclipseLink, version: Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)
    [junit] [EPS Info]: 2008.03.05 02:47:28.879--ServerSession(940062728)--file:/opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa.test/eclipselink-annotation-model.jar-isolated1053 login successful
    [junit] [EPS Info]: 2008.03.05 02:47:28.880--ServerSession(940062728)--file:/opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa.test/eclipselink-annotation-model.jar-isolated1053 logout successful
    [junit] [EPS Info]: 2008.03.05 02:47:28.886--ServerSession(519053040)--EclipseLink, version: Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)
    [junit] [EPS Info]: 2008.03.05 02:47:29.080--ServerSession(267784182)--EclipseLink, version: Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-4568f' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_1
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-45690' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_2
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-4568e' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_1
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-4568f' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_2
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Info]: ServerSession(1492932860)--EclipseLink, version: Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)
    [junit] [EPS Info]: ServerSession(1492932860)-- login successful
    [junit] [EPS Info]: ServerSession(1492932860)-- logout successful
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-45691' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_1
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-4568e' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_2
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-45691' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_1
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-4568e' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_2
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-4568f' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_1
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-45690' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_2
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] line 1:62 mismatched character '<EOF>' expecting '"'
[junit] *** flushOptimisticLockExceptionTest Diagnosis message - Got Exception: [junit] javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.CommunicationsException: Communications link failure due to underlying exception: [junit] ** BEGIN NESTED EXCEPTION **
    [junit] java.io.EOFException
    [junit] MESSAGE: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost.

    [junit] STACKTRACE:

    [junit] java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost.
    [junit] 	at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:1997)
    [junit] 	at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2411)
    [junit] 	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2916)
    [junit] 	at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1631)
    [junit] 	at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1723)
    [junit] 	at com.mysql.jdbc.Connection.execSQL(Connection.java:3277)
    [junit] 	at com.mysql.jdbc.Connection.setAutoCommit(Connection.java:5442)
    [junit] 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicBeginTransaction(DatabaseAccessor.java:189)
    [junit] 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:224)
    [junit] 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:332)
    [junit] 	at org.eclipse.persistence.sessions.server.ClientSession.basicBeginTransaction(ClientSession.java:114)
    [junit] 	at org.eclipse.persistence.internal.sessions.AbstractSession.beginTransaction(AbstractSession.java:429)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.beginTransaction(UnitOfWorkImpl.java:455)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1202)
    [junit] 	at org.eclipse.persistence.internal.jpa.RepeatableWriteUnitOfWork.commitToDatabase(RepeatableWriteUnitOfWork.java:416)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithPreBuiltChangeSet(UnitOfWorkImpl.java:1372)
    [junit] 	at org.eclipse.persistence.internal.jpa.RepeatableWriteUnitOfWork.writeChanges(RepeatableWriteUnitOfWork.java:286)
    [junit] 	at org.eclipse.persistence.internal.jpa.EntityManagerImpl.flush(EntityManagerImpl.java:370)
    [junit] 	at org.eclipse.persistence.testing.tests.jpa.jpql.JUnitJPQLValidationTestSuite.flushOptimisticLockExceptionTest(JUnitJPQLValidationTestSuite.java:851)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:618)
    [junit] 	at junit.framework.TestCase.runTest(TestCase.java:164)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:130)
    [junit] 	at org.eclipse.persistence.testing.framework.junit.JUnitTestCase.runBare(JUnitTestCase.java:347)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:109)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:120)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
    [junit] 	at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.extensions.TestSetup.run(TestSetup.java:25)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)


    [junit] ** END NESTED EXCEPTION **



    [junit] Last packet sent to the server was 1 ms ago.
    [junit] Error Code: 0
    [junit] 	at org.eclipse.persistence.internal.jpa.EntityManagerImpl.flush(EntityManagerImpl.java:373)
    [junit] 	at org.eclipse.persistence.testing.tests.jpa.jpql.JUnitJPQLValidationTestSuite.flushOptimisticLockExceptionTest(JUnitJPQLValidationTestSuite.java:851)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:618)
    [junit] 	at junit.framework.TestCase.runTest(TestCase.java:164)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:130)
    [junit] 	at org.eclipse.persistence.testing.framework.junit.JUnitTestCase.runBare(JUnitTestCase.java:347)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:109)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:120)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
    [junit] 	at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.extensions.TestSetup.run(TestSetup.java:25)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
    [junit] Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
[junit] Internal Exception: com.mysql.jdbc.CommunicationsException: Communications link failure due to underlying exception: [junit] ** BEGIN NESTED EXCEPTION **
    [junit] java.io.EOFException
    [junit] MESSAGE: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost.

    [junit] STACKTRACE:

    [junit] java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost.
    [junit] 	at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:1997)
    [junit] 	at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2411)
    [junit] 	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2916)
    [junit] 	at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1631)
    [junit] 	at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1723)
    [junit] 	at com.mysql.jdbc.Connection.execSQL(Connection.java:3277)
    [junit] 	at com.mysql.jdbc.Connection.setAutoCommit(Connection.java:5442)
    [junit] 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicBeginTransaction(DatabaseAccessor.java:189)
    [junit] 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:224)
    [junit] 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:332)
    [junit] 	at org.eclipse.persistence.sessions.server.ClientSession.basicBeginTransaction(ClientSession.java:114)
    [junit] 	at org.eclipse.persistence.internal.sessions.AbstractSession.beginTransaction(AbstractSession.java:429)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.beginTransaction(UnitOfWorkImpl.java:455)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1202)
    [junit] 	at org.eclipse.persistence.internal.jpa.RepeatableWriteUnitOfWork.commitToDatabase(RepeatableWriteUnitOfWork.java:416)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithPreBuiltChangeSet(UnitOfWorkImpl.java:1372)
    [junit] 	at org.eclipse.persistence.internal.jpa.RepeatableWriteUnitOfWork.writeChanges(RepeatableWriteUnitOfWork.java:286)
    [junit] 	at org.eclipse.persistence.internal.jpa.EntityManagerImpl.flush(EntityManagerImpl.java:370)
    [junit] 	at org.eclipse.persistence.testing.tests.jpa.jpql.JUnitJPQLValidationTestSuite.flushOptimisticLockExceptionTest(JUnitJPQLValidationTestSuite.java:851)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:618)
    [junit] 	at junit.framework.TestCase.runTest(TestCase.java:164)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:130)
    [junit] 	at org.eclipse.persistence.testing.framework.junit.JUnitTestCase.runBare(JUnitTestCase.java:347)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:109)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:120)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
    [junit] 	at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.extensions.TestSetup.run(TestSetup.java:25)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)


    [junit] ** END NESTED EXCEPTION **



    [junit] Last packet sent to the server was 1 ms ago.
    [junit] Error Code: 0
    [junit] 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:322)
    [junit] 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.processExceptionForCommError(DatabaseAccessor.java:1357)
    [junit] 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicBeginTransaction(DatabaseAccessor.java:194)
    [junit] 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:224)
    [junit] 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:332)
    [junit] 	at org.eclipse.persistence.sessions.server.ClientSession.basicBeginTransaction(ClientSession.java:114)
    [junit] 	at org.eclipse.persistence.internal.sessions.AbstractSession.beginTransaction(AbstractSession.java:429)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.beginTransaction(UnitOfWorkImpl.java:455)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1202)
    [junit] 	at org.eclipse.persistence.internal.jpa.RepeatableWriteUnitOfWork.commitToDatabase(RepeatableWriteUnitOfWork.java:416)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithPreBuiltChangeSet(UnitOfWorkImpl.java:1372)
    [junit] 	at org.eclipse.persistence.internal.jpa.RepeatableWriteUnitOfWork.writeChanges(RepeatableWriteUnitOfWork.java:286)
    [junit] 	at org.eclipse.persistence.internal.jpa.EntityManagerImpl.flush(EntityManagerImpl.java:370)
    [junit] 	... 25 more
[junit] Caused by: com.mysql.jdbc.CommunicationsException: Communications link failure due to underlying exception: [junit] ** BEGIN NESTED EXCEPTION **
    [junit] java.io.EOFException
    [junit] MESSAGE: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost.

    [junit] STACKTRACE:

    [junit] java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost.
    [junit] 	at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:1997)
    [junit] 	at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2411)
    [junit] 	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2916)
    [junit] 	at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1631)
    [junit] 	at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1723)
    [junit] 	at com.mysql.jdbc.Connection.execSQL(Connection.java:3277)
    [junit] 	at com.mysql.jdbc.Connection.setAutoCommit(Connection.java:5442)
    [junit] 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicBeginTransaction(DatabaseAccessor.java:189)
    [junit] 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:224)
    [junit] 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:332)
    [junit] 	at org.eclipse.persistence.sessions.server.ClientSession.basicBeginTransaction(ClientSession.java:114)
    [junit] 	at org.eclipse.persistence.internal.sessions.AbstractSession.beginTransaction(AbstractSession.java:429)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.beginTransaction(UnitOfWorkImpl.java:455)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1202)
    [junit] 	at org.eclipse.persistence.internal.jpa.RepeatableWriteUnitOfWork.commitToDatabase(RepeatableWriteUnitOfWork.java:416)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithPreBuiltChangeSet(UnitOfWorkImpl.java:1372)
    [junit] 	at org.eclipse.persistence.internal.jpa.RepeatableWriteUnitOfWork.writeChanges(RepeatableWriteUnitOfWork.java:286)
    [junit] 	at org.eclipse.persistence.internal.jpa.EntityManagerImpl.flush(EntityManagerImpl.java:370)
    [junit] 	at org.eclipse.persistence.testing.tests.jpa.jpql.JUnitJPQLValidationTestSuite.flushOptimisticLockExceptionTest(JUnitJPQLValidationTestSuite.java:851)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:618)
    [junit] 	at junit.framework.TestCase.runTest(TestCase.java:164)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:130)
    [junit] 	at org.eclipse.persistence.testing.framework.junit.JUnitTestCase.runBare(JUnitTestCase.java:347)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:109)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:120)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
    [junit] 	at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.extensions.TestSetup.run(TestSetup.java:25)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)


    [junit] ** END NESTED EXCEPTION **



    [junit] Last packet sent to the server was 1 ms ago.
    [junit] 	at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2622)
    [junit] 	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2916)
    [junit] 	at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1631)
    [junit] 	at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1723)
    [junit] 	at com.mysql.jdbc.Connection.execSQL(Connection.java:3277)
    [junit] 	at com.mysql.jdbc.Connection.setAutoCommit(Connection.java:5442)
    [junit] 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicBeginTransaction(DatabaseAccessor.java:189)
    [junit] 	... 35 more
[junit] *** commitOptimisticLockExceptionTest Diagnosis message - Got Exception: [junit] javax.persistence.RollbackException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.CommunicationsException: Communications link failure due to underlying exception: [junit] ** BEGIN NESTED EXCEPTION **
    [junit] java.io.EOFException
    [junit] MESSAGE: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost.

    [junit] STACKTRACE:

    [junit] java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost.
    [junit] 	at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:1997)
    [junit] 	at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2411)
    [junit] 	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2916)
    [junit] 	at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1631)
    [junit] 	at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1723)
    [junit] 	at com.mysql.jdbc.Connection.execSQL(Connection.java:3277)
    [junit] 	at com.mysql.jdbc.Connection.setAutoCommit(Connection.java:5442)
    [junit] 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicBeginTransaction(DatabaseAccessor.java:189)
    [junit] 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:224)
    [junit] 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:332)
    [junit] 	at org.eclipse.persistence.sessions.server.ClientSession.basicBeginTransaction(ClientSession.java:114)
    [junit] 	at org.eclipse.persistence.internal.sessions.AbstractSession.beginTransaction(AbstractSession.java:429)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.beginTransaction(UnitOfWorkImpl.java:455)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1202)
    [junit] 	at org.eclipse.persistence.internal.jpa.RepeatableWriteUnitOfWork.commitToDatabase(RepeatableWriteUnitOfWork.java:416)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1330)
    [junit] 	at org.eclipse.persistence.internal.jpa.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:145)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:998)
    [junit] 	at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commitInternal(EntityTransactionImpl.java:91)
    [junit] 	at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:70)
    [junit] 	at org.eclipse.persistence.testing.tests.jpa.jpql.JUnitJPQLValidationTestSuite.commitOptimisticLockExceptionTest(JUnitJPQLValidationTestSuite.java:896)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:618)
    [junit] 	at junit.framework.TestCase.runTest(TestCase.java:164)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:130)
    [junit] 	at org.eclipse.persistence.testing.framework.junit.JUnitTestCase.runBare(JUnitTestCase.java:347)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:109)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:120)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
    [junit] 	at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.extensions.TestSetup.run(TestSetup.java:25)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)


    [junit] ** END NESTED EXCEPTION **



    [junit] Last packet sent to the server was 1 ms ago.
    [junit] Error Code: 0
    [junit] 	at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commitInternal(EntityTransactionImpl.java:109)
    [junit] 	at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:70)
    [junit] 	at org.eclipse.persistence.testing.tests.jpa.jpql.JUnitJPQLValidationTestSuite.commitOptimisticLockExceptionTest(JUnitJPQLValidationTestSuite.java:896)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:618)
    [junit] 	at junit.framework.TestCase.runTest(TestCase.java:164)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:130)
    [junit] 	at org.eclipse.persistence.testing.framework.junit.JUnitTestCase.runBare(JUnitTestCase.java:347)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:109)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:120)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
    [junit] 	at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.extensions.TestSetup.run(TestSetup.java:25)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
    [junit] Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
[junit] Internal Exception: com.mysql.jdbc.CommunicationsException: Communications link failure due to underlying exception: [junit] ** BEGIN NESTED EXCEPTION **
    [junit] java.io.EOFException
    [junit] MESSAGE: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost.

    [junit] STACKTRACE:

    [junit] java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost.
    [junit] 	at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:1997)
    [junit] 	at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2411)
    [junit] 	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2916)
    [junit] 	at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1631)
    [junit] 	at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1723)
    [junit] 	at com.mysql.jdbc.Connection.execSQL(Connection.java:3277)
    [junit] 	at com.mysql.jdbc.Connection.setAutoCommit(Connection.java:5442)
    [junit] 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicBeginTransaction(DatabaseAccessor.java:189)
    [junit] 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:224)
    [junit] 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:332)
    [junit] 	at org.eclipse.persistence.sessions.server.ClientSession.basicBeginTransaction(ClientSession.java:114)
    [junit] 	at org.eclipse.persistence.internal.sessions.AbstractSession.beginTransaction(AbstractSession.java:429)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.beginTransaction(UnitOfWorkImpl.java:455)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1202)
    [junit] 	at org.eclipse.persistence.internal.jpa.RepeatableWriteUnitOfWork.commitToDatabase(RepeatableWriteUnitOfWork.java:416)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1330)
    [junit] 	at org.eclipse.persistence.internal.jpa.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:145)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:998)
    [junit] 	at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commitInternal(EntityTransactionImpl.java:91)
    [junit] 	at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:70)
    [junit] 	at org.eclipse.persistence.testing.tests.jpa.jpql.JUnitJPQLValidationTestSuite.commitOptimisticLockExceptionTest(JUnitJPQLValidationTestSuite.java:896)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:618)
    [junit] 	at junit.framework.TestCase.runTest(TestCase.java:164)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:130)
    [junit] 	at org.eclipse.persistence.testing.framework.junit.JUnitTestCase.runBare(JUnitTestCase.java:347)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:109)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:120)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
    [junit] 	at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.extensions.TestSetup.run(TestSetup.java:25)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)


    [junit] ** END NESTED EXCEPTION **



    [junit] Last packet sent to the server was 1 ms ago.
    [junit] Error Code: 0
    [junit] 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:322)
    [junit] 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.processExceptionForCommError(DatabaseAccessor.java:1357)
    [junit] 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicBeginTransaction(DatabaseAccessor.java:194)
    [junit] 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:224)
    [junit] 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:332)
    [junit] 	at org.eclipse.persistence.sessions.server.ClientSession.basicBeginTransaction(ClientSession.java:114)
    [junit] 	at org.eclipse.persistence.internal.sessions.AbstractSession.beginTransaction(AbstractSession.java:429)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.beginTransaction(UnitOfWorkImpl.java:455)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1202)
    [junit] 	at org.eclipse.persistence.internal.jpa.RepeatableWriteUnitOfWork.commitToDatabase(RepeatableWriteUnitOfWork.java:416)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1330)
    [junit] 	at org.eclipse.persistence.internal.jpa.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:145)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:998)
    [junit] 	at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commitInternal(EntityTransactionImpl.java:91)
    [junit] 	... 26 more
[junit] Caused by: com.mysql.jdbc.CommunicationsException: Communications link failure due to underlying exception: [junit] ** BEGIN NESTED EXCEPTION **
    [junit] java.io.EOFException
    [junit] MESSAGE: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost.

    [junit] STACKTRACE:

    [junit] java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost.
    [junit] 	at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:1997)
    [junit] 	at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2411)
    [junit] 	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2916)
    [junit] 	at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1631)
    [junit] 	at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1723)
    [junit] 	at com.mysql.jdbc.Connection.execSQL(Connection.java:3277)
    [junit] 	at com.mysql.jdbc.Connection.setAutoCommit(Connection.java:5442)
    [junit] 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicBeginTransaction(DatabaseAccessor.java:189)
    [junit] 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:224)
    [junit] 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:332)
    [junit] 	at org.eclipse.persistence.sessions.server.ClientSession.basicBeginTransaction(ClientSession.java:114)
    [junit] 	at org.eclipse.persistence.internal.sessions.AbstractSession.beginTransaction(AbstractSession.java:429)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.beginTransaction(UnitOfWorkImpl.java:455)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1202)
    [junit] 	at org.eclipse.persistence.internal.jpa.RepeatableWriteUnitOfWork.commitToDatabase(RepeatableWriteUnitOfWork.java:416)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1330)
    [junit] 	at org.eclipse.persistence.internal.jpa.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:145)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:998)
    [junit] 	at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commitInternal(EntityTransactionImpl.java:91)
    [junit] 	at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:70)
    [junit] 	at org.eclipse.persistence.testing.tests.jpa.jpql.JUnitJPQLValidationTestSuite.commitOptimisticLockExceptionTest(JUnitJPQLValidationTestSuite.java:896)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:618)
    [junit] 	at junit.framework.TestCase.runTest(TestCase.java:164)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:130)
    [junit] 	at org.eclipse.persistence.testing.framework.junit.JUnitTestCase.runBare(JUnitTestCase.java:347)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:109)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:120)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
    [junit] 	at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.extensions.TestSetup.run(TestSetup.java:25)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)


    [junit] ** END NESTED EXCEPTION **



    [junit] Last packet sent to the server was 1 ms ago.
    [junit] 	at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2622)
    [junit] 	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2916)
    [junit] 	at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1631)
    [junit] 	at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1723)
    [junit] 	at com.mysql.jdbc.Connection.execSQL(Connection.java:3277)
    [junit] 	at com.mysql.jdbc.Connection.setAutoCommit(Connection.java:5442)
    [junit] 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicBeginTransaction(DatabaseAccessor.java:189)
    [junit] 	... 37 more
[junit] Local Exception Stack: [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.CommunicationsException: Communications link failure due to underlying exception: [junit] ** BEGIN NESTED EXCEPTION **
    [junit] java.io.EOFException
    [junit] MESSAGE: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost.

    [junit] STACKTRACE:

    [junit] java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost.
    [junit] 	at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:1997)
    [junit] 	at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2411)
    [junit] 	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2916)
    [junit] 	at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1631)
    [junit] 	at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1723)
    [junit] 	at com.mysql.jdbc.Connection.execSQL(Connection.java:3277)
    [junit] 	at com.mysql.jdbc.Connection.setAutoCommit(Connection.java:5442)
    [junit] 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicBeginTransaction(DatabaseAccessor.java:189)
    [junit] 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:224)
    [junit] 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:332)
    [junit] 	at org.eclipse.persistence.sessions.server.ClientSession.basicBeginTransaction(ClientSession.java:114)
    [junit] 	at org.eclipse.persistence.internal.sessions.AbstractSession.beginTransaction(AbstractSession.java:429)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.beginTransaction(UnitOfWorkImpl.java:455)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1202)
    [junit] 	at org.eclipse.persistence.internal.jpa.RepeatableWriteUnitOfWork.commitToDatabase(RepeatableWriteUnitOfWork.java:416)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1330)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.issueSQLbeforeCompletion(UnitOfWorkImpl.java:2862)
    [junit] 	at org.eclipse.persistence.internal.jpa.RepeatableWriteUnitOfWork.issueSQLbeforeCompletion(RepeatableWriteUnitOfWork.java:209)
    [junit] 	at org.eclipse.persistence.testing.tests.jpa.jpql.JUnitJPQLValidationTestSuite.JTAOptimisticLockExceptionTest(JUnitJPQLValidationTestSuite.java:940)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:618)
    [junit] 	at junit.framework.TestCase.runTest(TestCase.java:164)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:130)
[junit] *** JTAOptimisticLockExceptionTest Diagnosis message - Got Exception: [junit] at org.eclipse.persistence.testing.framework.junit.JUnitTestCase.runBare(JUnitTestCase.java:347)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:109)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:120)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
    [junit] 	at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.extensions.TestSetup.run(TestSetup.java:25)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)


    [junit] ** END NESTED EXCEPTION **



    [junit] Last packet sent to the server was 1 ms ago.
    [junit] Error Code: 0
    [junit] 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:322)
    [junit] 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.processExceptionForCommError(DatabaseAccessor.java:1357)
    [junit] 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicBeginTransaction(DatabaseAccessor.java:194)
    [junit] 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:224)
    [junit] 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:332)
    [junit] 	at org.eclipse.persistence.sessions.server.ClientSession.basicBeginTransaction(ClientSession.java:114)
    [junit] 	at org.eclipse.persistence.internal.sessions.AbstractSession.beginTransaction(AbstractSession.java:429)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.beginTransaction(UnitOfWorkImpl.java:455)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1202)
    [junit] 	at org.eclipse.persistence.internal.jpa.RepeatableWriteUnitOfWork.commitToDatabase(RepeatableWriteUnitOfWork.java:416)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1330)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.issueSQLbeforeCompletion(UnitOfWorkImpl.java:2862)
    [junit] 	at org.eclipse.persistence.internal.jpa.RepeatableWriteUnitOfWork.issueSQLbeforeCompletion(RepeatableWriteUnitOfWork.java:209)
    [junit] 	at org.eclipse.persistence.testing.tests.jpa.jpql.JUnitJPQLValidationTestSuite.JTAOptimisticLockExceptionTest(JUnitJPQLValidationTestSuite.java:940)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:618)
    [junit] 	at junit.framework.TestCase.runTest(TestCase.java:164)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:130)
    [junit] 	at org.eclipse.persistence.testing.framework.junit.JUnitTestCase.runBare(JUnitTestCase.java:347)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:109)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:120)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
    [junit] 	at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.extensions.TestSetup.run(TestSetup.java:25)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
[junit] Caused by: com.mysql.jdbc.CommunicationsException: Communications link failure due to underlying exception: [junit] ** BEGIN NESTED EXCEPTION **
    [junit] java.io.EOFException
    [junit] MESSAGE: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost.

    [junit] STACKTRACE:

    [junit] java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost.
    [junit] 	at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:1997)
    [junit] 	at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2411)
    [junit] 	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2916)
    [junit] 	at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1631)
    [junit] 	at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1723)
    [junit] 	at com.mysql.jdbc.Connection.execSQL(Connection.java:3277)
    [junit] 	at com.mysql.jdbc.Connection.setAutoCommit(Connection.java:5442)
    [junit] [EPS Warning]: UnitOfWork(1940550570)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.ValidationException
    [junit] 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicBeginTransaction(DatabaseAccessor.java:189)
    [junit] Exception Description: The attribute [id] of class [org.eclipse.persistence.testing.models.jpa.advanced.Employee] is mapped to a primary key column in the database. Updates are not allowed.
    [junit] 	at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:224)
    [junit] 	at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:332)
    [junit] 	at org.eclipse.persistence.sessions.server.ClientSession.basicBeginTransaction(ClientSession.java:114)
    [junit] 	at org.eclipse.persistence.internal.sessions.AbstractSession.beginTransaction(AbstractSession.java:429)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.beginTransaction(UnitOfWorkImpl.java:455)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1202)
    [junit] 	at org.eclipse.persistence.internal.jpa.RepeatableWriteUnitOfWork.commitToDatabase(RepeatableWriteUnitOfWork.java:416)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1330)
    [junit] 	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.issueSQLbeforeCompletion(UnitOfWorkImpl.java:2862)
    [junit] 	at org.eclipse.persistence.internal.jpa.RepeatableWriteUnitOfWork.issueSQLbeforeCompletion(RepeatableWriteUnitOfWork.java:209)
    [junit] 	at org.eclipse.persistence.testing.tests.jpa.jpql.JUnitJPQLValidationTestSuite.JTAOptimisticLockExceptionTest(JUnitJPQLValidationTestSuite.java:940)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:618)
    [junit] 	at junit.framework.TestCase.runTest(TestCase.java:164)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:130)
    [junit] 	at org.eclipse.persistence.testing.framework.junit.JUnitTestCase.runBare(JUnitTestCase.java:347)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:109)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:120)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
    [junit] 	at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.extensions.TestSetup.run(TestSetup.java:25)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)


    [junit] ** END NESTED EXCEPTION **



    [junit] Last packet sent to the server was 1 ms ago.
    [junit] 	at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2622)
    [junit] 	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2916)
    [junit] 	at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1631)
    [junit] 	at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1723)
    [junit] 	at com.mysql.jdbc.Connection.execSQL(Connection.java:3277)
    [junit] 	at com.mysql.jdbc.Connection.setAutoCommit(Connection.java:5442)
    [junit] 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicBeginTransaction(DatabaseAccessor.java:189)
    [junit] 	... 35 more
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-4568f' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_1
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-45690' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_2
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-4568e' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_1
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-4568f' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_2
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-4568e' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_1
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-4568f' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_2
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-4568e' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_1
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-4568f' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_2
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-4568f' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_1
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-45690' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_2
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-4568f' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_1
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-45690' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_2
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-45690' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_1
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-45691' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_2
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-45691' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_1
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-4568e' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_2
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-4568f' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_1
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-45690' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_2
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-4568e' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_1
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-4568f' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_2
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-4568f' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_1
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-45690' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_2
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-45690' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_1
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-45691' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_2
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-45691' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_1
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-4568e' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_2
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-45691' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_1
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-4568e' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_2
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-4568e' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_1
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-4568f' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_2
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-4568f' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_1
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-45690' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_2
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-45691' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_1
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-4568e' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_2
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-45690' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_1
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-45691' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_2
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-45691' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_1
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-4568e' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_2
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-4568e' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_1
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/CMP3_BUYER' to './eclipselink/#sql2-102e-4568f' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE CMP3_BUYER DROP FOREIGN KEY UNQ_CMP3_BUYER_2
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: PROCEDURE eclipselink.SProc_Read_XMLAddress does not exist
    [junit] Error Code: 1305
    [junit] Call: DROP PROCEDURE SProc_Read_XMLAddress
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: PROCEDURE eclipselink.SProc_Read_XMLInOut does not exist
    [junit] Error Code: 1305
    [junit] Call: DROP PROCEDURE SProc_Read_XMLInOut
    [junit] Query: DataModifyQuery()
    [junit] [EPS Info]: ServerSession(127535002)--EclipseLink, version: Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)
    [junit] [EPS Info]: ServerSession(127535002)--extended-session login successful
    [junit] [EPS Warning]: ServerSession(127535002)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Info]: 2008.03.05 02:53:26.422--ServerSession(1701864816)--EclipseLink, version: Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)
    [junit] [EPS Info]: 2008.03.05 02:53:26.582--ServerSession(1701864816)--file:/opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa.test/eclipselink-ddl-generation-model.jar-ddlGeneration login successful
    [junit] [EPS Warning]: 2008.03.05 02:53:27.102--ServerSession(1701864816)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/DDL_CKENT_C_B' to './eclipselink/#sql2-102e-457bf' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE DDL_CKENT_C_B DROP FOREIGN KEY FK_DDL_CKENT_C_B_B_CODE
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:53:27.282--ServerSession(1701864816)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/DDL_CKENT_C_B' to './eclipselink/#sql2-102e-457c0' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE DDL_CKENT_C_B DROP FOREIGN KEY FK_DDL_CKENT_C_B_C_ROLE
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:53:27.414--ServerSession(1701864816)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/DDL_CKENTB2' to './eclipselink/#sql2-102e-457c1' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE DDL_CKENTB2 DROP FOREIGN KEY FK_DDL_CKENTB2_CODE
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:53:27.646--ServerSession(1701864816)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/DDL_CKENTB' to './eclipselink/#sql2-102e-457bf' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE DDL_CKENTB DROP FOREIGN KEY UNQ_DDL_CKENTB_0
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:53:27.924--ServerSession(1701864816)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/DDL_CKENTA' to './eclipselink/#sql2-102e-457c1' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE DDL_CKENTA DROP FOREIGN KEY FK_DDL_CKENTA_B_CODE
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:53:28.136--ServerSession(1701864816)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/DDL_CKENTA' to './eclipselink/#sql2-102e-457be' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE DDL_CKENTA DROP FOREIGN KEY FK_DDL_CKENTA_B_UNQ1
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:53:28.548--ServerSession(1701864816)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/DDL_UCENTITY1' to './eclipselink/#sql2-102e-457c1' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE DDL_UCENTITY1 DROP FOREIGN KEY UNQ_DDL_UCENTITY1_0
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:53:28.728--ServerSession(1701864816)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/DDL_UCENTITY1' to './eclipselink/#sql2-102e-457be' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE DDL_UCENTITY1 DROP FOREIGN KEY UNQ_DDL_UCENTITY1_1
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:53:28.860--ServerSession(1701864816)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/DDL_UCENTITY2' to './eclipselink/#sql2-102e-457bf' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE DDL_UCENTITY2 DROP FOREIGN KEY UNQ_DDL_UCENTITY2_0
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:53:29.016--ServerSession(1701864816)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Error on rename of './eclipselink/DDL_UCENTITY2' to './eclipselink/#sql2-102e-457c0' (errno: 152)
    [junit] Error Code: 1025
    [junit] Call: ALTER TABLE DDL_UCENTITY2 DROP FOREIGN KEY UNQ_DDL_UCENTITY2_1
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:53:29.511--ServerSession(1701864816)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails
    [junit] Error Code: 1217
    [junit] Call: DROP TABLE DDL_CKENTB
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:53:29.512--ServerSession(1701864816)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'DDL_CKENTB' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE DDL_CKENTB (DTYPE VARCHAR(31), UNQ1 VARCHAR(255) NOT NULL, UNQ2 VARCHAR(255) NOT NULL, CODE VARCHAR(255) NOT NULL, SEQ BIGINT NOT NULL, PRIMARY KEY (CODE, SEQ))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:53:30.355--ServerSession(1701864816)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Duplicate key name 'UNQ_DDL_CKENTB_0'
    [junit] Error Code: 1061
    [junit] Call: ALTER TABLE DDL_CKENTB ADD CONSTRAINT UNQ_DDL_CKENTB_0 UNIQUE (UNQ2, UNQ1)
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:53:31.021--ServerSession(1701864816)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Can't create table './eclipselink/#sql-102e_457bf.frm' (errno: 150)
    [junit] Error Code: 1005
    [junit] Call: ALTER TABLE DDL_CKENT_C_B ADD CONSTRAINT FK_DDL_CKENT_C_B_B_CODE FOREIGN KEY (B_CODE, B_SEQ) REFERENCES DDL_CKENTB (CODE, SEQ)
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:53:31.165--ServerSession(1701864816)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Can't create table './eclipselink/#sql-102e_457c0.frm' (errno: 150)
    [junit] Error Code: 1005
    [junit] Call: ALTER TABLE DDL_CKENTB2 ADD CONSTRAINT FK_DDL_CKENTB2_CODE FOREIGN KEY (CODE, SEQ) REFERENCES DDL_CKENTB (CODE, SEQ)
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:53:31.560--ServerSession(1701864816)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Can't create table './eclipselink/#sql-102e_457bf.frm' (errno: 150)
    [junit] Error Code: 1005
    [junit] Call: ALTER TABLE DDL_CKENTA ADD CONSTRAINT FK_DDL_CKENTA_B_CODE FOREIGN KEY (B_CODE, B_SEQ) REFERENCES DDL_CKENTB (CODE, SEQ)
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:53:32.460--ServerSession(1701864816)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'DDL_CKENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:53:32.461--ServerSession(1701864816)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_MERGE_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:53:32.462--ServerSession(1701864816)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: 2008.03.05 02:53:32.793--UnitOfWork(1363169600)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLIntegrityConstraintViolationException: Duplicate entry 'u0002-u0001' for key 2
    [junit] Error Code: 1062
    [junit] Call: INSERT INTO DDL_CKENTB (UNQ1, UNQ2, CODE, SEQ, DTYPE) VALUES (?, ?, ?, ?, ?)
    [junit] 	bind => [u0001, u0002, B1209, 1204703612783, CKeyEntityB]
    [junit] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.CKeyEntityB@54225422)
    [junit] [EPS Warning]: 2008.03.05 02:53:32.816--UnitOfWork(596779922)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLIntegrityConstraintViolationException: Duplicate entry '1' for key 2
    [junit] Error Code: 1062
    [junit] Call: INSERT INTO DDL_UCENTITY1 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?)
    [junit] 	bind => [2, 1, 2, 2, 2]
    [junit] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity1@79207920)
    [junit] [EPS Warning]: 2008.03.05 02:53:32.824--UnitOfWork(713566856)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLIntegrityConstraintViolationException: Duplicate entry '1' for key 3
    [junit] Error Code: 1062
    [junit] Call: INSERT INTO DDL_UCENTITY1 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?)
    [junit] 	bind => [2, 2, 1, 2, 2]
    [junit] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity1@2d5a2d5a)
    [junit] [EPS Warning]: 2008.03.05 02:53:32.832--UnitOfWork(1688233120)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLIntegrityConstraintViolationException: Duplicate entry '1-1' for key 4
    [junit] Error Code: 1062
    [junit] Call: INSERT INTO DDL_UCENTITY1 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?)
    [junit] 	bind => [2, 2, 2, 1, 1]
    [junit] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity1@67726772)
    [junit] [EPS Warning]: 2008.03.05 02:53:32.896--UnitOfWork(1032732046)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLIntegrityConstraintViolationException: Duplicate entry '1' for key 2
    [junit] Error Code: 1062
    [junit] Call: INSERT INTO DDL_UCENTITY2 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?)
    [junit] 	bind => [2, 1, 2, 2, 2]
    [junit] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity2@67ac67ac)
    [junit] [EPS Warning]: 2008.03.05 02:53:32.912--UnitOfWork(431626682)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLIntegrityConstraintViolationException: Duplicate entry '1' for key 3
    [junit] Error Code: 1062
    [junit] Call: INSERT INTO DDL_UCENTITY2 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?)
    [junit] 	bind => [2, 2, 1, 2, 2]
    [junit] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity2@1c8c1c8c)
    [junit] [EPS Warning]: 2008.03.05 02:53:32.928--UnitOfWork(1315589738)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLIntegrityConstraintViolationException: Duplicate entry '1-1' for key 4
    [junit] Error Code: 1062
    [junit] Call: INSERT INTO DDL_UCENTITY2 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?)
    [junit] 	bind => [2, 2, 2, 1, 1]
    [junit] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity2@513c513c)
    [junit] Mar 5, 2008 2:53:33 AM org.eclipse.persistence.default
    [junit] INFO: EclipseLink, version: Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)
    [junit] Mar 5, 2008 2:53:33 AM org.eclipse.persistence.default
    [junit] INFO: JPASessionXML login successful
    [junit] Mar 5, 2008 2:53:33 AM org.eclipse.persistence.default
    [junit] INFO: JPASessionXML logout successful
    [junit] Mar 5, 2008 2:53:33 AM org.eclipse.persistence.default
    [junit] INFO: EclipseLink, version: Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)
    [junit] Mar 5, 2008 2:53:33 AM org.eclipse.persistence.default
    [junit] INFO: JPASessionXML login successful
    [junit] Mar 5, 2008 2:53:34 AM org.eclipse.persistence.default
[junit] WARNING: [junit] Local Exception Stack: [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] 	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:313)
    [junit] 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:756)
    [junit] 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:822)
    [junit] 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:556)
    [junit] 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:499)
    [junit] 	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:464)
    [junit] 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:204)
    [junit] 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:190)
    [junit] 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:233)
    [junit] 	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:213)
    [junit] 	at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:66)
    [junit] 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:653)
    [junit] 	at org.eclipse.persistence.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:2085)
    [junit] 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1061)
    [junit] 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1045)
    [junit] 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:991)
    [junit] 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeNonSelectingCall(AbstractSession.java:760)
    [junit] 	at org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition.createOnDatabase(DatabaseObjectDefinition.java:81)
    [junit] 	at org.eclipse.persistence.tools.schemaframework.SchemaManager.createObject(SchemaManager.java:187)
    [junit] 	at org.eclipse.persistence.tools.schemaframework.SchemaManager.processDatabaseObjectDefinition(SchemaManager.java:365)
    [junit] 	at org.eclipse.persistence.tools.schemaframework.SchemaManager.processTableDefinitions(SchemaManager.java:326)
    [junit] 	at org.eclipse.persistence.tools.schemaframework.SchemaManager.createOrReplaceSequences(SchemaManager.java:258)
    [junit] 	at org.eclipse.persistence.tools.schemaframework.SchemaManager.createOrReplaceSequences(SchemaManager.java:225)
    [junit] 	at org.eclipse.persistence.tools.schemaframework.SchemaManager.createSequences(SchemaManager.java:206)
    [junit] 	at org.eclipse.persistence.tools.schemaframework.TableCreator.replaceTables(TableCreator.java:250)
    [junit] 	at org.eclipse.persistence.tools.schemaframework.TableCreator.replaceTables(TableCreator.java:240)
    [junit] 	at org.eclipse.persistence.testing.tests.jpa.jpaadvancedproperties.JPAAdvPropertiesJUnitTestCase$1.setUp(JPAAdvPropertiesJUnitTestCase.java:70)
    [junit] 	at junit.extensions.TestSetup$1.protect(TestSetup.java:20)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.extensions.TestSetup.run(TestSetup.java:25)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
    [junit] Caused by: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] 	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:936)
    [junit] 	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2985)
    [junit] 	at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1631)
    [junit] 	at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1723)
    [junit] 	at com.mysql.jdbc.Connection.execSQL(Connection.java:3283)
    [junit] 	at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1332)
    [junit] 	at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1604)
    [junit] 	at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1519)
    [junit] 	at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1504)
    [junit] 	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:747)
    [junit] 	... 33 more
    [junit] Mar 5, 2008 2:53:35 AM org.eclipse.persistence.default
[junit] WARNING: [junit] Local Exception Stack: [junit] Exception [EclipseLink-6015] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.QueryException
    [junit] Exception Description: Invalid query key [name1] in expression.
    [junit] Query: ReadObjectQuery(org.eclipse.persistence.testing.models.jpa.jpaadvancedproperties.Customer)
    [junit] 	at org.eclipse.persistence.exceptions.QueryException.invalidQueryKeyInExpression(QueryException.java:621)
    [junit] 	at org.eclipse.persistence.internal.expressions.QueryKeyExpression.validateNode(QueryKeyExpression.java:712)
    [junit] 	at org.eclipse.persistence.expressions.Expression.normalize(Expression.java:2716)
    [junit] 	at org.eclipse.persistence.internal.expressions.DataExpression.normalize(DataExpression.java:361)
    [junit] 	at org.eclipse.persistence.internal.expressions.QueryKeyExpression.normalize(QueryKeyExpression.java:489)
    [junit] 	at org.eclipse.persistence.internal.expressions.QueryKeyExpression.normalize(QueryKeyExpression.java:476)
    [junit] 	at org.eclipse.persistence.internal.expressions.RelationExpression.normalize(RelationExpression.java:512)
    [junit] 	at org.eclipse.persistence.internal.expressions.SQLSelectStatement.normalize(SQLSelectStatement.java:1283)
    [junit] 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.buildNormalSelectStatement(ExpressionQueryMechanism.java:457)
    [junit] 	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.prepareSelectOneRow(ExpressionQueryMechanism.java:1560)
    [junit] 	at org.eclipse.persistence.queries.ReadObjectQuery.prepare(ReadObjectQuery.java:608)
    [junit] 	at org.eclipse.persistence.queries.DatabaseQuery.checkPrepare(DatabaseQuery.java:454)
    [junit] 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.checkPrepare(ObjectLevelReadQuery.java:618)
    [junit] 	at org.eclipse.persistence.queries.DatabaseQuery.checkPrepare(DatabaseQuery.java:420)
    [junit] 	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:634)
    [junit] 	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:845)
    [junit] 	at org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:398)
    [junit] 	at org.eclipse.persistence.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:2085)
    [junit] 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1061)
    [junit] 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1045)
    [junit] 	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:991)
    [junit] 	at org.eclipse.persistence.internal.sessions.AbstractSession.readObject(AbstractSession.java:2471)
    [junit] 	at org.eclipse.persistence.testing.tests.jpa.jpaadvancedproperties.JPAAdvPropertiesJUnitTestCase.testExceptionHandlerProperty(JPAAdvPropertiesJUnitTestCase.java:141)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:618)
    [junit] 	at junit.framework.TestCase.runTest(TestCase.java:164)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:130)
    [junit] 	at org.eclipse.persistence.testing.framework.junit.JUnitTestCase.runBare(JUnitTestCase.java:347)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:109)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:120)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
    [junit] 	at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.extensions.TestSetup.run(TestSetup.java:25)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:567)
    [junit] [EPS Info]: 2008.03.05 02:53:35.113--ServerSession(2132705054)--EclipseLink, version: Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)
    [junit] [EPS Info]: 2008.03.05 02:53:35.204--ServerSession(2132705054)--file:/opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa.test/eclipselink-advanced-properties.jar-JPAADVProperties2 login successful
    [junit] [EPS Info]: 2008.03.05 02:53:35.261--ServerSession(532160440)--EclipseLink, version: Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)
    [junit] [EPS Info]: 2008.03.05 02:53:35.331--ServerSession(532160440)--file:/opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa.test/eclipselink-advanced-properties.jar-JPAADVProperties3 login successful
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_FIELDACCESS_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_FIELDACCESS_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_CHARACTERARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_CHARACTERARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_INHERITANCE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_INHERITANCE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_COMPOSITE_PK_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_COMPOSITE_PK_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DEPARTMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DEPARTMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PCHARARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PCHARARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_SERIAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_SERIAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYB_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYB_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_CUSTOMER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_CUSTOMER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WORLD_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WORLD_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_PBYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_PBYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_HOCKEY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_HOCKEY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_MERGE_BADGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_MERGE_BADGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_EMPLOYEE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_DATETIME_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_DATETIME_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYC_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYC_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_WRAPPER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_WRAPPER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BYTEARRAY_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BYTEARRAY_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ADV_EQUIPMENT_CODE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ADV_EQUIPMENT_CODE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_VIRTUAL_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_VIRTUAL_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_ENTITYA_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_ENTITYA_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_BEVERAGE_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_BEVERAGE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] [EPS Warning]: ServerSession(1650090586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.0 (Build SNAPSHOT - 20080305)): org.eclipse.persistence.exceptions.DatabaseException
    [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'CMP3_XML_BEER_SEQ' already exists
    [junit] Error Code: 1050
    [junit] Call: CREATE TABLE CMP3_XML_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
    [junit] Query: DataModifyQuery()
    [junit] Tests run: 926, Failures: 3, Errors: 1, Time elapsed: 1,981.068 sec
    [junit] Test org.eclipse.persistence.testing.tests.jpa.FullRegressionTestSuite FAILED
[junitreport] Transform time: 242ms

BUILD FAILED
/opt/public/technology/eclipselink/build.xml:53: The following error occurred while executing this line:
/opt/public/technology/eclipselink/trunk/build.xml:296: The following error occurred while executing this line:
/opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa.test/build.xml:284: The following error occurred while executing this line:
/opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa.test/build.xml:291: The following error occurred while executing this line:
/opt/public/technology/eclipselink/trunk/jpa/eclipselink.jpa.test/build.xml:344: Some of the junit tests failed.  See the reports/junit-noframes.html file for details.

Total time: 48 minutes 34 seconds


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


Back to the top