Somebody reported a bug here http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6756747
Here is the problem.
ThreadPoolExecutor with corePoolSize value lower than maxPoolSize will never try to...
Type: Posts; User: hairinwind; Keyword(s):
Somebody reported a bug here http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6756747
Here is the problem.
ThreadPoolExecutor with corePoolSize value lower than maxPoolSize will never try to...
I have the same issue here. Does anybody know what is wrong?
anybody can help?
I used spring Roo m2 to generate some code and run it on GAE.
I have some issues. Here is what I want to do
-- run a query to get a couple of entities (e.g. price promotions)
-- update each...
Ok... My code was genereated by roo M2... I guessed you guys changed it after that.
If I don't want to run roo again... Anyway to overwrite that annotation? We are not supposed to change it...
hmmm.... does spring team put an eye on this forum?
I asked two questions and none of them get replied.
The transaction setting for CRUD methods are "Propagation.REQUIRES_NEW".
Let's say I have one service method which contains 2 actions
1. saving one record
2. something else
My business need...
any body knows ?
I got the exception "id cannot be zero" from google appEngine when a new record is going to be inserted.
The application is gwt + spring roo. The gwt work is done by me, not generated by spring...
thank you very much
Spring encourage us to put jsp files under WEB-INF. I don't know the exact reason. For protection? There is not much logic in jsp...
Should (could) we put images files or static html files in...
Thanks, it works!
Some pages are displayed in Tiles. so I have the setting
<bean id="viewResolver" class="org.springframework.web.servlet.view.InternalResourceViewResolver">
<property name="order" value="2" />...
I wrote a static util class for presentation tier.
But this util class need invoke a method of one class in business tier which is not static.
How can I set it in spring?
Thanks