Consider a case where the service layer and entity layer which is generated by Roo should be used in different application. For example it should be used by a web interface and a daemon job that does...
Type: Posts; User: arashbi; Keyword(s):
Consider a case where the service layer and entity layer which is generated by Roo should be used in different application. For example it should be used by a web interface and a daemon job that does...
I am experimenting with GWT and Roo. I reversed engineered a database with Roo and enabled and scaffolded GWT. During the scaffolding I got couple of these warning:
The path to type...
A bit about the application I am working on :
It is my first attempt to use Roo. I reverse engineered the code from database using Roo 1.2M1. I add some custome toString methods, and I copied a few...
I have the same problem in the most severe case. The application runs out of memory every time I visit the list page. Invocation of the @ModelAttribute annotated method is called every time, which in...
That's probably your problem.
The following is taken from the Spring documentation:
<snip>
So if getConnection() always creates a new connection, the behaviour you encountered could be...
Sounds to me like auto-commit is turned on for the Connection you are using.
Regards,
Andreas[/quote]
I anm using Postgresql. I don't know how to controll its properties inside the spring.
I am...
I have this bean and jdbc is working fine, it is the transactional behavior that is not working
could you say what happens? also, how do you access your DAO?[/quote]
I prepare a situation where second fails, I suppose the transaction will roll back and the first insert should also be...
I am trying to setup declarative transaction with spring. Hence I am not really familiar with the concept I may done stupid mistakes. But any way it is not working. Could anybody help me:
This is...