2 Replies Latest reply on Jan 29, 2003 5:20 PM by dlindsay

    intersection table not created when should be

    dlindsay

      I am runnig 2 machines.
      Each has jboss running on it.
      Each has an Oracle datasource registered.
      The database is the same, but the schemas are seperate.

      I defined a many-to-many relationship between 2 beans.
      When I deploy the beans into the first server using OracleDevlDS, the entity and intersection tables are generated perfectly in the Devl schema.

      When I deploy into the second server using the OracleDaveDS, the entity tables are generated fine but the server says:

      "Table 'INTR_MULT_PRIM' already exists"

      when in fact it doesn't. SqlPlus verifies this in the Dave schema.

      What the heck is going on?

      -David