1 Reply Latest reply on May 13, 2003 9:05 PM by davidjencks

    Datasource basis documentation

    tnsudarshan

      Is it possible to have a single datasource configuration file for a non-jdbc , resource adapter , which supports NoTx ,Local and XA ? on rel 3.2.1

      How would it look like ?

      Where should one look for , to see the basis documentation
      for *ds- permutations ?

      What configurations are allowed etc ? What are the possible attributes ?

      Any pointers , please ?

      Thanks



        • 1. Re: Datasource basis documentation
          davidjencks

          Sorry, I don't understand your question. If its not jdbc, its a ConnectionFactory not a DataSource. A particular ConnectionFactory is going to have only one of NoTx, local tx, or xa support configured. You can put as many connection factory configurations in one file as you want.

          There's not much documentation for the format. You can look at the samples such as firebird-ds.xml and look at the xsl that processes it, ConnectionFactoryTemplate.xsl. The source is in the connector module, connector/src/resources/stylesheets.