Creating a customer web site based on OFBIZ.

2019-10-31 Thread Robert Wynkoop
Using earlier advice from this list I believe I have my source control setup for proper custom development. Following the developer demo, Creating your first component

Re: not able to export webservices defined using groovy engine

2019-10-31 Thread Rajesh Mallah
Sorry for all the noise. The problem was tracked down to duplicate declaration of "export" attribute in some service elements. the xml was syntatically incorrect and hence not loaded. regds mallah. On Thu, Oct 31, 2019 at 9:23 PM Rajesh Mallah wrote: > > Sorry pls ignore previous observation. >

Re: not able to export webservices defined using groovy engine

2019-10-31 Thread Jacques Le Roux
Hi Rajesh, I'm not sure what your problem is. At least the createProductCategory service is loaded in trunk demo: https://demo-trunk.ofbiz.apache.org/webtools/control/ServiceList?constraint=alpha@c HTH Jacques Le 31/10/2019 à 16:53, Rajesh Mallah a écrit : Sorry pls ignore previous observat

Re: not able to export webservices defined using groovy engine

2019-10-31 Thread Rajesh Mallah
Sorry pls ignore previous observation. Many services with groovy are getting exported Looks like none of the services defined in are getting loaded. --> file: /opt/ofbiz/ofbiz-latest/applications/product/servicedef/services.xml in /opt/ofbiz/ofbiz-latest/applications/product/ofbiz-component

Re: Need help to locate retail store application in ofbiz

2019-10-31 Thread AnandaVelMurugan Chandra Mohan
Hi, Thank you. I am checking the source code. It looks like it builds the URL based on website ID. I will find the URL based on the logic in the code. On Wed, Oct 30, 2019 at 9:50 PM Deepak Dixit wrote: > Please refer OfbizUrl transform( > OfbizUrlTransform.java) > > Thanks & Regards > — > Deep

not able to export webservices defined using groovy engine

2019-10-31 Thread Rajesh Mallah
Hi , In my installation using ofbiz trunk service using groovy engine are not getting exported inspite of export="true" attribute in service xml files. other engine methods are getting exported. Please suggest where should i check. Regds mallah.

Re: How do I use GIT to check out and develop customer applications?

2019-10-31 Thread Robert Wynkoop
Ingo / All Thanks for the help all. I think I like Ingo's method will work the best for me. I'm comfortable working in branches. Robert Wynkoop On Thu, Oct 31, 2019 at 3:07 AM Ingo Wolfmayr wrote: > Hi Robert, > > this is the way I do it with git: > > 1.) Clone ofbiz branch from https://gith

AW: How do I use GIT to check out and develop customer applications?

2019-10-31 Thread Ingo Wolfmayr
Hi Robert, this is the way I do it with git: 1.) Clone ofbiz branch from https://github.com/apache/ofbiz-framework + used plugins from https://github.com/apache/ofbiz-plugins 2.) Create an additional remote to your repository 3.) Create your branch you are working on. 4.) Merge the ofbiz branch

Re: How do I use GIT to check out and develop customer applications?

2019-10-31 Thread Jacques Le Roux
Hi Robert, Victor, Note that we will "soon" move to Git. So you can expect this in a near future: https://gitbox.apache.org/ Jacques Le 30/10/2019 à 18:12, Victor Hernández a écrit : Hi Robert, Take a look on https://ofbiz.apache.org/source-repositories.html there you will be able to see all