Restful Api For Ecommerce Module

2017-06-10 Thread Abhishek Sharma
Hi Team, I am planning to integrate OFBiz eCommerce module with android native app. OFBiz deals with HTTP request/response format but i want in JSON. Is there any easy way out to achieve the target? Or any suggested approach (if JSON not possible) to implement with android app? Regards Abhishek

Re: Service dispatcher threw an exception: Cannot find service location class

2017-06-10 Thread Michael Brohl
Hi Daniel, I'm glad that you've found the problem and thanks for your corrections. It's very helpful to improve our documentation. Best regards, Michael > Am 10.06.2017 um 21:37 schrieb Daniel Coric : > > Hi Michael, > > that, with "the crystal ball"... totally

Re: Service dispatcher threw an exception: Cannot find service location class

2017-06-10 Thread Daniel Coric
Hi Michael, that, with "the crystal ball"... totally unnecessary... as Donald Trump would say. ;) This time. :) After I changed directory structure from "src --> com --> companyname --> ofbizdemo --> services" to "src --> main --> java --> com --> companyname --> ofbizdemo --> services" the

Re: Mapping Derby Sample Data Foreign Keys

2017-06-10 Thread stimits
Hi, I will probably be interested in this. I have just switched from trying to do this under Derby to doing this under PostgreSQL after looking at pgadmin3. It looks like this tool provides more information than SQuirrel-sqL (possibly because of Derby, not necessarily because of the tool) and

Re: GL Defaults

2017-06-10 Thread stimits
There is a SQL table which is easier to see than XML. If you have direct access to the OfBiz SQL tables look at table GL_ACCOUNTS (loaded from this file and other GL_ tables). - Original Message -From: Yash Sharma To: user@ofbiz.apache.orgSent: Sat, 10

Re: Mapping Derby Sample Data Foreign Keys

2017-06-10 Thread G.W. Haywood
Hi there, On Sat, 10 Jun 2017, stimits.comcast.net wrote: So far as just loading data from sample into PostegreSQL goes, I still need to do the same mapping of foreign keys and columns to foreign tables which are allowed to be null. If it's of any interest I might be able to help you with

Re: Deploy Latest OFBiz on External Tomcat

2017-06-10 Thread Abhishek Sharma
Thanks Pierre for replying. From performance point of view, do we still have good hold on application server parameters for tuning? Regards Abhishek On Sat, Jun 10, 2017 at 2:50 PM, Pierre Smits wrote: > Hi Abhishek, > > Since a few release back we deprecated the

Re: Deploy Latest OFBiz on External Tomcat

2017-06-10 Thread Pierre Smits
Hi Abhishek, Since a few release back we deprecated the feature to deploy OFBiz on external application servers. Best regards, Pierre Smits ORRTIZ.COM OFBiz based solutions & services OFBiz Extensions Marketplace http://oem.ofbizci.net/oci-2/ On Sat, Jun 10, 2017 at

Re: GL Defaults

2017-06-10 Thread Yash Sharma
Hello Craig, There is two file where demo data for GL Accounts is placed for default organization, look into DemoGeneralChartOfAccounts.xml and DemoGlSetupData.xml files in accounting component. On Sat, Jun 10, 2017 at 2:05 PM Taher Alkhateeb wrote: > I think it's

Re: GL Defaults

2017-06-10 Thread Taher Alkhateeb
I think it's an easy question with a difficult answer. It depends on what the "action" is. Some level of automation happens when using the order component. Others when creating certain invoices / payments by setting the appropriate mapping to GL in the accounting components. I hope others can

Re: OFBiz Blog - May 2017 Update

2017-06-10 Thread Taher Alkhateeb
Thank you folks for the continuous great work. On Fri, Jun 9, 2017 at 7:03 PM, Sharan Foga wrote: > Hi Everyone > > Our regular monthly blog update is now available at the link below: > > https://blogs.apache.org/ofbiz/entry/apache-ofbiz-news-may-2017 > > As always thanks

Re: Service dispatcher threw an exception: Cannot find service location class

2017-06-10 Thread Michael Brohl
Sorry for the wrong name, should be "Hi Daniel". Regards, Michael Am 10.06.17 um 10:17 schrieb Michael Brohl: Hi Craig, if you want us to help you, we need more information. I'm not able to read the crystal ball ;-) Best would be to provide the full current setup, especially the

Deploy Latest OFBiz on External Tomcat

2017-06-10 Thread Abhishek Sharma
Hi Team, Kindly share the steps to deploy latest OFBiz on external Tomcat5. Regards Abhishek

Re: Service dispatcher threw an exception: Cannot find service location class

2017-06-10 Thread Michael Brohl
Hi Craig, if you want us to help you, we need more information. I'm not able to read the crystal ball ;-) Best would be to provide the full current setup, especially the additional code you generated and copy/pasted in your project. There is either an error in the tutorial or in your code,