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 75625 - Cannot create JAX-RPC client in J2SE project
Summary: Cannot create JAX-RPC client in J2SE project
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Client (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Radko Najman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-27 14:28 UTC by Lukas Jungmann
Modified: 2006-05-02 16:06 UTC (History)
0 users

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 Lukas Jungmann 2006-04-27 14:28:15 UTC
-create new J2SE project
-create new JAX-RPC client (select JAX-RPC in JAX version combobox)

=> JAX-WS 2.0 lib is added to the project (but JAX-RPC 1.6 lib should be),
client generation is being done using "wsimport" instead of "wscompile"

regression against 5.0 and this must be solved/fixed also in beta
Comment 1 Radko Najman 2006-04-27 16:51:38 UTC
Fixed.

Checking in WebServiceClientCreator.java;
/cvs/websvc/core/src/org/netbeans/modules/websvc/core/client/wizard/Attic/WebServiceClientCreator.java,v
 <--  WebServiceClientCreator.java
new revision: 1.1.2.23; previous revision: 1.1.2.22
done
Comment 2 Radko Najman 2006-04-27 16:52:39 UTC
Fixed in release55_beta.

Checking in WebServiceClientCreator.java;
/cvs/websvc/core/src/org/netbeans/modules/websvc/core/client/wizard/Attic/WebServiceClientCreator.java,v
 <--  WebServiceClientCreator.java
new revision: 1.1.2.21.2.2; previous revision: 1.1.2.21.2.1
done
Comment 3 Lukas Jungmann 2006-05-02 10:50:05 UTC
reopening:

-create new web project w/ websvc (u can use eg. one from issue 75753) and deploy it
-create new j2se app w/ JAX-WS client, call ws, run project => OK
-create other j2se app but now w/ JAX-RPC client

=> client creation fails - only some message "cannot get FileObject for
/.../.../.../localhost:8080/..." appears; using from wsdl option in the new
websvc wizard doesn't help
Comment 4 Radko Najman 2006-05-02 14:05:02 UTC
Reopening has nothing to do with the previous report and fix. This is a diffrent
issue. Hopefully fixed without any side effects.

release55:
Checking in ClientInfo.java;
/cvs/websvc/core/src/org/netbeans/modules/websvc/core/client/wizard/ClientInfo.java,v
 <--  ClientInfo.java
new revision: 1.20.8.3.2.26; previous revision: 1.20.8.3.2.25
done

release55_beta:
Checking in ClientInfo.java;
/cvs/websvc/core/src/org/netbeans/modules/websvc/core/client/wizard/ClientInfo.java,v
 <--  ClientInfo.java
new revision: 1.20.8.3.2.22.2.3; previous revision: 1.20.8.3.2.22.2.2
done
Comment 5 Lukas Jungmann 2006-05-02 16:06:40 UTC
v. in beta