]
Stuart Douglas resolved AS7-1419.
---------------------------------
Fix Version/s: 7.0.1.Final
Resolution: Done
AbstractClassFactory runs into NullPointerException
---------------------------------------------------
Key: AS7-1419
URL:
https://issues.jboss.org/browse/AS7-1419
Project: Application Server 7
Issue Type: Bug
Components: EE
Affects Versions: 7.0.0.Final
Reporter: jaikiran pai
Assignee: Stuart Douglas
Fix For: 7.0.1.Final
{code}
Caused by: java.lang.NullPointerException
at
org.jboss.invocation.proxy.AbstractClassFactory.defineClass(AbstractClassFactory.java:150)
at
org.jboss.invocation.proxy.AbstractProxyFactory.getCachedMethods(AbstractProxyFactory.java:118)
at
org.jboss.as.ejb3.component.stateless.StatelessComponentDescription$2.configure(StatelessComponentDescription.java:121)
at
org.jboss.as.ee.component.ComponentDescription$DefaultFirstConfigurator.configure(ComponentDescription.java:778)
at
org.jboss.as.ee.component.EEModuleConfigurationProcessor.deploy(EEModuleConfigurationProcessor.java:65)
at
org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:115)
... 5 more
{code}
One scenario where this can happen is if the business interface of a bean is from the
JDK. Referenced forum thread has more details.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: