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
3
votes
2 answers

Error when starting Apache OFBiz: "java.net.BindException: Address already in use"

I get the following error when running the "ant start" command on my LAMP server. It worked just fine when using the default derby database BUT I did have to change the HTTP and HTTPS ports (they were in use) in the following…
apf
  • 51
  • 5
3
votes
2 answers

How does one get the DispatchContext in Ofbiz from a Java program

I've spent the last few hours trying to find the answer in the "Apache Ofbiz Cookbook" and "Apache Ofbiz Development: The Beginner's Tutorial" how to get the DispatchContext in Ofbiz from a Java method. Ruth Hoffman's Cookbook doesn't include this…
user1069528
  • 618
  • 1
  • 13
  • 29
2
votes
3 answers

Deploying OFBiz on External Application Server

Any one succeeded in deploying OFBiz on external application server Tomcat/ Jboss. I tried to install ofbiz on Tomcat and Jboss in both cases i am facing issues. I used the following configurations to install ofbiz on appservers: OFBiz Version:…
user1006585
  • 85
  • 2
  • 10
2
votes
0 answers

OFBiz not clearing parameters between triggers

I have an entity condition action defined like this:
Minato
  • 21
  • 4
2
votes
2 answers

OFBiz Accounting Application

How to integrate the PARTYMGR application with ACCOUNTINGMGR application.So than the services of the later one will be made available for the PARTYMGR.
ratan
  • 21
  • 1
2
votes
1 answer

SQLAlchemy cascade delete on automapped Universal Data Model Schema

I have a predefined PostgreSQL database from an OfBiz installation. The database has numerous foreign key components. I am trying to write a python program to copy the data from a production database into staging or development databases. The last…
Urgazhi
  • 31
  • 7
2
votes
2 answers

Ofbiz: one form with two submit button with two different targets

Ofbiz offers forms written in xml: partyForm.xml:
2
votes
3 answers

what are the advantages and limitations of OFBIZ framework 9?

I am new to OFBIZ 9.I would like to know what are the advantages and limitations of using OFBIZ ERP based framework.Does anybody having thoughts about this Please share with me... Thanks & Regards, SARAVANAN.P
Saravanan
  • 11,372
  • 43
  • 143
  • 213
2
votes
3 answers

How to implement "Distributed cache clearing" in Ofbiz?

We have multiple instances of Ofbiz/Opentaps running. All the instances talk to the same database. There are many tables that are rarely updated hence they are cached and all the instances maintain their individual copies of cache as a standard…
anubhava
  • 761,203
  • 64
  • 569
  • 643
2
votes
1 answer

How to integrate C# Code with Ofbiz 9?

I have one C# Application written using .net framework4.0.It is working good.Now i want to integrate this C# code with my OFBIZ 9 version.Is this possible to integrate C# with OFBIZ. In my C# Application, I have forms for user interaction and also…
Saravanan
  • 11,372
  • 43
  • 143
  • 213
2
votes
3 answers

Unable to access new OFBiz 16.11 plugin

I am trying to learn OFBiz 16.11, but I am facing an error when adding a new plugin and tying to access it using its url. :ERROR MESSAGE: org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering screen…
MWKZ
  • 125
  • 2
  • 11
2
votes
3 answers

Apache OFBiz installation trouble with BIRT container

I am new to Apache OFBiz. I have downloaded and installing the OFBiz by instructions. I have loaded the data successfully. But when am running OFBiz using gradlew it stopped at birt-container. I have added the console information here. Build process…
Muthu vignesh k
  • 237
  • 1
  • 4
  • 19
2
votes
2 answers

How to create a new component in Apache OFBiz latest version 16.11.01?

Does someone know how we can create a new component in Apache OFBiz latest version 16.11.01. Earlier it was using ant create-component to create a component but the new version uses Gradle.
Bhupendra
  • 35
  • 6
2
votes
1 answer

Apache OFBiz ERP Integration

I have been trying to integrate Apache OFBiz ERP into my existing web application which is written using Struts2 , Hibernate and Spring . But OFBiz is written with servlets and jsp . Is this at all possible and if yes how .
2
votes
1 answer

How to call java method from a simple method in ofbiz

I am trying to call java method from simple method like this
Ashish Singhal
  • 405
  • 5
  • 21
1
2
3
20 21