Hey,
I'm running into a problem that I believe to be the exact same as the one found here:
http://forum.springsource.org/showth...lderConfigurer
However, the attribute I'm having trouble with is tx:annotation-driven's order. It is defined in the schema as an xsd:int. I guess this causes the SAX parser to choke before PropertyPlaceholderConfigurer has a chance to replace the property placeholder.
Should "order" be a string instead? Is there anyway to work around this limitation?Code:Caused by: org.xml.sax.SAXParseException: cvc-datatype-valid.1.2.1: '${AopConfiguration.transaction}' is not a valid value for 'integer'.
--
Thanks,
Ryan


Reply With Quote