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
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