0 Replies Latest reply on Nov 28, 2003 5:55 AM by xenonii

    jbosscmp-jdbc.xml ignored AGAIN

    xenonii

      hi,
      i found a post similar to mine but it wasn't of any help...
      i just want jboss to take notice of this file, since i would like to do a <post-table-create> but for now i just want to test it by changing the name of the table...
      i placed this file in the META-INF of the ejb jar file but its not taking any notice. Do i have something wrong here or in some config file some where else??

      <jbosscmp-jdbc>
      <enterprise-beans>

      <ejb-name>Module</ejb-name>
      java:/DefaultDS
      <datasource-mapping>mySQL</datasource-mapping>
      <table-name>mymoduel</table-name>

      </enterprise-beans>
      </jbosscmp-jdbc>

      i have tried looking into the jboss documentation we have bought, but it wasn't very helpful.

      any ideas?