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 162042 - unable to insert operation call into java web project`s html
Summary: unable to insert operation call into java web project`s html
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 6.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-06 14:59 UTC by matusdekanek
Modified: 2016-07-07 08:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (11.68 KB, image/png)
2009-04-06 15:00 UTC, matusdekanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description matusdekanek 2009-04-06 14:59:22 UTC
Product Version: NetBeans IDE Dev (Build 200904051400)
Java: 1.6.0_14-ea; Java HotSpot(TM) Client VM 14.0-b12
System: Linux version 2.6.27-11-generic running on i386; UTF-8; en_US (nb)

create and activate web service
  create a java web application
  create a new service in this application
      (invoke new|web service on project node)
  create an operation in for this service
      (invoke Add operation on servece node in projects view)
  deploy the project (so that you can use newly created service)
create another java web project, with javaEE 1.4 (leave source level at 1.4)
add a web service client to this project (the one crated in previous application)
open index.jsp of the new project(if it is not already open)
invoke (anywhere in source code) a context menu action Web service resources|Call web service operation
in dialog select any node of the services tree - the 'ok' button will never become enabled, even if an operation of a
service is selected and is valid.

This does not happen with projects with javaEE 1.5. 
All projects use glassfish 2.1 (with glassfish 3 prelude in the second project it was not possible to adda web service
client, because of too low source level)
Comment 1 matusdekanek 2009-04-06 15:00:17 UTC
Created attachment 79527 [details]
screenshot
Comment 2 matusdekanek 2009-04-06 15:23:33 UTC
The same behaviour is observed, if the client application is a Java Enterprise Application Client with j2ee 1.4.

It seems as if j2ee 1.4 should not support this feature, or as if there is an incompatibility between the service and
client (but this is observed with server application with both j2ee 1.4 and 5).
Comment 3 Martin Balin 2016-07-07 08:55:47 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss