While investigating the problem I noticed that the TRUNK-release has fixed this bug...
Type: Posts; User: tkl; Keyword(s):
While investigating the problem I noticed that the TRUNK-release has fixed this bug...
I have a factory class in my project. This class has a static factory method "createBean(SomeOtherBean arg)", with a bean declaration as follows:
<bean id="myBean" class="MyFactory"
...