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 107822 - CC doesn't show available files
Summary: CC doesn't show available files
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jaroslav Pospisil
URL:
Keywords:
Depends on:
Blocks: 78758
  Show dependency tree
 
Reported: 2007-06-22 13:06 UTC by Jaroslav Pospisil
Modified: 2007-07-23 15:07 UTC (History)
1 user (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 Jaroslav Pospisil 2007-06-22 13:06:28 UTC
Build 200706210000-full,JDK1.6.0_02,Windows Vista

When I invoke CC after @WebService(wsdlLocation"  
or after HandlerChain(file="

No Suggestion is displayed instead of possibilities.
I've got wsdl file present in the same project.
Comment 1 Milan Kuchtiak 2007-06-25 09:15:28 UTC
The CC after @WebService(wsdlLocation="| should work (providing there is at least one wsdl located under WEB-INF/META-INF).
CC after handlerChain is broken
Comment 2 Jaroslav Pospisil 2007-06-25 09:26:33 UTC
I had wsdl file in "src\java\wsdl\newWSDL.wsdl".
According to test specification http://qa.netbeans.org/modules/editor/promo-g/j2ee/ws_editor_test_specification.html it
should be found and offered by CC.
Comment 3 Milan Kuchtiak 2007-06-27 15:08:51 UTC
I don't think wsdl files located under src directory have sense.
The server runtime is not able to find such a wsdl file in web/ejb module.

Should we support this scenario ?
Comment 4 Lukas Jungmann 2007-06-27 17:51:04 UTC
> Should we support this scenario ?

I don't think so. Jardo, can you update the test spec and close this as fixed in the spec, please?
Comment 5 Jaroslav Pospisil 2007-07-02 16:57:00 UTC
I will do update the spec.
Comment 6 Jaroslav Pospisil 2007-07-23 15:06:48 UTC
Fixed in specification
Comment 7 Jaroslav Pospisil 2007-07-23 15:07:33 UTC
VERIFIED