Re: persistance cache

2015-06-24 Thread André Warnier
Hi. The recommendation on this forum is to not use top posting, but to keep the flow of conversation natural, and respond below the question to which your question refers. See http://tomcat.apache.org/lists.html, Important, 6) Kaouthar Ghorbel wrote: 2015-06-23 12:00 GMT+01:00 André Warnier

Re: persistance cache

2015-06-24 Thread Kaouthar Ghorbel
hello, I think it is a cache problem , because when I restart tomcat the resulting list is correct, the problem lies only for this method. i use tomcat 8.0.2 2015-06-23 12:00 GMT+01:00 André Warnier a...@ice-sa.com: hello. Kaouthar Ghorbel wrote: hello, I have a method that returns a

Re: persistance cache

2015-06-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Kaouthar, On 6/24/15 3:49 AM, Kaouthar Ghorbel wrote: hello, I think it is a cache problem , because when I restart tomcat the resulting list is correct, the problem lies only for this method. Tomcat doesn't handle anything with persistence,

persistance cache

2015-06-23 Thread Kaouthar Ghorbel
hello, I have a method that returns a list of items when I change the data in this list in the database ,the return of the method does not take into account this change. here is the configuration of persistance.xml ?xml version=1.0 encoding=UTF-8? persistence version=2.1

Re: persistance cache

2015-06-23 Thread André Warnier
hello. Kaouthar Ghorbel wrote: hello, I have a method that returns a list of items when I change the data in this list in the database ,the return of the method does not take into account this change. here is the configuration of persistance.xml ?xml version=1.0 encoding=UTF-8? persistence