I am currently working on getting Nukes to support Microsoft SQL Server, as required 
for my project, and am down to (hopefully) one final problem.  It doesn't have a data 
type for longblob which the file content is stored as.  My solution is to chunk the 
file data and store it as several entries into the database and subsequently retrieve 
said data when needed.  My problem is that I do not know where to place my method.  I 
want to override the FileEJB getter/setter for content but am not entirely familiar 
with the inner workings of ejb and xdoclet.  The class is abstract, but I can't find 
any other class that extends it.  Does anyone know where I can add my methods where 
all file handling is processed?  Or if anyone knows of a simpler solution, I would be 
eager to here that as well.

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837853


-------------------------------------------------------
This SF.Net email is sponsored by: GNOME Foundation
Hackers Unite!  GUADEC: The world's #1 Open Source Desktop Event.
GNOME Users and Developers European Conference, 28-30th June in Norway
http://2004/guadec.org
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to