This is not an jboss problem but an informix config problem. To store blobs in informix you'll have to define on table creation in which dbspace the blob should be placed. If not giving the info, a config parameter will be used (SBSPACENAME). I prefer to use byte instead of blob. Data for byte is stored in the dbspace where the table/database lives.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981629#3981629 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981629 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
