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 243495 - Send message: UnsupportedOperationException: Not supported yet.
Summary: Send message: UnsupportedOperationException: Not supported yet.
Status: RESOLVED INCOMPLETE
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebLogic (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-02 20:43 UTC by Lukas Jungmann
Modified: 2014-06-27 14:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 208883


Attachments
stacktrace (4.13 KB, text/plain)
2014-04-02 20:43 UTC, Lukas Jungmann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Jungmann 2014-04-02 20:43:32 UTC
Build: NetBeans IDE Dev (Build 20140318-81bda6f75c18)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b70, Java(TM) SE Runtime Environment, 1.8.0-b132
OS: Mac OS X

User Comments:
jungi: invoke send message (to generate JMS call) in the editor (EJB module on WLS)




Stacktrace: 
java.lang.UnsupportedOperationException: Not supported yet.
   at org.netbeans.modules.j2ee.weblogic9.config.WLDeploymentConfiguration.bindMessageDestinationReferenceForEjb(WLDeploymentConfiguration.java:84)
   at org.netbeans.modules.j2ee.deployment.config.ConfigSupportImpl.bindMessageDestinationReferenceForEjb(ConfigSupportImpl.java:716)
   at org.netbeans.modules.j2ee.ejbcore.action.SendJMSGenerator.bindMessageDestinationReferenceForEjb(SendJMSGenerator.java:239)
   at org.netbeans.modules.j2ee.ejbcore.action.SendJMSGenerator.genMethods(SendJMSGenerator.java:200)
   at org.netbeans.modules.j2ee.ejbcore.ui.logicalview.entries.SendJMSMessageCodeGenerator$2.run(SendJMSMessageCodeGenerator.java:217)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1423)
Comment 1 Lukas Jungmann 2014-04-02 20:43:34 UTC
Created attachment 146516 [details]
stacktrace
Comment 2 Petr Hejl 2014-06-27 14:37:40 UTC
Is this still reproducible? Can't reproduce this way in daily build.