Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    7
    Views
    15,943

    Using dropings

    Using the dropins feature might help. It worked for me. Checkout the groovy plugin related problem - it's the same fix: http://forum.springsource.org/showthread.php?p=242359#post242359
  2. I noticed it works if you're using the dropins...

    I noticed it works if you're using the dropins feature. I simply put the groovy plugin with the following dir structure: GroovyEclipse/eclipse/plugins + features and restarted in eclipse/dropins.
  3. Replies
    9
    Views
    10,216

    Thank you for your reply! I think I will manage...

    Thank you for your reply! I think I will manage from here.
  4. Replies
    9
    Views
    10,216

    Hello. I am also very interested in using...

    Hello. I am also very interested in using password encryption with salt in acegi. Can anyone please provide some documentation on how to do this and maybe some example if you have some?...
  5. Replies
    14
    Views
    3,109

    Very important!!! Make sure you put...

    Very important!!! Make sure you put <tx:annotation-driven/> in your xml file! Otherwise, the @Transactional will be in vain.
  6. Replies
    14
    Views
    3,109

    Hi. here's the important part from the app...

    Hi. here's the important part from the app context xml:
    <code>

    <tx:annotation-driven />
    <bean id="persistenceUnitManager"...
  7. Replies
    14
    Views
    3,109

    Hello. I will give u my configuration and maybe...

    Hello. I will give u my configuration and maybe that will help u. Unfortunately, I can only do that on Friday. Sorry.
  8. Replies
    14
    Views
    3,109

    Hi. I managed to solve the problem. All I needed...

    Hi. I managed to solve the problem. All I needed was an @Transactional on the dao implementations. It is rather normal. As long as you don't have a transaction, the entity manager cannot perform a...
  9. Replies
    14
    Views
    3,109

    Hello. I have the exact same problem. We're using...

    Hello. I have the exact same problem. We're using EJB3, but for inserting some initial data to the DB we use Spring. We configured it to work with JPA, but data is not actually persisted. We're using...
Results 1 to 9 of 9