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 76840 - CC for client does not work
Summary: CC for client does not work
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Client (show other bugs)
Version: 5.x
Hardware: Sun Solaris
: P2 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on: 77246
Blocks: 77704
  Show dependency tree
 
Reported: 2006-05-25 01:55 UTC by Lukas Jungmann
Modified: 2006-10-01 20:54 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Jungmann 2006-05-25 01:55:12 UTC
[build 200605220200]

-create jax-ws client in standard java library
-create new ejbmodule w/ remote session bean
-add business method to this bean
-call websvc operation in the body of the business method

=> java lib is correctly added to ejb modules libs, code in business is also
generated correctly, but code-completion for client classes in editor does not work
Comment 2 Lukas Jungmann 2006-05-31 15:04:58 UTC
still does not work for me :(
Comment 3 Milan Kuchtiak 2006-06-01 12:22:59 UTC
An interresting observation is that CC works for the first client created in
project. To make CC work for another clients IDE has to be restarted..
Comment 4 Milan Kuchtiak 2006-06-01 18:09:49 UTC
See also the issue 77246.
This bug needs to be fixed to make cc working for clients created from another
project.
Comment 5 Milan Kuchtiak 2006-06-08 11:38:04 UTC
This seems to be a filesystem problem.
We generate java source files to build/generated/wsimport/client directory.

When I added a file change listener to this file object - no events are fired
when new files are added there.

Only when I clicked at build/generated/wsimport/client node (Files View), the
events started to work.

I even tried to hold static references to 
build
build/generated
build/generated/wsimport
build/generated/wsimport/client

... with no success.

To test this, try to create a 2 WS Clients in J2SEProject for these URLs:

http://www.webservicex.net/CurrencyConvertor.asmx?WSDL
http://www.webservicex.net/stockquote.asmx?WSDL

CC for the first client works, CC for the second client doesn't.
Comment 7 Milan Kuchtiak 2006-06-12 11:50:31 UTC
The Code Completion problem was fixed for clients created at the same project.
This is the most frequent use case.
For clients from another project it's another issue (issue 77246).
Comment 8 Milan Kuchtiak 2006-06-12 11:53:09 UTC
The Code Completion problem was fixed for clients created at the same project.
This is the most frequent use case.
For clients from another project it's another issue (issue 77246).
Comment 10 Lukas Jungmann 2006-10-01 20:54:25 UTC
v.