0 Replies Latest reply on Apr 1, 2003 9:26 AM by mikewazowski

    Call an EntityBean out of a SessionBean

    mikewazowski

      Hi,

      what do I have to pay attention to when I want to create an EntityBean out of a SessionBean where I just establish a connection like this:
      ds = (DataSource) ic.lookup("java:/MSSQLDS");
      Connection con = ds.getConnection("abc", "abc");

      JBoss said something like this: "Can't establish clone connection - manual transaction mode".

      thx, MIKE :o)