Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /usr/java/default/bin/java -Dmaven.multiModuleProjectDirectory=/home/vps/ws/openjpa/openjpa-xmlstore -Dmaven.home=/home/vps/soft/idea-IU-173.3727.127/plugins/maven/lib/maven3 -Dclassworlds.conf=/home/vps/soft/idea-IU-173.3727.127/plugins/maven/lib/maven3/bin/m2.conf -javaagent:/home/vps/soft/idea-IU-173.3727.127/lib/idea_rt.jar=41021:/home/vps/soft/idea-IU-173.3727.127/bin -Dfile.encoding=UTF-8 -classpath /home/vps/soft/idea-IU-173.3727.127/plugins/maven/lib/maven3/boot/plexus-classworlds-2.5.2.jar org.codehaus.classworlds.Launcher -Didea.version=2017.3.5 test
- [INFO] Scanning for projects...
- [INFO]
- [INFO] ------------------------------------------------------------------------
- [INFO] Building OpenJPA XML Store 2.4.2
- [INFO] ------------------------------------------------------------------------
- [INFO]
- [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ openjpa-xmlstore ---
- [INFO] Executing: /bin/sh -c cd '/home/vps/ws/openjpa/openjpa-xmlstore' && 'svn' '--non-interactive' 'info'
- [INFO] Working directory: /home/vps/ws/openjpa/openjpa-xmlstore
- [INFO] Storing buildNumber: 1828187 at timestamp: April 3, 2018 at 12:26 AM
- [INFO] Executing: /bin/sh -c cd '/home/vps/ws/openjpa/openjpa-xmlstore' && 'svn' '--non-interactive' 'info'
- [INFO] Working directory: /home/vps/ws/openjpa/openjpa-xmlstore
- [INFO] Storing buildScmBranch: tags/2.4.2/openjpa-xmlstore
- [INFO]
- [INFO] --- maven-enforcer-plugin:1.3.1:enforce (default) @ openjpa-xmlstore ---
- [INFO]
- [INFO] --- maven-checkstyle-plugin:2.9:checkstyle (default) @ openjpa-xmlstore ---
- Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
- Setting property: site.resource.loader.class => 'org.codehaus.plexus.velocity.SiteResourceLoader'.
- Setting property: velocimacro.messages.on => 'false'.
- Setting property: resource.loader => 'classpath,site'.
- Setting property: runtime.log.invalid.references => 'false'.
- Setting property: resource.manager.logwhenfound => 'false'.
- Setting property: velocimacro.permissions.allow.inline.to.replace.global => 'true'.
- Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
- Setting property: site.resource.loader.class => 'org.codehaus.plexus.velocity.SiteResourceLoader'.
- Setting property: velocimacro.messages.on => 'false'.
- Setting property: resource.loader => 'classpath,site'.
- Setting property: runtime.log.invalid.references => 'false'.
- Setting property: resource.manager.logwhenfound => 'false'.
- [INFO] Starting audit...
- Audit done.
- [WARNING] Unable to locate Source XRef to link to - DISABLED
- [ERROR] VM #image: error : too few arguments to macro. Wanted 5 got 0
- [ERROR] VM #image: error : too few arguments to macro. Wanted 5 got 0
- [ERROR] VM #displayTree: error : too few arguments to macro. Wanted 2 got 0
- [ERROR] VM #menuItem: error : too few arguments to macro. Wanted 1 got 0
- [INFO]
- [INFO] --- maven-remote-resources-plugin:1.5:process (default) @ openjpa-xmlstore ---
- [INFO]
- [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ openjpa-xmlstore ---
- [INFO] Using 'UTF-8' encoding to copy filtered resources.
- [INFO] skip non existing resourceDirectory /home/vps/ws/openjpa/openjpa-xmlstore/src/main/resources
- [INFO] Copying 3 resources
- [INFO]
- [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ openjpa-xmlstore ---
- [INFO] Nothing to compile - all classes are up to date
- [INFO]
- [INFO] --- maven-compiler-plugin:3.5.1:testCompile (test-source-compile) @ openjpa-xmlstore ---
- [INFO] Nothing to compile - all classes are up to date
- [INFO]
- [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ openjpa-xmlstore ---
- [INFO] Using 'UTF-8' encoding to copy filtered resources.
- [INFO] Copying 1 resource
- [INFO] Copying 3 resources
- [INFO]
- [INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ openjpa-xmlstore ---
- [INFO] Nothing to compile - all classes are up to date
- [INFO]
- [INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ openjpa-xmlstore ---
- [INFO] Configured Artifact: org.apache.openjpa:openjpa-persistence-jdbc:2.4.2:test-jar
- [INFO] openjpa-persistence-jdbc-2.4.2-tests.jar already unpacked.
- [INFO]
- [INFO] --- openjpa-maven-plugin:2.4.2:test-enhance (enhancer) @ openjpa-xmlstore ---
- 45 xmlstore-simple INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.TestPersistence".
- 74 xmlstore-simple INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.Place".
- 108 xmlstore-simple INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes".
- 118 xmlstore-simple WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.xmlstore.simple.AllFieldTypes.setOfStrings" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 157 xmlstore-simple INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType".
- 159 xmlstore-simple INFO [main] openjpa.Tool - No metadata was found for 2 classes; they have been enhanced as persistence-aware. If you intended for any of these classes to be persistence-capable, then this means that OpenJPA could not find any metadata for those classes. This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information. Persistence-aware classes: [class org.apache.openjpa.xmlstore.simple.TestPersistence, class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType]
- 14 xml-persistence-unit INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.TestPersistence".
- 115 xml-persistence-unit WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.detach.xml.Automobile.passengers" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 116 xml-persistence-unit WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.detach.xml.Automobile.primaryDriver" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 116 xml-persistence-unit WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.detach.xml.Automobile.owner" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 119 xml-persistence-unit WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.detach.xml.Driver.auto" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 121 xml-persistence-unit WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.detach.xml.Passenger.autos" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 122 xml-persistence-unit WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.detach.xml.Owner.autos" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 139 xml-persistence-unit WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.embed.EntityA_Coll_StringXml.nickNames" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 142 xml-persistence-unit WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.embed.EntityA_Coll_Embed_EmbedXml.embeds" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 144 xml-persistence-unit WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.embed.DepartmentXml.empMap" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 145 xml-persistence-unit WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.embed.EmployeeXml.department" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 147 xml-persistence-unit WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.embed.ItemXml.images" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 151 xml-persistence-unit WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.embed.CompanyXml.organization" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 153 xml-persistence-unit WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.embed.CustomerXml.orders" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 154 xml-persistence-unit WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.embed.OrderXml.cust" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 156 xml-persistence-unit WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.embed.attrOverrides.CustomerXml.address" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 158 xml-persistence-unit WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.embed.attrOverrides.BasicEntityXML.listIntAttrOverEmbed" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 163 xml-persistence-unit WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.embed.FeatureXml.attributes" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 166 xml-persistence-unit WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.embed.attrOverrides.AddressXml.zipcode" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 170 xml-persistence-unit WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.embed.attrOverrides.AddressXml.zipcode" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 247 xml-persistence-unit WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.jdbc.order.BaseTestEntity3.one2Melems" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 247 xml-persistence-unit WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.jdbc.order.BaseTestEntity3.m2melems" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 247 xml-persistence-unit WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.jdbc.order.BaseTestEntity3.collelems" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 258 xml-persistence-unit WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.enhance.identity.Employee1Xml.dependents" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 260 xml-persistence-unit WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.enhance.identity.Dependent1Xml.id" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 260 xml-persistence-unit WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.enhance.identity.Dependent1Xml.emp" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 281 xml-persistence-unit WARN [main] openjpa.MetaData - Found duplicate metadata or mapping for "class org.apache.openjpa.persistence.access.xml.XMLFieldAccess2". Ignoring.
- 281 xml-persistence-unit WARN [main] openjpa.MetaData - Found duplicate metadata or mapping for "class org.apache.openjpa.persistence.access.xml.XMLDefFieldMixedPropAccess2". Ignoring.
- 299 xml-persistence-unit WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.Security1.country" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 300 xml-persistence-unit WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.Security1.countryEager" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 312 xml-persistence-unit WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.embed.attrOverrides.XMLAssocOverEntityA.embaList" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 312 xml-persistence-unit WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.embed.attrOverrides.XMLAssocOverEntityA.embaMap" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 314 xml-persistence-unit WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.embed.attrOverrides.XMLAssocOverEntityB.eaList" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 315 xml-persistence-unit WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.embed.attrOverrides.XMLAssocOverEmbed.eb" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 315 xml-persistence-unit WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.embed.attrOverrides.XMLAssocOverEmbed.meb" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 316 xml-persistence-unit WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.embed.attrOverrides.XMLAssocOverEmbedB.eb" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 316 xml-persistence-unit WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.embed.attrOverrides.XMLAssocOverEmbedB.meb" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 316 xml-persistence-unit WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.embed.attrOverrides.XMLAssocOverEmbed.eb" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 317 xml-persistence-unit WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.embed.attrOverrides.XMLAssocOverEmbed.meb" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 317 xml-persistence-unit WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.embed.attrOverrides.XMLAssocOverEmbed.eb" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 317 xml-persistence-unit WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.embed.attrOverrides.XMLAssocOverEmbed.meb" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 326 xml-persistence-unit WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.jpql.entities.XMLOrderedManyToManyEntity.entities" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 328 xml-persistence-unit WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.jpql.entities.XMLOrderedOneToManyEntity.entities" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 330 xml-persistence-unit WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.jpql.entities.XMLOrderedElementEntity.elements" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 350 xml-persistence-unit WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.simple.AllFieldTypes.setOfStrings" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 363 xml-persistence-unit WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.jdbc.order.BaseTestEntity1.one2Melems" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 363 xml-persistence-unit WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.jdbc.order.BaseTestEntity1.m2melems" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 363 xml-persistence-unit WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.jdbc.order.BaseTestEntity1.collelems" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 464 xml-persistence-unit WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.access.xml.XMLPropEmbedEntity.embedProp" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 466 xml-persistence-unit WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.access.xml.XMLFieldEmbedEntity.epa" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 468 xml-persistence-unit WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.access.xml.XMLPropMixedEntity.ema" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 468 xml-persistence-unit WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.access.xml.XMLPropMixedEntity.embedProp" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 482 xml-persistence-unit WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.jdbc.order.BaseTestEntity2.one2Melems" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 483 xml-persistence-unit WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.jdbc.order.BaseTestEntity2.m2melems" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 483 xml-persistence-unit WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.jdbc.order.BaseTestEntity2.collelems" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 492 xml-persistence-unit WARN [main] openjpa.MetaData - Found duplicate metadata or mapping for "class org.apache.openjpa.persistence.access.xml.XMLDefPropMixedFieldAccess2". Ignoring.
- 492 xml-persistence-unit WARN [main] openjpa.MetaData - Found duplicate metadata or mapping for "class org.apache.openjpa.persistence.access.xml.XMLPropAccess2". Ignoring.
- 492 xml-persistence-unit WARN [main] openjpa.Runtime - Found no persistent property in "org.apache.openjpa.persistence.inheritance.entity.XMLCallback"
- 525 xml-persistence-unit WARN [main] openjpa.MetaData - Found duplicate metadata or mapping for "class org.apache.openjpa.persistence.access.xml.XMLFieldAccess2". Ignoring.
- 525 xml-persistence-unit WARN [main] openjpa.MetaData - Found duplicate metadata or mapping for "class org.apache.openjpa.persistence.access.xml.XMLDefFieldMixedPropAccess2". Ignoring.
- 580 xml-persistence-unit WARN [main] openjpa.MetaData - Found duplicate metadata or mapping for "class org.apache.openjpa.persistence.access.xml.XMLDefPropMixedFieldAccess2". Ignoring.
- 580 xml-persistence-unit WARN [main] openjpa.MetaData - Found duplicate metadata or mapping for "class org.apache.openjpa.persistence.access.xml.XMLPropAccess2". Ignoring.
- 582 xml-persistence-unit INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.Place".
- 584 xml-persistence-unit INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes".
- 589 xml-persistence-unit WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.xmlstore.simple.AllFieldTypes.setOfStrings" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 590 xml-persistence-unit INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType".
- 591 xml-persistence-unit INFO [main] openjpa.Tool - No metadata was found for 2 classes; they have been enhanced as persistence-aware. If you intended for any of these classes to be persistence-capable, then this means that OpenJPA could not find any metadata for those classes. This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information. Persistence-aware classes: [class org.apache.openjpa.xmlstore.simple.TestPersistence, class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType]
- 5 test INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.TestPersistence".
- 8 test INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.Place".
- 10 test INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes".
- 14 test WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.xmlstore.simple.AllFieldTypes.setOfStrings" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 15 test INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType".
- 16 test INFO [main] openjpa.Tool - No metadata was found for 2 classes; they have been enhanced as persistence-aware. If you intended for any of these classes to be persistence-capable, then this means that OpenJPA could not find any metadata for those classes. This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information. Persistence-aware classes: [class org.apache.openjpa.xmlstore.simple.TestPersistence, class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType]
- 5 second-persistence-unit INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.TestPersistence".
- 8 second-persistence-unit INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.Place".
- 10 second-persistence-unit INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes".
- 15 second-persistence-unit WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.xmlstore.simple.AllFieldTypes.setOfStrings" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 15 second-persistence-unit INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType".
- 17 second-persistence-unit INFO [main] openjpa.Tool - No metadata was found for 2 classes; they have been enhanced as persistence-aware. If you intended for any of these classes to be persistence-capable, then this means that OpenJPA could not find any metadata for those classes. This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information. Persistence-aware classes: [class org.apache.openjpa.xmlstore.simple.TestPersistence, class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType]
- 7 third-persistence-unit INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.TestPersistence".
- 10 third-persistence-unit INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.Place".
- 11 third-persistence-unit INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes".
- 15 third-persistence-unit WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.xmlstore.simple.AllFieldTypes.setOfStrings" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 16 third-persistence-unit INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType".
- 17 third-persistence-unit INFO [main] openjpa.Tool - No metadata was found for 2 classes; they have been enhanced as persistence-aware. If you intended for any of these classes to be persistence-capable, then this means that OpenJPA could not find any metadata for those classes. This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information. Persistence-aware classes: [class org.apache.openjpa.xmlstore.simple.TestPersistence, class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType]
- 6 invalid INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.TestPersistence".
- 8 invalid INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.Place".
- 10 invalid INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes".
- 13 invalid WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.xmlstore.simple.AllFieldTypes.setOfStrings" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 14 invalid INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType".
- 15 invalid INFO [main] openjpa.Tool - No metadata was found for 2 classes; they have been enhanced as persistence-aware. If you intended for any of these classes to be persistence-capable, then this means that OpenJPA could not find any metadata for those classes. This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information. Persistence-aware classes: [class org.apache.openjpa.xmlstore.simple.TestPersistence, class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType]
- 6 empty-pu INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.TestPersistence".
- 9 empty-pu INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.Place".
- 10 empty-pu INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes".
- 13 empty-pu WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.xmlstore.simple.AllFieldTypes.setOfStrings" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 14 empty-pu INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType".
- 15 empty-pu INFO [main] openjpa.Tool - No metadata was found for 2 classes; they have been enhanced as persistence-aware. If you intended for any of these classes to be persistence-capable, then this means that OpenJPA could not find any metadata for those classes. This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information. Persistence-aware classes: [class org.apache.openjpa.xmlstore.simple.TestPersistence, class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType]
- 5 listener-pu INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.TestPersistence".
- 24 listener-pu INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.Place".
- 25 listener-pu INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes".
- 29 listener-pu WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.xmlstore.simple.AllFieldTypes.setOfStrings" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 30 listener-pu INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType".
- 31 listener-pu INFO [main] openjpa.Tool - No metadata was found for 2 classes; they have been enhanced as persistence-aware. If you intended for any of these classes to be persistence-capable, then this means that OpenJPA could not find any metadata for those classes. This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information. Persistence-aware classes: [class org.apache.openjpa.xmlstore.simple.TestPersistence, class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType]
- 4 msclistener-pu INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.TestPersistence".
- 7 msclistener-pu INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.Place".
- 8 msclistener-pu INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes".
- 11 msclistener-pu WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.xmlstore.simple.AllFieldTypes.setOfStrings" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 12 msclistener-pu INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType".
- 13 msclistener-pu INFO [main] openjpa.Tool - No metadata was found for 2 classes; they have been enhanced as persistence-aware. If you intended for any of these classes to be persistence-capable, then this means that OpenJPA could not find any metadata for those classes. This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information. Persistence-aware classes: [class org.apache.openjpa.xmlstore.simple.TestPersistence, class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType]
- 6 test-unique-constraint INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.TestPersistence".
- 18 test-unique-constraint INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.Place".
- 19 test-unique-constraint INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes".
- 22 test-unique-constraint WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.xmlstore.simple.AllFieldTypes.setOfStrings" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 22 test-unique-constraint INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType".
- 23 test-unique-constraint INFO [main] openjpa.Tool - No metadata was found for 2 classes; they have been enhanced as persistence-aware. If you intended for any of these classes to be persistence-capable, then this means that OpenJPA could not find any metadata for those classes. This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information. Persistence-aware classes: [class org.apache.openjpa.xmlstore.simple.TestPersistence, class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType]
- 4 test-metadata-complete INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.TestPersistence".
- 13 test-metadata-complete WARN [main] openjpa.Runtime - Found no persistent property in "org.apache.openjpa.persistence.annotations.xml.DerivedA"
- 16 test-metadata-complete INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.Place".
- 17 test-metadata-complete INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes".
- 20 test-metadata-complete WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.xmlstore.simple.AllFieldTypes.setOfStrings" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 20 test-metadata-complete INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType".
- 21 test-metadata-complete INFO [main] openjpa.Tool - No metadata was found for 2 classes; they have been enhanced as persistence-aware. If you intended for any of these classes to be persistence-capable, then this means that OpenJPA could not find any metadata for those classes. This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information. Persistence-aware classes: [class org.apache.openjpa.xmlstore.simple.TestPersistence, class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType]
- 4 embed-pu INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.TestPersistence".
- 12 embed-pu WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.embed.EntityA_Coll_StringXml.nickNames" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 12 embed-pu WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.embed.EntityA_Coll_Embed_EmbedXml.embeds" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 13 embed-pu WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.embed.DepartmentXml.empMap" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 13 embed-pu WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.embed.EmployeeXml.department" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 14 embed-pu WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.embed.ItemXml.images" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 14 embed-pu WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.embed.CompanyXml.organization" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 15 embed-pu WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.embed.CustomerXml.orders" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 15 embed-pu WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.embed.OrderXml.cust" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 16 embed-pu WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.embed.attrOverrides.CustomerXml.address" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 16 embed-pu WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.embed.attrOverrides.BasicEntityXML.listIntAttrOverEmbed" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 17 embed-pu WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.embed.FeatureXml.attributes" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 18 embed-pu WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.embed.attrOverrides.AddressXml.zipcode" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 19 embed-pu WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.embed.attrOverrides.AddressXml.zipcode" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 22 embed-pu INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.Place".
- 23 embed-pu INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes".
- 27 embed-pu WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.xmlstore.simple.AllFieldTypes.setOfStrings" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 27 embed-pu INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType".
- 28 embed-pu INFO [main] openjpa.Tool - No metadata was found for 2 classes; they have been enhanced as persistence-aware. If you intended for any of these classes to be persistence-capable, then this means that OpenJPA could not find any metadata for those classes. This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information. Persistence-aware classes: [class org.apache.openjpa.xmlstore.simple.TestPersistence, class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType]
- 5 native-seq-pu INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.TestPersistence".
- 14 native-seq-pu INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.Place".
- 15 native-seq-pu INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes".
- 18 native-seq-pu WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.xmlstore.simple.AllFieldTypes.setOfStrings" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 18 native-seq-pu INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType".
- 20 native-seq-pu INFO [main] openjpa.Tool - No metadata was found for 2 classes; they have been enhanced as persistence-aware. If you intended for any of these classes to be persistence-capable, then this means that OpenJPA could not find any metadata for those classes. This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information. Persistence-aware classes: [class org.apache.openjpa.xmlstore.simple.TestPersistence, class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType]
- 5 Access-1 INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.TestPersistence".
- 18 Access-1 WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.access.xml.XMLPropEmbedEntity.embedProp" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 18 Access-1 WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.access.xml.XMLFieldEmbedEntity.epa" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 19 Access-1 WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.access.xml.XMLPropMixedEntity.ema" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 19 Access-1 WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.access.xml.XMLPropMixedEntity.embedProp" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 22 Access-1 INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.Place".
- 23 Access-1 INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes".
- 26 Access-1 WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.xmlstore.simple.AllFieldTypes.setOfStrings" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 26 Access-1 INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType".
- 28 Access-1 INFO [main] openjpa.Tool - No metadata was found for 2 classes; they have been enhanced as persistence-aware. If you intended for any of these classes to be persistence-capable, then this means that OpenJPA could not find any metadata for those classes. This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information. Persistence-aware classes: [class org.apache.openjpa.xmlstore.simple.TestPersistence, class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType]
- 5 test-persistence-xml-orm INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.TestPersistence".
- 9 test-persistence-xml-orm WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.Security1.country" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 9 test-persistence-xml-orm WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.Security1.countryEager" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 12 test-persistence-xml-orm INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.Place".
- 13 test-persistence-xml-orm INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes".
- 16 test-persistence-xml-orm WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.xmlstore.simple.AllFieldTypes.setOfStrings" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 17 test-persistence-xml-orm INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType".
- 18 test-persistence-xml-orm INFO [main] openjpa.Tool - No metadata was found for 2 classes; they have been enhanced as persistence-aware. If you intended for any of these classes to be persistence-capable, then this means that OpenJPA could not find any metadata for those classes. This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information. Persistence-aware classes: [class org.apache.openjpa.xmlstore.simple.TestPersistence, class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType]
- 5 PreparedQuery INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.TestPersistence".
- 8 PreparedQuery INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.Place".
- 9 PreparedQuery INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes".
- 12 PreparedQuery WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.xmlstore.simple.AllFieldTypes.setOfStrings" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 12 PreparedQuery INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType".
- 13 PreparedQuery INFO [main] openjpa.Tool - No metadata was found for 2 classes; they have been enhanced as persistence-aware. If you intended for any of these classes to be persistence-capable, then this means that OpenJPA could not find any metadata for those classes. This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information. Persistence-aware classes: [class org.apache.openjpa.xmlstore.simple.TestPersistence, class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType]
- 5 AbstractCallbackPU INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.TestPersistence".
- 11 AbstractCallbackPU WARN [main] openjpa.Runtime - Found no persistent property in "org.apache.openjpa.persistence.inheritance.entity.XMLCallback"
- 14 AbstractCallbackPU INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.Place".
- 14 AbstractCallbackPU INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes".
- 17 AbstractCallbackPU WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.xmlstore.simple.AllFieldTypes.setOfStrings" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 18 AbstractCallbackPU INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType".
- 19 AbstractCallbackPU INFO [main] openjpa.Tool - No metadata was found for 2 classes; they have been enhanced as persistence-aware. If you intended for any of these classes to be persistence-capable, then this means that OpenJPA could not find any metadata for those classes. This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information. Persistence-aware classes: [class org.apache.openjpa.xmlstore.simple.TestPersistence, class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType]
- 5 NamedUniqueConstraintTest INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.TestPersistence".
- 18 NamedUniqueConstraintTest INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.Place".
- 19 NamedUniqueConstraintTest INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes".
- 22 NamedUniqueConstraintTest WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.xmlstore.simple.AllFieldTypes.setOfStrings" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 22 NamedUniqueConstraintTest INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType".
- 23 NamedUniqueConstraintTest INFO [main] openjpa.Tool - No metadata was found for 2 classes; they have been enhanced as persistence-aware. If you intended for any of these classes to be persistence-capable, then this means that OpenJPA could not find any metadata for those classes. This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information. Persistence-aware classes: [class org.apache.openjpa.xmlstore.simple.TestPersistence, class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType]
- 4 testStrategy INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.TestPersistence".
- 6 testStrategy INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.Place".
- 7 testStrategy INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes".
- 10 testStrategy WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.xmlstore.simple.AllFieldTypes.setOfStrings" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 10 testStrategy INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType".
- 12 testStrategy INFO [main] openjpa.Tool - No metadata was found for 2 classes; they have been enhanced as persistence-aware. If you intended for any of these classes to be persistence-capable, then this means that OpenJPA could not find any metadata for those classes. This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information. Persistence-aware classes: [class org.apache.openjpa.xmlstore.simple.TestPersistence, class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType]
- 5 post-remove INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.TestPersistence".
- 8 post-remove INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.Place".
- 9 post-remove INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes".
- 11 post-remove WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.xmlstore.simple.AllFieldTypes.setOfStrings" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 12 post-remove INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType".
- 13 post-remove INFO [main] openjpa.Tool - No metadata was found for 2 classes; they have been enhanced as persistence-aware. If you intended for any of these classes to be persistence-capable, then this means that OpenJPA could not find any metadata for those classes. This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information. Persistence-aware classes: [class org.apache.openjpa.xmlstore.simple.TestPersistence, class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType]
- 5 mdr-pu INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.TestPersistence".
- 7 mdr-pu INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.Place".
- 8 mdr-pu INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes".
- 11 mdr-pu WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.xmlstore.simple.AllFieldTypes.setOfStrings" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 11 mdr-pu INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType".
- 12 mdr-pu INFO [main] openjpa.Tool - No metadata was found for 2 classes; they have been enhanced as persistence-aware. If you intended for any of these classes to be persistence-capable, then this means that OpenJPA could not find any metadata for those classes. This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information. Persistence-aware classes: [class org.apache.openjpa.xmlstore.simple.TestPersistence, class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType]
- 4 mapsId-pu INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.TestPersistence".
- 11 mapsId-pu WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.enhance.identity.Employee1Xml.dependents" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 11 mapsId-pu WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.enhance.identity.Dependent1Xml.id" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 11 mapsId-pu WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.enhance.identity.Dependent1Xml.emp" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 14 mapsId-pu INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.Place".
- 14 mapsId-pu INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes".
- 17 mapsId-pu WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.xmlstore.simple.AllFieldTypes.setOfStrings" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 17 mapsId-pu INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType".
- 18 mapsId-pu INFO [main] openjpa.Tool - No metadata was found for 2 classes; they have been enhanced as persistence-aware. If you intended for any of these classes to be persistence-capable, then this means that OpenJPA could not find any metadata for those classes. This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information. Persistence-aware classes: [class org.apache.openjpa.xmlstore.simple.TestPersistence, class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType]
- 4 delimited-identifiers INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.TestPersistence".
- 13 delimited-identifiers INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.Place".
- 14 delimited-identifiers INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes".
- 16 delimited-identifiers WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.xmlstore.simple.AllFieldTypes.setOfStrings" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 17 delimited-identifiers INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType".
- 19 delimited-identifiers INFO [main] openjpa.Tool - No metadata was found for 2 classes; they have been enhanced as persistence-aware. If you intended for any of these classes to be persistence-capable, then this means that OpenJPA could not find any metadata for those classes. This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information. Persistence-aware classes: [class org.apache.openjpa.xmlstore.simple.TestPersistence, class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType]
- 6 delimited-identifiers-xml INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.TestPersistence".
- 18 delimited-identifiers-xml WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.delimited.identifiers.xml.EntityA.delimSet" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 18 delimited-identifiers-xml WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.delimited.identifiers.xml.EntityA.delimMap" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 21 delimited-identifiers-xml INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.Place".
- 22 delimited-identifiers-xml INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes".
- 25 delimited-identifiers-xml WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.xmlstore.simple.AllFieldTypes.setOfStrings" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 25 delimited-identifiers-xml INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType".
- 26 delimited-identifiers-xml INFO [main] openjpa.Tool - No metadata was found for 2 classes; they have been enhanced as persistence-aware. If you intended for any of these classes to be persistence-capable, then this means that OpenJPA could not find any metadata for those classes. This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information. Persistence-aware classes: [class org.apache.openjpa.xmlstore.simple.TestPersistence, class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType]
- 4 delimited-identifiers-seq-gen-xml INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.TestPersistence".
- 14 delimited-identifiers-seq-gen-xml INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.Place".
- 15 delimited-identifiers-seq-gen-xml INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes".
- 17 delimited-identifiers-seq-gen-xml WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.xmlstore.simple.AllFieldTypes.setOfStrings" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 18 delimited-identifiers-seq-gen-xml INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType".
- 19 delimited-identifiers-seq-gen-xml INFO [main] openjpa.Tool - No metadata was found for 2 classes; they have been enhanced as persistence-aware. If you intended for any of these classes to be persistence-capable, then this means that OpenJPA could not find any metadata for those classes. This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information. Persistence-aware classes: [class org.apache.openjpa.xmlstore.simple.TestPersistence, class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType]
- 5 delimited-identifiers-inheritance-xml INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.TestPersistence".
- 14 delimited-identifiers-inheritance-xml WARN [main] openjpa.Runtime - Found no persistent property in "org.apache.openjpa.persistence.delimited.identifiers.xml.Pontiac"
- 14 delimited-identifiers-inheritance-xml WARN [main] openjpa.Runtime - Found no persistent property in "org.apache.openjpa.persistence.delimited.identifiers.xml.Chevrolet"
- 16 delimited-identifiers-inheritance-xml INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.Place".
- 17 delimited-identifiers-inheritance-xml INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes".
- 20 delimited-identifiers-inheritance-xml WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.xmlstore.simple.AllFieldTypes.setOfStrings" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 20 delimited-identifiers-inheritance-xml INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType".
- 21 delimited-identifiers-inheritance-xml INFO [main] openjpa.Tool - No metadata was found for 2 classes; they have been enhanced as persistence-aware. If you intended for any of these classes to be persistence-capable, then this means that OpenJPA could not find any metadata for those classes. This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information. Persistence-aware classes: [class org.apache.openjpa.xmlstore.simple.TestPersistence, class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType]
- 4 delimited-identifiers-joins-xml INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.TestPersistence".
- 13 delimited-identifiers-joins-xml WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.delimited.identifiers.xml.EntityH.eIs" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 13 delimited-identifiers-joins-xml WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.delimited.identifiers.xml.EntityH.eI2" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 13 delimited-identifiers-joins-xml WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.delimited.identifiers.xml.EntityH.map" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 13 delimited-identifiers-joins-xml WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.delimited.identifiers.xml.EntityH.map2" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 14 delimited-identifiers-joins-xml WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.delimited.identifiers.xml.EntityI.eHs" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 15 delimited-identifiers-joins-xml WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.delimited.identifiers.xml.EntityI2.eI3" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 18 delimited-identifiers-joins-xml INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.Place".
- 19 delimited-identifiers-joins-xml INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes".
- 21 delimited-identifiers-joins-xml WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.xmlstore.simple.AllFieldTypes.setOfStrings" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 22 delimited-identifiers-joins-xml INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType".
- 23 delimited-identifiers-joins-xml INFO [main] openjpa.Tool - No metadata was found for 2 classes; they have been enhanced as persistence-aware. If you intended for any of these classes to be persistence-capable, then this means that OpenJPA could not find any metadata for those classes. This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information. Persistence-aware classes: [class org.apache.openjpa.xmlstore.simple.TestPersistence, class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType]
- 4 delimited-identifiers-result-set-xml INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.TestPersistence".
- 12 delimited-identifiers-result-set-xml WARN [main] openjpa.Runtime - Found no persistent property in "org.apache.openjpa.persistence.delimited.identifiers.xml.Pontiac"
- 13 delimited-identifiers-result-set-xml WARN [main] openjpa.Runtime - Found no persistent property in "org.apache.openjpa.persistence.delimited.identifiers.xml.Chevrolet"
- 13 delimited-identifiers-result-set-xml WARN [main] openjpa.Runtime - Found no persistent property in "org.apache.openjpa.persistence.delimited.identifiers.xml.Pontiac2"
- 14 delimited-identifiers-result-set-xml WARN [main] openjpa.Runtime - Found no persistent property in "org.apache.openjpa.persistence.delimited.identifiers.xml.Chevrolet2"
- 16 delimited-identifiers-result-set-xml INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.Place".
- 17 delimited-identifiers-result-set-xml INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes".
- 19 delimited-identifiers-result-set-xml WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.xmlstore.simple.AllFieldTypes.setOfStrings" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 20 delimited-identifiers-result-set-xml INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType".
- 21 delimited-identifiers-result-set-xml INFO [main] openjpa.Tool - No metadata was found for 2 classes; they have been enhanced as persistence-aware. If you intended for any of these classes to be persistence-capable, then this means that OpenJPA could not find any metadata for those classes. This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information. Persistence-aware classes: [class org.apache.openjpa.xmlstore.simple.TestPersistence, class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType]
- 4 JPQLIndex INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.TestPersistence".
- 10 JPQLIndex WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.jpql.entities.XMLOrderedManyToManyEntity.entities" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 11 JPQLIndex WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.jpql.entities.XMLOrderedOneToManyEntity.entities" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 11 JPQLIndex WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.persistence.jpql.entities.XMLOrderedElementEntity.elements" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 14 JPQLIndex INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.Place".
- 15 JPQLIndex INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes".
- 17 JPQLIndex WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.xmlstore.simple.AllFieldTypes.setOfStrings" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 18 JPQLIndex INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType".
- 19 JPQLIndex INFO [main] openjpa.Tool - No metadata was found for 2 classes; they have been enhanced as persistence-aware. If you intended for any of these classes to be persistence-capable, then this means that OpenJPA could not find any metadata for those classes. This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information. Persistence-aware classes: [class org.apache.openjpa.xmlstore.simple.TestPersistence, class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType]
- 5 TestDetachMerge INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.TestPersistence".
- 7 TestDetachMerge INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.Place".
- 8 TestDetachMerge INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes".
- 11 TestDetachMerge WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.xmlstore.simple.AllFieldTypes.setOfStrings" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 12 TestDetachMerge INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType".
- 13 TestDetachMerge INFO [main] openjpa.Tool - No metadata was found for 2 classes; they have been enhanced as persistence-aware. If you intended for any of these classes to be persistence-capable, then this means that OpenJPA could not find any metadata for those classes. This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information. Persistence-aware classes: [class org.apache.openjpa.xmlstore.simple.TestPersistence, class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType]
- 5 TestCfSwitching INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.TestPersistence".
- 7 TestCfSwitching INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.Place".
- 8 TestCfSwitching INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes".
- 11 TestCfSwitching WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.xmlstore.simple.AllFieldTypes.setOfStrings" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 11 TestCfSwitching INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType".
- 12 TestCfSwitching INFO [main] openjpa.Tool - No metadata was found for 2 classes; they have been enhanced as persistence-aware. If you intended for any of these classes to be persistence-capable, then this means that OpenJPA could not find any metadata for those classes. This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information. Persistence-aware classes: [class org.apache.openjpa.xmlstore.simple.TestPersistence, class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType]
- 4 TestDropAddSequence INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.TestPersistence".
- 6 TestDropAddSequence INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.Place".
- 7 TestDropAddSequence INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes".
- 9 TestDropAddSequence WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.xmlstore.simple.AllFieldTypes.setOfStrings" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 10 TestDropAddSequence INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType".
- 11 TestDropAddSequence INFO [main] openjpa.Tool - No metadata was found for 2 classes; they have been enhanced as persistence-aware. If you intended for any of these classes to be persistence-capable, then this means that OpenJPA could not find any metadata for those classes. This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information. Persistence-aware classes: [class org.apache.openjpa.xmlstore.simple.TestPersistence, class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType]
- 4 arrays INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.TestPersistence".
- 12 arrays INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.Place".
- 13 arrays INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes".
- 15 arrays WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.xmlstore.simple.AllFieldTypes.setOfStrings" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 15 arrays INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType".
- 17 arrays INFO [main] openjpa.Tool - No metadata was found for 2 classes; they have been enhanced as persistence-aware. If you intended for any of these classes to be persistence-capable, then this means that OpenJPA could not find any metadata for those classes. This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information. Persistence-aware classes: [class org.apache.openjpa.xmlstore.simple.TestPersistence, class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType]
- 4 to-one-xml-override INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.TestPersistence".
- 15 to-one-xml-override INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.Place".
- 16 to-one-xml-override INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes".
- 18 to-one-xml-override WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.xmlstore.simple.AllFieldTypes.setOfStrings" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 19 to-one-xml-override INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType".
- 20 to-one-xml-override INFO [main] openjpa.Tool - No metadata was found for 2 classes; they have been enhanced as persistence-aware. If you intended for any of these classes to be persistence-capable, then this means that OpenJPA could not find any metadata for those classes. This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information. Persistence-aware classes: [class org.apache.openjpa.xmlstore.simple.TestPersistence, class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType]
- 5 nonstandard-mapping-xml INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.TestPersistence".
- 46 nonstandard-mapping-xml INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.Place".
- 47 nonstandard-mapping-xml INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes".
- 49 nonstandard-mapping-xml WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.xmlstore.simple.AllFieldTypes.setOfStrings" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 49 nonstandard-mapping-xml INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType".
- 50 nonstandard-mapping-xml INFO [main] openjpa.Tool - No metadata was found for 2 classes; they have been enhanced as persistence-aware. If you intended for any of these classes to be persistence-capable, then this means that OpenJPA could not find any metadata for those classes. This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information. Persistence-aware classes: [class org.apache.openjpa.xmlstore.simple.TestPersistence, class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType]
- 4 fetch-groups-xml INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.TestPersistence".
- 18 fetch-groups-xml INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.Place".
- 19 fetch-groups-xml INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes".
- 21 fetch-groups-xml WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.xmlstore.simple.AllFieldTypes.setOfStrings" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 22 fetch-groups-xml INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType".
- 23 fetch-groups-xml INFO [main] openjpa.Tool - No metadata was found for 2 classes; they have been enhanced as persistence-aware. If you intended for any of these classes to be persistence-capable, then this means that OpenJPA could not find any metadata for those classes. This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information. Persistence-aware classes: [class org.apache.openjpa.xmlstore.simple.TestPersistence, class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType]
- 5 foreign-key-xml INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.TestPersistence".
- 13 foreign-key-xml INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.Place".
- 14 foreign-key-xml INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes".
- 16 foreign-key-xml WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.xmlstore.simple.AllFieldTypes.setOfStrings" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 17 foreign-key-xml INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType".
- 18 foreign-key-xml INFO [main] openjpa.Tool - No metadata was found for 2 classes; they have been enhanced as persistence-aware. If you intended for any of these classes to be persistence-capable, then this means that OpenJPA could not find any metadata for those classes. This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information. Persistence-aware classes: [class org.apache.openjpa.xmlstore.simple.TestPersistence, class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType]
- 5 version-columns-xml INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.TestPersistence".
- 17 version-columns-xml INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.Place".
- 18 version-columns-xml INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes".
- 20 version-columns-xml WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.xmlstore.simple.AllFieldTypes.setOfStrings" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 20 version-columns-xml INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType".
- 21 version-columns-xml INFO [main] openjpa.Tool - No metadata was found for 2 classes; they have been enhanced as persistence-aware. If you intended for any of these classes to be persistence-capable, then this means that OpenJPA could not find any metadata for those classes. This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information. Persistence-aware classes: [class org.apache.openjpa.xmlstore.simple.TestPersistence, class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType]
- 4 auditjta INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.TestPersistence".
- 6 auditjta INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.Place".
- 7 auditjta INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes".
- 9 auditjta WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.xmlstore.simple.AllFieldTypes.setOfStrings" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 9 auditjta INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType".
- 11 auditjta INFO [main] openjpa.Tool - No metadata was found for 2 classes; they have been enhanced as persistence-aware. If you intended for any of these classes to be persistence-capable, then this means that OpenJPA could not find any metadata for those classes. This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information. Persistence-aware classes: [class org.apache.openjpa.xmlstore.simple.TestPersistence, class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType]
- 4 audit INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.TestPersistence".
- 6 audit INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.Place".
- 7 audit INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes".
- 9 audit WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.xmlstore.simple.AllFieldTypes.setOfStrings" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 10 audit INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType".
- 11 audit INFO [main] openjpa.Tool - No metadata was found for 2 classes; they have been enhanced as persistence-aware. If you intended for any of these classes to be persistence-capable, then this means that OpenJPA could not find any metadata for those classes. This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information. Persistence-aware classes: [class org.apache.openjpa.xmlstore.simple.TestPersistence, class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType]
- 4 no-audit INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.TestPersistence".
- 6 no-audit INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.Place".
- 7 no-audit INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes".
- 9 no-audit WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.xmlstore.simple.AllFieldTypes.setOfStrings" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 9 no-audit INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType".
- 10 no-audit INFO [main] openjpa.Tool - No metadata was found for 2 classes; they have been enhanced as persistence-aware. If you intended for any of these classes to be persistence-capable, then this means that OpenJPA could not find any metadata for those classes. This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information. Persistence-aware classes: [class org.apache.openjpa.xmlstore.simple.TestPersistence, class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType]
- 4 query-result INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.TestPersistence".
- 9 query-result INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.Place".
- 10 query-result INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes".
- 12 query-result WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.xmlstore.simple.AllFieldTypes.setOfStrings" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 12 query-result INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType".
- 13 query-result INFO [main] openjpa.Tool - No metadata was found for 2 classes; they have been enhanced as persistence-aware. If you intended for any of these classes to be persistence-capable, then this means that OpenJPA could not find any metadata for those classes. This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information. Persistence-aware classes: [class org.apache.openjpa.xmlstore.simple.TestPersistence, class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType]
- 3 rev-mapping-pu INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.TestPersistence".
- 6 rev-mapping-pu INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.Place".
- 7 rev-mapping-pu INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes".
- 9 rev-mapping-pu WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.xmlstore.simple.AllFieldTypes.setOfStrings" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 9 rev-mapping-pu INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType".
- 10 rev-mapping-pu INFO [main] openjpa.Tool - No metadata was found for 2 classes; they have been enhanced as persistence-aware. If you intended for any of these classes to be persistence-capable, then this means that OpenJPA could not find any metadata for those classes. This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information. Persistence-aware classes: [class org.apache.openjpa.xmlstore.simple.TestPersistence, class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType]
- 4 puDefault INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.TestPersistence".
- 16 puDefault WARN [main] openjpa.MetaData - Found duplicate generator "Seq_4SequenceMappingSchema" in "{1}". Overriding previous definition.
- 18 puDefault INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.Place".
- 19 puDefault INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes".
- 21 puDefault WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.xmlstore.simple.AllFieldTypes.setOfStrings" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 21 puDefault INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType".
- 22 puDefault INFO [main] openjpa.Tool - No metadata was found for 2 classes; they have been enhanced as persistence-aware. If you intended for any of these classes to be persistence-capable, then this means that OpenJPA could not find any metadata for those classes. This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information. Persistence-aware classes: [class org.apache.openjpa.xmlstore.simple.TestPersistence, class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType]
- 3 TableNameInXml-PU INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.TestPersistence".
- 14 TableNameInXml-PU INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.Place".
- 15 TableNameInXml-PU INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes".
- 17 TableNameInXml-PU WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.xmlstore.simple.AllFieldTypes.setOfStrings" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 18 TableNameInXml-PU INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType".
- 19 TableNameInXml-PU INFO [main] openjpa.Tool - No metadata was found for 2 classes; they have been enhanced as persistence-aware. If you intended for any of these classes to be persistence-capable, then this means that OpenJPA could not find any metadata for those classes. This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information. Persistence-aware classes: [class org.apache.openjpa.xmlstore.simple.TestPersistence, class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType]
- 4 TestPUDefaultCascadePersist INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.TestPersistence".
- 9 TestPUDefaultCascadePersist INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.Place".
- 10 TestPUDefaultCascadePersist INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes".
- 12 TestPUDefaultCascadePersist WARN [main] openjpa.Runtime - Fields "org.apache.openjpa.xmlstore.simple.AllFieldTypes.setOfStrings" are not a default persistent type, and do not have any annotations indicating their persistence strategy. They will be treated as non-persistent. If you intended for these fields to be persistent, be sure to annotate them appropriately or declare them in orm.xml. Otherwise annotate them with @Transient.
- 12 TestPUDefaultCascadePersist INFO [main] openjpa.Tool - Enhancer running on type "class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType".
- [INFO]
- [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ openjpa-xmlstore ---
- 13 TestPUDefaultCascadePersist INFO [main] openjpa.Tool - No metadata was found for 2 classes; they have been enhanced as persistence-aware. If you intended for any of these classes to be persistence-capable, then this means that OpenJPA could not find any metadata for those classes. This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information. Persistence-aware classes: [class org.apache.openjpa.xmlstore.simple.TestPersistence, class org.apache.openjpa.xmlstore.simple.AllFieldTypes$EnumType]
- -------------------------------------------------------
- T E S T S
- -------------------------------------------------------
- Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
- Running org.apache.openjpa.xmlstore.simple.TestPersistence
- 19 xmlstore-simple INFO [main] openjpa.Runtime - Starting OpenJPA 2.4.2
- 0 xmlstore-simple INFO [main] openjpa.Runtime - Starting OpenJPA 2.4.2
- 0 xmlstore-simple INFO [main] openjpa.Runtime - Starting OpenJPA 2.4.2
- Tests run: 3, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.356 sec <<< FAILURE! - in org.apache.openjpa.xmlstore.simple.TestPersistence
- testQuery(org.apache.openjpa.xmlstore.simple.TestPersistence) Time elapsed: 0.28 sec <<< ERROR!
- <openjpa-2.4.2-r422266:1777108 fatal store error> org.apache.openjpa.persistence.RollbackException: null
- at org.apache.openjpa.persistence.EntityManagerImpl.commit(EntityManagerImpl.java:595)
- at org.apache.openjpa.xmlstore.simple.TestPersistence.testQuery(TestPersistence.java:65)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at junit.framework.TestCase.runTest(TestCase.java:176)
- at org.apache.openjpa.persistence.test.AbstractPersistenceTestCase.runTest(AbstractPersistenceTestCase.java:578)
- at junit.framework.TestCase.runBare(TestCase.java:141)
- at org.apache.openjpa.persistence.test.AbstractPersistenceTestCase.runBare(AbstractPersistenceTestCase.java:565)
- at org.apache.openjpa.persistence.test.AbstractPersistenceTestCase.runBare(AbstractPersistenceTestCase.java:541)
- at junit.framework.TestResult$1.protect(TestResult.java:122)
- at junit.framework.TestResult.runProtected(TestResult.java:142)
- at junit.framework.TestResult.run(TestResult.java:125)
- at junit.framework.TestCase.run(TestCase.java:129)
- at org.apache.openjpa.persistence.test.AbstractPersistenceTestCase.run(AbstractPersistenceTestCase.java:206)
- at junit.framework.TestSuite.runTest(TestSuite.java:252)
- at junit.framework.TestSuite.run(TestSuite.java:247)
- at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
- at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
- at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
- at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
- at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
- at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
- at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
- at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
- Caused by: <openjpa-2.4.2-r422266:1777108 nonfatal general error> org.apache.openjpa.persistence.PersistenceException: null
- at org.apache.openjpa.xmlstore.XMLFileHandler.load(XMLFileHandler.java:93)
- at org.apache.openjpa.xmlstore.XMLStore.getMap(XMLStore.java:80)
- at org.apache.openjpa.xmlstore.XMLStore.getData(XMLStore.java:59)
- at org.apache.openjpa.xmlstore.XMLStoreManager.flush(XMLStoreManager.java:210)
- at org.apache.openjpa.abstractstore.AbstractStoreManager.flush(AbstractStoreManager.java:274)
- at org.apache.openjpa.kernel.DelegatingStoreManager.flush(DelegatingStoreManager.java:131)
- at org.apache.openjpa.kernel.BrokerImpl.flush(BrokerImpl.java:2205)
- at org.apache.openjpa.kernel.BrokerImpl.flushSafe(BrokerImpl.java:2103)
- at org.apache.openjpa.kernel.BrokerImpl.beforeCompletion(BrokerImpl.java:2021)
- at org.apache.openjpa.kernel.LocalManagedRuntime.commit(LocalManagedRuntime.java:81)
- at org.apache.openjpa.kernel.BrokerImpl.commit(BrokerImpl.java:1526)
- at org.apache.openjpa.kernel.DelegatingBroker.commit(DelegatingBroker.java:932)
- at org.apache.openjpa.persistence.EntityManagerImpl.commit(EntityManagerImpl.java:571)
- ... 25 more
- Caused by: java.lang.NullPointerException
- at org.apache.openjpa.xmlstore.XMLFileHandler$ObjectDataHandler.endElement(XMLFileHandler.java:439)
- at org.apache.openjpa.xmlstore.XMLFileHandler$ObjectDataHandler.endElement(XMLFileHandler.java:410)
- at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(AbstractSAXParser.java:609)
- at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:1782)
- at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2967)
- at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602)
- at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505)
- at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:842)
- at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:771)
- at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
- at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1213)
- at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:643)
- at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.parse(SAXParserImpl.java:327)
- at javax.xml.parsers.SAXParser.parse(SAXParser.java:328)
- at org.apache.openjpa.xmlstore.XMLFileHandler.read(XMLFileHandler.java:106)
- at org.apache.openjpa.xmlstore.XMLFileHandler.load(XMLFileHandler.java:89)
- ... 37 more
- testNewDeleteNew(org.apache.openjpa.xmlstore.simple.TestPersistence) Time elapsed: 0.024 sec <<< ERROR!
- <openjpa-2.4.2-r422266:1777108 fatal store error> org.apache.openjpa.persistence.RollbackException: null
- at org.apache.openjpa.persistence.EntityManagerImpl.commit(EntityManagerImpl.java:595)
- at org.apache.openjpa.xmlstore.simple.TestPersistence.testNewDeleteNew(TestPersistence.java:98)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at junit.framework.TestCase.runTest(TestCase.java:176)
- at org.apache.openjpa.persistence.test.AbstractPersistenceTestCase.runTest(AbstractPersistenceTestCase.java:578)
- at junit.framework.TestCase.runBare(TestCase.java:141)
- at org.apache.openjpa.persistence.test.AbstractPersistenceTestCase.runBare(AbstractPersistenceTestCase.java:565)
- at org.apache.openjpa.persistence.test.AbstractPersistenceTestCase.runBare(AbstractPersistenceTestCase.java:541)
- at junit.framework.TestResult$1.protect(TestResult.java:122)
- at junit.framework.TestResult.runProtected(TestResult.java:142)
- at junit.framework.TestResult.run(TestResult.java:125)
- at junit.framework.TestCase.run(TestCase.java:129)
- at org.apache.openjpa.persistence.test.AbstractPersistenceTestCase.run(AbstractPersistenceTestCase.java:206)
- at junit.framework.TestSuite.runTest(TestSuite.java:252)
- at junit.framework.TestSuite.run(TestSuite.java:247)
- at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
- at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
- at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
- at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
- at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
- at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
- at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
- at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
- Caused by: <openjpa-2.4.2-r422266:1777108 nonfatal general error> org.apache.openjpa.persistence.PersistenceException: null
- at org.apache.openjpa.xmlstore.XMLFileHandler.load(XMLFileHandler.java:93)
- at org.apache.openjpa.xmlstore.XMLStore.getMap(XMLStore.java:80)
- at org.apache.openjpa.xmlstore.XMLStore.getData(XMLStore.java:59)
- at org.apache.openjpa.xmlstore.XMLStoreManager.flush(XMLStoreManager.java:210)
- at org.apache.openjpa.abstractstore.AbstractStoreManager.flush(AbstractStoreManager.java:274)
- at org.apache.openjpa.kernel.DelegatingStoreManager.flush(DelegatingStoreManager.java:131)
- at org.apache.openjpa.kernel.BrokerImpl.flush(BrokerImpl.java:2205)
- at org.apache.openjpa.kernel.BrokerImpl.flushSafe(BrokerImpl.java:2103)
- at org.apache.openjpa.kernel.BrokerImpl.beforeCompletion(BrokerImpl.java:2021)
- at org.apache.openjpa.kernel.LocalManagedRuntime.commit(LocalManagedRuntime.java:81)
- at org.apache.openjpa.kernel.BrokerImpl.commit(BrokerImpl.java:1526)
- at org.apache.openjpa.kernel.DelegatingBroker.commit(DelegatingBroker.java:932)
- at org.apache.openjpa.persistence.EntityManagerImpl.commit(EntityManagerImpl.java:571)
- ... 25 more
- Caused by: java.lang.NullPointerException
- at org.apache.openjpa.xmlstore.XMLFileHandler$ObjectDataHandler.endElement(XMLFileHandler.java:439)
- at org.apache.openjpa.xmlstore.XMLFileHandler$ObjectDataHandler.endElement(XMLFileHandler.java:410)
- at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(AbstractSAXParser.java:609)
- at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:1782)
- at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2967)
- at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602)
- at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505)
- at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:842)
- at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:771)
- at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
- at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1213)
- at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:643)
- at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.parse(SAXParserImpl.java:327)
- at javax.xml.parsers.SAXParser.parse(SAXParser.java:328)
- at org.apache.openjpa.xmlstore.XMLFileHandler.read(XMLFileHandler.java:106)
- at org.apache.openjpa.xmlstore.XMLFileHandler.load(XMLFileHandler.java:89)
- ... 37 more
- Results :
- Tests in error:
- TestPersistence>AbstractPersistenceTestCase.run:206->AbstractPersistenceTestCase.runBare:541->AbstractPersistenceTestCase.runBare:565->AbstractPersistenceTestCase.runTest:578->testNewDeleteNew:98 » Rollback
- TestPersistence>AbstractPersistenceTestCase.run:206->AbstractPersistenceTestCase.runBare:541->AbstractPersistenceTestCase.runBare:565->AbstractPersistenceTestCase.runTest:578->testQuery:65 » Rollback
- Tests run: 3, Failures: 0, Errors: 2, Skipped: 0
- [INFO] ------------------------------------------------------------------------
- [INFO] BUILD FAILURE
- [INFO] ------------------------------------------------------------------------
- [INFO] Total time: 4.531 s
- [INFO] Finished at: 2018-04-03T00:26:20+02:00
- [INFO] Final Memory: 44M/1404M
- [INFO] ------------------------------------------------------------------------
- [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on project openjpa-xmlstore: There are test failures.
- [ERROR]
- [ERROR] Please refer to /home/vps/ws/openjpa/openjpa-xmlstore/target/surefire-reports for the individual test results.
- [ERROR] -> [Help 1]
- [ERROR]
- [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
- [ERROR] Re-run Maven using the -X switch to enable full debug logging.
- [ERROR]
- [ERROR] For more information about the errors and possible solutions, please read the following articles:
- [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
- Process finished with exit code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement