0 Replies Latest reply on Jan 8, 2003 12:00 PM by xlahaut

    Load relation failed

    xlahaut

      Hi
      In my jbosscmp-jdbc.xml, I've got the defaults tag with these attributes :
      java:/CortestDS
      <datasource-mapping>InformixDB</datasource-mapping>
      <create-table>false</create-table>
      <remove-table>false</remove-table>
      <pk-constraint>true</pk-constraint>
      <fk-constraint>true</fk-constraint>

      Now when I tried to overide those attributes in each entity bean and relationship, I've got an Exception like this :
      Load relation failed; CausedByException is: Table not found:...
      I known it's not the first topic about this problem, but I've not found some solution in the forum )c:
      Can someone help me ?

      Xavier