2 Replies Latest reply on Apr 19, 2002 3:41 AM by pensejer

    JBoss 3.0.0RC1 Relations are not stored

    pensejer

      We use local Entity Beans (CMP and CMT) which have relations between each other.

      Everything worked fine with JBoss 3.0.0alpha and beta but
      the relations are not stored in the database (Oracle817) with RC1 (JDBC driver is the SEROPTO from INET software).

      All CMP fields are handled correctly only CMR fields cause
      the problems.

      The CMR fields are handled in the ejbPostCreate method.

      The configuration file for oracle is the most recent of the CVS repository.

      While createing the bean instances we get the following warning:

      =====================================================

      16:40:36,737 WARN [LocalTxConnectionManager] prepare called on a local tx. You are not getting the semantics you expect!

      =====================================================

      Can anybody tell us what the warning means or give us a hint for solving the storage problem.