Hi,

In our app creation logic, we have number of steps and when each step
failed/succeeded, we add a event to a event table.

We found a situation, where the createAppInDataBase step failed, then the
addAppCreationEvent also getting failed.
That's because, in createAppInDataBase we add application and version data
to the database and then in addAppCreationEvent we query the AC_VERSION
table to get the application version.

How we fix this issue? although the createAppInDataBase step failed,
addAppCreationEvent cannot be failed.

[1] https://wso2.org/jira/browse/APPCLOUD-206

Thanks
Amalka
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to