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 107523 - Generated JAXWS client code should not cause JAXB error
Summary: Generated JAXWS client code should not cause JAXB error
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: REST (show other bugs)
Version: 6.x
Hardware: Sun All
: P1 blocker (vote)
Assignee: Nam Nguyen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-20 21:45 UTC by Nam Nguyen
Modified: 2007-08-08 15:24 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 Nam Nguyen 2007-06-20 21:45:36 UTC
Currently if we generate JAXWS-client resource, the generated code in return the result XML element object which was
declared with JAXB @XmlElement.  This cause this REST-impl runtime error:

java.lang.IllegalArgumentException: A type streaming provider for type, class com.strikeiron.ZipInfoOutput, is not supported
Comment 1 Nam Nguyen 2007-06-20 22:12:26 UTC
/cvs/websvc/rest/src/org/netbeans/modules/websvc/rest/codegen/model/JaxwsBasedResourceBean.java,v  <-- 
JaxwsBasedResourceBean.java
new revision: 1.6; previous revision: 1.5
/cvs/websvc/rest/src/org/netbeans/modules/websvc/rest/codegen/model/GenericResourceBean.java,v  <-- 
GenericResourceBean.java
new revision: 1.12; previous revision: 1.11
/cvs/websvc/rest/src/org/netbeans/modules/websvc/rest/codegen/model/JaxwsOperationInfo.java,v  <--  JaxwsOperationInfo.java
new revision: 1.6; previous revision: 1.5
/cvs/websvc/rest/src/org/netbeans/modules/websvc/rest/codegen/JAXWSwrapperRESTServiceGenerator.java,v  <-- 
JAXWSwrapperRESTServiceGenerator.java
new revision: 1.8; previous revision: 1.7
/cvs/websvc/rest/src/org/netbeans/modules/websvc/rest/codegen/XmlOutputWrapGenerator.java,v  <-- 
XmlOutputWrapGenerator.java
new revision: 1.2; previous revision: 1.1
/cvs/websvc/rest/src/org/netbeans/modules/websvc/rest/component/palette/RestComponent.java,v  <--  RestComponent.java
new revision: delete; previous revision: 1.3
/cvs/websvc/rest/src/org/netbeans/modules/websvc/rest/support/JavaSourceHelper.java,v  <--  JavaSourceHelper.java
new revision: 1.27; previous revision: 1.26
/cvs/websvc/rest/src/org/netbeans/modules/websvc/rest/support/SourceGroupSupport.java,v  <--  SourceGroupSupport.java
new revision: 1.3; previous revision: 1.2
Comment 2 Lukas Jungmann 2007-08-08 15:24:21 UTC
v.