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

Summary: Send message: UnsupportedOperationException: Not supported yet.
Product: serverplugins Reporter: Lukas Jungmann <jungi>
Component: WebLogicAssignee: Petr Hejl <phejl>
Status: RESOLVED INCOMPLETE    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 208883
Attachments: stacktrace

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.