Re: [JBoss-user] The first bean

2001-04-06 Thread James Cook
jim - Original Message - From: "Sacha Labourey" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 06, 2001 8:12 AM Subject: RE: [JBoss-user] The first bean > Hello, > > > > > OK Rickard, you've really got my curiosity piqued - where i

Re: [JBoss-user] The first bean

2001-04-06 Thread Rickard Öberg
> > This is actually a frequently asked question. Change your commit option to > C > > in standardjboss.xml. This will cause the beans state to be updated on > every > > transaction. > > OK Rickard, you've really got my curiosity piqued - where in the code is > this particular miracle? http://cvs

RE: [JBoss-user] The first bean

2001-04-06 Thread Sacha Labourey
Hello, > > OK Rickard, you've really got my curiosity piqued - where in the code is > this particular miracle? > I think there no magic here ;) The container will simply reload the bean state each time the bean is requested i.e. no more caching. Cheers, Sacha

Re: [JBoss-user] The first bean

2001-04-06 Thread Peter Routtier-Wone
> This is actually a frequently asked question. Change your commit option to C > in standardjboss.xml. This will cause the beans state to be updated on every > transaction. OK Rickard, you've really got my curiosity piqued - where in the code is this particular miracle? ___

Re: [JBoss-user] The first bean

2001-04-06 Thread Rickard Öberg
> I have a question not seen before on any of the lists. I deployed yesterday the first CMP bean in > JBoss, works fine. The situation: > > The bean shows database records and is able to update. However the database > is also updated by legacy 4GL, as soon as this happens the beans don't show >

Re: [JBoss-user] The first bean

2001-04-06 Thread Peter Routtier-Wone
renej, JBoss is software, not magic - even if it is amazing. There are two ways JBoss could respond to changes in the data store underlying your CMP beans. The first is for it to poll the data store. This is not a good idea. It would place an unacceptable load on the data store. The other way i

[JBoss-user] The first bean

2001-04-05 Thread renej
I have a question not seen before on any of the lists. I deployed yesterday the first CMP bean in JBoss, works fine. The situation: The bean shows database records and is able to update. However the database is also updated by legacy 4GL, as soon as this happens the beans don't show the actual