Investigate (try to implement) launching Hibernate Code generation as external process functionality
----------------------------------------------------------------------------------------------------
Key: JBIDE-6423
URL: https://jira.jboss.org/browse/JBIDE-6423
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Hibernate
Affects Versions: 3.2.next
Reporter: Vitali Yemialyanchyk
Assignee: Vitali Yemialyanchyk
Priority: Minor
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Hibernate Code Generation: when generating EJB3 annotations - compile errors because ejb3-persistence.jar is not in the classpath
----------------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-1444
URL: http://jira.jboss.com/jira/browse/JBIDE-1444
Project: JBoss Tools
Issue Type: Feature Request
Components: Hibernate
Affects Versions: LATER
Reporter: Alexander Chabatar
Assigned To: Alexander Chabatar
Priority: Minor
Fix For: LATER
--
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
HQL Editor & Criteria Editor - add possibility to select to execute query using external process.
-------------------------------------------------------------------------------------------------
Key: JBIDE-7053
URL: https://jira.jboss.org/browse/JBIDE-7053
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: Hibernate
Affects Versions: 3.2.0.M2
Reporter: Vitali Yemialyanchyk
Assignee: Vitali Yemialyanchyk
Priority: Minor
Fix For: 3.3.x
HQL Editor & Criteria Editor should has possibility to select howto perform query execution - in ordinal way or using external process for execution.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Scanning jars and using eclipses classloader is not good to do in OpenMappingFileUtilEjb3
-----------------------------------------------------------------------------------------
Key: JBIDE-4417
URL: https://jira.jboss.org/jira/browse/JBIDE-4417
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Hibernate
Affects Versions: 3.1.0.M1
Reporter: Max Rydahl Andersen
Assignee: Vitali Yemialyanchyk
Fix For: 3.1.0.M2
Why are we using the current thread classloader (eclipses classloader) and jarvisitor to load resources when Eclipse already got all this info ?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More user-friendly hibernate reverse engineering tables editation
-----------------------------------------------------------------
Key: JBIDE-5932
URL: https://jira.jboss.org/jira/browse/JBIDE-5932
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Hibernate
Affects Versions: 3.1.0.CR2
Environment: JBDS 3.0.0 CR2 184
Reporter: Jiri Peterka
Priority: Minor
Fix For: 3.1.0.GA
Update Type mapping and table filters table to allow comfortable editation by using a keyboard (keep values when tab used and basic keyboard navigation possibilities - arrows, etc. )
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Mapping files from cfg.xml are listed in Hibernate console mappings tab
-----------------------------------------------------------------------
Key: JBIDE-6099
URL: https://jira.jboss.org/jira/browse/JBIDE-6099
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Hibernate
Affects Versions: 3.1.0.GA
Reporter: Jiri Peterka
Fix For: 3.2.next
To avoid problems with duplicate mapping files and for better overview of mapping files from cfg.xml should be listed in Mappings tab of hibernate console
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
hbm2java: error generating collection of components
---------------------------------------------------
Key: JBIDE-1768
URL: http://jira.jboss.com/jira/browse/JBIDE-1768
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Hibernate
Affects Versions: 2.0.0.GA
Reporter: Carsten Hoehne
Java code with annotations should be generated from a mapping file. This file contains a collection of components. Then an exception is thrown. See forum reference.
The files will be attached.
--
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
Hibernate Code Generation -> Export to Maven Code Generation script
-------------------------------------------------------------------
Key: JBIDE-7211
URL: https://jira.jboss.org/browse/JBIDE-7211
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Hibernate
Affects Versions: 3.2.0.M2
Reporter: Vitali Yemialyanchyk
Assignee: Vitali Yemialyanchyk
Priority: Minor
Fix For: 3.3.x
the feature is similar to "Ant Code Generation", the result of CodeGen should be Maven script which work is equal to Hibernate Code Generation Configuration
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Edit Configuration - if configuration file hibernate.cfg.xml contains <mapping class="..."> and config type is "Core" - will result exception
---------------------------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-4015
URL: https://jira.jboss.org/jira/browse/JBIDE-4015
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Hibernate
Affects Versions: 3.0.0.CR2
Reporter: Vitali Yemialyanchyk
Assignee: Vitali Yemialyanchyk
Priority: Minor
Exception:
org.hibernate.MappingException: An AnnotationConfiguration instance is required to use <mapping class="..."/>
An AnnotationConfiguration instance is required to use <mapping class="..."/>
this is expected behavior - the user should select "Annotations" or "JPA"
but it will be a nice feature if in the case hibernate.cfg.xml contains <mapping class="...">
"Core" will become disabled or warning (or error) mesage be display.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Use shared database schema content provider in reverce engeneering editor.
--------------------------------------------------------------------------
Key: JBIDE-5815
URL: https://jira.jboss.org/jira/browse/JBIDE-5815
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Hibernate
Affects Versions: 3.1.0.CR1
Reporter: Dmitry Geraskov
Assignee: Dmitry Geraskov
Fix For: 3.1.0.GA
There are many views and dialogs which shows the structure of db. They need to use the same db schema content provider to minimase db calls.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira