Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Issues and Resolutions :

1. spring bean override issue caused uconn's ojb-ar.xml is not loaded.

   The issue is overridden following bean. This bean is also overriden in spring-test-env-beans.xml. Based on the order of loading, 'spring-test-env-beans.xml' is loaded last. Therefore, it will use bean from 'spring-test-env-beans.xml'.  There are a couple of solutions.  Since Uconn is not using the unit test from Foundation, so removed 'spring-test-env-beans.xml' from spring.properties after discussion with dev team.

     <bean id="arModuleConfiguration" parent="arModuleConfiguration-parentBean">  

 

2. schema loading issue :

If we use the schemaLocation with DEV url and not running Tomcat locally, this test is going to fail, because
it won't be able to find the schema, such as electronicInvoice.xsd, unless Tomcat is running locally.
Therefore, for unit test purpose, let's set the schemaLocation to kfs-uat url.

'kfs-uat' is using "https", then there is SSL cert issue needs to be resolved.

 

  • No labels