Non-primitive type for query-param causes Exception
---------------------------------------------------
Key: HBX-544
URL: http://opensource.atlassian.com/projects/hibernate/browse/HBX-544
Project: Hibernate Tools
Type: Bug
Components: hbm2java
Versions: 3.1beta3
Reporter: George Lindholm
<query name="ca.db.NcContact.findGroupMembers">
<query-param name="group2" type="String"/>
</query>
gives me:
Exception while generating code
Reason:
org.hibernate.tools.hbm2x.ExporterException:
MethodInvocationException while processing template daohome.vm.
Invocation of method 'asFinderArgumentList' in class
org.hibernate.tool.hbm2x.Cfg2JavaTool threw exeption class
java.lang.NullPointerException: null
--
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
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|