Page 23 of 24

Re: Updating to New 3.0 BETA versions

Posted: Fri Sep 06, 2013 9:14 am
by jskorton
I believe your project setup in Eclipse is missing a step.

Please follow these steps to ensure your Eclipse setup is ready for Broadleaf development:

http://docs.broadleafcommerce.org/core/current/appendix/environment-setup/eclipse-setup

Re: Updating to New 3.0 BETA versions

Posted: Sat Sep 07, 2013 6:47 am
by Deepak
Dear Joshua Skorton,
I tried 3.0.0.GA blc version is not coming so i tried 3.0.0-Beta3 it is coming up to start Jetty server and when i tried to open localhost:8080 it shows an error that

HTTP ERROR: 503
Problem accessing /. Reason:
Service Unavailable

what to do know please help me

regards
Deepak

Re: Updating to New 3.0 BETA versions

Posted: Sat Sep 07, 2013 7:30 am
by Deepak
Dear Joshua Skorton
Please tell me link for download the workspace of version 3.0.0-BETA3


i have posted 2 post this one and previous please check and revert Mr.Joshua Skorton.


regards
Deepak

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 ?