[jboss-jira] [JBoss JIRA] (AS7-1774) NPE in JndiView

Heiko Braun (Resolved) (JIRA) jira-events at lists.jboss.org
Tue Oct 18 12:58:45 EDT 2011


     [ https://issues.jboss.org/browse/AS7-1774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Heiko Braun resolved AS7-1774.
------------------------------

    Resolution: Cannot Reproduce Bug

    
> NPE in JndiView
> ---------------
>
>                 Key: AS7-1774
>                 URL: https://issues.jboss.org/browse/AS7-1774
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: Console
>            Reporter: Heiko Braun
>            Assignee: David Bosschaert
>             Fix For: 7.1.0.CR1
>
>
> On the admin's console, when going on the naming view.
>  
> It's a null point exception that I get on org.jboss.as.ee.subsystem.EEJndiViewExtension.handleModule(JndiViewExtensionContext, DeploymentUnit, ModelNode, ServiceRegistry)
>  
> I avoid this, I added:
> if (moduleDescription == null) return;
>  
> After this, the view is working and I can navigate in the JNDI view.
>  
> I have no idea why moduleDescription was null, perhaps it's something wrong with my deployment.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list