Thanks Alejandro/Thiago,

I updated my chenillekit dependency as shown below
                <dependency>
                        <groupId>org.chenillekit</groupId>
                        <artifactId>chenillekit-tapestry</artifactId>
                        <version>1.3.0</version>
                        <exclusions>
                                <exclusion>
                                        <groupId>org.apache.tapestry</groupId>
                                        <artifactId>tapestry-ioc</artifactId>
                                </exclusion>
                                <exclusion>
                                        <groupId>org.apache.tapestry</groupId>
                                        <artifactId>tapestry-func</artifactId>
                                </exclusion>
                                                <exclusion>
                                                        <groupId>jboss</groupId>
                                                        
<artifactId>javassist</artifactId>
                                                </exclusion>
                                                <exclusion>
                                                        
<groupId>commons-beanutils</groupId>
                                                        
<artifactId>commons-beanutils-core</artifactId>
                                                </exclusion>
                                                <exclusion>
                                                        
<groupId>commons-beanutils</groupId>
                                                        
<artifactId>commons-beanutils</artifactId>
                                                </exclusion>
                        </exclusions>

and now I am getting the following error. It looks like I have a conflict in
another dependency. I'll post the results when I figure it out. 

2011-02-10 22:12:02.277::WARN:  Nested in
org.springframework.beans.factory.parsing.BeanDefinitionParsingException:
Configuration problem: Failed to import bean definitions from URL location
[classpath:/conf/smsService-applicationContext.xml]
Offending resource: ServletContext resource
[/WEB-INF/celestiatech-applicationContext.xml]; nested exception is
org.springframework.beans.factory.parsing.BeanDefinitionParsingException:
Configuration problem: Failed to import bean definitions from URL location
[classpath:/conf/baseService-applicationContext.xml]
Offending resource: class path resource
[conf/smsService-applicationContext.xml]; nested exception is
org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected
exception parsing XML document from class path resource
[conf/baseService-applicationContext.xml]; nested exception is
java.lang.NoSuchMethodError:
org.springframework.util.xml.DomUtils.getChildElements(Lorg/w3c/dom/Element;)Ljava/util/List;:
java.lang.NoSuchMethodError:
org.springframework.util.xml.DomUtils.getChildElements(Lorg/w3c/dom/Element;)Ljava/util/List;
-- 
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Tapestry-5-2-1-upgrade-woes-tp2849844p3379138.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to