Search:

Type: Posts; User: andreas; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    1,456

    Can't get AuditingEntityListener to fire

    Hi,
    I am playing around with Spring Data JPA and thought I would give the AuditingEntityListener a try. I have followed instructions from here...
  2. Thanks for that adding the bean to the config...

    Thanks for that adding the bean to the config file and autowire it as you explained works for me as well.

    Regards
    Andreas
  3. Custom validator together with JSR 303 annotation

    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...
  4. Issues with Integration Test in Pizza example after removal of Roo

    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...
  5. Replies
    1
    Views
    768

    Chandru, a quick way to see if data has been...

    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...
  6. Replies
    3
    Views
    1,757

    When can we expect Spring Modules 0.9?

    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...
  7. Did you manage to solve it

    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...
  8. Replies
    6
    Views
    36,448

    Guillaume, THANKS A LOT. You just saved me...

    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...
  9. Replies
    6
    Views
    36,448

    Hi, thanks a lot for the answers. Unfortunately...

    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...
  10. Replies
    6
    Views
    36,448

    Bean creation via static factory method

    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...
Results 1 to 10 of 10