Search:

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

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    1,445

    Interceptor to add argument to method

    Does anyone know if it is possible to write a interceptor can help adding argument to a method call transparently?

    e.g. xxxMethod(Arg 1)

    finally return, it is

    xxxMethod(Arg 1, Arg 2)
    ...
  2. Replies
    3
    Views
    5,061

    Audit Trail AOP Solution

    I experienced problems when desiging the audit trail architecture using AOP, I hope someone can help, my design is:

    An database audit trail interceptor with AutoProxyBeanName with monitoring the...
  3. Replies
    3
    Views
    5,061

    Database Audit Trail Solution for Spring

    Anyone has implemented any audit trail solution for Spring?

    Could you give me some idea or even source code?

    My wish is to have a audit trail interceptor catching the method names of the DAO...
  4. Andreas, Please ignore the previous post....

    Andreas,

    Please ignore the previous post. Thanks a lot for your kindly help.

    I found that the transaction is not running before, and now fixed.

    This thread could be closed.

    Thanks again!
  5. Andreas, Thanks for your help. I have...

    Andreas,

    Thanks for your help.

    I have turned on the debug on the class TransactionAspectSupport, but I didn't find any debug messages returned.

    I also tried not to use JDO but to use JDBC...
  6. More information on the exception:

    More information on the exception:
  7. Thanks. I did turn on the debug and I saw that...

    Thanks.

    I did turn on the debug and I saw that both the transaction manager and the transactionProxyFactory could be created in the bean factory successfully.

    However, I didn't find any debug...
  8. Andreas Senft, Thanks for your reply. I want...

    Andreas Senft,

    Thanks for your reply. I want all of the persistence having a transaction.

    I did define the Spring JdoTransactionManager and include it with the TransactionProxyFactoryBean, like...
  9. Need Help: Transaction is not active - Spring + JPOX JDO

    I need help urgently.

    I am using Spring 1.1 + JPOX JDO 1.1 Alpha 2 with the JDOTemplate and Spring JdoTransactionManager.

    I have set the JDO properties
    ...
  10. Calling Stored Procedure in iBatis with Spring

    I cannot find any method in the SqlMapClientTemplate that can call the stored procedure defined in the iBatis?

    Is there anyone have idea on this?

    Dave :oops:
  11. Replies
    5
    Views
    5,167

    Thanks for your reply. I like your design on the...

    Thanks for your reply. I like your design on the temporal data handling. I will try to discover more. :oops:
  12. Replies
    5
    Views
    5,167

    Hi, I just have a look to your ONess project....

    Hi, I just have a look to your ONess project. First to say, it is very nice as the common modules implemented in AOP could be used seperately.

    However, I would like to ask for several questions:
    ...
  13. Replies
    5
    Views
    5,167

    Audit Trail for Data Access in Spring

    I would like to ask if there is any generic audit trail to the data access in the JDOInterceptor/HibernateInterceptor or in Spring?

    If not, besides the use of the database trigger, anyone has...
  14. Replies
    2
    Views
    1,803

    That's cool. Thank you very much! :oops:

    That's cool. Thank you very much! :oops:
  15. Replies
    2
    Views
    1,803

    Meaning of TrasactionAttributes

    I found that in the TrasactionInterceptor, I could specify the transaction attributes, e.g. PROPAGATION_REQUIRED, PROPAGATION_MANDATORY, readOnly, ISOLATION_REQUIRED, etc

    Can anyone provide me the...
  16. Replies
    6
    Views
    2,806

    Re: JDO in Spring Documentation

    Very thanks for the help. That'll be great if you could provide more code examples to me if any.
  17. http://www.springframework.org/docs/reference/tran...

    http://www.springframework.org/docs/reference/transaction.html#d0e4431

    This may help :P
  18. Replies
    6
    Views
    2,806

    JDO in Spring Documentation

    I checked against the Spring Reference Documentation V1.1 and found that the JDO section is empty. But I am going to use JDO inside Spring for my coming project, is there any other documentation on...
Results 1 to 18 of 18