[jboss-jira] [JBoss JIRA] Created: (AS7-1676) NPE in ComponentDescription$DefaultFirstConfigurator
jaikiran pai (JIRA)
jira-events at lists.jboss.org
Tue Aug 30 04:52:27 EDT 2011
NPE in ComponentDescription$DefaultFirstConfigurator
----------------------------------------------------
Key: AS7-1676
URL: https://issues.jboss.org/browse/AS7-1676
Project: Application Server 7
Issue Type: Bug
Components: EE
Affects Versions: 7.0.1.Final
Reporter: jaikiran pai
Assignee: Stuart Douglas
Attachments: war-error.war
A missing component class can lead to a NPE in ComponentDescription$DefaultFirstConfigurator. See referenced forum thread for details
Here's the stacktrace:
{code}
Caused by: java.lang.NullPointerException
at org.jboss.as.ee.component.ComponentDescription$DefaultFirstConfigurator.configure(ComponentDescription.java:532)
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}
Sample application reproducing this issue is attached to this JIRA
--
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