J
jts-law
Guest
In order to guarantee that a temp table matches the database table we want to be able to use LIKE in the temp table definition. Currently, if LIKE is used on a temp table for a Business Entity used for a Data Object WebSpeed service (for REST), the service generates the exception below. This means that temp tables must be defined with each field hard coded in the definition which is not good if the schema for the database table changes. LogMgrWrtr [OE.W.DO.DOH.UI ERROR] Exception raised for GET http://localhost:8810/ABC/web/pdo/UI/Test; Entity=TestBE_4448; Operation=OpenEdge.Web.DataObject.MappedOperation_3340: GET svc:UI v1.0.0 uri:Test: type:Class ; name
rogress.Lang.Object, type-of
rogress.Lang.Object, fn:, numargs:2, num-schemas:1, name: LogMgrWrtr Error(s) raised: LogMgrWrtr Not Implemented (501) LogMgrWrtr Caused by: LogMgrWrtr Unable to find class method for OpenEdge.Web.DataObject.MappedOperation_3340: GET svc:UI v1.0.0 uri:Test: type:Class ; name
rogress.Lang.Object, type-of
rogress.Lang.Object, fn:, numargs:2, num-schemas:1, name: (0) LogMgrWrtr [OE.W.DO.DOH.UI ERROR] SendExceptionError status: 501 (Not Implemented)
Continue reading...




Continue reading...