[ http://issues.apache.org/jira/browse/XBEAN-42?page=all ]

james strachan closed XBEAN-42.
-------------------------------

    Fix Version/s: 2.6
       Resolution: Fixed

Turned out to be a trivial bug fix - we just need to add the following line to 
the generated XSDs...

 <xs:attribute name='id' type='xs:ID'/>

if the element does not already have an 'id' attribute

> generated XSDs don't handle the spring ID/IDREF type for 'id' attributes
> ------------------------------------------------------------------------
>
>                 Key: XBEAN-42
>                 URL: http://issues.apache.org/jira/browse/XBEAN-42
>             Project: XBean
>          Issue Type: Bug
>          Components: spring
>    Affects Versions: 2.5
>            Reporter: james strachan
>             Fix For: 2.6
>
>
> e.g. in ActiveMQ we cannot use the following...
> <beans>
>   <amq:queue id="destination"  
> physicalName="org.apache.activemq.spring.Test.spring.embedded"/>
> </beans>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to