Configure Php project with OFBiz framework

2011-07-21 Thread jairaj
Hello friends, I am stuck in a problem need a solution asap. Actually/* I want to configure one of my Php project with my OFbiz modules using the same Apache server and DB as PostgreSQL*/. If anyone have any idea related this problem ,please share. Thank You -- View this

Re: Cannot complete OfBiz setup wizard

2011-07-21 Thread BJ Freeman
information needs to be added into the process to import the General ledger look at Setupevents.xml create General Ledger Setup Tim Stoel sent the following on 7/20/2011 5:04 PM: I have installed OfBiz 10.04 on Centos 5.6 with MySQL, and no demo data is installed. I just deleted the

Re: Cannot complete OfBiz setup wizard

2011-07-21 Thread BJ Freeman
sorry Import Default ProductStore Shipment data BJ Freeman sent the following on 7/20/2011 11:53 PM: information needs to be added into the process to import the General ledger look at Setupevents.xml create General Ledger Setup Tim Stoel sent the following on 7/20/2011 5:04 PM: I have

Re: Configure Php project with OFBiz framework

2011-07-21 Thread Nicolas Malin
Use apache rewrite rule and virtualhost or Alias to contact your php application, if your OFBiz has been connected with apache by ajp. Nicolas Le 21/07/2011 08:28, jairaj a écrit : Hello friends, I am stuck in a problem need a solution asap. Actually/* I want to configure

Re: Configure Php project with OFBiz framework

2011-07-21 Thread Jacques Le Roux
This may help https://issues.apache.org/jira/browse/OFBIZ-4203 Jacques From: jairaj gaur.jai...@gmail.com Hello friends, I am stuck in a problem need a solution asap. Actually/* I want to configure one of my Php project with my OFbiz modules using the same Apache server and DB

Re: Configure Php project with OFBiz framework

2011-07-21 Thread S K Pradeep Kumar
What kind of a project your using. http://www.caucho.com/resin-3.0/quercus/ With regards, S K Pradeep kumar, 9980609494 On Thu, Jul 21, 2011 at 11:58 AM, jairaj gaur.jai...@gmail.com wrote: Hello friends, I am stuck in a problem need a solution asap. Actually/* I want to

Re: Configure Php project with OFBiz framework

2011-07-21 Thread jairaj
For my client I have to develop 34 different modules using ofbiz framework , I have few modules already designed in Php lang that I have to integrate with other modules. Some module are already hosted , for this we are using Apache Server. Now I dont want to re-develop my Php module in OFbiz.

Re: Configure Php project with OFBiz framework

2011-07-21 Thread BJ Freeman
I installed http://php-java-bridge.sourceforge.net/pjb/installation.php as a POC in the ecommerce webapp folder. I have not had a chance to really dig into it yet. jairaj sent the following on 7/20/2011 11:28 PM: Hello friends, I am stuck in a problem need a solution asap.

EntityConditions to lookup records between 2 dates

2011-07-21 Thread Justin Robinson
The following doesn't seem to work. Calendar calS = Calendar.getInstance(); calS.set(Calendar.DAY_OF_MONTH, 25); calS.set(Calendar.MONTH, (calS.get(Calendar.MONTH)-1)); Calendar calE = Calendar.getInstance();

Re: EntityConditions to lookup records between 2 dates

2011-07-21 Thread Adrian Crum
I don't know why the EntityCondition isn't working, but I see something wrong in your calendar logic. Instead of subtracting one from the int constant, you should use the Calendar object's add method to subtract one month. -Adrian On 7/21/2011 2:23 PM, Justin Robinson wrote: The following

Ofbiz Eclipse plugin

2011-07-21 Thread Daniel McAllister
Hello I'm working on an existing Ofbiz Eclipse plugin that is based on this one: http://www.itu.dk/~hessellund/smartemf/ofbizexplorer.htm I have added some new features: -Parsing controller.xml -Finding service call/invocation in (reference, usage) in java files. Currently it's commented out

Re: Cannot complete OfBiz setup wizard

2011-07-21 Thread Tim Stoel
Thanks for the link Hans, but this page doesn't load for me, I tried the Google cache and a search with no luck either. Tim From: Hans Bakker mailingl...@antwebsystems.com Reply-To: user@ofbiz.apache.org Date: Thu, 21 Jul 2011 08:12:33 +0700 To: user@ofbiz.apache.org Subject: Re: Cannot

Re: Cannot complete OfBiz setup wizard

2011-07-21 Thread BJ Freeman
it took about a minute to be load. The final URL was http://www.antwebsystems.com/control/mainSetup-OFBiz-with-your-data-in-15-minutes-16907-content did a traceroute to www.antwebsystems.com once left US backbone ttl jump to 176ms min and either timed out or was about 400ms the closer to the

Exceptions to Best Practices

2011-07-21 Thread BJ Freeman
https://cwiki.apache.org/OFBIZ/exceptions-to-best-practices-approach.html I have read this for a few days to figure out its goal. it is to note the Exceptions to Best Practices and provide a Best Practices to those?

Re: OFBiz Blog, Integration 3rd party tools

2011-07-21 Thread ScottA
Sascha, sorry to revive such an old post but we were just looking for a similar option and we also found Roller. It does look like it would accomplish everything we need. Did you have any success with it? Cheers. -- View this message in context:

Re: Exceptions to Best Practices

2011-07-21 Thread David E Jones
It looks like the only best practice on it is the one sub-page about only referring to partyId using a join table with the ID of the related entity, a partyId and a roleTypeId. Then it lists dozens of exceptions. I didn't look up who made that page, but given the number of exceptions I hope

Re: Exceptions to Best Practices

2011-07-21 Thread BJ Freeman
yes the new format does not let you go to the dash board and hides authors. I was able to go to the dashboard and the find the page to view the old way and found Added by cjhowe, last edited by Jacques Le Roux on Aug 12, 2008 (view change) sorry to waste time. David E Jones sent the following

Re: OFBiz Blog, Integration 3rd party tools

2011-07-21 Thread Sascha Rodekamp
Hi Scott, nope we went another way. Roller doesn't fit to our needs, so i give up investigating on this task. The reason was we need more than only the blog functionality and we had to create an ofbiz based CMS System. Cheers Sascha 2011/7/21 ScottA sc...@uniondiamond.com Sascha, sorry to