What are the right steps to add account groups to SAPintegration extension?
I tried unzip the JAR > edit xml file > re-zip > rename back to JAR. Got null pointer exception when loading customer IDoc.
I tried to add xml code below to generated customer canonical extension, in CustomCustomer-canonical-datahub-extension-spring.xml,
but got this error:
[2015-08-29 01:49:57,361] [ERROR] [org.springframework.web.context.ContextLoader] Context initialization failed org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 30 in XML document from URL [jar:file:/C:/datahub56/extensions/Customidoc/CustomCustomer-canonical-1.0.jar!/META-INF/CustomCustomer-canonical-datahub-extension-spring.xml] is invalid; nested exception is org.xml.sax.SAXParseException; lineNumber: 30; columnNumber: 54; cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'int-xml:xpath-router'. at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:399) ~[spring-beans-4.1.5.RELEASE.jar:4.1.5.RELEASE] at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:336) ~[spring-beans-4.1.5.RELEASE.jar:4.1.5.RELEASE]