I'm sorry, are you asking if I can contribute to the tutorial? Seeing as I know nothing about this product I would rather not. I do not mean to offend the person who wrote the tutorial - I am just pointing out that I cannot find one that is up to date. If you know of any other tutorials then please let me know - I have spent days and days on google coming up with only a few sparse blog pages and the wiki tutorial I have mentioned. But unfortunately it is impossible to use past a certain point - although I appreciate the portion I did get. Anywhere you can point me? Other documentation? Websites? Cave drawings?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4106761#4106761
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4106761
thanks Pete, yeah I figured that out.
in my case I have a single jsf page. to get my code working, now I specified its scople to conversation; and save the current entity record in page action method, and then use it in update action method to compare if required data columns have been modified by the user.
I am not sure if that is the right way, when wanting to compare user changes with record data in database? but it now works for me.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4106759#4106759
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4106759
Hi,
I'm using jboss cache with jdbc persistence and understand fully passivation true/false setting but is it possible to achieve behavior like this setting options in xml configuration:
a) When object is retrieved from RAM and he is NOT in there it WILL_NOT be retrieved from DB (but in jboss cache startup process all values from memory will be retrieved from DB)
b) When object is putted to RAM is WILL be persisted in DB
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4106750#4106750
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4106750