Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-11612

Runtime detection does not add database connection for EAP6/AS7

    XMLWordPrintable

Details

    • Hide

      Add the connection profile manually:
      Define new connection type named "H2" from "Generic JDBC"
      On next screen, click the button to define a "New Driver Definition"
      On the screen that pops up, click on "Generic JDBC Driver" and rename to "H2"
      Click on the "Jar List" tab and add the H2 JAR to the list
      On the "Properties" tab you can set the following defaults:
      Connection URL: jdbc:h2:mem
      Database Name: PUBLIC
      Driver Class: org.h2.Driver
      User ID: sa
      Click "OK"
      Now you should be able to select H2 from the list of Drivers
      Enter the proper JDBC URL for H2 (somethink like jdbc:h2:file:///home/twoputt/databases/open18-db/h2)
      Click Test Connection

      Show
      Add the connection profile manually: Define new connection type named "H2" from "Generic JDBC" On next screen, click the button to define a "New Driver Definition" On the screen that pops up, click on "Generic JDBC Driver" and rename to "H2" Click on the "Jar List" tab and add the H2 JAR to the list On the "Properties" tab you can set the following defaults: Connection URL: jdbc:h2:mem Database Name: PUBLIC Driver Class: org.h2.Driver User ID: sa Click "OK" Now you should be able to select H2 from the list of Drivers Enter the proper JDBC URL for H2 (somethink like jdbc:h2: file:///home/twoputt/databases/open18-db/h2 ) Click Test Connection

    Description

      When you search for JBoss AS servers using Runtime Detection, database connection is detected and configured for EAP 5.1.2, but not for EAP6/AS7.

      In AS7, Hypersonic is no longer used, but instead H2 is included.

      The common scenario for me is to detect JBoss AS, detect Seam and then create a Seam Project. But for a Seam Project you need a database connection which is automatically configured for EAP 5.x, but not EAP6/AS7.

      Attachments

        Issue Links

          Activity

            People

              snjeza_jira Snjezana Peco (Inactive)
              exd-mmalina Martin Malina
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: