Description
Many tests failed due to eclipse link not using sequences correctly. Making the following changes to
deltaspike/modules/data/impl/src/test/resources-weblogic/test-mapped-persistence.xml
deltaspike/modules/data/impl/src/test/resources-weblogic/test-persistence.xml
fixed the issue:
1) add the following property:
<property name="eclipselink.deploy-on-startup" value="true" />
2) remove
xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd"