You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xbean-dev@geronimo.apache.org by "Dain Sundstrom (JIRA)" <ji...@apache.org> on 2008/02/28 21:23:51 UTC

[jira] Closed: (XBEAN-86) PATCH: null parameter in spring injections

     [ https://issues.apache.org/jira/browse/XBEAN-86?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dain Sundstrom closed XBEAN-86.
-------------------------------

    Resolution: Fixed

I apologize for not getting to this earlier.  After reviewing the patch in relation to the trunk code, I believe that has been fixed, but I am not sure exactly when it was fixed.  If it is still an issue in 3.3, can you please provide a test case to reproduce the problem.

> 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.