Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
10.0.0-M2
-
None
-
None
Description
When trying to start up the ejbContainer
EJBContainer.createEJBContainer
If a bean contains an inner class, used like this:
@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}]
Attachments
Issue Links
- links to