4GL Adapter work with 10.1C OO ABL?

Posted by Admin on 18-Sep-2009 12:36

I can't find any documentation out there to let me know if the 4gl Adapter works with 10.1C OO ABL.  I was able to publish to a topic useing OOABL and the JMS, but am getting some errors when trying to consume a message. It looks like the JMS has the correct handle, but the JMS is trying to call my message consumer method by doing a RUN <consumer> IN <handle>, which won’t work with a class.  Has anyone else tried this and/or have any suggestions?

All Replies

Posted by Admin on 18-Sep-2009 13:44

You'll need to provide a procedural wrapper for your class based logic.

Posted by Admin on 18-Sep-2009 13:50

Thanks Mike, that's what I thought but I figured it wouldn't hurt to ping the community.

Posted by Thomas Mercer-Hursh on 18-Sep-2009 14:08

Wouldn't it be nice to get to the point where classes weren't second class citizens?

Posted by Admin on 18-Sep-2009 14:12

Yes it would.

Posted by Admin on 18-Sep-2009 14:14

Would procedures become 2nd class citizens then?

Posted by Thomas Mercer-Hursh on 18-Sep-2009 14:17

I have no reason to ask for that and I am pretty sure that PSC would never go that direction since it would break existing code.  All I want is parity.

This thread is closed