Hi,
I need to configure JMX in my Spring Batch Application. I added Spring 1.2 manager, resource and integration jars and on the server startup,
I am getting the same error. Please suggest.
Thanks,Code:Error:Caused by: org.springframework.beans.factory.xml.XmlBeanDefin itionStoreException: Line 38 in XML document from URL [jar:file:/D:/EclipseWorkspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/SpringBatchWeb/WEB-INF/lib/spring-batch-admin-manager-1.2.0.RELEASE.jar!/META-INF/spring/batch/bootstrap/integration/configuration-context.xml] is invalid; nested exception is org.xml.sax.SAXParseException: cvc-complex-type.3.2.2: Attribute 'cron' is not allowed to appear in element 'poller'. at org.springframework.beans.factory.xml.XmlBeanDefin itionReader.doLoadBeanDefinitions(XmlBeanDefinitio nReader.java:396) at org.springframework.beans.factory.xml.XmlBeanDefin itionReader.loadBeanDefinitions(XmlBeanDefinitionR eader.java:334) at org.springframework.beans.factory.xml.XmlBeanDefin itionReader.loadBeanDefinitions(XmlBeanDefinitionR eader.java:302) at org.springframework.beans.factory.support.Abstract BeanDefinitionReader.loadBeanDefinitions(AbstractB eanDefinitionReader.java:143) at org.springframework.beans.factory.support.Abstract BeanDefinitionReader.loadBeanDefinitions(AbstractB eanDefinitionReader.java:178) at org.springframework.beans.factory.xml.DefaultBeanD efinitionDocumentReader.importBeanDefinitionResour ce(DefaultBeanDefinitionDocumentReader.java:187) ... 33 more Caused by: org.xml.sax.SAXParseException: cvc-complex-type.3.2.2: Attribute 'cron' is not allowed to appear in element 'poller'. at com.sun.org.apache.xerces.internal.util.ErrorHandl erWrapper.createSAXParseException(Unknown Source) at com.sun.org.apache.xerces.internal.util.ErrorHandl erWrapper.error(Unknown Source) at com.sun.org.apache.xerces.internal.impl.XMLErrorRe porter.reportError(Unknown Source) at com.sun.org.apache.xerces.internal.impl.XMLErrorRe porter.reportError(Unknown Source) at com.sun.org.apache.xerces.internal.impl.xs.XMLSche maValidator$XSIErrorReporter.reportError(Unknown Source)
Navya


Reply With Quote
