We currently have a parent process map configured in Process Builder with a callback activity which maps a custom SDT from a child process back to the parent process.
Currently the bps inbound listener associated with the Http Inbound-Step Activity fails to start due to an error out which cites an "Invalid value constraint value ' ' in element (first DateTime SDT)
Attached is the full error message from the server.log:
"Life Annuities Callback Test" is the name of the Parent Process, "Steven Callback" is the name of the Http Inbound-Step on the parent Process and "T_PendTime" is a custom Date Type SDT attribute.
2011-07-26 11:29:35,671 INFO [STDOUT] Init Listener: Process - Life Annuities Callback Test Activity - Steven Callback
2011-07-26 11:29:35,744 ERROR [STDERR] org.xml.sax.SAXParseException: e-props-correct.2: Invalid value constraint value '' in element 'T_PendTime'.
2011-07-26 11:29:35,744 ERROR [STDERR] at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:236)
2011-07-26 11:29:35,744 ERROR [STDERR] at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:172)
2011-07-26 11:29:35,744 ERROR [STDERR] at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:382)
2011-07-26 11:29:35,745 ERROR [STDERR] at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.reportSchemaError(XSDHandler.java:2241)
2011-07-26 11:29:35,745 ERROR [STDERR] at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractTraverser.reportSchemaError(XSDAbstractTraverser.java:612)
2011-07-26 11:29:35,745 ERROR [STDERR] at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDElementTraverser.traverseNamedElement(XSDElementTraverser.java:474)
2011-07-26 11:29:35,745 ERROR [STDERR] at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDElementTraverser.traverseLocal(XSDElementTraverser.java:214)
2011-07-26 11:29:35,745 ERROR [STDERR] at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.traverseLocalElements(XSDHandler.java:1781)
2011-07-26 11:29:35,745 ERROR [STDERR] at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.parseSchema(XSDHandler.java:484)
2011-07-26 11:29:35,745 ERROR [STDERR] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.loadSchema(XMLSchemaLoader.java:556)
2011-07-26 11:29:35,745 ERROR [STDERR] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.loadGrammar(XMLSchemaLoader.java:523)
2011-07-26 11:29:35,745 ERROR [STDERR] at com.sun.org.apache.xerces.internal.jaxp.validation.xs.SchemaFactoryImpl.newSchema(SchemaFactoryImpl.java:206)
2011-07-26 11:29:35,745 ERROR [STDERR] at javax.xml.validation.SchemaFactory.newSchema(SchemaFactory.java:489)
2011-07-26 11:29:35,745 ERROR [STDERR] at com.documentum.bps.schema.SchemaDefinition.setSchema(SchemaDefinition.java:210)
2011-07-26 11:29:35,745 ERROR [STDERR] at com.documentum.bps.schema.SchemaDefinition.<init>(SchemaDefinition.java:71)
2011-07-26 11:29:35,745 ERROR [STDERR] at com.documentum.bps.inbound.ActivityProcessingInfo.addInputSchemaDefinition(ActivityProcessingInfo.java:159)
2011-07-26 11:29:35,745 ERROR [STDERR] at com.documentum.bps.inbound.ActivityProcessingInfo.<init>(ActivityProcessingInfo.java:48)
2011-07-26 11:29:35,745 ERROR [STDERR] at com.documentum.bps.inbound.AbstractListener.startUp(AbstractListener.java:128)
2011-07-26 11:29:35,745 ERROR [STDERR] at com.documentum.bps.inbound.DocbaseListenerManager.startListenerAfterSettingCL(DocbaseListenerManager.java:455)
2011-07-26 11:29:35,745 ERROR [STDERR] at com.documentum.bps.inbound.DocbaseListenerManager.startListener(DocbaseListenerManager.java:339)
2011-07-26 11:29:35,745 ERROR [STDERR] at com.documentum.bps.inbound.DocbaseListenerManager.startListeners(DocbaseListenerManager.java:282)
2011-07-26 11:29:35,745 ERROR [STDERR] at com.documentum.bps.inbound.DocbaseListenerManager.pollListeners(DocbaseListenerManager.java:172)
2011-07-26 11:29:35,745 ERROR [STDERR] at com.documentum.bps.inbound.BPSInboundFramework.reinitDocbaseListenerManager(BPSInboundFramework.java:187)
2011-07-26 11:29:35,745 ERROR [STDERR] at com.documentum.bps.inbound.BPSInboundFramework.reInitLsnrMgr(BPSInboundFramework.java:173)
2011-07-26 11:29:35,745 ERROR [STDERR] at com.documentum.bps.inbound.BPSInboundFramework.access$000(BPSInboundFramework.java:20)
2011-07-26 11:29:35,745 ERROR [STDERR] at com.documentum.bps.inbound.BPSInboundFramework$1.run(BPSInboundFramework.java:204)
2011-07-26 11:29:35,745 ERROR [STDERR] at java.util.TimerThread.mainLoop(Timer.java:512)
2011-07-26 11:29:35,745 ERROR [STDERR] at java.util.TimerThread.run(Timer.java:462)
We have tried creating entirely new maps which do not reference any maps that could have been installed beforehand / abandoned, creating new SDT's, etc.
Has anyone seen this problem beforehand / does anyone have any potential solutions?
Thanks so much!