[ 
https://issues.apache.org/jira/browse/OFBIZ-1008?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12637312#action_12637312
 ] 

Bilgin Ibryam commented on OFBIZ-1008:
--------------------------------------

Jacques, 
it is not a type, the signature "L fully-qualified-class ;" means the class 
uniquely specified by that name.

> ObjectType does not recognize arrays
> ------------------------------------
>
>                 Key: OFBIZ-1008
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1008
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>         Environment: SUSE Linux 10.1 & MySQL 5.0.18
>            Reporter: Michael Imhof
>            Assignee: Jacques Le Roux
>             Fix For: SVN trunk
>
>         Attachments: ObjectType.java, ObjectType_LoadClass.patch
>
>
> 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.

Reply via email to