Uploaded image for project: 'Red Hat Fuse'
  1. Red Hat Fuse
  2. ENTESB-10881

Cannot enable JDBC and PG transports

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Blocker
    • fuse-7.4-GA
    • fuse-7.4-GA
    • Data Integration
    • None
    • % %
    • Hide

      1. clone the teiid-openshift-examples repo and set up the rdbms-example according to the readme
      2. edit the application.properties file to include

      teiid.jdbc-enable=true
      teiid.pg-enable=true
      

      3. mvn clean package && java -jar target/rdbms-example-1.2.0-SNAPSHOT.jar
      4. try to connect to port 31000 or 5432, get connection refused. Connecting to 8080 works and loads the odata interface

      Show
      1. clone the teiid-openshift-examples repo and set up the rdbms-example according to the readme 2. edit the application.properties file to include teiid.jdbc-enable= true teiid.pg-enable= true 3. mvn clean package && java -jar target/rdbms-example-1.2.0-SNAPSHOT.jar 4. try to connect to port 31000 or 5432 , get connection refused. Connecting to 8080 works and loads the odata interface

    Description

      Enabling the JDBC or PG transports in the maven-based Data Integration deployment does not actually enable them - the teiid embedded server is not listening on the specified ports.

      In effect, this also prevents JDBC and PG to work in the openshift deployment from syndesis , since that uses the maven-based deployment internally.

      Attachments

        Activity

          People

            rhn-engineering-rareddy Ramesh Reddy
            asmigala@redhat.com Andrej Smigala
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: