Message:
The following issue has been closed.
Resolver: Max Rydahl Andersen
Date: Sat, 2 Aug 2003 6:06 AM
hbm2java know only generates isX() for primitive boolean types.
Old behavior of also doing it for Boolean types is removed - if requested it
can be made optional, but as in the javabean spec it is only explicitly allowed/specified
for primitive boolean types - not Boolean.
---------------------------------------------------------------------
View the issue:
http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-220
Here is an overview of the issue:
---------------------------------------------------------------------
Key: HB-220
Summary: hbm2java generates wrong getter for java.lang.Boolean
Type: Bug
Status: Closed
Priority: Minor
Resolution: FIXED
Project: Hibernate2
Components:
toolset
Fix Fors:
2.1
Versions:
2.0.2
Assignee: Max Rydahl Andersen
Reporter: Colin Evans
Created: Tue, 29 Jul 2003 4:32 PM
Updated: Sat, 2 Aug 2003 6:06 AM
Description:
The hbm2java BasicRenderer generates an "is" getter method for fields of type java.lang.Boolean. It should only do this for primitive fields of type boolean, and this breaks some other bean-based frameworks (such as the JSTL EL tags).
---------------------------------------------------------------------
JIRA INFORMATION:
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.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
|