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 87813 - [55cat] Failed to deploy sample Web Services (JAX-WS) with AppServer 9.1pe
Summary: [55cat] Failed to deploy sample Web Services (JAX-WS) with AppServer 9.1pe
Status: RESOLVED WORKSFORME
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vince Kraemer
URL:
Keywords:
: 88474 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-10-23 23:26 UTC by byteme
Modified: 2006-11-10 19:50 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 byteme 2006-10-23 23:26:59 UTC
[ JDK VERSION : 1.5.0_06 ]

Ear deployment fails with error:

Deploying application in domain failed; Illegal field name "(L;L;L;L;L;L;Z)V" in class com/sun/xml/ws/api/BindingID Illegal field name "(L;L;L;L;L;L;Z)V" in class com/sun/xml/ws/api/BindingID
Comment 1 liwang 2006-10-24 01:46:10 UTC
setup env: 
   Netbeans: dev branch build 20061023-2107
   OS:  Solaris 10 X86
   JDK 1.5.0_06
   Application server 9.1 EE

I followed netbeans tutorial for web service at
http://www.netbeans.org/kb/55/websvc-jax-ws.html. I also see the same error:
Deploying application in domain failed; Illegal field name "(L;L;L;L;L;L;Z)V" in
class com/sun/xml/ws/api/BindingID
/export/liwang/myapps/CalculatorWSApp/nbproject/build-impl.xml:453: Deployment
error:
The module has not been deployed.
See the server log for details.
BUILD FAILED (total time: 4 seconds)
Comment 2 Vince Kraemer 2006-11-02 15:50:57 UTC
5.5 plugin backport candidate -- if fixed by plugin change
Comment 3 Vince Kraemer 2006-11-02 16:03:34 UTC
*** Issue 88474 has been marked as a duplicate of this issue. ***
Comment 4 Vince Kraemer 2006-11-02 16:04:03 UTC
search aid: V2
Comment 5 Vince Kraemer 2006-11-02 17:35:30 UTC
clarify problem description in summary
Comment 6 Vince Kraemer 2006-11-03 00:23:23 UTC
Okay...

I tried the tutorial liwang mentioned using GF v2 build 23 and NetBeans 5.5 fcs
and JDK 5_09 on Linux.

I was unable to duplicate the deployment exception.

I started googled up this reference to something similar....

http://forums.java.net/jive/thread.jspa?messageID=168767&tstart=0

The way I read this thread (especially the comments by vijayr, dated Oct 30,
2006 9:46 AM) the issue is a caused by code in the JAX-WS code that is bundled
in GlassFish...  The code has class format file dependencies that were coded to
work with jdk 5_08 that broke class files that are produced by jdk 5_06.

I get the impression that this was fixed and should be available in GF v2 build 24.

I have asked vijayr to take a look at this issue and correct me if I am wrong
about this analysis.
Comment 7 Vince Kraemer 2006-11-03 00:36:04 UTC
comments from vijayr

We hit some jar packing issue when the webservices bits were built with JDK5_u6
and GFv2 was built with JDK5_u9 !!!!!

Just last night we upgraded webservices compilation to use JDK5_u9 -
unfortunately this was [not] in time for promoted GFv2-b24 - the nightly builds
dated tomorrow or the next promoted build should resolve the issue
Comment 8 Petr Blaha 2006-11-10 01:38:22 UTC
Reporter, can you verify the bug in the next GV build that it's 25? Thanks for
you help.
Comment 9 byteme 2006-11-10 19:50:55 UTC
The EAR deployment now works on v2-b25. JavaEE 5 project with EJBs/web services 
via annotations.  Thank you.