You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Michael Imhof (JIRA)" <ji...@apache.org> on 2007/05/22 12:23:16 UTC

[jira] Closed: (OFBIZ-746) ObjectType does not recognize arrays!!

     [ https://issues.apache.org/jira/browse/OFBIZ-746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Imhof closed OFBIZ-746.
-------------------------------

    Resolution: Duplicate

Because the patch files are confusing and I got no rights to delete attached files, I
created a clone. And this issue will be closed.

> ObjectType does not recognize arrays!!
> --------------------------------------
>
>                 Key: OFBIZ-746
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-746
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>         Environment: SUSE Linux 10.1 & MySQL 5.0.18
>            Reporter: Michael Imhof
>             Fix For: SVN trunk
>
>         Attachments: ObjectType.java, patch746.txt, patch746.txt
>
>
> We're using ByteArrays (byte[]) in our services:
>     <service name="processImage" engine="simple" default-entity-name="Archivindex"
>         location="ch/nowhow/isgate/archiv/ArchivServices.xml" invoke="processImage" export="true">
>         <attribute name="image" type="byte[]" mode="IN" optional="false"></attribute>
>     </service>
> Sending a SOAP envelope (from the generated WSDL) to the server, ofbiz
> could not find the byte array!!!!
> (Remind that a ByteArray is not supported by OfBiz WSDL!!! We're using Java2WSDL to generate a WSDL)
> Please forget first patch file (smaller one).
> This smaller patch doesn't solve the whole array problem.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.