[jira] [Commented] (OFBIZ-5473) Expense Declaration application

2016-08-01 Thread Pierre Smits (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-5473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15402517#comment-15402517
 ] 

Pierre Smits commented on OFBIZ-5473:
-

Hi [~Florian M],

As far as I can tell (and this issue is already 2 years old), Anil used some 
parts of an early discussion at the ApacheCon US 2014 in Denver, Co. 
Unfortunately, no one felt the urge to collaborate on this any further.

I completed development on a first iteration. And am using it in production.
I have taken the demo site online. So there is no way to test it. 



> Expense Declaration application
> ---
>
> Key: OFBIZ-5473
> URL: https://issues.apache.org/jira/browse/OFBIZ-5473
> Project: OFBiz
>  Issue Type: New Feature
>  Components: accounting
>Reporter: Pierre Smits
>  Labels: Expense
> Attachments: ExpenseReport-10020.pdf, Screen Shot 2014-02-26 at 
> 16.33.11.png, Screen Shot 2014-02-26 at 16.33.43.png, Screen Shot 2014-02-26 
> at 16.35.47.png, Screen Shot 2014-02-26 at 16.51.38.png
>
>
> Have a new application to register expenses incurred by employees (and 
> others) and have these reviewed for approval.
> This is the place holder issue for all sub issues.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-7135) Adding role for a party show error on the second add

2016-08-01 Thread Montalbano Florian (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-7135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15402379#comment-15402379
 ] 

Montalbano Florian commented on OFBIZ-7135:
---

Hi,
I checked the issue OFBIZ-6746. It is the same root problem but in this current 
issue, the target used in the forms were some kind of "hack" that doesn't seem 
necessary here. In the other issue, the need is at another level.

I'm going over this issue with now a little more experience, and the patch 
provided seems to work well for resolving the add role problem.

Any review is welcomed !
Thanks.

> Adding role for a party show error on the second add
> 
>
> Key: OFBIZ-7135
> URL: https://issues.apache.org/jira/browse/OFBIZ-7135
> Project: OFBiz
>  Issue Type: Bug
>  Components: party
>Affects Versions: Trunk
>Reporter: Montalbano Florian
>Assignee: Nicolas Malin
>Priority: Minor
>  Labels: addrole, party
> Attachments: OFBIZ-7135.patch
>
>
> Hi all,
> How to reproduce :
> 1) Go to the profile of a party and then to the "Role" tab : 
> https://localhost:8443/partymgr/control/viewroles?partyId=admin
> 2) Add any role
> 3) Wait for the page to reload
> 4) Try to add another role
> 5) Notice the error showing up and the redirection to the "profile" page
> Problem : The problem comes from a bad request send. When you select a "main 
> role" (without clicking on the add button), a request is send to get the form 
> for the "secondary role". On the first time, there is no problem, the request 
> is something such as : 
> https://localhost:8443/partymgr/control/addsecondaryroles
> On the second time, it becomes something like this : 
> https://localhost:8443/partymgr/control/addrole/addsecondaryroles
> When the controller receives this second request, it does both the "addrole" 
> and the "addsecondaryroles" request. So when you chose a role in the first 
> select, it actually sends a request to add the role before you even click on 
> the "add" button.
> Root of the problem :
> First, the target of the forms (PartyForms#AddPartyRole, 
> PartyForms#AddPartyMainRole and PartyForms#AddPartySecondaryRole) adding the 
> "main" and "secondary" roles is "addrole/viewroles" (it seems to be the only 
> place in the code where a target is done this way). To clear up the request, 
> I tried to remove the "/viewroles" to match what is done in another case : 
> when a task is added to a project.
> It seems to work but I want to know what is your point of view on this.
> Then, in the controller, there is a weird redirection to "viewprofile" 
> instead of allowing the user to stay on "viewroles". All of this seems 
> related to an update of the coding way in the project that didn't affect this 
> part yet.
> I'll provide a patch that seems to work.
> Thanks,
> Florian



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Comment Edited] (OFBIZ-7796) Running OFBiz as a service fails

2016-08-01 Thread Pierre Smits (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-7796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15402191#comment-15402191
 ] 

Pierre Smits edited comment on OFBIZ-7796 at 8/1/16 3:04 PM:
-

Hi [~jacques.le.roux],

I can confirm that I now can start OFBiz with the following command:
{code}
java -jar build/libs/ofbiz.jar --start
{code}

This yielded a gain of approx *8* seconds on my dev machine, compared to:
{code}
./gradlew ofbiz
{code}

and that I can stop OFBiz with following command:
{code}
java -jar build/libs/ofbiz.jar --shutdown
{code}


was (Author: pfm.smits):
Hi [~jacques.le.roux],

I can confirm that I now can start OFBiz with the following command:
{code}
java -jar build/libs/ofbiz.jar --start
{code}

This yielded a gain of approx *8* seconds on my dev machine.

and that I can stop OFBiz with following command:
{code}
java -jar build/libs/ofbiz.jar --shutdown
{code}

> Running OFBiz as a service fails
> 
>
> Key: OFBIZ-7796
> URL: https://issues.apache.org/jira/browse/OFBIZ-7796
> Project: OFBiz
>  Issue Type: Sub-task
>Affects Versions: Trunk
> Environment: Ubuntu 16.04, openjdk-8-jdk
>Reporter: Pierre Smits
>Assignee: Pierre Smits
>Priority: Blocker
> Attachments: OFBIZ-77796-rc.ofbiz.for.debian.patch
>
>
> In a new ubuntu environment I performed a checkout  from trunk and ran the 
> loadDefault build script.
> After this had completed, I moved the ofbiz directory from my user folder to 
> the /opt folder, and configured the Ubuntu environment to be able to run 
> OFBiz as a service.
> This entails:
> * deploy a script in /etc/init.d
> * set the correct permissions of the service script
> * create the service user 
> * changed the owner and ownergroup of the files and folders in /opt/ofbiz
> and then fire the service:
> sudo /etc/init.d/ofbiz start
> This normally starts the proces java -jar ofbiz.jar
> But now nothing happens.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Comment Edited] (OFBIZ-7796) Running OFBiz as a service fails

