Group 1. Issues concerning non-Java EE JPA deployments
A) If we have a deployment which contains a META-INF/persistence.xml which is not compatible with the requirement for container-managed persistence units (e.g. using RESOURCE_LOCAL transactions), the deployment will fail.
What error does it fail with?