Page 1 of 1

Problem with new BLC 3.0.0-SNAPSHOT version

Posted: Tue May 28, 2013 1:30 pm
by auctionblox
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

Re: Problem with new BLC 3.0.0-SNAPSHOT version

Posted: Tue May 28, 2013 1:33 pm
by phillipuniverse
Thanks for the report, this is a known bug. We will update this post when it has been fully resolved, targeting end of week.

Re: Problem with new BLC 3.0.0-SNAPSHOT version

Posted: Tue May 28, 2013 5:19 pm
by phillipuniverse
Just an FYI, this has been resolved with this commit: https://github.com/broadleafcommerce/br ... c7a2ef23a5

Re: Problem with new BLC 3.0.0-SNAPSHOT version

Posted: Tue May 28, 2013 7:44 pm
by auctionblox
Thank you. I can confirm that is resolved.