[
https://issues.apache.org/jira/browse/XBEAN-86?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Reshat Sabiq updated XBEAN-86:
------------------------------
Attachment: XBeanXmlBeanDefinitionParser.patch
This fixes it, and appears to be the right way to do it to avoid a lot of other
similar scenarios for various members of reservedElementNames.
> 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
> Attachments: XBeanXmlBeanDefinitionParser.patch
>
>
> 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.