Questions tagged [broadleaf-commerce]

An open-source, eCommerce framework written in Java using Spring Framework & Hibernate.

BroadleafCommerce is an open-source, eCommerce framework written in Java.

It is targeted at facilitating the development of enterprise-class, commerce-driven sites by providing a robust data and service model, a rich administration platform, and specialized tooling that takes care of core commerce functionality.

The developers of Broadleaf Commerce monitor this tag, a Gitter, and a Google Group to answer questions about the framework.

Documentation can be found here.

Other information about the company and the framework can be found at broadleafcommerce.com.

312 questions
2
votes
1 answer

Spring Boot / JPA: Why would war conversion break functionality and/or JPA searches?

I am running a application based on the Community version of Broadleaf Commerce demo site (hot sauce). To experiment with CI and deployment options, we have converted the stock spring boot packaging (jar) to war following the broadleaf and spring…
Marquee
  • 1,776
  • 20
  • 21
2
votes
4 answers

How do I see Thymeleaf template changes in Broadleaf without restarting my server?

I downloaded the community edition of Broadleaf and I'm trying to change some markup in the Thymeleaf templates. (For example: layout/homepage.html). However, when I make a change, I don't see my changes when I refresh my browser unless I restart my…
jthomas
  • 1,162
  • 1
  • 11
  • 19
2
votes
3 answers

Why Broadleaf Commerce over Magento or ZenCart?

I have a site made in java-spring-hibernate we made our self from scratch, it shows a catalog of product and i have the logic for it. I can also manage content and product/categories with it with an administrator we have made in flex. We probably…
Ernest
  • 962
  • 3
  • 12
  • 28
2
votes
1 answer

How to include synonyms filter in solr search in broadleaf ecommerce

I'm developing an ecommerce application using broadleaf ecommerce framework. Broadleaf uses apache solr for search, I want to include synonyms filter in my schema.xml. I follow the documentation provided by apache solr, First, I try to use…
Gnana
  • 144
  • 7
2
votes
1 answer

Broadleaf: Paypal Integration Files not Found

Hi I Want To Integrate The Paypal with Broadleaf i Have followed the documentation of Broadleaf https://www.broadleafcommerce.com/docs/paypal/current/ But i am not able to find a file named payPalPaymentMethodForm.html and cartOperations.html in…
Santoshraju V
  • 330
  • 1
  • 13
2
votes
1 answer

How do you set certain spring.datasource properties in broadleaf

We are using the 5.2 version of broadleaf with spring-boot (using the tomcat connection pool) and mysql. If there is no activity for a while, for example over night, it looses the connection and can't reestablish it. I have been reading about it…
katla
  • 43
  • 4
2
votes
1 answer

NullPointerException in broadleaf AdminAuditableListener

In 5.0.x versions AdminAuditable fields are removed from classes like PageImpl or StructuredContentImpl but they kept @EntityListeners(value = { AdminAuditableListener.class }) ..which cause NullPointerException in AdminAuditableListener because…
Zildyan
  • 1,261
  • 9
  • 11
2
votes
3 answers

how to switch broadleaf thymeleaf to angularjs ui

I want to change broadleaf thymeleaf ui to angularjs. edited