[ https://issues.apache.org/jira/browse/TOMEE-2934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Richard Zowalla closed TOMEE-2934. ---------------------------------- Fix Version/s: 10.0.0 Resolution: Fixed > EJBContainer.createEJBContainer Fails to find public inner classes > ------------------------------------------------------------------ > > Key: TOMEE-2934 > URL: https://issues.apache.org/jira/browse/TOMEE-2934 > Project: TomEE > Issue Type: Bug > Affects Versions: 10.0.0-M2 > Reporter: Ioannis Giannoulas > Assignee: Ioannis Giannoulas > Priority: Minor > Fix For: 10.0.0, 10.0.0-M3 > > Time Spent: 1h > Remaining Estimate: 0h > > When trying to start up the ejbContainer > {code:java} > EJBContainer.createEJBContainer{code} > If a bean contains an inner class, used like this: > {code:java} > @Asynchronous > @TransactionAttribute(TransactionAttributeType.REQUIRES_NEW) > public Future<Contract> processAsynchronously(Contract r) > {code} > Then you get an Exception stating that: > {code:java}Cannot locate the class {0} from the codebase [{1}]{code} -- This message was sent by Atlassian Jira (v8.20.10#820010)