0 Replies Latest reply on Apr 13, 2005 4:28 AM by nimrod

    why the <use-java-context/> in xxx-ds.xml does not work in J

    nimrod

      I configured my mssql-ds.xml in jboss4.0.2 like the following:


      <local-tx-datasource>
      <jndi-name>MSSQLDS</jndi-name>
      <use-java-context>false</use-java-context>
      .........
      .........

      but the <use-java-context/> element did not work, I could not find the jndi 'MSSQLDS' on my client,

      however the same mssql-ds.xml did work in jboss4.0.0.

      Does the Jboss4.0.2 does not support the <use-java-context/> any more?