Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    9
    Views
    1,747

    I think my problems come from hibernate not...

    I think my problems come from hibernate not Spring AOP ...
    It may be a hazard that the behaviour changes when I activate AOP.
    I wil post a reply when I will have the solution.
  2. Replies
    9
    Views
    1,747

    I will prepare a sample archive to investigate...

    I will prepare a sample archive to investigate this problem, I will post it as soon as possible.
    Thanks for your answers Joerg.

    Fred
  3. Replies
    9
    Views
    1,747

    I comment the advisor in the aop:config ...

    I comment the advisor in the aop:config



    <aop:config>
    <aop:pointcut id="billingOperation" expression="execution(* com.f4.owl.service.billing.BillingService.*(..))"/>
    ...
  4. Replies
    9
    Views
    1,747

    Thank you for your answer again. When I...

    Thank you for your answer again.

    When I disable AOP transactions, everything works fine, the object retrieved from the DAO is of the good type (InternalCard). The problem is not coming from...
  5. Replies
    9
    Views
    1,747

    Thank you for your answer. Yes, I know JDK...

    Thank you for your answer.

    Yes, I know JDK proxies works on interface. But I have no interfaces here just the abstract classes PaymentMethod and the concrete class InternalCard. So I don't...
  6. Replies
    9
    Views
    1,747

    Help

    Nobody to help me ;-((((( ???
  7. Replies
    9
    Views
    1,747

    Spring AOP, Transaction and Hibernate

    Hello, I have a problem when I enable AOP transactions on services that are using hibernate based DAO.

    Here is my domain model and hibernate mapping file:



    public abstract class...
Results 1 to 7 of 7