[Progress Communities] [Progress OpenEdge ABL] Forum Post: Class (full) name (path). Once deployed on PASOE instance... how PROPATH should be configur

Status
Not open for further replies.
O

OctavioOlguin

Guest
Greetings. I have this class: USING Progress.Lang.*. BLOCK-LEVEL ON ERROR UNDO, THROW. CLASS procs.ven.AppS.pedidostransp: {procs\ven\inc\ttPedidoTransp.i} @openapi.openedge.export(type="REST", useReturnValue="false", writeDataSetBeforeImage="false"). METHOD PUBLIC VOID GetPedidos( OUTPUT TABLE FOR ttPedidos): mapped on a service that I export and deployrest correctly (I guess) and have this oeprop: AppServer.Agent.transport.PROPATH=g:\inst\transport\openedge,G:\Progress\OpenEdge/tty,G:\Progress\OpenEdge/tty/netlib/OpenEdge.Net.pl,g:\inst\transport\webapps\ROOT\WEB-INF\openedge\tap,g:\inst\transport\webapps\ROOT\WEB-INF\openedge\sch BUT, on http://10.101.102.151:8819/rest/transp/pedidos I get _errors object {1} _errors [1] 0 {2} errorMsg : Condición de ERROR del 4GL: procs.ven.AppS.pedidostransp Singleton la creación de instancias de objetos terminó con la condición an ERROR. (16819) (7211) _errorNum : 16819 I'm quite sure, the problem is the module name in the class. found this Progress KB - Error 16819 in the web browser when running rest service after deploying to tomcat in linux but I think its a little old. (there is no "@program FILE(name=" ..." on the annotations of current version) Q uestion is... Where can I find the info about the correct configuration, or how to manage module names, and program's .r file position on the directory tree, for such a class to instantiate correctly on PASOE?.. TIA Jorge Olguin

Continue reading...
 
Status
Not open for further replies.
Top