Re: OpenJPA and ehcache configuration

2011-03-08 Thread Georgi Naplatanov
014-828808144-322...@n2.nabble.com] Sent: Monday, March 07, 2011 5:30 PM To: Revathy Pandian Subject: Re: OpenJPA and ehcache configuration Hi revathy. Put Ehcache.xml file in the "WEB-INF/classes/" folder in case it is a web application. Regards Georgi On 03/07/2011 01:46 PM, revathy wrote

RE: OpenJPA and ehcache configuration

2011-03-08 Thread revathy
Hi Georgi, Do u have any idea to invalidate the cache value in Ehcache? From: Georgi Naplatanov [via OpenJPA] [mailto:ml-node+6097014-828808144-322...@n2.nabble.com] Sent: Monday, March 07, 2011 5:30 PM To: Revathy Pandian Subject: Re: OpenJPA and ehcache configuration Hi revathy. Put

RE: OpenJPA and ehcache configuration

2011-03-07 Thread revathy
Hi Georgi, Thanks. Now it is taking. What s the reason?? From: Georgi Naplatanov [via OpenJPA] [mailto:ml-node+6097014-828808144-322...@n2.nabble.com] Sent: Monday, March 07, 2011 5:30 PM To: Revathy Pandian Subject: Re: OpenJPA and ehcache configuration Hi revathy. Put Ehcache.xml file in

Re: OpenJPA and ehcache configuration

2011-03-07 Thread Georgi Naplatanov
er now. But it s not taking that xml. Do u have any idea. From: Georgi Naplatanov [via OpenJPA] [mailto:ml-node+6096908-737609752-322...@n2.nabble.com] Sent: Monday, March 07, 2011 4:55 PM To: Revathy Pandian Subject: Re: OpenJPA and ehcache configuration Hi revathy. 1. My persistence

RE: OpenJPA and ehcache configuration

2011-03-07 Thread revathy
h 07, 2011 4:55 PM To: Revathy Pandian Subject: Re: OpenJPA and ehcache configuration Hi revathy. 1. My persistence.xml file looks like : 2. Ehcache.xml has to be in the classpath, not in Metainf folder. 3. I use 0.2.0 version of Ehcache OpenJPA plugin (ehcache-openjpa

Re: OpenJPA and ehcache configuration

2011-03-07 Thread Georgi Naplatanov
are using to make this configuration works?? -- View this message in context: http://openjpa.208410.n2.nabble.com/OpenJPA-and-ehcache-configuration-tp5622421p6096335.html<http://openjpa.208410.n2.nabble.com/OpenJPA-and-ehcache-configuration-tp5622421p6096335.html?by-user=t> Sent from the O

RE: OpenJPA and ehcache configuration

2011-03-07 Thread revathy
using to make this configuration works?? > > -- > View this message in context: > http://openjpa.208410.n2.nabble.com/OpenJPA-and-ehcache-configuration-tp5622421p6096335.html<http://openjpa.208410.n2.nabble.com/OpenJPA-and-ehcache-configuration-tp5622421p6096335.html?by-user=t> &g

Re: OpenJPA and ehcache configuration

2011-03-07 Thread Georgi Naplatanov
configuration works?? -- View this message in context: http://openjpa.208410.n2.nabble.com/OpenJPA-and-ehcache-configuration-tp5622421p6096335.html Sent from the OpenJPA Users mailing list archive at Nabble.com.

Re: OpenJPA and ehcache configuration

2011-03-06 Thread revathy
Hi, Can u tell me what jar u are using to make this configuration works?? -- View this message in context: http://openjpa.208410.n2.nabble.com/OpenJPA-and-ehcache-configuration-tp5622421p6096335.html Sent from the OpenJPA Users mailing list archive at Nabble.com.

Re: OpenJPA and ehcache configuration

2010-10-11 Thread Georgi Naplatanov
Hello Kevin. This configuration works fine for me, but I was not sure about all configuration parameters. Now all is clear. Thanks for your replay. Best regards Georgi Kevin Sutter wrote: Hi Georgi, Your configuration looks right. Are you experiencing problems with this configuration? I'm

Re: OpenJPA and ehcache configuration

2010-10-11 Thread Kevin Sutter
Hi Georgi, Your configuration looks right. Are you experiencing problems with this configuration? I'm not positive that the ehcache team has done verification testing with OpenJPA 2.1.x, but the plug point should still work just fine. Let us know if you experience problems. FYI, the QueryCompila

OpenJPA and ehcache configuration

2010-10-11 Thread Georgi Naplatanov
Hi all. I want to configure ehcache 2.2.0, OpenJPA plugin for ehcache 0.2 and OpenJPA 2.1-snapshot. Below are my configuration files, but I am not sure that it's right configuration. persistence.xml ehcache.xml Is t