Webservice problem with base64 data when upgrading to JBoss 4.2.3 - Stack Overflow most recent 30 from stackoverflow.com 2009-12-21T01:41:02Z http://stackoverflow.com/feeds/question/585049 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/585049/webservice-problem-with-base64-data-when-upgrading-to-jboss-4-2-3 0 Webservice problem with base64 data when upgrading to JBoss 4.2.3 Tomas 2009-02-25T07:28:34Z 2009-06-03T20:54:28Z <p>Hi, This is a long one du to config files... I'm running a upgrade from JBoss 4.0.5 to 4.2.3 The system I work with have a legacy webservice. It is based on J2EE webservices 1.1. It has a SLSB (EJB2) as endpoint. The WSDL file points out a schema (XSD-file) file for the definition of the parameters to the webservice. And there is a mapping file which maps to the schema.</p> <p>The problem: For starters, the service works in JBoss 4.0.5. In 4.2.3 it works perfectly fine for except for a attachment element, the base64 data doesn't convert properly into a byte array. Changing it to string works fine, so there is no problem with typos, it just won't convert into a byte array. Has anyone had a similar problem when upgrading from 4.0.5 to 4.2.3?</p> <p>If i remove an attachments from the call, it works fine, but if I have one, if fails with:</p> <pre><code> org.jboss.ws.WSException: org.jboss.ws.core.binding.BindingException: org.jboss.ws.core.jaxrpc.binding.jbossxb.UnmarshalException: Failed to parse source: Failed to resolve target property type on org.jboss.xb.binding.sunday.unmarshalling.ElementBinding@1f1804d({http://foo/newsws/types}attachment, type={http://foo/newsws/types}AttachmentElementType) at org.jboss.ws.core.soap.XMLContent.unmarshallObjectContents(XMLContent.java:250) at org.jboss.ws.core.soap.XMLContent.transitionTo(XMLContent.java:97) at org.jboss.ws.core.soap.SOAPContentElement.transitionTo(SOAPContentElement.java:141) at org.jboss.ws.core.soap.SOAPBodyElementDoc.transitionTo(SOAPBodyElementDoc.java:85) at org.jboss.ws.core.soap.SOAPContentElement.getObjectValue(SOAPContentElement.java:173) at org.jboss.ws.core.EndpointInvocation.transformPayloadValue(EndpointInvocation.java:263) at org.jboss.ws.core.EndpointInvocation.getRequestParamValue(EndpointInvocation.java:115) at org.jboss.ws.core.EndpointInvocation.getRequestPayload(EndpointInvocation.java:135) at org.jboss.ws.core.server.DelegatingInvocation.getArgs(DelegatingInvocation.java:82) at org.jboss.wsf.container.jboss42.InvocationHandlerEJB21.getMBeanInvocation(InvocationHandlerEJB21.java:169) at org.jboss.wsf.container.jboss42.InvocationHandlerEJB21.invoke(InvocationHandlerEJB21.java:144) at org.jboss.ws.core.server.ServiceEndpointInvoker.invoke(ServiceEndpointInvoker.java:221) at org.jboss.wsf.stack.jbws.RequestHandlerImpl.processRequest(RequestHandlerImpl.java:466) at org.jboss.wsf.stack.jbws.RequestHandlerImpl.handleRequest(RequestHandlerImpl.java:284) at org.jboss.wsf.stack.jbws.RequestHandlerImpl.doPost(RequestHandlerImpl.java:201) at org.jboss.wsf.stack.jbws.RequestHandlerImpl.handleHttpRequest(RequestHandlerImpl.java:134) at org.jboss.wsf.stack.jbws.EndpointServlet.service(EndpointServlet.java:84) at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:182) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:524) at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:393) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446) at java.lang.Thread.run(Thread.java:619) Caused by: org.jboss.ws.core.binding.BindingException: org.jboss.ws.core.jaxrpc.binding.jbossxb.UnmarshalException: Failed to parse source: Failed to resolve target property type on org.jboss.xb.binding.sunday.unmarshalling.ElementBinding@1369863({http://foo/newsws/t ypes}attachment, type={http://foo/newsws/types}AttachmentElementType) at org.jboss.ws.core.jaxrpc.binding.JBossXBDeserializer.deserialize(JBossXBDeserializer.java:111) at org.jboss.ws.core.jaxrpc.binding.JBossXBDeserializer.deserialize(JBossXBDeserializer.java:62) at org.jboss.ws.core.binding.DeserializerSupport.deserialize(DeserializerSupport.java:60) at org.jboss.ws.core.soap.XMLContent.unmarshallObjectContents(XMLContent.java:180) ... 36 more Caused by: org.jboss.ws.core.jaxrpc.binding.jbossxb.UnmarshalException: Failed to parse source: Failed to resolve target property type on or g.jboss.xb.binding.sunday.unmarshalling.ElementBinding@1369863({http://foo/newsws/types}attachment, type={http://foo/newsws/types}AttachmentElementType) at org.jboss.ws.core.jaxrpc.binding.jbossxb.JBossXBUnmarshallerImpl.unmarshal(JBossXBUnmarshallerImpl.java:65) at org.jboss.ws.core.jaxrpc.binding.JBossXBDeserializer.deserialize(JBossXBDeserializer.java:103) ... 39 more Caused by: org.jboss.xb.binding.JBossXBException: Failed to parse source: Failed to resolve target property type on org.jboss.xb.binding.sun day.unmarshalling.ElementBinding@1369863({http://foo/newsws/types}attachment, type={http://foo/newsws/types}Attach mentElementType) at org.jboss.xb.binding.parser.sax.SaxJBossXBParser.parse(SaxJBossXBParser.java:179) at org.jboss.xb.binding.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:126) at org.jboss.ws.core.jaxrpc.binding.jbossxb.JBossXBUnmarshallerImpl.unmarshal(JBossXBUnmarshallerImpl.java:61) ... 40 more Caused by: org.jboss.ws.WSException: Failed to resolve target property type on org.jboss.xb.binding.sunday.unmarshalling.ElementBinding@1369 863({http://foo/newsws/types}attachment, type={http://foo/newsws/types}AttachmentElementType) at org.jboss.ws.extensions.xop.jaxrpc.JBossXBContentAdapter.beforeSetParent(JBossXBContentAdapter.java:115) at org.jboss.xb.binding.sunday.unmarshalling.SundayContentHandler.endElement(SundayContentHandler.java:1005) at org.jboss.xb.binding.sunday.unmarshalling.SundayContentHandler.endElement(SundayContentHandler.java:246) at org.jboss.xb.binding.parser.sax.SaxJBossXBParser$DelegatingContentHandler.endElement(SaxJBossXBParser.java:296) at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source) at org.apache.xerces.xinclude.XIncludeHandler.endElement(Unknown Source) at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source) at org.jboss.xb.binding.parser.sax.SaxJBossXBParser.parse(SaxJBossXBParser.java:175) ... 42 more </code></pre> <p>this is the webservices.xml</p> <pre><code>&lt;webservice-description&gt; &lt;webservice-description-name&gt;FooService&lt;/webservice-description-name&gt; &lt;wsdl-file&gt;META-INF/wsdl/FooService.wsdl&lt;/wsdl-file&gt; &lt;jaxrpc-mapping-file&gt;META-INF/FooService-mapping.xml&lt;/jaxrpc-mapping-file&gt; &lt;port-component&gt; &lt;port-component-name&gt;FooService&lt;/port-component-name&gt; &lt;wsdl-port&gt;FooServicePort&lt;/wsdl-port&gt; &lt;service-endpoint-interface&gt;com.foo.FooServiceEndpoint&lt;/service-endpoint-interface&gt; &lt;service-impl-bean&gt; &lt;ejb-link&gt;FooServiceBean&lt;/ejb-link&gt; &lt;/service-impl-bean&gt; &lt;/port-component&gt; &lt;/webservice-description&gt; </code></pre> <p>From the foo.xsd</p> <pre><code>&lt;xs:complexType name="AttachmentElementType"&gt; &lt;xs:annotation&gt; &lt;xs:documentation&gt;Attachment data. When submitting, contains the attachment itself.&lt;/xs:documentation&gt; &lt;/xs:annotation&gt; &lt;xs:simpleContent&gt; &lt;xs:extension base="xs:base64Binary"&gt; &lt;xs:attribute name="filename" use="required"&gt; &lt;xs:annotation&gt; &lt;xs:documentation&gt;The filename of the attachment&lt;/xs:documentation&gt; &lt;/xs:annotation&gt; &lt;/xs:attribute&gt; &lt;xs:attribute name="href" type="xs:anyURI" use="optional"&gt; &lt;xs:annotation&gt; &lt;xs:documentation&gt;The URL from which the attachment can be downloaded. Not used when submitting news.&lt;/xs:documentation&gt; &lt;/xs:annotation&gt; &lt;/xs:attribute&gt; &lt;xs:attribute name="mimeType" type="xs:string" use="required"&gt; &lt;xs:annotation&gt; &lt;xs:documentation&gt;The MIME type of the attached file&lt;/xs:documentation&gt; &lt;/xs:annotation&gt; &lt;/xs:attribute&gt; &lt;/xs:extension&gt; &lt;/xs:simpleContent&gt; &lt;/xs:complexType&gt; </code></pre> <p>From FooService-mapping.xml</p> <pre><code>&lt;java-xml-type-mapping&gt; &lt;java-type&gt;foo.MessageElementType&lt;/java-type&gt; &lt;root-type-qname xmlns:typeNS='http://foo/newsws/types'&gt;typeNS:MessageElementType&lt;/root-type-qname&gt; &lt;qname-scope&gt;complexType&lt;/qname-scope&gt; &lt;variable-mapping&gt; &lt;java-variable-name&gt;category&lt;/java-variable-name&gt; &lt;xml-element-name&gt;category&lt;/xml-element-name&gt; &lt;/variable-mapping&gt; &lt;variable-mapping&gt; &lt;java-variable-name&gt;type&lt;/java-variable-name&gt; &lt;xml-element-name&gt;type&lt;/xml-element-name&gt; &lt;/variable-mapping&gt; &lt;variable-mapping&gt; &lt;java-variable-name&gt;headline&lt;/java-variable-name&gt; &lt;xml-element-name&gt;headline&lt;/xml-element-name&gt; &lt;/variable-mapping&gt; &lt;variable-mapping&gt; &lt;java-variable-name&gt;body&lt;/java-variable-name&gt; &lt;xml-element-name&gt;body&lt;/xml-element-name&gt; &lt;/variable-mapping&gt; &lt;variable-mapping&gt; &lt;java-variable-name&gt;attachment&lt;/java-variable-name&gt; &lt;xml-element-name&gt;attachment&lt;/xml-element-name&gt; &lt;/variable-mapping&gt; &lt;variable-mapping&gt; &lt;java-variable-name&gt;field&lt;/java-variable-name&gt; &lt;xml-element-name&gt;field&lt;/xml-element-name&gt; &lt;/variable-mapping&gt; &lt;/java-xml-type-mapping&gt; </code></pre> <p>And Attachment.java looks like this:</p> <pre><code>public class AttachmentElementType { protected java.lang.String filename; protected java.net.URI href; protected java.lang.String mimeType; protected byte[] _value; public AttachmentElementType(){} public AttachmentElementType(java.lang.String filename, java.net.URI href, java.lang.String mimeType, byte[] _value){ this.filename=filename; this.href=href; this.mimeType=mimeType; this._value=_value; } public java.lang.String getFilename() { return filename ;} public void setFilename(java.lang.String filename){ this.filename=filename; } public java.net.URI getHref() { return href ;} public void setHref(java.net.URI href){ this.href=href; } public java.lang.String getMimeType() { return mimeType ;} public void setMimeType(java.lang.String mimeType){ this.mimeType=mimeType; } public byte[] get_value() { return _value ;} public void set_value(byte[] _value){ this._value=_value; } } </code></pre> http://stackoverflow.com/questions/585049/webservice-problem-with-base64-data-when-upgrading-to-jboss-4-2-3/947187#947187 0 Answer by Tomas for Webservice problem with base64 data when upgrading to JBoss 4.2.3 Tomas 2009-06-03T20:54:28Z 2009-06-03T20:54:28Z <p>Soved this by reimplenting the service as a JAX-WS annotated webservice, following the same structure and using the same business logic. Not fun, but it worked.</p>