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 95531 - Cannot create ws client in ejb module
Summary: Cannot create ws client in ejb module
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: JAX-WS (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords: REGRESSION
: 96504 (view as bug list)
Depends on: 95534
Blocks:
  Show dependency tree
 
Reported: 2007-02-14 11:34 UTC by Lukas Jungmann
Modified: 2007-05-01 12:28 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 Lukas Jungmann 2007-02-14 11:34:30 UTC
[hudson #2123, JDK 6]

-create ejb module (Java EE 5, GlassFish-v2-b35)
-goto new ws client wizard, fill in wsdl url
(http://ws.strikeiron.com/InnerGears/CityStateByZip2?WSDL), some pkg name and
press OK button/hit Enter

=> nothing happens - no exception, no progress, no client generation process
Comment 1 Lukas Jungmann 2007-02-14 15:31:29 UTC
This issue is caused by missing merged metadata model
(org.netbeans.modules.j2ee.common.Util.isJavaEE5orHigher(Project project)
returns false for JavaEE 5 ejb module project).

The fix for M7 will be to provide some message in IDE's log (error message in
the wizard?).
Comment 2 Martin Adamek 2007-02-15 09:59:03 UTC
Currently I cannot find some place where to add this check, because in fact
everything is working, what happens is just result of the logic of the wizard.
It simopy depends on missing metadata model.
Comment 3 Peter Pis 2007-02-16 13:43:34 UTC
'jungi' approved that this issue in not stopper for M7.
Comment 4 Milan Kuchtiak 2007-02-23 13:55:10 UTC
Need to wait for J2EE Metadata Model infrastructure.
Comment 5 Peter Pis 2007-02-27 09:34:30 UTC
*** Issue 96504 has been marked as a duplicate of this issue. ***
Comment 6 Lukas Jungmann 2007-03-22 22:09:09 UTC
*** Issue 98569 has been marked as a duplicate of this issue. ***
Comment 7 Milan Kuchtiak 2007-03-26 11:54:17 UTC
Fixed temporarly.
Covered most use cases when ejb-jar.xml is missung.

Diff:
http://websvc.netbeans.org/source/browse/websvc/core/src/org/netbeans/modules/websvc/core/client/wizard/JaxWsClientCreatorProvider.java?r1=1.2&r2=1.3
Comment 8 Lukas Jungmann 2007-05-01 12:28:01 UTC
v.