2 Replies Latest reply on Apr 7, 2003 9:33 AM by amenosse

    BMP / "unknown managed connection"

    psithomas

      I implemented a BMP-Bean and inserting records or retrieving data from the related table works fine.
      Everytime I try to remove a record I get an IllegalArgumentException:

      java.lang.IllegalArgumentException: disconnect(ManagedConnection mc: null,
      Object c: org.jboss.resource.adapter.jdbc.local.LocalConnection@1456c5)
      called with unknown managed connection

      This exception occurs after ejbRemove has been left (caused by the commit I assume).
      I don't have a clue where to look for the problem. I'm using Oracle 8.1.7, JBoss 3.0.4 and XDoclet.

      Any hints would be appreciated.