Hi,
well this was obviously what I had in mind, youwould need to serialize
anything large you want to store to an object and call a
setMyWhatever(Object whatever), or having a create(Integer ID, Object
whatever). I couldn't see a reason why this shouldn't work.
Burkhard

----- Original Message -----
From: "Jason Dillon" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, July 14, 2001 12:04 PM
Subject: Re: [JBoss-user] BLOB


> It looks like JAWS can persist objects via BLOB... but that is just a
simple
> guess by looking at the standardjaws.xml, it has some lines that look like
> this:
>
>   <mapping>
>     <java-type>java.lang.Object</java-type>
>     <jdbc-type>JAVA_OBJECT</jdbc-type>
>     <sql-type>BLOB(2000)</sql-type>
>   </mapping>
>
> Which would lead me to believe that you could get JAWS to persist to a
record
> with a BLOB column.  I would try it.
>
> --jason
>
>
> On Fri, 13 Jul 2001,
> Ivan Novick wrote:
>
> > So to create an Entity Bean for that stores a blob, would you have to
use
> > BMP?
> >
> > Ivan
> > ----- Original Message -----
> > From: "david" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Friday, July 13, 2001 12:20 PM
> > Subject: Re: [JBoss-user] BLOB
> >
> >
> > > Hi,
> > > Well, I wonder if it can work, I could find no way in the jdbc spec to
> > > create a new blob!  So maybe you could read the picture but I don't
know
> > >
> > > how JAWS could insert a new row.  I hope I'm wrong, please tell me
how.
> > >
> > > Thanks
> > > David Jencks
> > >
> > > On 2001.07.12 04:31:21 -0400 Burkhard Vogel wrote:
> > > > Hi,
> > > > If your DB driver supports blobs, why not (oracle has problems,
AFAIK)
> > >
> > > > Burkhard
> > > > ----- Original Message -----
> > > > From: "Ivan Novick" <[EMAIL PROTECTED]>
> > > > To: <[EMAIL PROTECTED]>
> > > > Sent: Thursday, July 12, 2001 9:16 AM
> > > > Subject: [JBoss-user] BLOB
> > > >
> > > >
> > > > > Can an entity bean contain a BLOB type attribute that represents a
> > > > picture
> > > > > in a database?
> > > > >
> > > > > Ivan
> > > > >
> > > > >
> > > > > _______________________________________________
> > > > > JBoss-user mailing list
> > > > > [EMAIL PROTECTED]
> > > > > http://lists.sourceforge.net/lists/listinfo/jboss-user
> > > >
> > > >
> > > > _______________________________________________
> > > > JBoss-user mailing list
> > > > [EMAIL PROTECTED]
> > > > http://lists.sourceforge.net/lists/listinfo/jboss-user
> > > >
> > >
> > >
> > >
> > > _______________________________________________
> > > JBoss-user mailing list
> > > [EMAIL PROTECTED]
> > > http://lists.sourceforge.net/lists/listinfo/jboss-user
> >
> >
> > _______________________________________________
> > JBoss-user mailing list
> > [EMAIL PROTECTED]
> > http://lists.sourceforge.net/lists/listinfo/jboss-user
> >
>
>
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to