Page 1 of 1

Adding a parent or child category in the admin throws a NPE

Posted: Wed Oct 09, 2013 12:29 pm
by rcarrjr
I recently installed broadleaf commerce and I noticed that when I build the environment following the instructions online, I get the error outlined in github issue #357. I also see on GitHub that it has been closed, associated with a commit but not tied to release.

I wondered if you might be able to tell me:
1) What release issue 357 will be tied to
2) when the release might be made available.
3) If there is a work around for now (i.e. downgrade springframework from 3.1 to 3.0 or the like, use the nightly snapshot, etc)

Re: Adding a parent or child category in the admin throws a NPE

Posted: Thu Oct 10, 2013 3:27 pm
by phillipuniverse
You can use 3.0.3-SNAPSHOT which was built last night with this fix. This will be included in 3.0.3-GA, to be released in 2 weeks or so.

To determine which releases issues will be available in, check the 'Milestone' on the issue. If the referenced milestone has not been released yet, then you can target the SNAPSHOT to get the fix.

For instance, the milestone for #357 is set to 3.0.3-GA which has not been released yet so you can target 3.0.3-SNAPSHOT to get it immediately.