2016-08-01 Thread Pierre Smits (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-7796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15402191#comment-15402191
 ] 

Pierre Smits edited comment on OFBIZ-7796 at 8/1/16 2:59 PM:
-

Hi [~jacques.le.roux],

I can confirm that I now can start OFBiz with the following command:
{code}
java -jar build/libs/ofbiz.jar --start
{code}

This yielded a gain of approx *8* seconds on my dev machine.

and that I can stop OFBiz with following command:
{code}
java -jar build/libs/ofbiz.jar --shutdown
{code}


was (Author: pfm.smits):
Hi [~jacques.le.roux],

I can confirm that I now can start OFBiz with the following command:
{code}
java -jar build/libs/ofbiz.jar --start
{start}

This yielded a gain of approx *8* seconds on my dev machine.

and that I can stop OFBiz with following command:
{code}
java -jar build/libs/ofbiz.jar --shutdown
{code}

> Running OFBiz as a service fails
> 
>
> Key: OFBIZ-7796
> URL: https://issues.apache.org/jira/browse/OFBIZ-7796
> Project: OFBiz
>  Issue Type: Sub-task
>Affects Versions: Trunk
> Environment: Ubuntu 16.04, openjdk-8-jdk
>Reporter: Pierre Smits
>Assignee: Pierre Smits
>Priority: Blocker
> Attachments: OFBIZ-77796-rc.ofbiz.for.debian.patch
>
>
> In a new ubuntu environment I performed a checkout  from trunk and ran the 
> loadDefault build script.
> After this had completed, I moved the ofbiz directory from my user folder to 
> the /opt folder, and configured the Ubuntu environment to be able to run 
> OFBiz as a service.
> This entails:
> * deploy a script in /etc/init.d
> * set the correct permissions of the service script
> * create the service user 
> * changed the owner and ownergroup of the files and folders in /opt/ofbiz
> and then fire the service:
> sudo /etc/init.d/ofbiz start
> This normally starts the proces java -jar ofbiz.jar
> But now nothing happens.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-7796) Running OFBiz as a service fails

2016-08-01 Thread Pierre Smits (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-7796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15402191#comment-15402191
 ] 

Pierre Smits commented on OFBIZ-7796:
-

Hi [~jacques.le.roux],

I can confirm that I now can start OFBiz with the following command:
{code}
java -jar build/libs/ofbiz.jar --start
{start}

This yielded a gain of approx *8* seconds on my dev machine.

and that I can stop OFBiz with following command:
{code}
java -jar build/libs/ofbiz.jar --shutdown
{code}

> Running OFBiz as a service fails
> 
>
> Key: OFBIZ-7796
> URL: https://issues.apache.org/jira/browse/OFBIZ-7796
> Project: OFBiz
>  Issue Type: Sub-task
>Affects Versions: Trunk
> Environment: Ubuntu 16.04, openjdk-8-jdk
>Reporter: Pierre Smits
>Assignee: Pierre Smits
>Priority: Blocker
> Attachments: OFBIZ-77796-rc.ofbiz.for.debian.patch
>
>
> In a new ubuntu environment I performed a checkout  from trunk and ran the 
> loadDefault build script.
> After this had completed, I moved the ofbiz directory from my user folder to 
> the /opt folder, and configured the Ubuntu environment to be able to run 
> OFBiz as a service.
> This entails:
> * deploy a script in /etc/init.d
> * set the correct permissions of the service script
> * create the service user 
> * changed the owner and ownergroup of the files and folders in /opt/ofbiz
> and then fire the service:
> sudo /etc/init.d/ofbiz start
> This normally starts the proces java -jar ofbiz.jar
> But now nothing happens.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-7923) Improve the Marketing Demo data

2016-08-01 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-7923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15402118#comment-15402118
 ] 

Jacques Le Roux commented on OFBIZ-7923:


I quickly tried to move the DemoMarketing.xml file in marketing/data/ but using 
component syntax does not work in ofbiz-component.xml files:
{code}

{code}
does not work, you get 

{code}
2016-08-01 16:07:31,434 |main |EntityDataLoader  
|W| Could not get URL for Component ResourceHandler: 
org.apache.ofbiz.base.component.ComponentException: File Resource not found: 
C:/projectASF-Mars/ofbiz/specialpurpose/ecommerce/component://marketing/data/DemoMarketing.xml
{code}

The loaded in ofbiz-component.xml refers to the local component, hence 
*C:/projectASF-Mars/ofbiz/specialpurpose/ecommerce/component://marketing/data/DemoMarketing.xml*

We need another solution, or to code that there...later...

> Improve the Marketing Demo data
> ---
>
> Key: OFBIZ-7923
> URL: https://issues.apache.org/jira/browse/OFBIZ-7923
> Project: OFBiz
>  Issue Type: Improvement
>  Components: marketing
>Affects Versions: Trunk
>Reporter: Montalbano Florian
>Assignee: Jacques Le Roux
>Priority: Minor
>  Labels: campaign, data, demo, marketing
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-7923.patch, OFBIZ-7923.patch
>
>
> In the following issue : OFBIZ-7922, there was a problem with the pagination 
> of the Marketing Campaing list. Because there is not enough data in the demo, 
> it was more difficult to find this bug.
> To help the testing of this component, we can add some Marketing Campaign in 
> the demo data (at least enough to unlock a second page of search).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Issue Comment Deleted] (OFBIZ-7923) Improve the Marketing Demo data

2016-08-01 Thread Jacques Le Roux (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-7923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux updated OFBIZ-7923:
---
Comment: was deleted

(was: Huho

2016-08-01 16:07:31,434 |main |EntityDataLoader  
|W| Could not get URL for Component ResourceHandler: 
org.apache.ofbiz.base.component.ComponentException: File Resource not found: C
:/projectASF-Mars/ofbiz/specialpurpose/ecommerce/component://marketing/data/DemoMarketing.xml

OK let's see...)

> Improve the Marketing Demo data
> ---
>
> Key: OFBIZ-7923
> URL: https://issues.apache.org/jira/browse/OFBIZ-7923
> Project: OFBiz
>  Issue Type: Improvement
>  Components: marketing
>Affects Versions: Trunk
>Reporter: Montalbano Florian
>Assignee: Jacques Le Roux
>Priority: Minor
>  Labels: campaign, data, demo, marketing
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-7923.patch, OFBIZ-7923.patch
>
>
> In the following issue : OFBIZ-7922, there was a problem with the pagination 
> of the Marketing Campaing list. Because there is not enough data in the demo, 
> it was more difficult to find this bug.
> To help the testing of this component, we can add some Marketing Campaign in 
> the demo data (at least enough to unlock a second page of search).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-7923) Improve the Marketing Demo data

2016-08-01 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-7923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15402105#comment-15402105
 ] 

Jacques Le Roux commented on OFBIZ-7923:


Huho

2016-08-01 16:07:31,434 |main |EntityDataLoader  
|W| Could not get URL for Component ResourceHandler: 
org.apache.ofbiz.base.component.ComponentException: File Resource not found: C
:/projectASF-Mars/ofbiz/specialpurpose/ecommerce/component://marketing/data/DemoMarketing.xml

OK let's see...

> Improve the Marketing Demo data
> ---
>
> Key: OFBIZ-7923
> URL: https://issues.apache.org/jira/browse/OFBIZ-7923
> Project: OFBiz
>  Issue Type: Improvement
>  Components: marketing
>Affects Versions: Trunk
>Reporter: Montalbano Florian
>Assignee: Jacques Le Roux
>Priority: Minor
>  Labels: campaign, data, demo, marketing
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-7923.patch, OFBIZ-7923.patch
>
>
> In the following issue : OFBIZ-7922, there was a problem with the pagination 
> of the Marketing Campaing list. Because there is not enough data in the demo, 
> it was more difficult to find this bug.
> To help the testing of this component, we can add some Marketing Campaign in 
> the demo data (at least enough to unlock a second page of search).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-7923) Improve the Marketing Demo data

2016-08-01 Thread Pierre Smits (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-7923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15402073#comment-15402073
 ] 

Pierre Smits commented on OFBIZ-7923:
-

Thanks!

> Improve the Marketing Demo data
> ---
>
> Key: OFBIZ-7923
> URL: https://issues.apache.org/jira/browse/OFBIZ-7923
> Project: OFBiz
>  Issue Type: Improvement
>  Components: marketing
>Affects Versions: Trunk
>Reporter: Montalbano Florian
>Assignee: Jacques Le Roux
>Priority: Minor
>  Labels: campaign, data, demo, marketing
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-7923.patch, OFBIZ-7923.patch
>
>
> In the following issue : OFBIZ-7922, there was a problem with the pagination 
> of the Marketing Campaing list. Because there is not enough data in the demo, 
> it was more difficult to find this bug.
> To help the testing of this component, we can add some Marketing Campaign in 
> the demo data (at least enough to unlock a second page of search).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-7923) Improve the Marketing Demo data

2016-08-01 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-7923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15402071#comment-15402071
 ] 

Jacques Le Roux commented on OFBIZ-7923:


Oh right, this was wrong in 1st place (pre Apache era). I'll do it!

> Improve the Marketing Demo data
> ---
>
> Key: OFBIZ-7923
> URL: https://issues.apache.org/jira/browse/OFBIZ-7923
> Project: OFBiz
>  Issue Type: Improvement
>  Components: marketing
>Affects Versions: Trunk
>Reporter: Montalbano Florian
>Assignee: Jacques Le Roux
>Priority: Minor
>  Labels: campaign, data, demo, marketing
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-7923.patch, OFBIZ-7923.patch
>
>
> In the following issue : OFBIZ-7922, there was a problem with the pagination 
> of the Marketing Campaing list. Because there is not enough data in the demo, 
> it was more difficult to find this bug.
> To help the testing of this component, we can add some Marketing Campaign in 
> the demo data (at least enough to unlock a second page of search).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-7804) Check if we should fix or remove the POS (hence WebPos?)

2016-08-01 Thread Jacques Le Roux (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-7804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux closed OFBIZ-7804.
--
Resolution: Done
  Assignee: Jacques Le Roux

OK, it's time, we can close here. If issues arise in webPos due to POS removing 
new issues will be created

> Check if we should fix or remove the POS (hence WebPos?)
> 
>
> Key: OFBIZ-7804
> URL: https://issues.apache.org/jira/browse/OFBIZ-7804
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: specialpurpose/pos, specialpurpose/webpos
>Affects Versions: Trunk
>Reporter: Jacques Le Roux
>Assignee: Jacques Le Roux
> Fix For: Upcoming Branch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-5473) Expense Declaration application

2016-08-01 Thread Montalbano Florian (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-5473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15401746#comment-15401746
 ] 

Montalbano Florian commented on OFBIZ-5473:
---

Hi [~pfm.smits], hi all,
I searched in the trunk a way to do exactly what was discussed in this thread 
but it seems that it was not pushed yet.
After browsing the different issues linked to this one and the archives of the 
mailing list, I can't dertermine the status of this improvement. Does someone 
know if this is still in development ?

I tried to access to the demo : https://demo.orrtiz.com/essterr/control/ but it 
seems that I'm a little too late.
I'm quite interested in trying this feature, is there still a way to test it ?

Have a nice day,
Thanks.

> Expense Declaration application
> ---
>
> Key: OFBIZ-5473
> URL: https://issues.apache.org/jira/browse/OFBIZ-5473
> Project: OFBiz
>  Issue Type: New Feature
>  Components: accounting
>Reporter: Pierre Smits
>  Labels: Expense
> Attachments: ExpenseReport-10020.pdf, Screen Shot 2014-02-26 at 
> 16.33.11.png, Screen Shot 2014-02-26 at 16.33.43.png, Screen Shot 2014-02-26 
> at 16.35.47.png, Screen Shot 2014-02-26 at 16.51.38.png
>
>
> Have a new application to register expenses incurred by employees (and 
> others) and have these reviewed for approval.
> This is the place holder issue for all sub issues.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Re: Removing dependencies on ecommerce component (OFBIZ-7016)

2016-08-01 Thread Taher Alkhateeb
Hi Pierre,

Thank you for your initiative. I look forward to working with you on this
jira. It would be great to remove the dependencies from the framework to
these outer components.

Taher Alkhateeb

On Aug 1, 2016 11:47 AM, "Pierre Smits"  wrote:

> Hi Taher, see inline.
>
> Best regards,
>
> Pierre Smits
>
> ORRTIZ.COM 
> OFBiz based solutions & services
>
> OFBiz Extensions Marketplace
> http://oem.ofbizci.net/oci-2/
>
> On Wed, Jul 27, 2016 at 5:39 PM, Taher Alkhateeb <
> slidingfilame...@gmail.com
> > wrote:
>
> > Would you be willing to take care of that task Pierre?
> >
>
> Of course I will. As I have always been working towards improving the
> product for our exisitng and future adopters.
>
> Will you commit when I deliver, Taher?
>
>
>
> >
> > On Jul 27, 2016 6:36 PM, "Pierre Smits"  wrote:
> >
> > > An issue regarding the move of data up the stack already exists:
> > > https://issues.apache.org/jira/browse/OFBIZ-7016
> > >
> > > Best regards,
> > >
> > > Pierre Smits
> > >
> > > ORRTIZ.COM 
> > > OFBiz based solutions & services
> > >
> > > OFBiz Extensions Marketplace
> > > http://oem.ofbizci.net/oci-2/
> > >
> >
>


[jira] [Commented] (OFBIZ-7923) Improve the Marketing Demo data

2016-08-01 Thread Pierre Smits (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-7923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15401723#comment-15401723
 ] 

Pierre Smits commented on OFBIZ-7923:
-

In light of removing the dependencies on the ecommerce commerce (OFBIZ-7016) , 
this patch should not have gone into the datasets of the ecommerce component. 
Instead, it should have gone into the demo data set of the marketing component.

Will you correct this situation, [~jacques.le.roux]?

> Improve the Marketing Demo data
> ---
>
> Key: OFBIZ-7923
> URL: https://issues.apache.org/jira/browse/OFBIZ-7923
> Project: OFBiz
>  Issue Type: Improvement
>  Components: marketing
>Affects Versions: Trunk
>Reporter: Montalbano Florian
>Assignee: Jacques Le Roux
>Priority: Minor
>  Labels: campaign, data, demo, marketing
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-7923.patch, OFBIZ-7923.patch
>
>
> In the following issue : OFBIZ-7922, there was a problem with the pagination 
> of the Marketing Campaing list. Because there is not enough data in the demo, 
> it was more difficult to find this bug.
> To help the testing of this component, we can add some Marketing Campaign in 
> the demo data (at least enough to unlock a second page of search).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Removing dependencies on ecommerce component (OFBIZ-7016)

2016-08-01 Thread Pierre Smits
Hi Taher, see inline.

Best regards,

Pierre Smits

ORRTIZ.COM 
OFBiz based solutions & services

OFBiz Extensions Marketplace
http://oem.ofbizci.net/oci-2/

On Wed, Jul 27, 2016 at 5:39 PM, Taher Alkhateeb  wrote:

> Would you be willing to take care of that task Pierre?
>

Of course I will. As I have always been working towards improving the
product for our exisitng and future adopters.

Will you commit when I deliver, Taher?



>
> On Jul 27, 2016 6:36 PM, "Pierre Smits"  wrote:
>
> > An issue regarding the move of data up the stack already exists:
> > https://issues.apache.org/jira/browse/OFBIZ-7016
> >
> > Best regards,
> >
> > Pierre Smits
> >
> > ORRTIZ.COM 
> > OFBiz based solutions & services
> >
> > OFBiz Extensions Marketplace
> > http://oem.ofbizci.net/oci-2/
> >
>


[jira] [Closed] (OFBIZ-7929) Scrum find Total Backlog Item is not working in non-English language

