Hello,
code that built fine just couple of days ago now "suddenly" fails with
the following error in console:
SEVERE - FAIL ... SomeClass: asynchronous method missing: "someMethod"
in class my.own.SomeClass
I get this error for ALL (two in my case) @Asynchronous methods I have
in my application.
Info message suggests me to set openejb.validation.output.level for
validation details but setting this property by means of jvm
-Dopenejb.validation.output.level=VERBOSE is being ignored and upon new
attempt I get the same error and same info message.
Unfortunately I get no stacktrace or whatsoever so I don't know where
can I debug within openejb to get more information.
Anyone maybe has an idea how this can happen and where to look for?
The error occurs in an unittest running with
openejb.junit.ApplicationComposer and when attempting to run the
application on tomee.
openejb.version : 4.6.0-SNAPSHOT
tomee.version : 1.6.0-SNAPSHOT
Thanks for your hints
Reinis