0 Replies Latest reply on Oct 27, 2005 3:50 PM by mdms

    Problem with table-name tag in deployment descriptor

    mdms

      Hi, people.
      By default the jboss uses the ejb jndi name for table name, but in my project I had used the table-name tag in jaws file but when the container do the query it uses the jndi name.
      There is some configuration on jboss to force it to use the table specified in deployment descriptor ?
      I am using CMP, EJB 1.1 ( :( ), Jboss 4.0.3
      There are some Ideas ?
      In the follow show the jboss dd
      Thanks in advance,
      Sincerely, Marcio David.


      java:/datasource
      <enterprise-beans>

      <ejb-name>EntiryBean</ejb-name>
      <table-name>TABLE_TO_SAVE</table-name>
      <cmp-field>
      .......