Hi Dmitry,
Which version of OpenEJB are you using for your test dependency? Could it
be in the 4.7... version range, which only supports Java EE 6? If so, you
should update the dependency to version 7.0.0:
<dependency>
<groupId>org.apache.tomee</groupId>
<artifactId>openejb-core</artifactId>
<version>7.0.0</version>
</dependency>
Cheers
Raimund
2016-06-01 17:16 GMT+01:00 Shultz, Dmitry <[email protected]>:
> Hi All,
>
> Original issue was initially submitted to the wrong topic (forgot to
> change the email subject - it is brand new issue), it was end of the day
> ... sorry for the confusion.
>
>
> http://mail-archives.apache.org/mod_mbox/deltaspike-users/201606.mbox/%3CDM3PR11MB0987CA82CEAF86AFAAECE70995470%40DM3PR11MB0987.namprd11.prod.outlook.com%3E
>
> To clarify, Romain helped with beans.xml parsing error while app is
> running in TomEE - I upgraded to TomEE 7. This issue (that I'm wrongly
> send to the wrong topic) appears during CdiTestRunner driven unit test.
> How do I fix the test?
>
> Cheers,
> Dmitry
>
>
>