In your bpel process, the output variable initialization happens within the if block. So if the if condition is not satisfied, your variable will be in an uninitialized state when the reply activity happens.
Regards Nandika On Wed, Aug 22, 2012 at 9:56 PM, Mohammad Benslimne < [email protected]> wrote: > Hi everybody, > > I'm trying to send a reply to my BPEL process's client. > But I'm getting an uninitializedVariable problem (see attached files for > more logs) : > [2012-08-22 11:25:02,980] ERROR - REPLY - > org.apache.ode.bpel.common.FaultException: { > http://docs.oasis-open.org/wsbpel/2.0/process/executable}uninitializedVariable: > The variable output isn't properly initialized. > > The variable used in the reply tag is just initialized in the previous tag > assign. > Please, does anyone have a solution to this problem, any third eye to > cross-review my code (see attached files) ? > > > > Regards, > Mohammad > > _______________________________________________ > Dev mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- Nandika Jayawardana Senior Technical Lead WSO2 Inc ; http://wso2.com lean.enterprise.middleware
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
