[jboss-jira] [JBoss JIRA] Created: (AS7-1419) AbstractClassFactory runs into NullPointerException
jaikiran pai (JIRA)
jira-events at lists.jboss.org
Wed Jul 27 11:50:23 EDT 2011
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: David Lloyd
{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: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list