[jboss-dev-forums] [JBoss AS7 Development] - NPE on Admin console's JNDI view
guinotphil
do-not-reply at jboss.com
Thu Aug 11 11:46:51 EDT 2011
guinotphil [http://community.jboss.org/people/guinotphil] created the discussion
"NPE on Admin console's JNDI view"
To view the discussion, visit: http://community.jboss.org/message/620656#620656
--------------------------------------------------------------
Hi !
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.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/620656#620656]
Start a new discussion in JBoss AS7 Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2225]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20110811/9045ea9a/attachment.html
More information about the jboss-dev-forums
mailing list