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 88474 - Failed to deploy sample Web Services (JAX-WS) with AppServer 9.1pe
Summary: Failed to deploy sample Web Services (JAX-WS) with AppServer 9.1pe
Status: RESOLVED DUPLICATE of bug 87813
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-02 02:23 UTC by davisn
Modified: 2006-11-02 16:03 UTC (History)
1 user (show)

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 davisn 2006-11-02 02:23:33 UTC
The problem does happens if Netbean IDE 5.5_rc2 runs with AppServer 9.0pe. It
only happens with AppServer 9.1pe version

STEPS TO REPRODUCE:
1. Follow the step from the link below to create a simple Web Services (JAX-WS),
then deploy the application to AppServer 9.1pe (milestone 2 build)
http://www.netbeans.org/kb/55/websvc-jax-ws.html
Note:
   Below is some brief step to create the CalculatorWSApplication
2. From Netbean IDE, Choose File > New Project (Ctrl-Shift-N). Select EJB Module
from the Enterprise category.
3. Right-click the CalculatorWSApplication node and choose New > Web Service >
Name the web service CalculatorWS, type org.me.calculator in Package, and click
Finish
4. Select Build Project > Deploy Project
BUG:
   The compilation went ok; howerver, deployment process failed as described in
the following message:
.......     
pre-run-deploy:
Distributing C:\sun\CalculatorWSApplication\dist\CalculatorWSApplication.jar to
[localhost:4848_server]
Start registering the project's server resources
Finished registering server resources
deployment started : 0%
Deploying application in domain failed; Illegal field name "(L;L;L;L;L;L;Z)V" in
class com/sun/xml/ws/api/BindingID
C:\sun\CalculatorWSApplication\nbproject\build-impl.xml:338: Deployment error:
The module has not been deployed.
See the server log for details.
BUILD FAILED (total time: 1 second)
Comment 1 Vince Kraemer 2006-11-02 16:03:05 UTC
search aid: V2
Comment 2 Vince Kraemer 2006-11-02 16:03:35 UTC

*** This issue has been marked as a duplicate of 87813 ***