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 89958 - SOAP message problem when create or deploy ws client on Glassfish 9.1
Summary: SOAP message problem when create or deploy ws client on Glassfish 9.1
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Client (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on: 91622
Blocks:
  Show dependency tree
 
Reported: 2006-11-23 15:22 UTC by Jaroslav Pospisil
Modified: 2007-03-22 17:20 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
logs (13.34 KB, text/plain)
2006-11-23 15:25 UTC, Jaroslav Pospisil
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Pospisil 2006-11-23 15:22:20 UTC
Netbeans 5.5 , Glassfish 9.1 b25

When creating ws client on glassfish 9.1,you'll get error from wsimport. 
Netbeans 5.5 doesn't support Glassfish 9.1,but Netbeans 5.5.1 will and this
should be fixed. Currently it's more glassfish issue and it depends on fixes and
updates(jax-ws 2.1 and so) and this should be fixed in some later stable build.
If the problem remains,we should fill the issue to glassfish.
Attaching server.log and log from output tab.
Comment 1 Jaroslav Pospisil 2006-11-23 15:25:39 UTC
Created attachment 36249 [details]
logs
Comment 2 Jaroslav Pospisil 2006-11-30 09:33:51 UTC
Steps to reproduce:
1) Create new web module on Gl9.1
2) Add Web service and operation
3) Deploy Web service
4) Create another web module 
5) Create Web service client on previously deployed service.
ERROR...

Notes: I used JDK 1.5 . Build fails when creating ws client,although node is
added and client wsdl file could be opened (but in strange shape - one long line
of code,instead of common page). When I try to deploy client,it fails the same
way and throws the same exception.
Comment 3 Vince Kraemer 2006-11-30 23:08:20 UTC
I just tried build 26 and a fresh 5.5.1 build and could not reproduce the issue
on linux with jdk 1.5.0_09.

NOTE: I had to work-around issue 90221 to register the instance, etc.  See the
note in that issue.

Please reopen this issue if you still encounter issues. Changing NetBeans' ant
output level to verbose and attaching that output would probably be useful.  Was
there anything in the IDE's log file?
Comment 4 judytang 2006-12-05 02:09:57 UTC
I have installed AS build 26 and a fresh 5.5 FCS build on win xp with jdk
1.5.0_09, and also could not reproduce this issue in my environment.

Thanks Vince for showing me the reproduce steps.
Comment 5 Jaroslav Pospisil 2006-12-05 10:08:42 UTC
I also tested new build 26 and for JDK1.5 it's fixed. Hovewer when I start NB5.5
with JDK1.6.0rc(build104), problem is still there, so reopening and decreasing
priority.
Comment 6 Jaroslav Pospisil 2006-12-06 08:48:36 UTC
Raising priority to P2 again,since NB5.5.1 will support also JDK1.6 and this is
serious bug.
Comment 7 Milan Kuchtiak 2007-01-11 10:07:59 UTC
This issue is closely related to 91622.
Comment 8 Milan Kuchtiak 2007-02-01 15:49:17 UTC
The issues with JDK1.6 and GlassFish will disapear after fixing 91622.
Comment 9 Milan Kuchtiak 2007-02-23 15:17:52 UTC
Fixed together with 91622.
Comment 10 Jaroslav Pospisil 2007-03-22 17:20:35 UTC
VERIFIED