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
Type: Posts; User: RaduTanasa; Keyword(s):
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
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.
Thank you for your reply! I think I will manage from here.
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?...
Very important!!! Make sure you put <tx:annotation-driven/> in your xml file! Otherwise, the @Transactional will be in vain.
Hi. here's the important part from the app context xml:
<code>
<tx:annotation-driven />
<bean id="persistenceUnitManager"...
Hello. I will give u my configuration and maybe that will help u. Unfortunately, I can only do that on Friday. Sorry.
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...
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...