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...
Type: Posts; User: cleitonsg; Keyword(s):
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...
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...
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...
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...
My problem was only version. I updated maven dependencies to 2.5.5 and xxaspectxx to 1.6 then finally it works.
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...
This is not my problem because I set to aspectJ to generate a message and the messange was printed.
<weaver options="-verbose -showWeaveInfo...
I put in classification\src\main\webapp\META-INF\aop.xml
I'm using maven.
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...
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...
Jorge, did you discover your problem? I´m seems be in the same case that your.
Thank you.
CLeiton.
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...