hibernate bean is not getting reloaded with new data
5 views
Skip to first unread message
Ajit Kumar
unread,
Dec 16, 2009, 2:23:49 AM12/16/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to javaw...@googlegroups.com
hi friends
i have developed an application using hibernate and spring. This application is only to fetch the data and display it. Data is entered with another application. When the application(Jboss) get started all the hibernate beans get loaded. When i enter the data from another application it is not refracting on it. It is giving null pointer exception.
Can anybody help me to reload the hibernate bean with latest data.