Hi
Ihave a problem in BMP Entity Beans.
On modifying a record, thevalues are properly going to the database.
But if I want to see the modified data, it we'll show the old data - the data before modifying.
Is it bcoz ejbLoad() is not working properly?
What can be done to solve this problem?
thx in advance
Avinash
-
not loading imme (4 messages)
- Posted by: Avinash Salimath
- Posted on: November 03 2001 14:54 EST
Threaded Messages (4)
- not loading imme by David Hanna on November 04 2001 09:22 EST
- not loading imme by Enrique Rodriguez on November 04 2001 17:04 EST
- not loading imme by Avinash Salimath on November 04 2001 23:26 EST
- not loading imme by Avinash Salimath on November 04 2001 23:27 EST
-
not loading imme[ Go to top ]
- Posted by: David Hanna
- Posted on: November 04 2001 09:22 EST
- in response to Avinash Salimath
Can you supply your Bean.java file? -
not loading imme[ Go to top ]
- Posted by: Enrique Rodriguez
- Posted on: November 04 2001 17:04 EST
- in response to David Hanna
What application server are you using???
Somo of them need to comit the transaction¡¡¡
HTH
Enrique. -
not loading imme[ Go to top ]
- Posted by: Avinash Salimath
- Posted on: November 04 2001 23:26 EST
- in response to David Hanna
Iam using JBoss server.
Also iam committing the transaction in the session bean itself.
The change is reflected imme reflected in the database.
The change is not reflecting imme thru the application.
If the server is restarted then the change is reflected thru the application.
-
not loading imme[ Go to top ]
- Posted by: Avinash Salimath
- Posted on: November 04 2001 23:27 EST
- in response to David Hanna
Iam using JBoss server.
Also iam committing the transaction in the session bean itself.
The change is reflected imme reflected in the database.
The change is not reflecting imme thru the application.
If the server is restarted then the change is reflected thru the application.