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 64835 - JBoss WebService not testable through NB
Summary: JBoss WebService not testable through NB
Status: RESOLVED WORKSFORME
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Libor Kotouc
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-21 14:11 UTC by ddevore
Modified: 2005-12-07 20:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
WS Client exception in a window in NB (8.75 KB, text/plain)
2005-09-21 15:22 UTC, ddevore
Details
Console printout for JBoss in NB (29.88 KB, text/plain)
2005-09-21 15:22 UTC, ddevore
Details
Server log from JBoss (1.04 MB, text/plain)
2005-09-21 15:23 UTC, ddevore
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ddevore 2005-09-21 14:11:28 UTC
Deploy a registered WebService through NB to JBoss and go to the runtime tab and
try to test the service. This results in an InvocationTargetException.
Comment 1 Lukas Jungmann 2005-09-21 14:19:32 UTC
   Where the exception was? In ide's log or in exception dialog? Could you
attach all thrown exceptions to this issue? Without that no one is able to say
what happens.
   Steps to reproduce will help us a lot too.
Comment 2 ddevore 2005-09-21 14:24:05 UTC
The steps are as follows.

Deploy a registered WebService to JBoss (I am using 4.0.1 sp1).

Go to the runtime tab and expand Web Services | ServiceName_Service |
ServiceNameSEIPort

Double click on the operation

Enter the parameters into the dialog provided

Press submit
Comment 3 Lukas Jungmann 2005-09-21 14:49:17 UTC
   Well and which next exceptions are thrown there (there should be listed 4 at
least)?

I know that:
 - the first one is InvokationTargetException which comes from IDE (not
important for me), as you said above
 - the second one, not sure which exactly it is, also comes from IDE (not
important for me)
 - the third one is the most important for me (us), because it comes from _your_
service - it can be telling you that you didn't set the proxy, it can be custom
exception thrown by _your_ service, it can be saying a lot of things which i'm
only able to guess now...
 - the fourth one can be also important in some cases.

So, could you attach all thrown exceptions to this issue, please?
Comment 4 ddevore 2005-09-21 15:22:09 UTC
Created attachment 25037 [details]
WS Client exception in a window in NB
Comment 5 ddevore 2005-09-21 15:22:40 UTC
Created attachment 25038 [details]
Console printout for JBoss in NB
Comment 6 ddevore 2005-09-21 15:23:46 UTC
Created attachment 25039 [details]
Server log from JBoss
Comment 7 ddevore 2005-09-21 15:25:44 UTC
Sorry for the delay. I was having a hard time getting NB to start JBoss
correctly to test this. The JBoss server implementation seems to be unreliable.
NB won't shut the server down correctly Issue 64833 and has a hard time starting
up even after shutting down the IDE, unless I start the server outside the IDE
before I start the IDE back up. 

The WS I am running is a simple sayHello service with no exceptions and simply
returns the input parameter with a "hello " at the begining.

Comment 8 Lukas Jungmann 2005-12-07 20:06:28 UTC
It works for me using mini-how-to from issue 63326 and JBoss 4.0.3sp1