PATCH: null parameter in spring injections
------------------------------------------
Key: XBEAN-86
URL: https://issues.apache.org/jira/browse/XBEAN-86
Project: XBean
Issue Type: Bug
Components: spring
Affects Versions: 2.7
Environment: Microsoft Windows XP [Version 5.1.2600]
Reporter: Reshat Sabiq
Spent a whole day on getting this to work thru xfire (services.xml):
<bean id="jaxbTypeRegistry" class="org.codehaus.xfire.jaxb.JaxbTypeRegistry" >
<constructor-arg index="0"><null/></constructor-arg>
</bean>
xbean-spring was forwarding this on erroneously to
XBeanXmlBeanDefinitionParser.parseBeanFromExtensionElement, rather than
delegating to super.
PATCH to be attached right after submission.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.