1 Reply Latest reply on Nov 26, 2001 7:42 AM by kryptontri

    jaws.xml

    kryptontri

      Hi all you hackers!

      Problem:
      my jaws.xml is as follows

      <?xml version="1.0" encoding="UTF-8"?>

      java:/HypersonicDS
      <type-mapping>Hypersonic SQL</type-mapping>
      true

      <default-entity>
      <create-table>false</create-table>
      <remove-table>false</remove-table>
      <tuned-updates>false</tuned-updates>
      <read-only>false</read-only>
      <time-out>300</time-out>
      <select-for-update>false</select-for-update>
      <pk-constraint>true</pk-constraint>
      </default-entity>


      yet - jboss 2.4.1 looks for DefaultDS - ok so to fix this i modified the standardjaws.xml

      then ... it still tries to create a default table XXXEJB ?

      for example i deploy an AccountEJB - jaws jumps to hypersonic and tries to create the table upon startup, subsequent queries try to access AccountEJb table ?

      any ideas ?

      By the way ... this is an 3l33t server *sigh*

      Thanks

      K