Unable to parse nested custom spring tags (defined using spring 2 handlers)
---------------------------------------------------------------------------
Key: XBEAN-56
URL: http://issues.apache.org/jira/browse/XBEAN-56
Project: XBean
Issue Type: Bug
Components: spring
Affects Versions: 2.6
Reporter: Guillaume Nodet
Fix For: 2.7
For example, the following definition does not work:
<beans xmlns:b="http://xbean.apache.org/schemas/pizza"
xmlns:util="http://www.springframework.org/schema/util">
<b:dummy>
<b:inner>
<util:constant
static-field="java.sql.Connection.TRANSACTION_SERIALIZABLE"/>
</b:inner>
</b:dummy>
</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