Problem with new BLC 3.0.0-SNAPSHOT version
Posted: Tue May 28, 2013 1:30 pm
I have the "admin3" branch up and running locally on a Tomcat 7/MySQL stack. I'm finding that I have no issues viewing data in the admin that was inserted during the installation script. However, whenever I attempt to add a new record, I get failures. Realizing that this is still beta and unfinished, is this expected behavior currently or do I have some type of setup issue?
Specifically, the system fails when clicking on the "Lookup" button for related records on a new record. A specific example is:
Add Product / Product / Default Category > Lookup
Caused by: java.lang.NumberFormatException: For input string: "defaultCategory"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
at java.lang.Long.parseLong(Long.java:410)
at java.lang.Long.valueOf(Long.java:525)
I also get a thymeleaf error trying to show the error page:
Error resolving template "utility/blcException", template might not exist or might not be accessible by any of the configured Template Resolvers
Specifically, the system fails when clicking on the "Lookup" button for related records on a new record. A specific example is:
Add Product / Product / Default Category > Lookup
Caused by: java.lang.NumberFormatException: For input string: "defaultCategory"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
at java.lang.Long.parseLong(Long.java:410)
at java.lang.Long.valueOf(Long.java:525)
I also get a thymeleaf error trying to show the error page:
Error resolving template "utility/blcException", template might not exist or might not be accessible by any of the configured Template Resolvers