*
* @throws Exception if any error occurs
*/
@Test
public void testCreateApplicationContextCustomContextPackagesConfiguration() throws Exception {
TestClass testClass = new TestClass(PackagesAnnotatedClass.class);
Map<String, String> properties = new HashMap<String, String>();
properties.put("customAnnotationContextClass",
"org.springframework.context.annotation.AnnotationConfigApplicationContext");
remoteConfiguration = new SpringIntegrationConfiguration(properties);