This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 267492 - NullPointerException at org.netbeans.modules.javaee.wildfly.config.mdb.wf10.MessageDestinationSupportImpl.modifyMessageDestinationModel
Summary: NullPointerException at org.netbeans.modules.javaee.wildfly.config.mdb.wf10.M...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WildFly (show other bugs)
Version: 8.1
Hardware: All All
: P1 normal (vote)
Assignee: ehsavoie
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-08 20:46 UTC by xtecuan
Modified: 2016-08-10 01:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 224221


Attachments
stacktrace (1.40 KB, text/plain)
2016-08-08 20:46 UTC, xtecuan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description xtecuan 2016-08-08 20:46:53 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.92-b14, Java(TM) SE Runtime Environment, 1.8.0_92-b14
OS: Windows 10

User Comments:
GUEST: create MessageBean add addressee

xtecuan: problem




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.javaee.wildfly.config.mdb.wf10.MessageDestinationSupportImpl.modifyMessageDestinationModel(MessageDestinationSupportImpl.java:311)
   at org.netbeans.modules.javaee.wildfly.config.mdb.wf10.MessageDestinationSupportImpl.createMessageDestination(MessageDestinationSupportImpl.java:273)
   at org.netbeans.modules.javaee.wildfly.config.WildflyDeploymentConfiguration.createMessageDestination(WildflyDeploymentConfiguration.java:190)
   at org.netbeans.modules.j2ee.deployment.config.ConfigSupportImpl.createMessageDestination(ConfigSupportImpl.java:613)
   at org.netbeans.modules.j2ee.ejbcore.ejb.wizard.mdb.MessageDestinationUiSupport$3.run(MessageDestinationUiSupport.java:246)
   at org.netbeans.modules.j2ee.core.api.support.progress.ProgressSupport$ActionInvoker.invokeNextActionsOfSameKind(ProgressSupport.java:270)
Comment 1 xtecuan 2016-08-08 20:46:55 UTC
Created attachment 161596 [details]
stacktrace
Comment 2 ehsavoie 2016-08-09 07:58:21 UTC
Could you paste your server configuration ?
Comment 3 ehsavoie 2016-08-09 11:08:14 UTC
Should be fixed in 299780:79d4edbe56a6
Comment 4 Quality Engineering 2016-08-10 01:54:34 UTC
Integrated into 'main-silver', will be available in build *201608100002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/885c7747c4bd
User: Emmanuel Hugonnet <ehsavoie@netbeans.org>
Log: Fixing JMS issues with ActiveMQ like #267492
Now you can undeploy datasources and destinations from the server tree.