Okay, thanks for the info guys /Peter
-----Original Message----- From: Nithya Mani [mailto:[EMAIL PROTECTED] Sent: 24 January 2007 08:38 To: [email protected] Subject: RE: Specifying database for meta-data and file system for binary data Hi Peter, You could use the 'externalBLOBs' property of any PersistenceManager to achieve it. If you make it true in reposiroty.xml, binary values will be stored in the local file system. externalBLOBs: if true (the default) BINARY values (BLOBs) are stored in the local file system; if false BLOBs are stored in the database Regards, NithyaM -----Original Message----- From: Michael Neale [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 24, 2007 3:43 AM To: [email protected] Subject: Re: Specifying database for meta-data and file system for binary data I could be mistaken, but the current version may be able to do this, with the file system store. take a look at repository.xml for more details. On 1/24/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi, > > I was wondering if it is possible to create a node which has an > underlying meta-data representation on a database and any InputStreams > on a file system? > > Any help would be greatly appreciated. > > Cheers > Peter > > ING WIA OPS/IT/FM/BONDS BO/DOCUMENTUM > Location Code NA 05.76 > Hoekenrode 8, 1102 BR, > P.O. Box 1800, 1000 BV > Amsterdam, The Netherlands > T: + 31 20 501 3297 F: + 31 20 501 3042 > E: [EMAIL PROTECTED] > > ----------------------------------------------------------------- > ATTENTION: > The information in this electronic mail message is private and > confidential, and only intended for the addressee. Should you receive > this message by mistake, you are hereby notified that any disclosure, > reproduction, distribution or use of this message is strictly > prohibited. Please inform the sender by reply transmission and delete > the message without copying or opening it. > > Messages and attachments are scanned for all viruses known. If this > message contains password-protected attachments, the files have NOT > been scanned for viruses by the ING mail domain. Always scan > attachments before opening them. > ----------------------------------------------------------------- > > > ----------------------------------------------------------------- ATTENTION: The information in this electronic mail message is private and confidential, and only intended for the addressee. Should you receive this message by mistake, you are hereby notified that any disclosure, reproduction, distribution or use of this message is strictly prohibited. Please inform the sender by reply transmission and delete the message without copying or opening it. Messages and attachments are scanned for all viruses known. If this message contains password-protected attachments, the files have NOT been scanned for viruses by the ING mail domain. Always scan attachments before opening them. -----------------------------------------------------------------
