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 104050

Summary: JAX-RPC ws client creation problem
Product: webservices Reporter: Jaroslav Pospisil <jpospisil>
Component: ClientAssignee: Roderico Cruz <rcruz>
Status: VERIFIED FIXED    
Severity: blocker CC: jungi, vidhya
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 100224, 106361    
Attachments: mesages.log

Description Jaroslav Pospisil 2007-05-16 10:16:42 UTC
Build 200705151800,JDK1.5.0_11,Windows Vista Bussiness

1)Start IDE and add glassfish in Runtime tab(glassfissh v1 tested).
2)Create new J2EE 1.4 web module and add ws client on some JAX-RPC ws.
3)ERROR: ws client generation fails wit message "WsCompile script failed during
initial client generation".

init:
wscompile-init:
C:\Users\jp154641\Documents\NetBeansProjects\WebApplication7\nbproject\build-impl.xml:296:
taskdef class org.netbeans.modules.websvc.core.ant.WsClientUpToDate cannot be found
BUILD FAILED (total time: 0 seconds)

Attaching messages.log

NOTICE: In J2SE ws client works fine.
Comment 1 Jaroslav Pospisil 2007-05-16 10:18:03 UTC
Created attachment 42452 [details]
mesages.log
Comment 2 Lukas Jungmann 2007-05-23 23:20:17 UTC
I attached a patch for the build script failure to issue 100224. Feel free to
use it. This issue seems to be a dup od that anyway.
Comment 3 Jaroslav Pospisil 2007-05-24 10:33:20 UTC
As for duplicity matter please see my comment in 100224. As for patch - if I
apply it,build don't fail, however no ws client node is created i Projects tab,
so the problem is solved only halfway.
Comment 4 Milan Kuchtiak 2007-06-07 15:08:49 UTC
The WsClientUpToDate task was put back to websvc/jaxrpc (see the issue 100224).
However, the client node doesn't appear in logical view.

Reasigning back to Ajit
Comment 5 Milan Kuchtiak 2007-06-19 10:48:44 UTC
*** Issue 106129 has been marked as a duplicate of this issue. ***
Comment 6 Petr Blaha 2007-06-21 13:51:51 UTC
Any update? Please, be aware the issue is stopper in M10 and must be fixed till Friday.
Comment 7 Srividhya Narayanan 2007-06-21 21:53:50 UTC
we still plan to fix this by tomorrow
Comment 8 Roderico Cruz 2007-06-22 10:41:01 UTC
Fixed. Made some revisions to NodeFactory and added it to layer file
Comment 9 Jaroslav Pospisil 2007-06-25 14:10:12 UTC
Node seems to be fixed.Marking as Verified.