
Elbert Bautista
- Total activity 31
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Articles
Recent activity by Elbert Bautista-
Multilingual Support
How do I support multiple languages for product names and descriptions? You can add translations to products through the admin by doing the following:
-
Windows filename or extension is too long
I am running on Windows, and when executing mvn spring-boot:run, I get the error: `CreateProcess error=206, The filename or extension is too long.` This is a hardcoded limitation imposed by Wind...
-
IntelliJ Lombok Compiler Support Disabled
I'm using OpenJDK 1.8.0_XXX, and everything seems to compile fine from the command line. But I’m getting an error when I try to run the starter project from IntelliJ java: You aren't using a c...
-
Microservices Demo Project Anatomy
I've received access to the MicroservicesDemo Starter Project, can you explain the project structure and how I can start building extensions and deploying my own services? I've read https://develop...
-
Unable To Access Deployed Demo Applications
I've deployed the demo admin and application storefronts to our cloud/non-local environment. The applications seem to have started without errors, but I am still unable to access it via a browse...
-
Debugging SOLR Query
Is there a way to debug the SOLR query that is being executed when invoking Broadleaf's Search Services? There is a request parameter you can pass to the search service to get the exact q...
-
How do Anonymous User Flows Work?
How do approach anonymous user flows with Broadleaf Microservices? The reference accelerator projects provide an example of how we would typically recommend approaching anonymous user flows usi...
-
Demo Data: Disabling Demo Data
How do I disable loading the demo data? Starting with versions 1.4+, the default liquibase changelogs segment demo data from other required change sets using the "demo" liquibase context You ca...
-
How do you create new permissions in the admin?
how do I create a new permission and use it in the admin? During development, adding new permissions is something you'd achieve with direct SQL inserts. Let's assume we want to add ...
-
Dockerfile boot-layer-service-jdk11
I see that the Dockerfiles used in the starter project all extend from repository.broadleafcommerce.com:5001/broadleaf/boot-layer-service-jdk11, can you provide some details around that image? ...