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 170258 - Required ANT build property not set up for projects using Glassfish v3
Summary: Required ANT build property not set up for projects using Glassfish v3
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: JAX-WS (show other bugs)
Version: 6.x
Hardware: Macintosh All
: P1 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-12 10:48 UTC by m_potociar
Modified: 2010-03-31 13:34 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 m_potociar 2009-08-12 10:48:44 UTC
Due to the missing definition of "j2ee.platform.wsimport.classpath" property (in private.properties), creation of a web
service client fails:

init:
wsimport-init:
Created dir: /Users/m_potociar/dev/projects/Gfv3WsClientApp/build/generated-sources/jax-ws
/Users/m_potociar/dev/projects/Gfv3WsClientApp/nbproject/jaxws-build.xml:10: taskdef class com.sun.tools.ws.ant.WsImport
cannot be found
BUILD FAILED (total time: 0 seconds)

Steps to reproduce:
1. download and install latest GFv3, register the domain in NB
2. Create a new service application web project in NB and point it to the registered GFv3
3. Create new web service in the service application project and deploy service app
4. Create a new client application web project in NB and point it to the registered GFv3
5. Create new web service client in the client application project

In step 5 you'll get the failure seen above
Comment 1 Milan Kuchtiak 2009-08-13 15:15:53 UTC
Checked:
GlassFish V3 was not really supported (in WS area) in Netbeans 6.7, only GlassFish V3 Prelude.
The issue was fixed in 6.8.
Comment 2 Jaroslav Pospisil 2010-03-31 13:34:15 UTC
v.