Re: [JBoss-user] Transaction management

2002-01-28 Thread David Jencks
On 2002.01.25 05:41:27 -0500 Andrea Cervellati wrote: > Hi, > > I have a web app that manages the uploading and downloading of files. > > I use a database to store some informations related to each file, such as > > descriptions and an index for categories. > > So I have some EJBs with methods

Re: [JBoss-user] Transaction management

2002-01-25 Thread Adrian Brock
> > > > >X-Originating-IP: [195.212.13.8] > >From: "Adrian Brock" <[EMAIL PROTECTED]> > >To: [EMAIL PROTECTED] > >Cc: [EMAIL PROTECTED] > >Subject: Re: [JBoss-user] Transaction management > >Date: Fri, 25 Jan 2002 11:42:21 + > >

RE: [JBoss-user] Transaction management

2002-01-25 Thread Eric Kaplan
[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: [JBoss-user] Transaction management >Date: Fri, 25 Jan 2002 11:41:27 +0100 (MET) > >Hi, > >I have a web app that manages the uploading and downloading of files. > >I use a database to store some informations related to

Re: [JBoss-user] Transaction management

2002-01-25 Thread Andrea Cervellati
curity you would get a security exception. >JBoss by default doesn't run with a security manager installed. > >Regards, >Adrian > > >>From: Andrea Cervellati <[EMAIL PROTECTED]> >>Reply-To: Andrea Cervellati <[EMAIL PROTECTED]> >>To: [EMAIL PROTEC

Re: [JBoss-user] Transaction management

2002-01-25 Thread Adrian Brock
tions. Running according to the spec's security you would get a security exception. JBoss by default doesn't run with a security manager installed. Regards, Adrian >From: Andrea Cervellati <[EMAIL PROTECTED]> >Reply-To: Andrea Cervellati <[EMAIL PROTECTED]> >To: [EM

[JBoss-user] Transaction management

2002-01-25 Thread Andrea Cervellati
Hi, I have a web app that manages the uploading and downloading of files. I use a database to store some informations related to each file, such as descriptions and an index for categories. So I have some EJBs with methods for udate, insert and delete files in the file system and related info