Developing a client site with OFBIZ.

2020-01-24 Thread Robert Wynkoop
/ application / order / templates have direct references back to the eCommerce site. I'm not understanding how to use OFBIZ as a framework for a custom site. I had hoped not to change framework source, but to extend it. "Am I doing it all wrong" Robert Wynkoop

Re: How to debug Groovy scripts.

2020-01-11 Thread Robert Wynkoop
PM James Yong wrote: > Hi Robert, > > Debugging groovy scripts should work in IntelliJ IDEA Community Edition. > > Also see > https://cwiki.apache.org/confluence/display/OFBIZ/Running+and+Debugging+OFBiz+in+Intellij+IDEA > > Regards, > James > > On 2020/01/1

Re: unexpected_message error when connecting to remote postgresql database over ssl

2020-01-10 Thread Robert Wynkoop
Bagas, Also you try turning off ssl, since this is not your prod. add ";sslfactory=org.postgresql.ssl.NonValidatingFactory" to the end of your database connection string. Robert Wynkoop Still not an expert. On Fri, Jan 10, 2020 at 4:08 PM Robert Wynkoop wrote: > Not an exper

Re: How to debug Groovy scripts.

2020-01-10 Thread Robert Wynkoop
for your time. Robert Wynkoop On Fri, Jan 10, 2020 at 4:06 PM Jacques Le Roux < jacques.le.r...@les7arts.com> wrote: > Le 10/01/2020 à 22:38, Robert Wynkoop a écrit : > > Any ideas of what I might try? > > Using Eclipse or IntelliJ ? > > Sorry ;) > > Jacques > >

Re: unexpected_message error when connecting to remote postgresql database over ssl

2020-01-10 Thread Robert Wynkoop
020-01-09 08:29:14.952 UTC [1893] LOG: connection received: host=10.29.106.190 port=60432 I do not believe 10.29.106.190 can be verified as a valid host. Hope this might help. Robert Wynkoop On Thu, Jan 9, 2020 at 2:55 AM Bagas Sanjaya wrote: > Hello, > > I'm trying loading OFBiz demo

Re: How to debug Groovy scripts.

2020-01-10 Thread Robert Wynkoop
with build), with no success also. Any ideas of what I might try? On Fri, Jan 10, 2020 at 11:26 AM Jacques Le Roux < jacques.le.r...@les7arts.com> wrote: > You might be interested by > https://issues.apache.org/jira/browse/OFBIZ-10226 > > HTH > > Jacques > > Le 10/01/2020 à 16:4

Re: How to debug Groovy scripts.

2020-01-10 Thread Robert Wynkoop
Dan, Thanks. In netbeans I can get the debugger to attach, but get a msg can not set break point. I get this message in the debugger console. I can set other java breakpoints. Invalid LineBreakpoint InitTheme.groovy : 31 LineBreakpoint UtilMisc.java : 68 successfully submitted. Robert Wynkoop

How to debug Groovy scripts.

2020-01-10 Thread Robert Wynkoop
] Thanks, Robert Wynkoop

Re: Trying to understand decorators and building screens.

2020-01-05 Thread Robert Wynkoop
IF: [image: image.png] On Sun, Jan 5, 2020 at 3:48 AM Jacques Le Roux wrote: > Hi Robert, > > It starts from InitTheme.groovy, I guess you can follow from there, else > please ask for details > > HTH > > Jacques > > Le 05/01/2020 à 05:44, Robert Wynkoop a écrit

Trying to understand decorators and building screens.

2020-01-04 Thread Robert Wynkoop
="${groovy:commonScreenLocations.GlobalDecorator?commonScreenLocations.GlobalDecorator:commonDecoratorLocation}"/> works? I'm not sure how to follow the flow into that. Where is the related source to the above location? Robert Wynkoop

Re: New Plugin

2019-12-20 Thread Robert Wynkoop
> > > HTH > > Thanks and regards > Aditya Sharma > > On Fri, Dec 20, 2019 at 9:34 AM Robert Wynkoop > wrote: > > > All, > > > > Working with the 18.12. > > > > Added a plugin. > > > > I wanted to test removing

New Plugin

2019-12-19 Thread Robert Wynkoop
have a login to connect. admin / ofbiz was tested. How do I disable login for the component? I will use page level permissions later. Robert Wynkoop

Create plugin / component

2019-11-04 Thread Robert Wynkoop
Hello, Create plugin / component task generates code into the ofbiz-framework/plugins directory. This directory is excluded from git source control. How do I create a component and manage it under source control? -- Robert Wynkoop Google Voice: 314-380-0046 Cell: 314-606-3079 Home: 314-846

Re: Create plugin / component fails with could not find resource bundle

2019-11-04 Thread Robert Wynkoop
s on a Fedora 29 box. Thought this might be a simple know issue, possibly a config issue on my end. Robert Wynkoop On Sun, Nov 3, 2019 at 3:18 AM Jacques Le Roux wrote: > Hi Robert, > > What do you call "EN lines" and what is your "message file" > > Thanks >

