Re: Can't access webapp in debug model

2017-06-26 Thread Donhu Vy
It works. I can see value of variable inside Eclipse IDE. Thank you! From: Daniel Coric Sent: Tuesday, June 27, 2017 3:19:40 AM To: user@ofbiz.apache.org Subject: Re: Can't access webapp in debug model Hi Michael, you have a right. It's an

Re: Can't access webapp in debug model

2017-06-26 Thread Daniel Coric
Hi Michael, you have a right. It's an icon for a closed project. It has been a while since I've used Eclipse... My mistake and I'm sorry for that guys. But, it's a mess there in Project Explorer - we agree about it. :-) Regards, Daniel > Am 26.06.2017 um 21:55 schrieb Michael Brohl

Re: Can't access webapp in debug model

2017-06-26 Thread Michael Brohl
The project OFBiz is not empty, it's Eclipse's icon for a closed project (like the error message says). See my previous message. Additionally, the whole workspace seems to be messed up. Look at the structure, it has all folders, be it applications, framework or theme subfolders on the same

Re: Can't access webapp in debug model

2017-06-26 Thread Daniel Coric
And this, just saw it, "There is no Git repo for the branches which support the released packages, but there are SVN repos at". Is it against ASF policy to use GIT or what?! I don't understand. On 2017-06-26 20:57 (+0200), "Daniel Coric" wrote: > Hi Jacques, > > thanks. > >

Re: Can't access webapp in debug model

2017-06-26 Thread Daniel Coric
Hi Jacques, thanks. I just saw that you have corrected the "Using GIT from within Eclipse" - wanted to recommend the article to Vy. How do you mean "Freezed just before the framework and plugins split, 12 Feb 2017"? I have cloned release16.11 from the very same URL just before I have wrote

Re: Can't access webapp in debug model

