I need to make an Ajax call inside OFBiz framework using prototype.js. I am doing that from a ftl file. I am confused of how to handle the server side - through java event or java service. What is the best practice? And also i am having problem making the framework recognize prototype.js file. There is some issue with the path name in t...
I need a simple how-to tutorial on developing a simple CMS web site using the OFBiz CMS framework. There are absolutely no documentation of how OFBiz CMS works. Whatever is there in the official website is only about the data model used in OFBiz CMS application.
If somebody can illustrate just a "Hello World" like application in OFBiz C...
I am customizing the calendar in the Work Effort application where I have to limit the number of fields displayed while adding a new event (event type - EVENT). I modified the EditWorkEffort form in the WorkEffortForms.xml to ignore the fields which I don't want to display. I am using the use-when attribute to check if the context keys w...
I came across Webslinger project and it seemed interesting. But it lacks any kind of documentation or reference. If anybody worked on it ever could help me to start.
...
Hi
I'm currently working in the deployment of an OFBiz based ERP
The database being used is Oracle 10g Enterprise
One of the biggest issues is some oracle performance problems, analyzing the ofbiz logs, the following query:
SELECT DISTINCT ORDER_ID, ORDER_TYPE_ID, ORDER_NAME, EXTERNAL_ID,
SALES_CHANNEL_ENUM_ID, ORDER_DATE, ENTRY_DAT...
Hi all
Currently working in the deployment of an OFBiz based ERP, we've come to the following problem: some of the code of the framework calls the resultSet.last() to know the total rows of the resultset. Using the Oracle JDBC Driver v11 and v10, it tries to cache all of the rows in the client memory, crashing the JVM because it doesn't...
What are the ways to connect to Apache OfBiz from a .NET application?
I would like to know how can I get data from ofbiz and how I can update date from the .NET application into ofbiz.
...
Can I set up the OfBiz party manager in such a way that multiple users can upload their own products to their own catalogs using parties and roles?
...
Thought about RESTAPI, but seems OfBiz does not support it out of the box. Hate accessing domain objects directly (although may be enough for our needs, however, would communicate on Service/ECA level).
Any ideas?
...
Hi folks,
I need to know open source auction app in java (or even based on ofbiz).
BTW, I find this ofbiz-based one (http://www.kenfuse.com/project/ofbizauction) but didn't know how to reach the source code!
I appreciate your help
Thanks.
...
hi to all,
we are using apache ofbiz9.0 for our application.now i want to execute a java program automatically whenever ofbiz startup.
Please anybody help me to solve this issue....
I am in pressure....
saravanan
[email protected]
...
Hi All,
i want to put my necessary jar files in my ofbiz-trunk folder.but i don't know where i place the jar files.please tell me the location...
Bye,
Saravanan
...
how to call ofbiz webservice from mule (esb) ?
...
I am trying to generate ValueLink merchant working keys using a modified version of the apache ofbiz ValueLinkApi Class - src
I've modified it only to the extent of making it a standalone class that I can run from outside the context of the ofbiz framework.
My program runs without error but my keys are not being accepted by the api.
H...