[
https://issues.jboss.org/browse/JBIDE-11612?page=com.atlassian.jira.plugi...
]
Martin Malina commented on JBIDE-11612:
---------------------------------------
When you detect EAP5 through runtime detection, database connection using hsqldb from EAP5
is set up for you, so when you create a Seam project with the wizard, you don't have
to create the database connection profile - so it's easier.
If you add your server manually and seam runtime also manually, then you have to create
the connection profile manually.
So I assume this has to be added somehow during runtime detection.
So I thought we could do the same for EAP6.
Runtime detection does not add database connection for EAP6/AS7
---------------------------------------------------------------
Key: JBIDE-11612
URL:
https://issues.jboss.org/browse/JBIDE-11612
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam 2
Affects Versions: 3.3.0.Beta3
Environment: JBT nightly 2012-04-21
Reporter: Martin Malina
Assignee: Alexey Kazakov
Fix For: 3.3.0.CR1
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.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira