SqlQuery : problems with constants under Oracle
-----------------------------------------------
Key: HHH-4104
URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-4104
Project: Hibernate Core
Issue Type: Bug
Components: query-sql
Affects Versions: 3.2.6
Environment: At least Hibernate 3.2.6 and Oracle10g
Reporter: christophe blin
A "test case " is better than a long description :
List l = getSessionFactory().getCurrentSession().createSQLQuery("select 'abc' from dual").list();
System.out.println(l.get(0)); //expected 'abc' but is 'a' under Oracle
l = getJdbcTemplate().queryForList("select 'abc' from dual");
System.out.println(l.get(0));//to prove this really is an hibernate issue and not something else
Under Oracle 10g :
a
{'ABC'=abc}
Under mySQL 5.0.5 :
abc
{abc=abc}
So we can see that in both case, direct JDBC correctly returns 'abc' whereas using SqlQuery gives a bad result under oracle
--
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
Problems with Envers docbook sources
------------------------------------
Key: HHH-4100
URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-4100
Project: Hibernate Core
Issue Type: Bug
Components: documentation, envers
Affects Versions: 3.5.0.Beta-1
Reporter: Steve Ebersole
Assignee: Adam Warski
Fix For: 3.5
Getting errors building envers docs after fixing HHH-4099 which basically set standardized docbook versions, stylings and formats across all the separate docs.
There appears to be a mismatch between the number of columns declared to be included in a table and the number of columns actually used in a given row somewhere. This is a strictness thing that changed in newer versions of FOP. I had to fix the many occurrences of this in the hibernate docs as well.
In the meantime I disabled the envers doc module for this beta.
--
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
ValidationRequirementTest#testFieldAccess / testPropertyAccess => should test with fname / lastname set to null and show failures to make the test complete
-----------------------------------------------------------------------------------------------------------------------------------------------------------
Key: HV-204
URL: http://opensource.atlassian.com/projects/hibernate/browse/HV-204
Project: Hibernate Validator
Issue Type: Sub-task
Reporter: Emmanuel Bernard
Assignee: Hardy Ferentschik
--
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
Use unique generator names instead of "generator"
-------------------------------------------------
Key: HBX-1136
URL: http://opensource.atlassian.com/projects/hibernate/browse/HBX-1136
Project: Hibernate Tools
Issue Type: Improvement
Components: reverse-engineer
Affects Versions: 3.2.4 Beta1
Reporter: Charles Honton
Priority: Trivial
Attachments: unique_generators.patch
Update org.hibernate.tool.hbm2x.pojo.EntityPOJOClass.generateAnnIdGenerator() to use the class name as a unique generator name.
--
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
org.hibernate.tool.hbm2x.pojo.EntityPOJOClass.getExtends() should import package of superclass
----------------------------------------------------------------------------------------------
Key: HBX-1135
URL: http://opensource.atlassian.com/projects/hibernate/browse/HBX-1135
Project: Hibernate Tools
Issue Type: Bug
Components: reverse-engineer
Affects Versions: 3.2.4 Beta1
Reporter: Charles Honton
Priority: Trivial
Attachments: import_extends.patch
getExtends should use importType so that extends clause in generated class has simple super classname instead of full class path.
--
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
ReverseEngineeringStrategyUtil.simplePluralize does not properly pluralize key
------------------------------------------------------------------------------
Key: HBX-1134
URL: http://opensource.atlassian.com/projects/hibernate/browse/HBX-1134
Project: Hibernate Tools
Issue Type: Bug
Components: reverse-engineer
Affects Versions: 3.2.4 Beta1
Reporter: Charles Honton
Priority: Trivial
Attachments: pluralize.patch
Words ending in [aeiou]y should be pluralized with single 's' instead of replacement with 'ies'
--
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
CustomConstraintValidatorTest#testNonInterpolatedMessageParameterIsUsed assumes English locale, needs fix before commented line reactivation
--------------------------------------------------------------------------------------------------------------------------------------------
Key: HV-206
URL: http://opensource.atlassian.com/projects/hibernate/browse/HV-206
Project: Hibernate Validator
Issue Type: Sub-task
Reporter: Emmanuel Bernard
Assignee: Hardy Ferentschik
--
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