Hi all! I just tried to implement the example shown here http://wiki.alfresco.com/wiki/Custom_Actions. I installed the latest SDK (alfresco-community-sdk-3.4.d) and tried to code unit test extending BaseSpringTest class. But Eclipse yielded that the hierarchy is inconsistent because the parent of BaseSpringTest (which is org.springframework.test.AbstractTransactionalDataSourceSpringContextTests) is missing. I downloaded spring-test jar manually and added it to the classpath and it works now. My question is - why spring-test is missing in the SDK and is it intentional?
Also i saw that BaseSpringTest uses depdecated class org.springframework.test.AbstractSingleSpringContextTests. Is there something newer for testing than BaseSpringTest?