I recommend not binding directly to your entity, because the InputStream 
binding is by far the most resource efficient and obviously you can't have an 
InputStream property on your entity bean.  Instead I recommend you bind the 
file data to an InputStream field on a (session bean) component, and then use 
that to populate your entity. 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038202#4038202

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038202
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to