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 69136 - JBoss WebService not testable through NB
Summary: JBoss WebService not testable through NB
Status: RESOLVED WONTFIX
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Libor Kotouc
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-22 22:13 UTC by bluedot
Modified: 2005-12-07 19:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
The NetBeans Web Service Test Error Window (2.66 KB, text/plain)
2005-11-22 22:14 UTC, bluedot
Details
JBoss output from inside the IDE (22.55 KB, text/plain)
2005-11-22 22:15 UTC, bluedot
Details
The JAR file with the simple "Hi" Web Service as built by the IDE (13.85 KB, application/octet-stream)
2005-11-22 22:18 UTC, bluedot
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bluedot 2005-11-22 22:13:15 UTC
This issue could be related to issue <a
href="http://www.netbeans.org/issues/show_bug.cgi?id=64835">64835</a>, however
the errors I get are different.

This happens with NetBeans 5.0 beta 2, on JDK 1.5.0_05 and JBoss 4.0.3SP1

I was following the <a
href="file:///C:/Program%20Files/netbeans-5.0beta2/nb5.0/docs/quickstart-webservice.html">NetBeans
IDE 5.0 Quick Start Guide for Web Services</a> when this issue became apparent.

I was able to create the service, deploy it, register it and run the test from
the "Run" tab when my server target was SJS 8.1 2005Q2 UR2.

I then stopped SJS, set the target server to JBoss and followed the steps in the
guide to configure my build.xml for JBoss and copy the necessary JARs. I
de-registered the old service, then I deployed on JBoss, re-registered the
service with the JBoss specific URL and when I tried to run the test from the
"Run" tab I got the following SAX Exception:

org.xml.sax.SAXException: Deserializing parameter 'sayHi':  could not find
deserializer for type {urn:HiWS/types}sayHi

I am attaching the logs for JBoss from the IDE, the error window stack trace
that comes up when trying to test the Web Service, and also the jar file for
this simple service in case anyone wants to deploy it and give it a go to try
and reproduce the issue.
Comment 1 bluedot 2005-11-22 22:14:06 UTC
Created attachment 27169 [details]
The NetBeans Web Service Test Error Window
Comment 2 bluedot 2005-11-22 22:15:36 UTC
Created attachment 27170 [details]
JBoss output from inside the IDE
Comment 3 bluedot 2005-11-22 22:18:50 UTC
Created attachment 27171 [details]
The JAR file with the simple "Hi" Web Service as built by the IDE
Comment 4 Lukas Jungmann 2005-11-22 23:44:58 UTC
see my last comments in issue #63326, there's very simple how-to and also sample
projects are attached there
Comment 5 Lukas Jungmann 2005-12-07 19:56:04 UTC
This is caused by missing serverside stubs. These stubs are usually generated by
server while the webservice is being deployed => wontfix