Hi Scott,
Here's what I did to get fresh data from the datamodel. Provide a method like this
in your SFSB like so :
| publc void refresh() {
| inventory = null;
| }
|
You can call this from your other beans or you can call this in an event. This will
force your SFSB to get fresh data.
Regards,
Elmo
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026040#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...