Search:

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

Search: Search took 0.02 seconds.

  1. Building multiple artifact from Roo generated code

    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...
  2. Replies
    0
    Views
    451

    GET compilation problem with Roo 1.2.0M1

    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...
  3. Replies
    1
    Views
    666

    Error in roo console

    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...
  4. I have the same problem in the most severe case....

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

    Re: declarative Transaction via JDBC

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

    I anm using Postgresql. I don't know how to...

    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...
  7. Replies
    11
    Views
    3,185

    Re: declarative Transaction via JDBC

    I have this bean and jdbc is working fine, it is the transactional behavior that is not working
  8. Replies
    11
    Views
    3,185

    I prepare a situation where second fails, I...

    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...
  9. Replies
    11
    Views
    3,185

    declarative transaction via JDBC

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