Create plugin / component fails with could not find resource bundle

2019-11-02 Thread Robert Wynkoop
is: Java 1.8 u231, Netbeans 8.2(for now) -- Robert Wynkoop

Re: Creating a customer web site based on OFBIZ.

2019-11-02 Thread Robert Wynkoop
OK, Creating a component(application/plugin) puts it in the ofbiz-framework\plugins, that is ignored by git. What is the correct way to get this in source control and develop for it? Robert Wynkoop Google Voice: 314-380-0046 Cell: 314-606-3079 Home: 314-846-7638 2904 Woodbridge Estates Dr

Re: Creating a customer web site based on OFBIZ.

2019-11-01 Thread Robert Wynkoop
structure. Seems like a good idea, just trying to figure out how to organize my code so I can make local commits to my repository. Robert Wynkoop On Fri, Nov 1, 2019 at 5:41 AM Jacques Le Roux wrote: > Hi Robert, > > OOTB there are 2 branches, one for the framework and one for th

Creating a customer web site based on OFBIZ.

2019-10-31 Thread Robert Wynkoop
ial-ABeginnersDevelopmentGuide-CreateYourFirstApplication(HelloWorld...)> . I noticed the files are created in the plugins directory. This directory is excluded from commit via the .gitingnore file checked into the branch. How should I go about committing to my local branch, components that I create here?

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 br

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

2019-10-30 Thread Robert Wynkoop
https://ofbiz.apache.org/developers.html only seems to know about V16. Robert Wynkoop

Re: Shipping with OFBiz?

2014-01-11 Thread Robert Wynkoop
Thanks for the help. I just wanted to make sure that it should work. Robert Wynkoop On Thu, Jan 9, 2014 at 10:00 PM, Pranay Pandey pranay.pan...@hotwaxmedia.com wrote: Hi Robert, You should be able to perform these operations for Shipment, pick, pack and then printing shipping label

Re: Shipping with OFBiz?

2014-01-09 Thread Robert Wynkoop
if a order had postage? If I need to reprint a label. Robert Wynkoop Sent from my mobile phone. On Jan 5, 2014 4:19 AM, Jacques Le Roux jacques.le.r...@les7arts.com wrote: You should be able to test by yourself at https://demo-trunk.ofbiz.apache.org/ordermgr/control/orderentryCredential: admin/ofbiz

Shipping with OFBiz?

2014-01-04 Thread Robert Wynkoop
Does OFBiz work out of the box with USPS shipping? I was wanting to be able to PICK and PACK in one operation and then print postage and labels in a second operation. Robert Wynkoop

End to end testing for new developer.

2013-10-22 Thread Robert Wynkoop
the online demo. I'm also willing to pull SVN source and start over with my local copy. Just looking for someone with experience under the hood that can help. Robert Wynkoop P.S. I have also tried the online bigfish ecommerce demo, but I'm unable to pick/pack due to inventory issues.

Re: How does visual theme for product store work?

2013-06-22 Thread Robert Wynkoop
Not at my code, is the decorator a property on the screen object? Robert Wynkoop Sent from my mobile phone. On Jun 22, 2013 9:34 AM, Varun Bhansaly vbhans...@gmail.com wrote: Hi Robert, Visual themes define the resources they are going to use such as - JS, CSS, header, footer etc. When you

Re: How does visual theme for product store work?

2013-06-22 Thread Robert Wynkoop
Robert Wynkoop Sent from my mobile phone. On Jun 22, 2013 3:14 PM, Robert Wynkoop robert.wynk...@gmail.com wrote: Not at my code, is the decorator a property on the screen object? Robert Wynkoop Sent from my mobile phone. On Jun 22, 2013 9:34 AM, Varun Bhansaly vbhans...@gmail.com wrote

Re: How does visual theme for product store work?

2013-06-22 Thread Robert Wynkoop
Varun, Thanks for your help. I will get this figured out. Robert Wynkoop Sent from my mobile phone. On Jun 22, 2013 4:03 PM, Robert Wynkoop robert.wynk...@gmail.com wrote: Robert Wynkoop Sent from my mobile phone. On Jun 22, 2013 3:14 PM, Robert Wynkoop robert.wynk...@gmail.com wrote

How does visual theme for product store work?

2013-06-20 Thread Robert Wynkoop
to themes. Robert Wynkoop

Re: New to OFBiz. How to modify the eCommerce app?

2013-05-23 Thread Robert Wynkoop
Thanks everyone. Your suggestions are helpful. I think I'm going the route of making a copy of the eCommerce app for now. I might look more at BigFish also. Thanks for the help. Robert Wynkoop On Thu, May 23, 2013 at 10:26 AM, Varun Bhansaly vbhans...@gmail.comwrote: Hi Robert, It depends

New to OFBiz. How to modify the eCommerce app?

2013-05-22 Thread Robert Wynkoop
or do I copy it and replace it. It would nice to be able to package my app changes separate from the public project. Robert Wynkoop