mawiesne commented on PR #1167: URL: https://github.com/apache/tomee/pull/1167#issuecomment-2132189148
I can confirm that adding the test class `@Classes` helps, for example: ``` @Module @Classes(cdi = true, value = {MyTest.class, App.class}) public EjbJar modules() { return new EjbJar(); } ``` Thx @rmannibucau for clarification. Thx @rzo1 for updating the docs - so community can better understand what is required in such a scenario. -- 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: dev-unsubscr...@tomee.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org