2016-08-01 Thread Jacques Le Roux (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-7929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux closed OFBIZ-7929.
--
   Resolution: Fixed
Fix Version/s: Release Branch 14.12
   Release Branch 15.12

Thanks Florian,

Your 2nd patch is committed for both branches at 1754709


> Scrum find Total Backlog Item is not working in non-English language
> 
>
> Key: OFBIZ-7929
> URL: https://issues.apache.org/jira/browse/OFBIZ-7929
> Project: OFBiz
>  Issue Type: Bug
>  Components: specialpurpose/scrum
>Affects Versions: Trunk
>Reporter: Montalbano Florian
>Assignee: Jacques Le Roux
>  Labels: backlog, find, item, scrum
> Fix For: Upcoming Branch, Release Branch 15.12, Release Branch 
> 14.12
>
> Attachments: OFBIZ-7929.patch, OFBIZ-7929.patch, OFBIZ-7929.patch, 
> OFBIZ-7929.patch, OFBIZ-7929_15.12.patch
>
>
> The Find form for Product Backlog Item does not work in language other than 
> English when no "statusId" or "custRequestTypeId" are selected.
> Step to reproduce :
> - Go to the Scrum component and select a product
> - Go to the "Total Backlog" tab
> or use this linl : 
> https://localhost:8443/scrum/control/ViewTotalBacklog?productId=DEMO-PRODUCT-1
> - Hit the search button, the find action is performed and return a non-empty 
> list.
> - Set your language preference to a non english language (french for 
> example). 
> - Click again on the "Total Backlog" tab, and hit the  "Rechercher" button.
> - No results are found.
> Where does the problem come from ?
> The results displayed are from a list named "backlogList" which is built in 
> the following script : FindProductBacklogItem.groovy .
> In this script, there were a check on the parameter "custRequestTypeId" and 
> on the parameter "statusId".
> But the value was hardcoded :
> {code}
> if("Any".equals(parameters.custRequestTypeId))
> {code}
> and
> {code}
> if(!"Any".equals(parameters.statusId))
> {code}
> Obviously, when the form is in another language than english, those 
> conditions aren't valid anymore (for exemple, "Any" is "Dont" in French")



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-7929) Scrum find Total Backlog Item is not working in non-English language

2016-08-01 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-7929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15401699#comment-15401699
 ] 

Jacques Le Roux commented on OFBIZ-7929:


OK wait, works with a fuzz of 10, checking

> Scrum find Total Backlog Item is not working in non-English language
> 
>
> Key: OFBIZ-7929
> URL: https://issues.apache.org/jira/browse/OFBIZ-7929
> Project: OFBiz
>  Issue Type: Bug
>  Components: specialpurpose/scrum
>Affects Versions: Trunk
>Reporter: Montalbano Florian
>Assignee: Jacques Le Roux
>  Labels: backlog, find, item, scrum
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-7929.patch, OFBIZ-7929.patch, OFBIZ-7929.patch, 
> OFBIZ-7929.patch, OFBIZ-7929_15.12.patch
>
>
> The Find form for Product Backlog Item does not work in language other than 
> English when no "statusId" or "custRequestTypeId" are selected.
> Step to reproduce :
> - Go to the Scrum component and select a product
> - Go to the "Total Backlog" tab
> or use this linl : 
> https://localhost:8443/scrum/control/ViewTotalBacklog?productId=DEMO-PRODUCT-1
> - Hit the search button, the find action is performed and return a non-empty 
> list.
> - Set your language preference to a non english language (french for 
> example). 
> - Click again on the "Total Backlog" tab, and hit the  "Rechercher" button.
> - No results are found.
> Where does the problem come from ?
> The results displayed are from a list named "backlogList" which is built in 
> the following script : FindProductBacklogItem.groovy .
> In this script, there were a check on the parameter "custRequestTypeId" and 
> on the parameter "statusId".
> But the value was hardcoded :
> {code}
> if("Any".equals(parameters.custRequestTypeId))
> {code}
> and
> {code}
> if(!"Any".equals(parameters.statusId))
> {code}
> Obviously, when the form is in another language than english, those 
> conditions aren't valid anymore (for exemple, "Any" is "Dont" in French")



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (OFBIZ-4850) When Use Add Tax button on invoice summary, duplicate existed tax line

2016-08-01 Thread Nicolas Malin (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-4850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nicolas Malin reassigned OFBIZ-4850:


Assignee: Nicolas Malin

> When Use Add Tax button  on invoice summary, duplicate existed tax line
> ---
>
> Key: OFBIZ-4850
> URL: https://issues.apache.org/jira/browse/OFBIZ-4850
> Project: OFBiz
>  Issue Type: Bug
>  Components: accounting
>Affects Versions: Trunk
>Reporter: Nicolas Malin
>Assignee: Nicolas Malin
>Priority: Minor
> Attachments: OFBIZ-4850.patch
>
>
> When you click on "add tax" button on invoice summary, the service create a 
> invoice item list and generate sale tax by list iterate.
> Two problem :
>  1. When you have 3 lignes with one without productId, the service may skip 
> to set tax on valid invoice item
>  2. If sale tax is present, the service duplicate it and generate a tax on 
> the tax (since a productId is on the line).
> I propose a patch to :
>  1. remove all exiting tax associate to a product before analyze
>  2. take only invoice item with a productId



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (OFBIZ-7801) Duplicate invoice tax by using "Add Tax" button.

2016-08-01 Thread Nicolas Malin (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-7801?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nicolas Malin reassigned OFBIZ-7801:


Assignee: Nicolas Malin

> Duplicate invoice tax by using "Add Tax" button.
> 
>
> Key: OFBIZ-7801
> URL: https://issues.apache.org/jira/browse/OFBIZ-7801
> Project: OFBiz
>  Issue Type: Bug
>Reporter: Chula Lathong
>Assignee: Nicolas Malin
> Attachments: OFBIZ-7801.patch
>
>
> A bug occurs when users generate tax by click the "Add Tax" button.
> If an invoice has tax in invoice items list, the system will generate tax of 
> tax invoice items .
> The problem is the system should not generate tax of tax invoice items.
> This patch shall change process of "Add Tax" service to remove all tax 
> invoice items before generating new tax invoice items.
> And I have a suggestion about "Add Tax" service, for each invoice the invoice 
> items it is possible to have the product item that has productId and no 
> productId.
> But in the "Add Tax" service they have check on each product item should have 
> a productId if it's not the sevice will return error no productId.
> So, I think the service should ignore to calculate tax on invoice item that's 
> not has a productId link.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-7801) Duplicate invoice tax by using "Add Tax" button.

2016-08-01 Thread Nicolas Malin (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-7801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15401693#comment-15401693
 ] 

Nicolas Malin commented on OFBIZ-7801:
--

Hello, 

:) I will check this issue and my old OFBIZ-4850.

