Questions tagged [ofbiz]

Apache OFBiz® is an open source product for the automation of enterprise processes that includes framework components and business applications for ERP (Enterprise Resource Planning), CRM (Customer Relationship Management), E-Business / E-Commerce, SCM (Supply Chain Management), MRP (Manufacturing Resource Planning), MMS/EAM (Maintenance Management System/Enterprise Asset Management). Apache OFBiz is a project of The Apache Software Foundation.

Apache OFBiz (The Apache Open For Business Project) is an open source enterprise automation software. By open source enterprise automation we mean: Open Source ERP, Open Source CRM, Open Source E-Commerce, Open Source SCM, Open Source MRP, Open Source CMMS/EAM, and so on.

Reference:

312 questions
0
votes
0 answers

How to get the bytes of a string?

The Backstory We've been asked to recreate a legacy system (from Java to PHP, namely Laravel) however it has been stressed that we need to port all the old users to the new system. The old system is using Ofbiz (a very old version too). The…
Script47
  • 14,230
  • 4
  • 45
  • 66
0
votes
0 answers

Error during Apache OFBiz installation

I'm using Windows 10 with JDK 8 u171. When i launch the installation of Apache OFBiz 16.11.04 without demo data, i encounter errors during the --load-data step. It seems there are missing dependencies, but i can't reach neither the exact reason nor…
Alexis TADIFO
  • 31
  • 1
  • 4
0
votes
0 answers

Not able to store the email message body in OFBiz when the payload contains '0.0.0' part id

I am fetching raw data from Gmail API. I decrypt the data and get the desired contents in basic implementation. I get the problem when I have an image in my signature and also I am sending some attachments, then the Gmail JSON data gets complex…
Pallavi Goyal
  • 536
  • 1
  • 4
  • 21
0
votes
0 answers

How to implement Solr auto suggester and spell checker simultaneously on a single search box

I am using Solr version 6.3 and have tried the following: Used FuzzyLookupFactory as lookupImpl in the auto suggester but it gives me StackOverflow error. Spell Checking: Does not provide suggestions when the correct keyword is typed.
0
votes
1 answer

Context filtering in Solr Auto Suggester is not working

I am using Solr 6.3 version, I am trying to implement auto suggester in which I need to apply context filter. I have used 'AnalyzingInfixLookupFactory' for lookupImplementation and 'DocumentDictionaryFactory' for dictionaryImpl and applied the…
0
votes
2 answers

JAR - From derby to mysql

As per my knowledge in Apache OFBiz 16.11.04 the following path /framework/entity/lib/jdbc does not exist anymore.\ Could you provide me some information on how to implement JAR connector when migrating from derby to mysql? I have done the steps…
0
votes
1 answer

Apache OFBiz new Plugin: missing error message?

I try to create a new plugin in ofbiz
Mike75
  • 504
  • 3
  • 18
0
votes
1 answer

Apache OFBiz as portal solution?

We currently need a portal solution. One of our service providers has already suggested that we develop the portal in Apache OFBiz. Now I would like to know if Apache OFBiz is still state of the art or if it is already on the way down. Or is…
Foerstar
  • 11
  • 3
0
votes
1 answer

StackOverflow error while using recursive macro in freemarker

I have a requirement to iterate a large number of records using entity list iterator in Freemarker. But, while using a recursive macro, it gives StackOverflow error when it reaches 1000 records only. Below is the code snippet for the same. <#macro…
0
votes
2 answers

Find the people whose birthday is today in ofbiz: how to extract month and day from Ofbiz entity

I am interested in finding the people whose birthday is today using ofbiz. This is the entity for the user:
Rodolfo
  • 573
  • 2
  • 8
  • 18
0
votes
1 answer

How to send values from 1 service to another in SECA in Apache OfBiz?

I wanted to send partyId field value to another service to get the email-id and in turn send an email via another service.
0
votes
1 answer

NullPointerException - Error rendering screen in OFBiz

I was able to setup ofbiz16.11 and postgres9.6 successfully, most of the function can be used. But when I visit https://127.0.0.1:8443/ecommerce/control/main and click the categories: I get the following error: java.lang.Exception: Error rendering…
Donald
  • 1
0
votes
2 answers

Apache POI exception in Apache OFBiz

Im working in a project.Its server side application is in ofbiz.I want to read,edit,update,etc the excel sheet.But in normal java program its working.Im using apache poi API.But when put in ofbiz then run the application.Then sometimes some…
SIVAKUMAR.J
  • 4,258
  • 9
  • 45
  • 80
0
votes
2 answers

Send param in URL using OFBiz

I want to end a param in URL in OFBiz, but I get this error from security org.apache.ofbiz.webapp.event.EventHandlerException: Found URL parameter [twCompagneDeRecrutementId] passed to secure (https) request-map with uri [showCompagne] with an…
hind
  • 11
  • 5
0
votes
0 answers

ofbiz : log4j error when add item to new order

I try to add item to new order in ofbiz (installed with gradlew) java.lang.NoClassDefFoundError: Could not initialize class org.apache.logging.log4j.core.impl.ThrowableProxy …