Hello !
I've just upgraded to Version 2.2. and everything seemed fine .... :?
When starting a process with the following actions
If EXISTS Warnung WHERE (Warnung.GiltBis>=CURRENT_DATE) Then DISPLAY MESSAGE 'Achtung es gibt aktuelle Warnungen'
CREATE Bestellung WITH Bestellung.Kunde=ThisKunde,Bestellung.Datum=BUSINESS_DAY_FORWARD(CURRENT_DATE),Bestellung.Bemerkung=ThisKunde.Bemerkung
VIEW Bestellung USING Main
Then AwareIM 2.2 Build 937 reproducible drops an Error 500 if the first action finds no records ! If the first action does find a record everything works fine.
The Output from AwareIM's log is:
Process status: Started
Unable to deserialize process context com.bas.basserver.executionengine.a; local class incompatible: stream classdesc serialVersionUID = 120896510790969603, local class serialVersionUID = -3954976629079359826
Unable to deserialize process context com.bas.basserver.executionengine.a.f; local class incompatible: stream classdesc serialVersionUID = -552482338519847023, local class serialVersionUID = 6963994737548707225
2007-01-09 18:03:13,430 Dispo#admin Notification#LogoutNotification -17
When upgrading from 2.0 to 2.2 I used the steps described here http://www.hiden.org/awareim/tips-n-tricks/upgrading-to-a-newer-version
Many thanks for your help !
Hubertus