giangianoulas opened a new pull request, #1327: URL: https://github.com/apache/tomee/pull/1327
if loading a class that is a parameter to an Async method fails with java.lang.ClassNotFoundException replace last '.' with '$' and retry in hope that it is an inner class, else throw original exception. The method params comes with '.' for inner classes from here ` org.apache.openejb.jee.AsyncMethod(final java.lang.reflect.Method method) ` -- 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