Page 3 of 24

Re: Updating to New 3.0 BETA versions

Posted: Mon Sep 09, 2013 9:09 am
by jskorton
Please post the stack trace from your Eclipse console.

Re: Updating to New 3.0 BETA versions

Posted: Tue Sep 10, 2013 1:31 am
by Deepak
Dear Joshua Skorton,
Hope you are doing good. I had one doubt which is in eclipse Juno what maven integration will works

in eclipse i gone to help-eclipse marketplace - and typed maven integration

it shows many options like
1- maven integration for eclipse (JUNO and Newer)
2- maven integration for eclipse WTP (JUNO)

which one need to select..

By soon i send you the full stack trace what error i have got please help me Mr Joshua Skorton

thanks and regards
Deepak

Re: Updating to New 3.0 BETA versions

Posted: Tue Sep 10, 2013 9:37 am
by jskorton
Please use Maven Integration for Eclipse.

Refer to the "IDE Setup" section of the "Getting Started" documentation:

http://docs.broadleafcommerce.org/core/current/getting-started

Facing Error in BLC Project

Posted: Mon Oct 28, 2013 5:23 am
by Deepak
Dear BLC Team,
In BLC Project i tried to add one category apart from default category but i faced error during this
the error is
"java.lang.NullPointerException
org.broadleafcommerce.openadmin.server.service.persistence.PersistenceManagerImpl.add(PersistenceManagerImpl.java:314)"

For this I followed steps are
1- Gone Content Management -- created a new page
2- Gone to catalog-- category -- created a new category
3- tried to add a category to primary nav option during that time faced error


could any one please help me how to resolve this


regards
Deepak

Re: Updating to New 3.0 BETA versions

Posted: Mon Oct 28, 2013 10:13 am
by jskorton
This is bug has been fixed in the current 3.0.3-SNAPSHOT and available on 3.0.3-GA, which should be available later this week.

Re: Updating to New 3.0 BETA versions

Posted: Fri Jan 31, 2014 6:34 am
by Subodh@123
I am using broadleaf 3.0 version.I want to add a button in the admin part in the following scenario:
1.In the admin part when we click the order section we get the full order details .When we click each order we get specific order details in a view. I want to add a button in that view.How can i do that ?

Re: Updating to New 3.0 BETA versions

Posted: Fri Jan 31, 2014 7:12 am
by Subodh@123
:?:
Subodh@123 wrote:I am using broadleaf 3.0 version.I want to add a button in the admin part in the following scenario:
1.In the admin part when we click the order section we get the full order details .When we click each order we get specific order details in a view. I want to add a button in that view.How can i do that ?

Re: Updating to New 3.0 BETA versions

Posted: Fri Jan 31, 2014 12:42 pm
by jskorton
Please checkout the Broadleaf documentation on CustomPersistenceHandlers. This functionality will allow you to override the inspect/fetch/add/update/delete buttons very easily.

http://docs.broadleafcommerce.org/core/current/broadleaf-concepts/admin/custom-persistence-handlers

If you need something more custom, please look at the Broadleaf documentation on overriding Admin Controllers.

http://docs.broadleafcommerce.org/core/current/broadleaf-concepts/admin/admin-controllers