[JBoss JIRA] Created: (JBIDE-8076) Seam Test Project configured with JDK5
by Dominik Pospisil (JIRA)
Seam Test Project configured with JDK5
--------------------------------------
Key: JBIDE-8076
URL: https://issues.jboss.org/browse/JBIDE-8076
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam
Affects Versions: 3.2.0.Beta2
Reporter: Dominik Pospisil
Assignee: Alexey Kazakov
Seam test project created using new Seam project wizard is always configured to use JDK5 even when JDK5 is not installed in eclipse.
Steps to reproduce:
1) Have only JDK6 installed in JBT
2) Create New Seam Project (WAR or EAR) and let the wizard create test project as well
3) Warning in Problems view appears:
Build path specifies execution environment J2SE-1.5. There are no JREs installed in the workspace that are strictly compatible with this environment.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 9 months
[JBoss JIRA] Created: (JBIDE-1608) Hibernate Configuration view should display all database
by Vitali Yemialyanchyk (JIRA)
Hibernate Configuration view should display all database
---------------------------------------------------------
Key: JBIDE-1608
URL: http://jira.jboss.com/jira/browse/JBIDE-1608
Project: Tools (JBoss Tools)
Issue Type: Bug
Reporter: Vitali Yemialyanchyk
Assigned To: Vitali Yemialyanchyk
Priority: Minor
Fix For: LATER
Look at the attached file hibernate.cfg.xml - if <property name="hibernate.connection.url">jdbc:mysql://localhost:3306/mysql</property>
Hibernate Configuration view -> ... -> Database display correctly mysql database - but if
<property name="hibernate.connection.url">jdbc:mysql://localhost:3306</property>
look like this
Hibernate Configuration view -> ... -> Database display nothing and the user can't understand what is wrong - I provide 2 screenshots
the same if
<property name="hibernate.connection.url">jdbc:mysql://localhost:3306/mysql1</property>
mysql1 - there is no such DB
as I think in first case Hibernate Configuration should display all mysql DBs and in the second case the user should get message -
something like "Can't find shuch DB"
Other thing - then I press right mouse button on Hibernate Configuration view -> ... -> Database - I expect to get possibility to configure
DB URL and may be some other properties - the best thing here if I'll get some dialog - or at least possibility to open hibernate.cfg.xml for edit.
For this I'll create other new issue...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 9 months
[JBoss JIRA] Created: (JBIDE-8189) HB Code generation doesn't generate entities
by Jiri Peterka (JIRA)
HB Code generation doesn't generate entities
--------------------------------------------
Key: JBIDE-8189
URL: https://issues.jboss.org/browse/JBIDE-8189
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Hibernate
Affects Versions: 3.2.0.CR1
Environment: JBDS 4.0.0.CR1 H88, Linux 64
Reporter: Jiri Peterka
Priority: Blocker
Fix For: 3.2.0.CR1
No entities are generated from HSQLDB_18 using Hibernate Code Generation. Cause can be Code generation can't recognize database structure (primary keys and columns).
Steps:
1. Create dynamic web project (jboss-eap rt)
2. Create hibernate console and configuration (hsql database)
3. Try to generate entities via "Hibernate Code Generation Configuration -> Reverse engineer from JDBC Connection"
4. See Console
Full screencast is here:
http://www.screencast.com/t/p9uP59dNt
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 9 months