Uploaded image for project: 'Teiid'
  1. Teiid
  2. TEIID-833 Support tighter integration with container deployments
  3. TEIID-429

Use DataSources in creating the ConnectorBindings instead of creating one using the Driver

    XMLWordPrintable

Details

    • Sub-task
    • Resolution: Obsolete
    • Major
    • 7.0
    • 7.0
    • JDBC Connector
    • None
    • Documentation (Ref Guide, User Guide, etc.), Release Notes
    • Medium

    Description

      Currently when we have separate configurations for XA sources and Non-XA sources, these should be combined into one definition, and by default we should make attempt use the data sources instead of Drivers. This will make it easy on the user in specifying the properties rather than coming up with unique URL for the data source.

      This will add

      DatabaseName
      ServerName
      Port

      properties in addition to already provided,

      User
      Password
      URL -> expert=true

      properties. The URL property will be set to "expert", so that if one needs to use the Driver, you can still use it. In addition this needs to provide support to add additional properties that may be needed by the specific data source. For this add

      OptionalProperties

      This should be supplied in the format [name=value;name=value] and runtime engines should support these to add these properties as DataSource bean properties.

      Attachments

        Activity

          People

            rhn-engineering-rareddy Ramesh Reddy
            rhn-engineering-rareddy Ramesh Reddy
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: