Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

EJB QL - Changes with data in Table NOT REFLECTED

843830May 5 2008 — edited May 9 2008
Hi,

Im my scenario i have my frontend in JSF and use EJB QL to populate some table in the frontend from the databse in the backend. Now my concern is that supoose i have an entry in database table that says -

Name : HARRY
Age : 21
Feedback : GOOD

Now this data is fetched from backend table using EJB QL and gets correctly displayed in the frontend.

But,

when i make changes to the data by editing directly in the backend table*, say i change the entity Name from "HARRY" to "RON" -

Nae: RON
Age : 21
Feedback : GOOD

Now, when i refresh the table in frontend, it still displays "HARRY" and doesn't reflect the changed data.


Could anyone please let me know that what seems to be the problem ???
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 6 2008
Added on May 5 2008
7 comments
311 views