Re: Help need in running a standard web app in OFBiz plugins directory

2021-05-09 Thread Vy Do
Your idea about running a standard Java web-application inside OFBiz is a worse practice. You must follow OFBiz plugin structure and convention. On Mon, May 10, 2021 at 4:54 AM Ivan Drinks Sr < ivan...@reality-technology.com> wrote: > Hello, > > > I have read the documentation available on

Re: How to create a new facility in Apache Ofbiz 17.12.05?

2021-02-03 Thread Vy Do
e 17.12 release so there will not > be another bugfix release for it. > > You can either switch to 18.12 (no release, just checkout from GitHub) > or try to apply the patch from the Jira issue to your 17.12 release. > > Regards, > > Michael Brohl > > ecomify GmbH - www.ecomify.de >

Re: How to create a new facility in Apache Ofbiz 17.12.05?

2021-02-03 Thread Vy Do
https://demo-trunk.ofbiz.apache.org/facility/control/FindFacility > > You might be interested to look into the following JIRA ticket. > > https://issues.apache.org/jira/browse/OFBIZ-10501 > > Kind Regards, > -- > Pritam Kute > > > On Wed, Feb 3, 2021 at 12:30 PM Vy Do wrote: > >

Re: How to create a new facility in Apache Ofbiz 17.12.05?

2021-02-02 Thread Vy Do
receive email for reset password. My screenshot for temporary solution: https://user-images.githubusercontent.com/74403808/106710147-0c899400-6628-11eb-8b00-ac6f57208b58.png On Wed, Feb 3, 2021 at 1:57 PM Pawan Verma wrote: > Hi Vy Do, > > Is there any error? Please share it with us. >

How to create a new facility in Apache Ofbiz 17.12.05?

2021-02-02 Thread Vy Do
I am using Apache Ofbiz 17.12.05 , I load all seed, demo data, login by user admin, password ofbiz. I can create new party group, create new facility group, v.v.. But I cannot create a new facility. Please guide me this task. Few screenshot:

Re: How to write data to table catalina_session?

2020-11-04 Thread Vy Do
> -- > Thanks & Regards > Pawan Verma > Technical Consultant > *HotWax Systems* > *Enterprise open source experts* > http://www.hotwaxsystems.com > > > On Wed, Nov 4, 2020 at 3:21 PM Vy Do wrote: > > > I am using Apache Ofbiz 17.12.04 , today I viewed

How to write data to table catalina_session?

2020-11-04 Thread Vy Do
I am using Apache Ofbiz 17.12.04 . Today, I view all source code for discovering something new. I seen entity `catalina_session` . I guess, how to write data to table catalina_session? Let's guide me how to do this!

How to write data to table catalina_session?

2020-11-04 Thread Vy Do
I am using Apache Ofbiz 17.12.04 , today I viewed all source code for discovering something new. I saw an entity, and according to a table named catalina_session . When I run query SELECT * FROM catalina_session; I see nothing, although I log in/log out, start/stop the application server, and

Re: I cannot login

2020-10-13 Thread Vy Do
I also post question at here https://stackoverflow.com/questions/64336397/cannot-login-ofbiz-17-12-04

I cannot login

2020-10-13 Thread Vy Do
- I download JDK 8u261 x64 for Windows x64 , then set JAVA_HOME, set PATH environment variable. - I donwload https://mirror.downloadvn.com/apache/ofbiz/apache-ofbiz-17.12.04.zip - I run file `gradlew.bat` - I run command gradlew cleanAll loadDefault gradlew ofbiz Running screenshot: