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 "Reshat Sabiq (JIRA)" <ji...@apache.org> on 2007/04/04 00:15:32 UTC

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

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.


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

Posted by "Dain Sundstrom (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Reshat Sabiq (JIRA)" <ji...@apache.org>.
     [ 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.