<sequence-generator> and <table-generator> at the entity level can override those at the property level in JPA XML
------------------------------------------------------------------------------------------------------------------
Key: ANN-474
URL: http://opensource.atlassian.com/projects/hibernate/browse/ANN-474
Project: Hibernate Annotations
Type: Bug
Components: binder
Versions: 3.2.0.ga
Reporter: Emmanuel Bernard
Assigned to: Emmanuel Bernard
Priority: Minor
Fix For: 3.2.1
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
Wrong log message in SessionImpl.afterTransactionCompletion(...)
----------------------------------------------------------------
Key: HHH-2174
URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2174
Project: Hibernate3
Type: Bug
Components: core
Versions: 3.2.0.ga
Environment: any
Reporter: Matt Benson
Priority: Trivial
if an exception is caught as a result of invoking the interceptor, the log message is "exception in interceptor beforeTransactionCompletion()" when it should, of course, refer to "afterTransactionCompletion".
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
Excessive 's imparing entity table layout
-----------------------------------------------
Key: HBX-790
URL: http://opensource.atlassian.com/projects/hibernate/browse/HBX-790
Project: Hibernate Tools
Type: Bug
Components: hbm2doc
Versions: 3.2beta8
Reporter: Mark Hobson
Priority: Minor
Attachments: patch.txt
's are used to ensure empty table cells have a border. They are also added when a table cell has content, causing them to be rendered as whitespace and cause the cell contents to misalign.
The attached patch conditionally adds 's when necessary.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
Unable to locate appropriate constructor
----------------------------------------
Key: HHH-2163
URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2163
Project: Hibernate3
Type: Bug
Components: query-hql
Versions: 3.2.0.ga
Environment: tomcat5.5.15, geronimo1.1.1, jboss4.4GA
Reporter: lucols
MyEntity attrubute s: int id , Double income , Integer times ;
my query:
hql = "select new myObject(sum(me.income),sum(me.times) ) from MyEntity me " ;
Query q = session.createQuery(hql);
List tm = q.list();
when run the test , throws PropertyNotFoundException and report : Unable to locate appropriate constructor.
But I use hibernate3.1.3 , the problem no be found.
Any hint , thanks.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
Provide viable path for avoid anemic domain models.
---------------------------------------------------
Key: HHH-2173
URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2173
Project: Hibernate3
Type: Task
Components: core
Versions: 3.2.1
Reporter: Jara Cesnek
Provide viable path for avoid anemic domain models.
1) Hibernate pojo's must be allowed to contain complex bussiness logic in their set or get methods possible use current session. Find and update other hibernate pojo beans.
(see http://www.hibernate.org/116.html#A26 "Also, make sure that a call to an accessor method couldn't do anything wierd ... like initialize a lazy collection or proxy.")
2) Allow complex validations of current graph of object. In Interceptor.preFlush or completely another method.
(see http://www.hibernate.org/156.html - this method is unusable in spring+JTA environment where postFlush changes are not flushed in same transaction)
Next explanation and examples in :
http://forum.hibernate.org/viewtopic.php?t=965552
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
Reformat hbm2doc templates
--------------------------
Key: HBX-789
URL: http://opensource.atlassian.com/projects/hibernate/browse/HBX-789
Project: Hibernate Tools
Type: Improvement
Components: hbm2doc
Versions: 3.2beta8
Reporter: Mark Hobson
Priority: Minor
Attachments: patch.txt
The attached patch reformats the hbm2doc templates with correct indentation. It also fixes a couple of incorrectly located <TBODY>s and adds some missing </HTML>s.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
Entity lists are not alphabetically sorted
------------------------------------------
Key: HBX-787
URL: http://opensource.atlassian.com/projects/hibernate/browse/HBX-787
Project: Hibernate Tools
Type: Improvement
Components: hbm2doc
Versions: 3.2beta8
Reporter: Mark Hobson
Attachments: patch.txt
Both entity lists, all entities and entities per package, are currently unsorted. The attached patch sorts the classes lists to improve navigation.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
Entity property table corrupt for Collections in Firefox
--------------------------------------------------------
Key: HBX-785
URL: http://opensource.atlassian.com/projects/hibernate/browse/HBX-785
Project: Hibernate Tools
Type: Bug
Components: hbm2doc
Versions: 3.2beta8
Reporter: Mark Hobson
Attachments: patch.txt
The entity.ftl template can output ROWSPAN="0" for Collection properties since org.hibernate.mapping.Collection.getColumnSpan() == 0. IE6 incorrectly interprets this as ROWSPAN="1", but HTML 4 states that this means "the cell spans all rows from the current row to the last row of the table section", and is thus corrupt under Firefox.
The attached patch conditionally adds the ROWSPAN attribute if >0.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira