I'm getting an "Exception Publishing Business Space" error when I try to publish. The full error message is:
"Could not prepare entity statement 14 'DROP TABLE' cannot be performed on 'BUYPROPERTY_DEALNOTE' because it does not exist.
Prior to publishing, I had deleted/renamed several BO's. The 'DealNote' BO had been deleted. When I published the first time, I got an exception error stating that persistence information did not exist for the BO I had renamed. I was able to work around that error by creating a new instance of the the BO with the original name and then deleting it. However, when I tried to publish the second time, I got the above referenced error pertaining to the DealNote BO.
Apparently, what happened was that Aware IM had successfully dropped the DealNote BO during the first publish attempt, but since the publish failed, the DealNote BO is still in queue to be dropped. This means that database transactions performed during the publish process are non-atomic, but that's a whole separate discussion. Right now, I just need a workaround that will allow me to publish this Business Space.