Search:

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

Search: Search took 0.04 seconds.

  1. Replies
    2
    Views
    1,297

    Somebody reported a bug here...

    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...
  2. Replies
    2
    Views
    1,297

    I have the same issue here. Does anybody know...

    I have the same issue here. Does anybody know what is wrong?
  3. anybody can help?

    anybody can help?
  4. EntityManager was not closed after non-transactional query

    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...
  5. Replies
    3
    Views
    3,011

    Ok... My code was genereated by roo M2... I...

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

    hmmm.... does spring team put an eye on this...

    hmmm.... does spring team put an eye on this forum?

    I asked two questions and none of them get replied.
  7. Replies
    3
    Views
    3,011

    Why "Propagation.REQUIRES_NEW"?

    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...
  8. Replies
    1
    Views
    1,161

    any body knows ?

    any body knows ?
  9. Replies
    1
    Views
    1,161

    "id cannot be zero" on google appEngine

    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...
  10. Replies
    2
    Views
    1,408

    thank you very much

    thank you very much
  11. Replies
    2
    Views
    1,408

    Could I put images or html in WEB-INF?

    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...
  12. Thanks, it works!

    Thanks, it works!
  13. Can I set two InternalResourceViewResolver?

    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" />...
  14. Replies
    2
    Views
    1,023

    How to setup static class in spring?

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