0 Replies Latest reply on Sep 17, 2003 4:16 PM by pfowler

    Resource Adaptor for calling RPG programs on the AS400

    pfowler

      Has anyone had any luck creating a JCA resource adaptor for calling RPG programs (using PCML) on the AS400 (now called the iSeries)?

      I am new to the AS/400. I found some Java code that looks promising in JT/Open. It provides a connection class (AS400.java) and a connection pool class (AS400ConnectionPool.java). However, there is nothing in way of a JCA.

      Currently, we use this to make calls directly from a servlet in v3 of Tomcat. I would like to take a more layered approach with JBoss. Any pointers, examples of rs_ds.xml, or assistance would be greatly appreciated.