GitHub user otaviojava opened a pull request:
https://github.com/apache/tomee/pull/211
Add an integration test beteween JPA and CMP [WIP]
Hey, I would like to add a new test in this case.
I created a test, however, I had an issue to inject the Users interface. I
tried multiples way without a good result.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/otaviojava/tomee add_cmp_test
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tomee/pull/211.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #211
----
commit 169da6342530f39091d25a6b95dc7cb6f241597a
Author: Otavio Santana <otaviopolianasantana@...>
Date: 2018-11-19T14:43:21Z
adds entity and CMD test
commit 82137efd4c5ef1c1e1a994566f9c568704ee1081
Author: Otavio Santana <otaviopolianasantana@...>
Date: 2018-11-21T12:38:19Z
adds scenario to test
----
---