Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    2,079

    Bump!!!!!!

    Bump!!!!!!
  2. Replies
    8
    Views
    2,079

    How can I specify "match anything but a method...

    How can I specify "match anything but a method called skipMe()" in the Advosr constructor.




    RegexpMethodPointcutAdvisor advisor =
    new RegexpMethodPointcutAdvisor("??skipMe??", advice);
  3. Replies
    8
    Views
    2,079

    Ok, thanks. I have gone through the official...

    Ok, thanks.

    I have gone through the official Docs of Spring AOP to ensure I've covered all Sections under AOP and written some code to implement each of them.

    Is there any other comprehensive...
  4. Replies
    8
    Views
    2,079

    Ok. So theres really no way that a Advisor...

    Ok.

    So theres really no way that a Advisor support class can be used. Like RegexpMethodPointcutAdvisor or DefaultPointcutAdvisor.

    Am I correct in understanding that a DefaultPointcutAdvisor can...
  5. Replies
    8
    Views
    2,079

    View Post

    Hi,

    I am trying to rewrite the Advisor below using the <aop:advisor tag.



    <bean id="aroundAdvisor"
    class="org.springframework.aop.support.RegexpMethodPointcutAdvisor">
    <property...
  6. Replies
    2
    Views
    1,221

    Thank you!

    Thank you!
  7. Replies
    2
    Views
    1,221

    setTarget on ProxyFactory

    Hi,

    If I set more than one target on the same ProxyFactory, does the old target get overridden?



    ProxyFactory factory = new ProxyFactory();
    factory.addAdvice(someAdviceObj);

    // Set...
  8. Replies
    13
    Views
    2,298

    Thanks so much al0 for demonstrating this in the...

    Thanks so much al0 for demonstrating this in the code.

    Coincidentally, I found this article on Spring .org that basically talks about the <util: tag. I tried the <util:propertypath tag, and it...
  9. Replies
    7
    Views
    1,124

    Thanks guys.

    Thanks guys.
  10. Replies
    7
    Views
    1,124

    Thank you. And theres some here as well...

    Thank you.

    And theres some here as well outlining the exact util and the XSDs involved, just found it out.
    ...
  11. Replies
    7
    Views
    1,124

    I have been going through the Documentation on...

    I have been going through the Documentation on the Spring .org website, but did not find anything about using these custom tags. Nevertheless, I feel they offer a variety of functionality.

    Can...
  12. Replies
    13
    Views
    2,298

    Sorry to confuse you, but the dot notation DID...

    Sorry to confuse you, but the dot notation DID NOT WORK.

    I am trying one your alternatives, but nothing is working yet.

    To simplify, can you illustrate in a different example please?

    Lets...
  13. Replies
    13
    Views
    2,298

    Interestingly, simple dot notation did work, and...

    Interestingly, simple dot notation did work, and I see the date value inserted into the DB (12/28/2007 12:00:00 AM). Here is my code:



    <!-- TODO - How to bind this property to a function call?...
  14. Replies
    13
    Views
    2,298

    Exactly what am looking for... thanks! I had...

    Exactly what am looking for... thanks!

    I had figured it out up to a custom DateProvider, but did not know how to bind the property (del_version_date) to ref-bean dateProvider's specific property...
  15. Replies
    13
    Views
    2,298

    Yes, I am just starting to learn Spring. Thanks...

    Yes, I am just starting to learn Spring. Thanks for the answers above.
  16. Replies
    13
    Views
    2,298

    Bump!!!!!!!

    Bump!!!!!!!
  17. Replies
    13
    Views
    2,298

    Questions on Spring-Config.

    Hi, I have some basic questions about Spring.

    1. How do I pass Dates in the config file? This line is throwing a String to Date conversion error.

    <property name="del_version_date"...
Results 1 to 17 of 17