first of all: nice work!

My problem:
When I'm trying to add a new recipient to a mailinglist (Link: http://server/recipient.do;jsessionid=x ... gt_clear=1) I get the following error message:
Code: Select all
Ein Fehler ist aufgetreten
Ursache: com.caucho.java.JavaCompileException: ---------- 1. ERROR in _jsp/_recipient/_view__jsp.java (at line 1056) tmpStatusEntry.setMailinglistID( mailingListId ); ^^^^^^^^^^^^^^^^ The method setMailinglistID(int) in the type BindingEntry is not applicable for the arguments (Integer) ---------- 1 problem (1 error)
Code: Select all
09.07 (11:52:13) OpenSessionInViewFilter - Using SessionFactory 'sessionFactory' for OpenSessionInViewFilter
09.07 (11:52:13) OpenSessionInViewFilter - Opening single Hibernate Session in OpenSessionInViewFilter
2007-07-09 11:52:13,589 - Using dialect: org.hibernate.dialect.MySQLDialect
Hibernate: select profilefie0_.company_id as company1_25_, profilefie0_.col_name as col2_25_, profilefie0_.admin_id as admin3_25_, profilefie0_.shortname as shortname25_, profilefie0_.description as descript5_25_, profilefie0_.default_value as default6_25_, profilefie0_.mode_edit as mode7_25_, profilefie0_.mode_insert as mode8_25_ from customer_field_tbl profilefie0_ where profilefie0_.company_id=? and col_name=?
Hibernate: select profilefie0_.company_id as company1_25_, profilefie0_.col_name as col2_25_, profilefie0_.admin_id as admin3_25_, profilefie0_.shortname as shortname25_, profilefie0_.description as descript5_25_, profilefie0_.default_value as default6_25_, profilefie0_.mode_edit as mode7_25_, profilefie0_.mode_insert as mode8_25_ from customer_field_tbl profilefie0_ where profilefie0_.company_id=? and col_name=?
Hibernate: select profilefie0_.company_id as company1_25_, profilefie0_.col_name as col2_25_, profilefie0_.admin_id as admin3_25_, profilefie0_.shortname as shortname25_, profilefie0_.description as descript5_25_, profilefie0_.default_value as default6_25_, profilefie0_.mode_edit as mode7_25_, profilefie0_.mode_insert as mode8_25_ from customer_field_tbl profilefie0_ where profilefie0_.company_id=? and col_name=?
Hibernate: select profilefie0_.company_id as company1_25_, profilefie0_.col_name as col2_25_, profilefie0_.admin_id as admin3_25_, profilefie0_.shortname as shortname25_, profilefie0_.description as descript5_25_, profilefie0_.default_value as default6_25_, profilefie0_.mode_edit as mode7_25_, profilefie0_.mode_insert as mode8_25_ from customer_field_tbl profilefie0_ where profilefie0_.company_id=? and col_name=?
Hibernate: select profilefie0_.company_id as company1_25_, profilefie0_.col_name as col2_25_, profilefie0_.admin_id as admin3_25_, profilefie0_.shortname as shortname25_, profilefie0_.description as descript5_25_, profilefie0_.default_value as default6_25_, profilefie0_.mode_edit as mode7_25_, profilefie0_.mode_insert as mode8_25_ from customer_field_tbl profilefie0_ where profilefie0_.company_id=? and col_name=?
Hibernate: select profilefie0_.company_id as company1_25_, profilefie0_.col_name as col2_25_, profilefie0_.admin_id as admin3_25_, profilefie0_.shortname as shortname25_, profilefie0_.description as descript5_25_, profilefie0_.default_value as default6_25_, profilefie0_.mode_edit as mode7_25_, profilefie0_.mode_insert as mode8_25_ from customer_field_tbl profilefie0_ where profilefie0_.company_id=? and col_name=?
Hibernate: select profilefie0_.company_id as company1_25_, profilefie0_.col_name as col2_25_, profilefie0_.admin_id as admin3_25_, profilefie0_.shortname as shortname25_, profilefie0_.description as descript5_25_, profilefie0_.default_value as default6_25_, profilefie0_.mode_edit as mode7_25_, profilefie0_.mode_insert as mode8_25_ from customer_field_tbl profilefie0_ where profilefie0_.company_id=? and col_name=?
Hibernate: select profilefie0_.company_id as company1_25_, profilefie0_.col_name as col2_25_, profilefie0_.admin_id as admin3_25_, profilefie0_.shortname as shortname25_, profilefie0_.description as descript5_25_, profilefie0_.default_value as default6_25_, profilefie0_.mode_edit as mode7_25_, profilefie0_.mode_insert as mode8_25_ from customer_field_tbl profilefie0_ where profilefie0_.company_id=? and col_name=?
Hibernate: select profilefie0_.company_id as company1_25_, profilefie0_.col_name as col2_25_, profilefie0_.admin_id as admin3_25_, profilefie0_.shortname as shortname25_, profilefie0_.description as descript5_25_, profilefie0_.default_value as default6_25_, profilefie0_.mode_edit as mode7_25_, profilefie0_.mode_insert as mode8_25_ from customer_field_tbl profilefie0_ where profilefie0_.company_id=? and col_name=?
Hibernate: select profilefie0_.company_id as company1_25_, profilefie0_.col_name as col2_25_, profilefie0_.admin_id as admin3_25_, profilefie0_.shortname as shortname25_, profilefie0_.description as descript5_25_, profilefie0_.default_value as default6_25_, profilefie0_.mode_edit as mode7_25_, profilefie0_.mode_insert as mode8_25_ from customer_field_tbl profilefie0_ where profilefie0_.company_id=? and col_name=?
[11:52:13.857]Compiling _jsp/_recipient/_view__jsp.java
09.07 (11:52:14) OpenSessionInViewFilter - Closing single Hibernate Session in OpenSessionInViewFilter
[11:52:14.592]----------
[11:52:14.592]1. ERROR in _jsp/_recipient/_view__jsp.java (at line 1056)
[11:52:14.592] tmpStatusEntry.setMailinglistID( mailingListId );
[11:52:14.592] ^^^^^^^^^^^^^^^^
[11:52:14.592]The method setMailinglistID(int) in the type BindingEntry is not applicable for the arguments (Integer)
[11:52:14.592]----------
[11:52:14.592]1 problem (1 error)
com.caucho.java.JavaCompileException: ----------
1. ERROR in _jsp/_recipient/_view__jsp.java (at line 1056)
tmpStatusEntry.setMailinglistID( mailingListId );
^^^^^^^^^^^^^^^^
The method setMailinglistID(int) in the type BindingEntry is not applicable for the arguments (Integer)
----------
1 problem (1 error)
at com.caucho.java.ExternalCompiler.compileInt(ExternalCompiler.java:260)
at com.caucho.java.AbstractJavaCompiler.run(AbstractJavaCompiler.java:101)
at java.lang.Thread.run(Thread.java:595)
Best Regards,
Matthias