Hi,
I'm trying to use Events in my processes, what I did was: creating a new event type, assigning to it a XSD, then adding an event "Receive" to one process and another event "Throw" to another process, the good news is that everything went as I expected but the bad news is that I had an exception in the server log!! actually I could not figure it out.
can any one tell me why this exception is thrown? and how to handel it??
this is part of the exception:
10:13:51,694 ERROR [org.jboss.ejb.plugins.LogInterceptor] RuntimeException in method: public abstract java.lang.Object com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterLocal.doSupports(c om.adobe.idp.dsc.transaction.TransactionDefinition,com.adobe.idp.dsc.transaction.Transacti onCallback) throws com.adobe.idp.dsc.DSCException:
com.adobe.workflow.manager.InvalidStateException: Invalid status of: 2 expected: 1
Thank you
Hussam