You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Wai (Commented) (JIRA)" <ji...@apache.org> on 2011/12/13 20:02:30 UTC

[jira] [Commented] (OFBIZ-4620) fail uploading audio/video files to database

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

Wai commented on OFBIZ-4620:
----------------------------

Hi,
Anybody interested in committing this patch?
Thanks
                
> fail uploading audio/video files to database
> --------------------------------------------
>
>                 Key: OFBIZ-4620
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4620
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Wai
>         Attachments: OFBIZ-4620.patch
>
>
> When uploading binary files (eg. image/audio/video) to the database, ofbiz throws a type casting exception because it is trying to type cast HeapByteBuffer to byte[].
> I think the problem stems from configuring ofbiz to use java.nio.ByteBuffer and its subclass java.nio.HeapByteBuffer to contain uploaded binary data but no accommodation is made in the code to work with this type of object.
> To test this, you need to set content.properties/content.upload.always.local.file=false
> use https://http://demo-trunk.ofbiz.apache.org/partymgr/control/viewprofile?partyId=Company and upload an image file.
> java.nio.HeapByteBuffer comes from java's rt.jar (make sure your classpath includes this)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira