Yes, you should be able to just put the bytes directly into the document store using saveData(). DocumentStore was not really designed with other apps in mind, so it's usage is not documented anywhere. You should look at how it is used in the pdf code to get a feel whether or not it is helpful.
Of course, writing a servlet to dump the data out is pretty simple too. Maybe that is the path of least resistance? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030091#4030091 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4030091 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
