0 Replies Latest reply on May 7, 2002 2:41 PM by pcharlton

    CreateException: Cannot Create Entity

    pcharlton

      I am using a Standard CMP Entity Bean with a Level 4 JDBC connection to a GUPTA SQLBase database. My bean is Container Managed using JBOSS 2.4.3 - Tomcat 3.2.3 and is called remotely from a stateless session bean using JNDI lookup.

      I am able to create the first entity alright, and the values are correctly stored in the database. My primary key is incremented correctly for the second entity, and all columns are not null.

      When I attempt to create a SECOND entity, I receive an SQLException stating "No Command Found To Process", which is a db server error being returned.

      Could someone point me in the direction I need to look? Is this a JDBC driver issue? Entity configuration ?