Hi,
I am playing around with Spring Data JPA and thought I would give the AuditingEntityListener a try. I have followed instructions from here...
Type: Posts; User: andreas; Keyword(s):
Hi,
I am playing around with Spring Data JPA and thought I would give the AuditingEntityListener a try. I have followed instructions from here...
Thanks for that adding the bean to the config file and autowire it as you explained works for me as well.
Regards
Andreas
Hi,
I have the scenario where I want to use JSR 303 annotation for validation but also trigger a custom validator for more complex validation rules. I have read through the following post...
I followed the Roo example pizza example (roo-1.0.2.RELEASE and sts-2.3.2.RELEASE) and after finsihing the example I followed the documentation on how to remove roo (I was keen to see how the java...
Chandru,
a quick way to see if data has been cached or not can be to put in a temporary sleep in the method that you have configured for declarative caching. In case the result of the method has...
Hi,
I had a look at JIRA list and saw that the issues I encountered with declarative Caching (flush removes the whole cache) is getting addressed for next release but I couldn't find a target date...
Hi,
I have similar issues here where I am using the latest Spring Modules and EHCache.
In my use case I am using the EhCacheManagerFactoryBean and have configured a CacheProxyFactoryBean to...
Guillaume,
THANKS A LOT.
You just saved me many hours since I was starting to get really frustrated since my first try was exaclty as has been proposed by the other guys.
Thank you all for...
Hi,
thanks a lot for the answers. Unfortunately I still can't get it to work. I get Attribute "factory-method" is not declared for element "bean" at both deploy and runtime.
Their RemoteFactory...
Hi,
I have read the reference document and found a method to create beans using a static factory method but unfortunately I can't seem to get it to work.
I have a class called RemoteFactory that...