Search:

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

Search: Search took 0.02 seconds.

  1. Thanks for your help. If was possible I’d like...

    Thanks for your help. If was possible I’d like one more tip, how do you usually use @Transaction to redefine/reopen a new transaction (REQUIRES_NEW ) in your services and dao layers? I’m almost...
  2. Let's to another example, In the firstMethod...

    Let's to another example,

    In the firstMethod the transaction should be readOnly (support or required) and in the second nested method it should persist. The both methods in the first example and...
  3. Error in nested method annotated with Spring-transaction

    Hi,

    I have a question about the following behavior in the spring-transaction: When the following code is executed the transaction will correctly be committed only if the transaction annotation was...
  4. Hi, Did you find any answer? I'm passing by...

    Hi,

    Did you find any answer? I'm passing by the exactly problem. However, I can't do a refresh in my case, because I'm passing the delta information and I can't lose the information in my pojos...
  5. Replies
    13
    Views
    1,970

    My problem was only version. I updated maven...

    My problem was only version. I updated maven dependencies to 2.5.5 and xxaspectxx to 1.6 then finally it works.
  6. I think my problem was only version. I updated...

    I think my problem was only version. I updated again all maven dependencies to 2.5.5 and now everything is working.
    Anyone have a tip abou unit test with @Configurable and...
  7. Replies
    13
    Views
    1,970

    This is not my problem because I set to aspectJ...

    This is not my problem because I set to aspectJ to generate a message and the messange was printed.

    <weaver options="-verbose -showWeaveInfo...
  8. Replies
    13
    Views
    1,970

    I put in...

    I put in classification\src\main\webapp\META-INF\aop.xml
    I'm using maven.
  9. Replies
    13
    Views
    1,970

    Hi, when I put in my...

    Hi, when I put <context:spring-configured/> in my application context I'm receiving the following message. Anyone knows this problem?

    ERROR-Context initialization failed...
  10. I´m with 2.5.x version and I´m not using aop.xml....

    I´m with 2.5.x version and I´m not using aop.xml.
    I´m only inject in a object domain model intantiate by hibernate a spring object, by the annotation configurable and autowire.
    Following my error...
  11. Jorge, did you discover your problem? I´m seems...

    Jorge, did you discover your problem? I´m seems be in the same case that your.
    Thank you.
    CLeiton.
  12. Replies
    13
    Views
    1,970

    Hi, I thing that I'm having the same problem....

    Hi,

    I thing that I'm having the same problem. I'd like to know if is possible define a pointcut to intercept methods in hibernate entity? These entities is not defined in the spring, only my dao...
Results 1 to 12 of 12