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 100782

Summary: @webServiceRef should rely on InjectionTargetQuery
Product: webservices Reporter: Milan Kuchtiak <mkuchtiak>
Component: ClientAssignee: Milan Kuchtiak <mkuchtiak>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 95534    
Bug Blocks:    

Description Milan Kuchtiak 2007-04-12 14:18:16 UTC
Currently the @webServiceRef annotation is defaultly injected into any target
(java class) in EJB Project. 
This was implemented due to issue 99214.

It should rather rely on InjectionTargetQuer.isInjectionTarget() method.

See the :
http://websvc.netbeans.org/source/browse/websvc/core/src/org/netbeans/modules/websvc/core/jaxws/actions/JaxWsCodeGenerator.java?r1=1.13&r2=1.14