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 76550

Summary: name conflicts in generated code
Product: webservices Reporter: Lukas Jungmann <jungi>
Component: ClientAssignee: Milan Kuchtiak <mkuchtiak>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description Lukas Jungmann 2006-05-18 10:55:50 UTC
-Have wsdl from issue 54965
-create websvc client from it
-call "urlInfo" operation in JSP

=> one of generated variables will be "request", but that one is already defined
in JSP and is of type HttpServletRequest
Comment 1 Lukas Jungmann 2006-05-18 11:23:07 UTC
not sure whether issue 69864 blocks this or not (in case of JSP)...
Comment 2 Milan Kuchtiak 2006-05-19 11:58:07 UTC
No, I don't think issue 69846 blocks this.
We presumably need to check the "implicit" JSP objects like request,response,out
etc.
Comment 3 Lukas Jungmann 2006-05-19 12:22:16 UTC
And what about user defined variables?
Comment 5 Lukas Jungmann 2006-07-15 00:16:53 UTC
v.