NEVER MIND. I figured out the problem!!!
It is my misunderstanding of method org.springframework.beans.factory.ListableBeanFactory.getBeansWithAnnotation().
Basically the above method will...
Type: Posts; User: hluu; Keyword(s):
NEVER MIND. I figured out the problem!!!
It is my misunderstanding of method org.springframework.beans.factory.ListableBeanFactory.getBeansWithAnnotation().
Basically the above method will...
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...
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...
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
Thanks Craig.
Yep, this issue is fixed in latest snapshot build.
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...
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...
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...
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