From: <leg...@at...> - 2003-07-30 06:54:14
|
The following comment has been added to this issue: Author: Max Rydahl Andersen Created: Wed, 30 Jul 2003 1:53 AM Body: ok - I reread the spec and it actually only says something about "Boolean properties" and in here it is only for boolean primitive type and it actually also just say "allow", instead of "required" ;) So, I'll look at this and make it user controllable.... --------------------------------------------------------------------- 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: Unassigned Priority: Minor Project: Hibernate2 Components: toolset Versions: 2.0.2 Assignee: Reporter: Colin Evans Created: Tue, 29 Jul 2003 4:32 PM Updated: Tue, 29 Jul 2003 4:32 PM 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 |