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 - @webServiceRef should rely on InjectionTargetQuery
Summary: @webServiceRef should rely on InjectionTargetQuery
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Client (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on: 95534
Blocks:
  Show dependency tree
 
Reported: 2007-04-12 14:18 UTC by Milan Kuchtiak
Modified: 2007-06-20 11:15 UTC (History)
0 users

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 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