tichovz commented on code in PR #891:
URL: https://github.com/apache/tomee/pull/891#discussion_r906867220
##########
examples/arquillian-jpa/src/test/resources/arquillian.xml:
##########
@@ -25,7 +25,7 @@
<property
name="defaultDataSource">openejb:Resource/demoDataSource</property>
</extension>
- <container qualifier="tomee" default="true">
+ <container qualifier="tomee-embedded" default="true">
Review Comment:
I may see it wrong, but I think I’ve switched from remote to embedded. If I
use the remote container, the injection of the persistence context and the @EJB
annotation are not working (the entitity manager is null and the
transactionalCaller is also null
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]