0 Replies Latest reply on May 28, 2003 10:41 AM by raphael2

    Entity Bean x DAtabase

    raphael2

      I'll explain my situation :

      I got the application to run with Jboss Server, this application runs with entity beans to represent the database. There are too, a sql script to create the tables in the hsqldb.

      But in this script there are 3 columns called "END", "USER " and "JOIN", but this words are reserved words in the Sql Server. So, i change this columns to "ENDJ", "USERJ" and "JOINJ".

      Where I change my source to make the reference with this columns, my ejb-jar.xml file don't have this mapping.

      I'll post the ejb-jar.xml and my jbosscmp-jdbc.xml to see it.

      Thanks a lot !!!!!!!