> Duplicate invoice tax by using "Add Tax" button.
> 
>
> Key: OFBIZ-7801
> URL: https://issues.apache.org/jira/browse/OFBIZ-7801
> Project: OFBiz
>  Issue Type: Bug
>Reporter: Chula Lathong
> Attachments: OFBIZ-7801.patch
>
>
> A bug occurs when users generate tax by click the "Add Tax" button.
> If an invoice has tax in invoice items list, the system will generate tax of 
> tax invoice items .
> The problem is the system should not generate tax of tax invoice items.
> This patch shall change process of "Add Tax" service to remove all tax 
> invoice items before generating new tax invoice items.
> And I have a suggestion about "Add Tax" service, for each invoice the invoice 
> items it is possible to have the product item that has productId and no 
> productId.
> But in the "Add Tax" service they have check on each product item should have 
> a productId if it's not the sevice will return error no productId.
> So, I think the service should ignore to calculate tax on invoice item that's 
> not has a productId link.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-7923) Improve the Marketing Demo data

2016-08-01 Thread Montalbano Florian (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-7923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15401686#comment-15401686
 ] 

Montalbano Florian commented on OFBIZ-7923:
---

I found where this replacement was done but before opening a Jira, I would like 
to fully understand the comment put above the replace : (found in the file 
GenericEntity.java at line 1166 in the function writeXmlText)
{code}
/*
* Some common character for these invalid values, have seen these are mostly 
from MS Word, but may be part of some standard:
* 5 = ... 18 = apostrophe 19 = left quotation mark 20 = right quotation mark 22 
= – 23 = - 25 = tm
*/
{code}

After this, there is a switch checking some specials characters such as ' , " , 
& , < and > .
If useful, we could remove the replace for all those characters. But I don't 
know the range of this modification. Do you have more intel about this matter ?

> Improve the Marketing Demo data
> ---
>
> Key: OFBIZ-7923
> URL: https://issues.apache.org/jira/browse/OFBIZ-7923
> Project: OFBiz
>  Issue Type: Improvement
>  Components: marketing
>Affects Versions: Trunk
>Reporter: Montalbano Florian
>Assignee: Jacques Le Roux
>Priority: Minor
>  Labels: campaign, data, demo, marketing
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-7923.patch, OFBIZ-7923.patch
>
>
> In the following issue : OFBIZ-7922, there was a problem with the pagination 
> of the Marketing Campaing list. Because there is not enough data in the demo, 
> it was more difficult to find this bug.
> To help the testing of this component, we can add some Marketing Campaign in 
> the demo data (at least enough to unlock a second page of search).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-7801) Duplicate invoice tax by using "Add Tax" button.

2016-08-01 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-7801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15401685#comment-15401685
 ] 

Jacques Le Roux commented on OFBIZ-7801:


I don't know I was asking :). Hopefully [~soledad] will have a better idea than 
us

> Duplicate invoice tax by using "Add Tax" button.
> 
>
> Key: OFBIZ-7801
> URL: https://issues.apache.org/jira/browse/OFBIZ-7801
> Project: OFBiz
>  Issue Type: Bug
>Reporter: Chula Lathong
> Attachments: OFBIZ-7801.patch
>
>
> A bug occurs when users generate tax by click the "Add Tax" button.
> If an invoice has tax in invoice items list, the system will generate tax of 
> tax invoice items .
> The problem is the system should not generate tax of tax invoice items.
> This patch shall change process of "Add Tax" service to remove all tax 
> invoice items before generating new tax invoice items.
> And I have a suggestion about "Add Tax" service, for each invoice the invoice 
> items it is possible to have the product item that has productId and no 
> productId.
> But in the "Add Tax" service they have check on each product item should have 
> a productId if it's not the sevice will return error no productId.
> So, I think the service should ignore to calculate tax on invoice item that's 
> not has a productId link.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-7929) Scrum find Total Backlog Item is not working in non-English language

2016-08-01 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-7929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15401684#comment-15401684
 ] 

Jacques Le Roux commented on OFBIZ-7929:


Yes please does not apply on R14 :)

> Scrum find Total Backlog Item is not working in non-English language
> 
>
> Key: OFBIZ-7929
> URL: https://issues.apache.org/jira/browse/OFBIZ-7929
> Project: OFBiz
>  Issue Type: Bug
>  Components: specialpurpose/scrum
>Affects Versions: Trunk
>Reporter: Montalbano Florian
>Assignee: Jacques Le Roux
>  Labels: backlog, find, item, scrum
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-7929.patch, OFBIZ-7929.patch, OFBIZ-7929.patch, 
> OFBIZ-7929.patch, OFBIZ-7929_15.12.patch
>
>
> The Find form for Product Backlog Item does not work in language other than 
> English when no "statusId" or "custRequestTypeId" are selected.
> Step to reproduce :
> - Go to the Scrum component and select a product
> - Go to the "Total Backlog" tab
> or use this linl : 
> https://localhost:8443/scrum/control/ViewTotalBacklog?productId=DEMO-PRODUCT-1
> - Hit the search button, the find action is performed and return a non-empty 
> list.
> - Set your language preference to a non english language (french for 
> example). 
> - Click again on the "Total Backlog" tab, and hit the  "Rechercher" button.
> - No results are found.
> Where does the problem come from ?
> The results displayed are from a list named "backlogList" which is built in 
> the following script : FindProductBacklogItem.groovy .
> In this script, there were a check on the parameter "custRequestTypeId" and 
> on the parameter "statusId".
> But the value was hardcoded :
> {code}
> if("Any".equals(parameters.custRequestTypeId))
> {code}
> and
> {code}
> if(!"Any".equals(parameters.statusId))
> {code}
> Obviously, when the form is in another language than english, those 
> conditions aren't valid anymore (for exemple, "Any" is "Dont" in French")



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-7929) Scrum find Total Backlog Item is not working in non-English language

