[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: PAS - Pick up new r-code

  • Thread starter Thread starter Irfan
  • Start date Start date
Status
Not open for further replies.
I

Irfan

Guest
I just tried to create a class file with a property to get the value on the property 'test1' and deployed it in PASOE PROPATH. CLASS OpenEdge.Test.TestSingleton: define public static property test1 as int init 1 get. set. END CLASS. Make multiple calls over a APSV to that class from a procedure and it worked fine. Changed the property INIT to a different value and then executed 'terminateFreeABLSessions' API , observed that the sessions got terminated and then on a new request I see that the changed property INIT value is reflected correctly. So I think 'terminateFreeABLSessions' would be a better API to refresh the rcode.

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