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 - @WebServiceRef not created in EJB
Summary: @WebServiceRef not created in EJB
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: JAX-WS (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on: 95534
Blocks: 99085
  Show dependency tree
 
Reported: 2007-03-28 10:22 UTC by Milan Kuchtiak
Modified: 2008-01-30 15:49 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 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.