Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_java_server thread: ejb load not called twice (for new transaction)


Message #1 by nimoji jagjeevan <nimoji_jeevan@y...> on Sun, 18 Feb 2001 05:33:41 -0800 (PST)
i have a simple entity bean and a client (java
application)iam calling entity bean from the client
and updating the database with a value (ex 200), then
from the sql prompt iam resetting the value to some
other value and again running the client now the data
in the table is inconsistent it does not reflect the
data i had made from sql prompt
this problem is because ejb load is not called second
time when the client is run again,i had kept the
tranacation attribute as TX_REQUIRED DBISSHARED
property as true for entity bean,
i want to know why ejb load of entity bean is not
called twice even though iam running the same client
two times
please suggest any solution

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/

  Return to Index