2016-08-01 Thread Montalbano Florian (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-7929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Montalbano Florian updated OFBIZ-7929:
--
Attachment: OFBIZ-7929_15.12.patch

Patch for the release 15.12 .
Is it ok or should I do the release 14.12 too ?

> Scrum find Total Backlog Item is not working in non-English language
> 
>
> Key: OFBIZ-7929
> URL: https://issues.apache.org/jira/browse/OFBIZ-7929
> Project: OFBiz
>  Issue Type: Bug
>  Components: specialpurpose/scrum
>Affects Versions: Trunk
>Reporter: Montalbano Florian
>Assignee: Jacques Le Roux
>  Labels: backlog, find, item, scrum
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-7929.patch, OFBIZ-7929.patch, OFBIZ-7929.patch, 
> OFBIZ-7929.patch, OFBIZ-7929_15.12.patch
>
>
> The Find form for Product Backlog Item does not work in language other than 
> English when no "statusId" or "custRequestTypeId" are selected.
> Step to reproduce :
> - Go to the Scrum component and select a product
> - Go to the "Total Backlog" tab
> or use this linl : 
> https://localhost:8443/scrum/control/ViewTotalBacklog?productId=DEMO-PRODUCT-1
> - Hit the search button, the find action is performed and return a non-empty 
> list.
> - Set your language preference to a non english language (french for 
> example). 
> - Click again on the "Total Backlog" tab, and hit the  "Rechercher" button.
> - No results are found.
> Where does the problem come from ?
> The results displayed are from a list named "backlogList" which is built in 
> the following script : FindProductBacklogItem.groovy .
> In this script, there were a check on the parameter "custRequestTypeId" and 
> on the parameter "statusId".
> But the value was hardcoded :
> {code}
> if("Any".equals(parameters.custRequestTypeId))
> {code}
> and
> {code}
> if(!"Any".equals(parameters.statusId))
> {code}
> Obviously, when the form is in another language than english, those 
> conditions aren't valid anymore (for exemple, "Any" is "Dont" in French")



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-4704) MalformedURLException: no protocol: Files/Java/jdk1.6.0_26/lib/tools.jar

2016-08-01 Thread Jacques Le Roux (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-4704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux closed OFBIZ-4704.
--
   Resolution: Not A Problem
 Assignee: Jacques Le Roux
Fix Version/s: Upcoming Branch

We no longer have a reference to java.tools.jar in start class so I guess this 
issue no longer exists, closing

> MalformedURLException: no protocol: Files/Java/jdk1.6.0_26/lib/tools.jar
> 
>
> Key: OFBIZ-4704
> URL: https://issues.apache.org/jira/browse/OFBIZ-4704
> Project: OFBiz
>  Issue Type: Bug
>  Components: framework
>Affects Versions: Release 10.04, Trunk
> Environment: WXP sp3 JDK 1.6;0_26
>Reporter: Francis ANDRE
>Assignee: Jacques Le Roux
> Fix For: Upcoming Branch
>
>
> Hi
> On WXP, The full path of the tools.jar added to the rmi classpath is not 
> protected from containing space. Thus the URL computed by the 
> Start.readConfig is wrong, leading to this MalformedURLException.
> no protocol: Files/Java/jdk1.6.0_26/lib/tools.jar should be
> file:/C:/Progra~1/Java/jdk1.6.0_26/lib/tools.jar instead of file:/C:/Program 
> Files/Java/jdk1.6.0_26/lib/tools.jar
> Alternative solution is to put the full path between double quotes for Window 
> based system.
> Rgds
> {code}
>  [java] 22700 (main) [ContainerLoader.java:83 :INFO ] [Startup] 
> Starting containers...
>  [java] 22731 (main) [  ServiceDispatcher.java:170:INFO ] Registered 
> dispatcher: RMIDispatcher
>  [java] 22731 (main) [  GenericDispatcher.java:85 :INFO ] 
> [LocalDispatcher] : Created Dispatcher for: RMIDispatcher
>  [java] org.ofbiz.base.start.StartupException: Cannot start() 
> org.ofbiz.service.rmi.RmiServiceContainer (Unable to b
> ind RMIDispatcher to RMI (RemoteException occurred in server thread; nested 
> exception is:
>  [java] java.rmi.UnmarshalException: error unmarshalling arguments; 
> nested exception is:
>  [java] java.net.MalformedURLException: no protocol: 
> Files/Java/jdk1.6.0_26/lib/tools.jar))
>  [java] at 
> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:91)
>  [java] at 
> org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
>  [java] at org.ofbiz.base.start.Start.startServer(Start.java:323)
>  [java] at org.ofbiz.base.start.Start.start(Start.java:327)
>  [java] at org.ofbiz.base.start.Start.main(Start.java:413)
>  [java] org.ofbiz.base.container.ContainerException: Unable to bind 
> RMIDispatcher to RMI (RemoteException occurred i
> n server thread; nested exception is:
>  [java] java.rmi.UnmarshalException: error unmarshalling arguments; 
> nested exception is:
>  [java] java.net.MalformedURLException: no protocol: 
> Files/Java/jdk1.6.0_26/lib/tools.jar)
>  [java] at 
> org.ofbiz.service.rmi.RmiServiceContainer.start(RmiServiceContainer.java:142)
>  [java] at 
> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:89)
>  [java] at 
> org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
>  [java] at org.ofbiz.base.start.Start.startServer(Start.java:323)
>  [java] at org.ofbiz.base.start.Start.start(Start.java:327)
>  [java] at org.ofbiz.base.start.Start.main(Start.java:413)
>  [java] java.rmi.ServerException: RemoteException occurred in server 
> thread; nested exception is:
>  [java] java.rmi.UnmarshalException: error unmarshalling arguments; 
> nested exception is:
>  [java] java.net.MalformedURLException: no protocol: 
> Files/Java/jdk1.6.0_26/lib/tools.jar
>  [java] at 
> sun.rmi.server.UnicastServerRef.oldDispatch(UnicastServerRef.java:396)
>  [java] at 
> sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:250)
>  [java] at sun.rmi.transport.Transport$1.run(Transport.java:159)
>  [java] at java.security.AccessController.doPrivileged(Native Method)
>  [java] at sun.rmi.transport.Transport.serviceCall(Transport.java:155)
>  [java] at 
> sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535)
>  [java] at 
> sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
>  [java] at 
> sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
>  [java] at 
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
>  [java] at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
>  [java] at java.lang.Thread.run(Thread.java:662)
>  [java] at 
> sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:255)
>  [java] at 
> 

