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 99214

Summary: @WebServiceRef not created in EJB
Product: webservices Reporter: Milan Kuchtiak <mkuchtiak>
Component: JAX-WSAssignee: Milan Kuchtiak <mkuchtiak>
Status: VERIFIED FIXED    
Severity: blocker CC: madamek
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 95534    
Bug Blocks: 99085    

Description Milan Kuchtiak 2007-03-28 10:22:23 UTC
Drag & Drop WS Operation to a session bean.
@WebServiceRef annotation is not created
Comment 1 Milan Kuchtiak 2007-03-28 10:24:40 UTC
Evaluation:
The InjectionTargetQuery.isInjectionTarget(..) returns false for session bean
class. This depends on J2EE Metadata Model
Comment 2 Andrey Yamkovoy 2007-04-12 11:10:39 UTC
This issue block Identity functionality for EJB based WS.
Comment 3 Milan Kuchtiak 2007-04-12 14:22:20 UTC
Fixed.
The @WebServiceRef annotation is added to any source file in EJB Project.

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

See also the issue 100782.
Comment 4 Jaroslav Pospisil 2008-01-30 15:49:34 UTC
v.