The code is checked under contrib/modules: See https://svn.apache.org/repos/asf/tuscany/sca-java-2.x/trunk/contrib/modules/implementation-spring-runtime/src/main/java/org/apache/tuscany/sca/implementation/spring/namespace/ScaServiceBeanDefinitionParser.java
The idea is to use Spring extension handler to capture the sca extension elements and store them at the special application context subclass from Tuscany. Thanks, Raymond ________________________________________________________________ Raymond Feng [email protected] Apache Tuscany PMC member and committer: tuscany.apache.org Co-author of Tuscany SCA In Action book: www.tuscanyinaction.com Personal Web Site: www.enjoyjava.com ________________________________________________________________ On Aug 19, 2010, at 7:58 AM, Mike Edwards wrote: > Raymond Feng wrote: > <snip> >> 1) We use our own StAX parsing code to load the Spring XML bean definitions. >> I appreciate the coding efforts to support fair amount of Spring xml syntax >> but it seems to be a blackhole ahead of us. In the Spring xml definition I >> have, there are many edge cases that Tuscany code cannot handle. I'm not >> sure why we didn't choose to use the Spring XML bean definition loader to >> handle that. > <snip> >> Thanks, >> Raymond > > Raymond, > > How are you proposing to handle the parsing of the SCA extensions to the > Spring XML? > > > Yours, Mike. >