[jira] [Updated] (OFBIZ-4704) MalformedURLException: no protocol: Files/Java/jdk1.6.0_26/lib/tools.jar

2016-08-01 Thread Jacques Le Roux (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-4704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux updated OFBIZ-4704:
---
Description: 
Hi

On WXP, The full path of the tools.jar added to the rmi classpath is not 
protected from containing space. Thus the URL computed by the Start.readConfig 
is wrong, leading to this MalformedURLException.

no protocol: Files/Java/jdk1.6.0_26/lib/tools.jar should be

file:/C:/Progra~1/Java/jdk1.6.0_26/lib/tools.jar instead of file:/C:/Program 
Files/Java/jdk1.6.0_26/lib/tools.jar

Alternative solution is to put the full path between double quotes for Window 
based system.


Rgds

{code}
 [java] 22700 (main) [ContainerLoader.java:83 :INFO ] [Startup] 
Starting containers...
 [java] 22731 (main) [  ServiceDispatcher.java:170:INFO ] Registered 
dispatcher: RMIDispatcher
 [java] 22731 (main) [  GenericDispatcher.java:85 :INFO ] [LocalDispatcher] 
: Created Dispatcher for: RMIDispatcher
 [java] org.ofbiz.base.start.StartupException: Cannot start() 
org.ofbiz.service.rmi.RmiServiceContainer (Unable to b
ind RMIDispatcher to RMI (RemoteException occurred in server thread; nested 
exception is:
 [java] java.rmi.UnmarshalException: error unmarshalling arguments; 
nested exception is:
 [java] java.net.MalformedURLException: no protocol: 
Files/Java/jdk1.6.0_26/lib/tools.jar))
 [java] at 
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:91)
 [java] at org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
 [java] at org.ofbiz.base.start.Start.startServer(Start.java:323)
 [java] at org.ofbiz.base.start.Start.start(Start.java:327)
 [java] at org.ofbiz.base.start.Start.main(Start.java:413)
 [java] org.ofbiz.base.container.ContainerException: Unable to bind 
RMIDispatcher to RMI (RemoteException occurred i
n server thread; nested exception is:
 [java] java.rmi.UnmarshalException: error unmarshalling arguments; 
nested exception is:
 [java] java.net.MalformedURLException: no protocol: 
Files/Java/jdk1.6.0_26/lib/tools.jar)
 [java] at 
org.ofbiz.service.rmi.RmiServiceContainer.start(RmiServiceContainer.java:142)
 [java] at 
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:89)
 [java] at org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
 [java] at org.ofbiz.base.start.Start.startServer(Start.java:323)
 [java] at org.ofbiz.base.start.Start.start(Start.java:327)
 [java] at org.ofbiz.base.start.Start.main(Start.java:413)
 [java] java.rmi.ServerException: RemoteException occurred in server 
thread; nested exception is:
 [java] java.rmi.UnmarshalException: error unmarshalling arguments; 
nested exception is:
 [java] java.net.MalformedURLException: no protocol: 
Files/Java/jdk1.6.0_26/lib/tools.jar
 [java] at 
sun.rmi.server.UnicastServerRef.oldDispatch(UnicastServerRef.java:396)
 [java] at 
sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:250)
 [java] at sun.rmi.transport.Transport$1.run(Transport.java:159)
 [java] at java.security.AccessController.doPrivileged(Native Method)
 [java] at sun.rmi.transport.Transport.serviceCall(Transport.java:155)
 [java] at 
sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535)
 [java] at 
sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
 [java] at 
sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
 [java] at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
 [java] at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
 [java] at java.lang.Thread.run(Thread.java:662)
 [java] at 
sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:255)
 [java] at 
sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:233)
 [java] at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:359)
 [java] at sun.rmi.registry.RegistryImpl_Stub.rebind(Unknown Source)
 [java] at java.rmi.Naming.rebind(Naming.java:160)
 [java] at 
org.ofbiz.service.rmi.RmiServiceContainer.start(RmiServiceContainer.java:140)
 [java] at 
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:89)
 [java] at org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
 [java] at org.ofbiz.base.start.Start.startServer(Start.java:323)
 [java] at org.ofbiz.base.start.Start.start(Start.java:327)
 [java] at org.ofbiz.base.start.Start.main(Start.java:413)
 [java] Caused by: java.rmi.UnmarshalException: error unmarshalling 
arguments; nested exception is:
 [java] java.net.MalformedURLException: no protocol: