Page 1 of 1

3.0 Migration With OMS and PriceList

Posted: Mon Jul 27, 2015 1:02 pm
by magicbacon
Hi,

I'm currently working on migrating 2.3 to 3.0. We are using OMS and Price List module in our project.

And when deploying the war, I'm getting a warning and an error.

[ WARN] 13:44:51[adminId:,custId:,programCode:] XmlBeanDefinitionReader - Ignored XML validation warning
org.xml.sax.SAXParseException: SchemaLocation: schemaLocation value = 'http://www.springframework.org/schema/beans http://www.springframework.org/schema/b ... ns-3.2.xsd http://www.springframework.org/schema/tx http://www.springframework.org/schema/t ... tx-3.2.xsd http://www.springframework.org/schema/aop http://www.springframework.org/schema/a ... op-3.2.xsd http://www.springframework.org/schema/util http://www.springframework.org/schema/u ... il-3.2.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/c ... xt-3.2.xsd http://www.springframework.org/schema/task http://www.springframework.org/schema/t ... sk-3.2.xsd http://schema.broadleafcommerce.org/mo http://schema.broadleafcommerce.org/mo/mo-3.0.xsd http://www.springframework.org/schema/b ... ns-3.1.xsd http://www.springframework.org/schema/t ... tx-3.1.xsd http://www.springframework.org/schema/a ... op-3.1.xsd http://www.springframework.org/schema/c ... xt-3.1.xsd http://schema.broadleafcommerce.org/mo/mo-2.2.xsd http://www.springframework.org/schema/jee http://www.springframework.org/schema/j ... ee-3.2.xsd http://www.springframework.org/schema/cache http://www.springframework.org/schema/c ... he-3.2.xsd http://www.springframework.org/schema/security http://www.springframework.org/schema/s ... ty-3.2.xsd http://www.springframework.org/schema/mvc http://www.springframework.org/schema/m ... c-3.2.xsd' must have even number of URI's.

[ERROR] 13:44:51[adminId:,custId:,programCode:] ContextLoader - Context initialization failed
org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 2001 in XML document from resource loaded from byte array is invalid; nested exception is org.xml.sax.SAXParseException: cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'jee:jndi-lookup'.

Please notice that there are XSD files with different versions. I'm thinking that of OMS module who has lower version of Spring framework dependency might be causing problem.

Do we have instruction or guidelines on how to migrate with OMS and Price List Module?

Thanks.