2017-06-26 Thread Jacques Le Roux
It works well here :) Le 26/06/2017 à 20:35, Daniel Coric a écrit : Sorry for that dot at the end of the image link (the reason why the link doesn't work - so, without it please). On 2017-06-26 20:23 (+0200), "Daniel Coric" wrote: Hi Vy, it's pretty clear if you look a

Re: Can't access webapp in debug model

2017-06-26 Thread Daniel Coric
Sorry for that dot at the end of the image link (the reason why the link doesn't work - so, without it please). On 2017-06-26 20:23 (+0200), "Daniel Coric" wrote: > Hi Vy, > > it's pretty clear if you look a bit closely in the Project Explorer at this > image >

Re: Can't access webapp in debug model

2017-06-26 Thread Jacques Le Roux
Well spotted Daniel, Vy, if you run "gradlew eclipse" it will generate the .project and .classpath files which are used by Eclipse to handle OFBiz So it seems you just miss that... Jacques Le 26/06/2017 à 20:23, Daniel Coric a écrit : Hi Vy, it's pretty clear if you look a bit closely in

Re: Can't access webapp in debug model

2017-06-26 Thread Daniel Coric
Hi Vy, it's pretty clear if you look a bit closely in the Project Explorer at this image https://user-images.githubusercontent.com/1328316/27529985-cf1d158a-5a80-11e7-865f-581a353b94d2.jpg. You have only empty directory "ofbiz". That means that you cannot have one more project under the same

Variant Price Calculation

2017-06-26 Thread Ingo Wolfmayr
Hi everybody, I have a question regarding the pricecalculation. Virtual product: 1000X Variants: ID 10001: Default Price 100 € ID 10002: Default Price 100 € ID 10003: Default Price 100 € Variant 10002 is on sales with a pricerule that calculates 20% off. (Product category with a price rule)

Re: Can't access webapp in debug model

2017-06-26 Thread Jacques Le Roux
Vy, Taher and Michael simply mean did you run "gradlew eclipse" from the command the line? This creates the information needed by Eclipse to correctly handle OFBiz You can run this command at any moment, just Eclipse may complain and then you have to refresh. Something to add in the wiki

Re: Can't access webapp in debug model

2017-06-26 Thread Donhu Vy
> Did you run gradlew eclipse? --> I release all Gradle-related commands from CMD. From: Taher Alkhateeb Sent: Monday, June 26, 2017 3:22:35 PM To: user@ofbiz.apache.org Subject: Re: Can't access webapp in debug model Did you run

Re: Can't access webapp in debug model

2017-06-26 Thread Donhu Vy
>"Launch configuration gradle_remote_debug references closed project ofbiz." > Is your project "ofbiz" open in Eclipse? --> I don't know how to determine name of project in Eclipse in this case. I named it is ofbiz (Like document:

Re: Can't access webapp in debug model

2017-06-26 Thread Taher Alkhateeb
Did you run gradlew eclipse? On Jun 26, 2017 11:15 AM, "Donhu Vy" wrote: > I try to clean all things. > gradlew cleanAll loadDefault > > Indeed, At the previous session, I didn't set anything in tab Source. This > session, I set it (like screenshot https://user-images. >

Re: Can't access webapp in debug model

2017-06-26 Thread Michael Brohl
"Launch configuration gradle_remote_debug references closed project ofbiz." Is your project "ofbiz" open in Eclipse? Regards, Michael Brohl ecomify GmbH www.ecomify.de Am 26.06.17 um 09:19 schrieb Donhu Vy: Thank Jacques Le Roux, I don't understand your reply. I want re-present my work

Re: Can't access webapp in debug model

2017-06-26 Thread Donhu Vy
I try to clean all things. gradlew cleanAll loadDefault Indeed, At the previous session, I didn't set anything in tab Source. This session, I set it (like screenshot https://user-images.githubusercontent.com/1328316/27529984-cf1c13e2-5a80-11e7-8277-9cfc20fed94d.jpg ) Tab Connect still like

Re: Can't access webapp in debug model

2017-06-26 Thread Jacques Le Roux
Vy, I don't see what could be missing, seems to be an issue with your debug config. Did you set correctly the Debug Source tab (near Connect tab)? Do you see something in the OFBiz console or console.log? Did you check the Eclipse log? Jacques Le 26/06/2017 à 09:19, Donhu Vy a écrit :

Re: Easier way to make services available

2017-06-26 Thread Rishi Solanki
Jacques, Yes, I search for that in code and miss read the HttpEngine as HttpClient. Thanks for correcting. :-) Rishi Solanki Sr Manager, Enterprise Software Development HotWax Systems Pvt. Ltd. Direct: +91-9893287847 http://www.hotwaxsystems.com On Mon, Jun 26, 2017 at 12:39 PM, Jacques Le

Re: Can't access webapp in debug model

2017-06-26 Thread Donhu Vy
Thank Jacques Le Roux, I don't understand your reply. I want re-present my work step-by-step. I am reading https://cwiki.apache.org/confluence/display/OFBIZ/Running+and+Debugging+OFBiz+in+Eclipse . I am using Windows 10 Pro x64, Eclipse Neon 3. At OFBiz's folder (F:\ofbiz), I release command

Re: Easier way to make services available

2017-06-26 Thread Jacques Le Roux
Hi Rishi, exportall is not set in the case of HTTP services (just miss to read the property) Jacques Le 26/06/2017 à 08:54, Rishi Solanki a écrit : Parmider, It should work with the settings you mentioned. Could you please share how you make sure it is not working as HttpClient and rmi

Re: Easier way to make services available

2017-06-26 Thread Rishi Solanki
Parmider, It should work with the settings you mentioned. Could you please share how you make sure it is not working as HttpClient and rmi both will have the supporting code to allow the service to call. Also if it is fine then let us know what you want to achieve by setting this. Thanks!

Re: Easier way to make services available

2017-06-26 Thread Jacques Le Roux
Hi, From a cursorily read "exportall" is only available for HTTP or RMI services. And remotedispatcher.exportall=true is only effective for RMI services So it will work only if you want to use rmi for all your services Jacques Le 25/06/2017 à 21:28, Parminder S. Lehal a écrit : Is there

Re: Can't access webapp in debug model

2017-06-26 Thread Jacques Le Roux
Hi, You need to start a debugger for OFBiz to continue and be ready. When you use the ofbizDebug Gradle task, OFBiz waits for a debugger to continue. You can see that in the console or console.log Jacques Le 26/06/2017 à 04:14, Donhu Vy a écrit : In previous sessions, when I release