Search:

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

Search: Search took 0.03 seconds.

  1. NEVER MIND. I figured out the problem!!! It...

    NEVER MIND. I figured out the problem!!!

    It is my misunderstanding of method org.springframework.beans.factory.ListableBeanFactory.getBeansWithAnnotation().

    Basically the above method will...
  2. This is kind of disappointing that I haven't...

    This is kind of disappointing that I haven't gotten any reply from any Spring experts.

    My company is evaluating the Java-configuration support in Spring 3 and with this problem, we are not able...
  3. Weird @Autowired Behavior of @Configuration Class, which causes NPE

    Hi,

    I am running into a weird behavior of autowiring a @Configuration class inside another @Configuration class when there is a BeanFactoryPostProcessor in my application.

    If I run...
  4. LinkedInAdapter.updateStatus() Not Supported Yet

    Hi Keith,

    Is there a reason why this method is not implemented yet?

    I implemented it myself and only took a few lines of code. I am more than happy to contribute my implementation.

    Hien
  5. Thanks Craig. Yep, this issue is fixed in...

    Thanks Craig.

    Yep, this issue is fixed in latest snapshot build.
  6. FacebookTemplate.fetchObject() Failed due to Unrecognized field "degree"

    Hi All,

    I am using Spring Social M3 and it failed during the deserialization of Facebook user profile. Looks like class org.springframework.social.facebook.api.EducationEntry doesn't support a...
  7. Predefined Spring Expression (SpEL) Variables

    Hi,

    Recently I was playing with Spring Social and noticed the following expression:

    <constructor-arg value="#{request.userPrincipal.name}" />

    This seems to suggest that request variable is...
  8. AspectJ Support in Spring AOP 2.0 - subclass methods pointcut

    Does AspectJ support in Spring AOP 2.0 support the subclass pointcut expression?

    For example:

    execution(public * my.springclass.aop.auto.Car+.*(..))

    In my example, Car class extends...
  9. This is a very common query scenario. I am very...

    This is a very common query scenario. I am very suprise that Spring doesn't provide an easy way to support this kind of query.

    Thanks,

    Hien
Results 1 to 9 of 9