giangianoulas opened a new pull request #725:
URL: https://github.com/apache/tomee/pull/725
When trying to start up the ejbContainer `EJBContainer.createEJBContainer`
If a bean contains an inner class, used like this:
```java
@Asynchronous
@TransactionAttribute(TransactionAttributeType.REQUIRES_NEW)
public Future<Contract> processAsynchronously(Contract r)
```
Then you get an Exception stating that:
```Cannot locate the class {0} from the codebase [{1}]```
This attept to handle this case, if it also fails then the original
exception is thrown.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]