Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    13
    Views
    4,029

    F.Y.I ...

    F.Y.I

    http://opensource.atlassian.com/projects/spring/browse/SPR-1211[/url]
  2. Replies
    3
    Views
    986

    If you are trying to use look-up method, you...

    If you are trying to use look-up method, you shouldn't have this line in the context:


    <property name="testClass"><ref local="testBO"/></property>


    so, the context should look like this:
    ...
  3. Replies
    13
    Views
    4,029

    Rob, I have the same problem for Null Pointer...

    Rob,

    I have the same problem for Null Pointer Exception:



    <bean id="debugInterceptor" class="org.springframework.aop.interceptor.DebugInterceptor"/>


    <bean id="myTestController"
  4. Replies
    13
    Views
    4,029

    Right now, I do have the Spring AOP jar on my...

    Right now, I do have the Spring AOP jar on my classpath for compilation.

    Any idea why I have all the null instance fields in the "proxy" ojbect?
  5. Replies
    13
    Views
    4,029

    Thanks for your response! My "target" class is...

    Thanks for your response!

    My "target" class is a Spring MVC controller class, and when I run in debugging mode(MyEclipse, WebLogic8.1), I can see that the "this" variable(i.e. myTestController) ...
  6. Replies
    13
    Views
    4,029

    problem when proxy class using CGLIB

    I'm trying to play with Spring AOP, so far it works fine when I proxy interfaces(i.e use JDK Dynamic proxy), but once I switched to proxy classes(i.e use CGLIB), all of the instance variable of the...
  7. Impossible to auto proxy an object created by new operator

    I am reading the book "Professional Java Development with the Spring Framework", on page 147, it says "It's not possible to automatically proxy an object created using the new operator using Spring...
Results 1 to 7 of 7