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
This forum is in readonly mode and serves as an archive of old information. All posting, registration and commenting abilities have been turned off. To get help, the Broadleaf team reguarly monitors the broadleaf-commerce tag on Stack Overflow so please ask your questions there.