1 Reply Latest reply on Jan 28, 2005 2:44 PM by adrian.brock

    Using NoTransFS RA from "JBoss 4 Application Server Guide" s

    scottmiller

      I'm able to run the NoTransFA resource adapter from "JBoss 4 Application Server Guide" section 7.2.5.

      The example bean gets a connection and then closes it w/o actually doing some i/o. In EchoBean.java, the connection is returned as a DirContext (FSDirContext) object. What's needed to take the DirContext object and actually perform i/o?