Uploaded image for project: 'Teiid'
  1. Teiid
  2. TEIID-3864

Connection to VDB remains valid after VDB is undeployed

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Major
    • None
    • 8.7.2.6_2
    • None
    • None
    • Hide
      Connection con = TeiidDriver.getInstance().connect("jdbc:teiid:myvdb@mm://localhost:31000;user=user;password=password", new Properties());
      System.out.println(con.isValid(1));
      // undeploy VDB
      System.out.println(con.isValid(1));
      

      Output:

      Unable to find source-code formatter for language: text. Available languages are: actionscript, ada, applescript, bash, c, c#, c++, cpp, css, erlang, go, groovy, haskell, html, java, javascript, js, json, lua, none, nyan, objc, perl, php, python, r, rainbow, ruby, scala, sh, sql, swift, visualbasic, xml, yaml
      true
      true
      
      Show
      Connection con = TeiidDriver.getInstance().connect( "jdbc:teiid:myvdb@mm: //localhost:31000;user=user;password=password" , new Properties()); System .out.println(con.isValid(1)); // undeploy VDB System .out.println(con.isValid(1)); Output: Unable to find source-code formatter for language: text. Available languages are: actionscript, ada, applescript, bash, c, c#, c++, cpp, css, erlang, go, groovy, haskell, html, java, javascript, js, json, lua, none, nyan, objc, perl, php, python, r, rainbow, ruby, scala, sh, sql, swift, visualbasic, xml, yaml true true

    Description

      Connection to VDB remains valid after VDB is undeployed.

      Attachments

        Activity

          People

            rhn-engineering-shawkins Steven Hawkins
            jdurani Juraj DurĂ¡ni (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: