Re: [JBoss-user] Server log in JBOSS3.0RC2

2002-05-21 Thread Michael Delamere
I´m using a mysql-database and inserted the new entry using a php-based tool called phpMyAdmin. Thanks, Michael - Original Message - From: Dmitri Colebatch [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 21, 2002 4:10 AM Subject: Re: [JBoss-user] Server log in JBOSS3.0RC2

Re: [JBoss-user] Server log in JBOSS3.0RC2

2002-05-21 Thread Dmitri Colebatch
PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 21, 2002 4:30 PM Subject: Re: [JBoss-user] Server log in JBOSS3.0RC2 I´m using a mysql-database and inserted the new entry using a php-based tool called phpMyAdmin. Thanks, Michael - Original Message - From: Dmitri Colebatch [EMAIL

Re[2]: [JBoss-user] Server log in JBOSS3.0RC2

2002-05-21 Thread Alex Loubyansky
Hello Michael, Tuesday, May 21, 2002, 4:33:40 AM, you wrote: MD . which works fine except that after hitting refresh, I don´t get the MD new entry that I manually entered into the DB. I haven´t managed to get MD into any depth in terms of commiting or autocommit. I´ll have to do MD that

Re: [JBoss-user] Server log in JBOSS3.0RC2

2002-05-21 Thread Michael Delamere
PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 21, 2002 8:43 AM Subject: Re: [JBoss-user] Server log in JBOSS3.0RC2 and I'm guessing that if you do this: 1. start jboss 2. request jsp (get list of objects) 3. insert new row 4. request jsp (dont see new objects) 5. stop and start jboss 6

Re: Re[2]: [JBoss-user] Server log in JBOSS3.0RC2

2002-05-21 Thread Dmitri Colebatch
It looks like like you have to set a correct commit option and transaction type as was stated by Stephen. It should help: http://www.jboss.org/online-manual/HTML/ch07s16.html If my understanding is wrong here, I'd appreciate it if someone could correct me but, from the spec (EJB 1.1 -

Re: [JBoss-user] Server log in JBOSS3.0RC2

2002-05-21 Thread Dmitri Colebatch
- Original Message - From: Dmitri Colebatch [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 21, 2002 8:43 AM Subject: Re: [JBoss-user] Server log in JBOSS3.0RC2 and I'm guessing that if you do this: 1. start jboss 2. request jsp (get list of objects) 3. insert new row 4

Re: [JBoss-user] Server log in JBOSS3.0RC2

2002-05-21 Thread Michael Delamere
place? Thanks, Michael - Original Message - From: Dmitri Colebatch [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 21, 2002 9:42 AM Subject: Re: [JBoss-user] Server log in JBOSS3.0RC2 yes, at step 6 I see the new object. What´s more peculiar is that when I change

Re[2]: [JBoss-user] Server log in JBOSS3.0RC2

2002-05-21 Thread Alex Loubyansky
== MD Would other values be better or am I even looking at the wrong place? MD Thanks, MD Michael MD - Original Message - MD From: Dmitri Colebatch [EMAIL PROTECTED] MD To: [EMAIL PROTECTED] MD Sent: Tuesday, May 21, 2002 9:42 AM MD Subject: Re: [JBoss-user] Server log in JBOSS3.0RC2

Re: Re[2]: [JBoss-user] Server log in JBOSS3.0RC2

2002-05-21 Thread Michael Delamere
, 2002 9:42 AM MD Subject: Re: [JBoss-user] Server log in JBOSS3.0RC2 yes, at step 6 I see the new object. What´s more peculiar is that when MD I change an exsiting entry using phpMyAdmin that _does_ show up! It´s MD only when adding a _new_ record manually that the change doesn´t

Re: [JBoss-user] Server log in JBOSS3.0RC2

2002-05-21 Thread Stefan Arentz
On Tuesday, May 21, 2002, at 10:27 AM, Michael Delamere wrote: Hi, again, thanks for your time. Somebody else mentioned the pool size when I mentioned an error I was getting which said The Pool for com.morelogs.guestbook.beans.gbEntryCMP has been overloaded. You should change pool

Re: [JBoss-user] Server log in JBOSS3.0RC2

2002-05-21 Thread Michael Delamere
MyISAM Thanks, Michael - Original Message - From: Stefan Arentz [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 21, 2002 4:41 PM Subject: Re: [JBoss-user] Server log in JBOSS3.0RC2 On Tuesday, May 21, 2002, at 10:27 AM, Michael Delamere wrote: Hi, again, thanks

[JBoss-user] Server log in JBOSS3.0RC2

2002-05-20 Thread Michael Delamere
Hi, I´ve got a stateless session bean doing a jndi lookup on my entity bean and returning an array of objects. The problem is that the first time I start the application everything works fine and I get all of the data displayed in my jsp without a problem. After the first call I manually enter

RE: [JBoss-user] Server log in JBOSS3.0RC2

2002-05-20 Thread JD Brennan
Title: RE: [JBoss-user] Server log in JBOSS3.0RC2 Perhaps you need to use Commit Option B or C instead of A which assumes there's no one else accessing the database and therefore is free to cache things. JD -Original Message- From: Stephen Coy [mailto:[EMAIL PROTECTED]] Sent

Re: [JBoss-user] Server log in JBOSS3.0RC2

2002-05-20 Thread Dmitri Colebatch
- From: Stephen Coy [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 21, 2002 10:45 AM Subject: Re: [JBoss-user] Server log in JBOSS3.0RC2 I think you need to learn about transactions and commit options. On Tuesday, May 21, 2002, at 04:50 AM, Michael Delamere wrote: I´ve got a stateless

Re: [JBoss-user] Server log in JBOSS3.0RC2

2002-05-20 Thread Michael Delamere
´ll have to do that now and hopefully that is the answer. Thanks, Michael - Original Message - From: Dmitri Colebatch [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 21, 2002 3:04 AM Subject: Re: [JBoss-user] Server log in JBOSS3.0RC2 how are you getting the array of objects

Re: [JBoss-user] Server log in JBOSS3.0RC2

2002-05-20 Thread Dmitri Colebatch
: [JBoss-user] Server log in JBOSS3.0RC2 Perhaps you need to use Commit Option B or C instead of A which assumes there's no one else accessing the database and therefore is free to cache things. JD -Original Message- From: Stephen Coy [mailto:[EMAIL PROTECTED]] Sent: Monday, May 20, 2002 5:46

Re: [JBoss-user] Server log in JBOSS3.0RC2

2002-05-20 Thread Dmitri Colebatch
or autocommit. I´ll have to do that now and hopefully that is the answer. Thanks, Michael - Original Message - From: Dmitri Colebatch [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 21, 2002 3:04 AM Subject: Re: [JBoss-user] Server log in JBOSS3.0RC2 how are you getting the array