[jira] [Updated] (OFBIZ-10113) Replace Asm select plugin with Select2.

2018-01-16 Thread Aditya Sharma (JIRA)

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

Aditya Sharma updated OFBIZ-10113:
--
Attachment: OFBIZ-10113.patch

> Replace Asm select plugin with Select2.
> ---
>
> Key: OFBIZ-10113
> URL: https://issues.apache.org/jira/browse/OFBIZ-10113
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: ALL APPLICATIONS
>Affects Versions: Trunk
>Reporter: Aditya Sharma
>Assignee: Jacques Le Roux
>Priority: Major
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-10113.patch, OFBIZ-10113.patch, 
> OFBIZ-10113_plugins.patch, select2.tar.gz
>
>
> Current Asm Select Plugin 
> (http://www.ryancramer.com/journal/entries/asmselect_v104/) can be replaced 
> with Select2 (https://select2.org/).
> * Select2 has much better community support on GitHub with 386 contributors 
> while Asm Select Plugin is handled by Ryan Cramer on 
> http://www.ryancramer.com/.
> * Select2 has 37 releases while Asm select has very few releases yet.
> * Both the plugin has MIT license.
> Refer https://select2.org/ and  https://github.com/select2/select2 for more 
> features and other information.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Reopened] (OFBIZ-10113) Replace Asm select plugin with Select2.

2018-01-16 Thread Aditya Sharma (JIRA)

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

Aditya Sharma reopened OFBIZ-10113:
---

> Replace Asm select plugin with Select2.
> ---
>
> Key: OFBIZ-10113
> URL: https://issues.apache.org/jira/browse/OFBIZ-10113
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: ALL APPLICATIONS
>Affects Versions: Trunk
>Reporter: Aditya Sharma
>Assignee: Jacques Le Roux
>Priority: Major
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-10113.patch, OFBIZ-10113_plugins.patch, 
> select2.tar.gz
>
>
> Current Asm Select Plugin 
> (http://www.ryancramer.com/journal/entries/asmselect_v104/) can be replaced 
> with Select2 (https://select2.org/).
> * Select2 has much better community support on GitHub with 386 contributors 
> while Asm Select Plugin is handled by Ryan Cramer on 
> http://www.ryancramer.com/.
> * Select2 has 37 releases while Asm select has very few releases yet.
> * Both the plugin has MIT license.
> Refer https://select2.org/ and  https://github.com/select2/select2 for more 
> features and other information.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OFBIZ-10113) Replace Asm select plugin with Select2.

2018-01-16 Thread Aditya Sharma (JIRA)

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

Aditya Sharma updated OFBIZ-10113:
--
Attachment: (was: OFBIZ-10113.patch)

> Replace Asm select plugin with Select2.
> ---
>
> Key: OFBIZ-10113
> URL: https://issues.apache.org/jira/browse/OFBIZ-10113
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: ALL APPLICATIONS
>Affects Versions: Trunk
>Reporter: Aditya Sharma
>Assignee: Jacques Le Roux
>Priority: Major
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-10113.patch, OFBIZ-10113_plugins.patch, 
> select2.tar.gz
>
>
> Current Asm Select Plugin 
> (http://www.ryancramer.com/journal/entries/asmselect_v104/) can be replaced 
> with Select2 (https://select2.org/).
> * Select2 has much better community support on GitHub with 386 contributors 
> while Asm Select Plugin is handled by Ryan Cramer on 
> http://www.ryancramer.com/.
> * Select2 has 37 releases while Asm select has very few releases yet.
> * Both the plugin has MIT license.
> Refer https://select2.org/ and  https://github.com/select2/select2 for more 
> features and other information.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-10113) Replace Asm select plugin with Select2.

2018-01-16 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-10113:
-

I found this error in trunk demo error.log
{code}
2018-01-16 15:45:48,585 |jsse-nio-8443-exec-3 |UtilXml   
|E| XmlFileLoader: File XML Properties file process fatal error. Line: 1670. 
Error message: The content of elements must consist of well-formed character 
data or markup.
2018-01-16 15:45:48,617 |jsse-nio-8443-exec-3 |UtilXml   
|E| XmlFileLoader: File XML Properties file process fatal error. Line: 1670. 
Error message: The content of elements must consist of well-formed character 
data or markup.
2018-01-16 15:45:48,648 |jsse-nio-8443-exec-3 |UtilXml   
|E| XmlFileLoader: File XML Properties file process fatal error. Line: 1670. 
Error message: The content of elements must consist of well-formed character 
data or markup.
2018-01-16 15:45:48,649 |jsse-nio-8443-exec-3 |AbstractModelAction   
|E| Error adding resource bundle [HumanResUiLabels]: 
java.lang.IllegalArgumentException: Could not find resource bundle 
[HumanResUiLabels] in the locale [cs]
java.lang.IllegalArgumentException: Could not find resource bundle 
[HumanResUiLabels] in the locale [cs]
at 
org.apache.ofbiz.base.util.UtilProperties.getResourceBundle(UtilProperties.java:720)
 ~[ofbiz.jar:?]
at 
org.apache.ofbiz.base.util.collections.ResourceBundleMapWrapper.addBottomResourceBundle(ResourceBundleMapWrapper.java:94)
 ~[ofbiz.jar:?]
at 
org.apache.ofbiz.widget.model.AbstractModelAction$PropertyMap.runAction(AbstractModelAction.java:487)
 [ofbiz.jar:?]
at 
org.apache.ofbiz.widget.model.AbstractModelAction.runSubActions(AbstractModelAction.java:143)
 [ofbiz.jar:?]
at 
org.apache.ofbiz.widget.model.ModelScreenWidget$Section.renderWidgetString(ModelScreenWidget.java:277)
 [ofbiz.jar:?]
at 
org.apache.ofbiz.widget.model.ModelScreen.renderScreenString(ModelScreen.java:164)
 [ofbiz.jar:?]
at 
org.apache.ofbiz.widget.model.ScreenFactory.renderReferencedScreen(ScreenFactory.java:204)
 [ofbiz.jar:?]
at 
org.apache.ofbiz.widget.model.ModelScreenWidget$DecoratorScreen.renderWidgetString(ModelScreenWidget.java:866)
 [ofbiz.jar:?]
at 
org.apache.ofbiz.widget.model.ModelScreenWidget.renderSubWidgetsString(ModelScreenWidget.java:102)
 [ofbiz.jar:?]
at 
org.apache.ofbiz.widget.model.ModelScreenWidget$Section.renderWidgetString(ModelScreenWidget.java:284)
 [ofbiz.jar:?]
at 
org.apache.ofbiz.widget.model.ModelScreen.renderScreenString(ModelScreen.java:164)
 [ofbiz.jar:?]
at 
org.apache.ofbiz.widget.renderer.ScreenRenderer.render(ScreenRenderer.java:140) 
[ofbiz.jar:?]
at 
org.apache.ofbiz.widget.renderer.ScreenRenderer.render(ScreenRenderer.java:102) 
[ofbiz.jar:?]
at 
org.apache.ofbiz.widget.renderer.macro.MacroScreenViewHandler.render(MacroScreenViewHandler.java:115)
 [ofbiz.jar:?]
at 
org.apache.ofbiz.webapp.control.RequestHandler.renderView(RequestHandler.java:999)
 [ofbiz.jar:?]
at 
org.apache.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:680)
 [ofbiz.jar:?]
at 
org.apache.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:213) 
[ofbiz.jar:?]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:686) 
[javax.servlet-api-4.0.0.jar:4.0.0]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:791) 
[javax.servlet-api-4.0.0.jar:4.0.0]
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
 [tomcat-catalina-8.5.24.jar:8.5.24]
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
 [tomcat-catalina-8.5.24.jar:8.5.24]
at 
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) 
[tomcat-embed-websocket-8.5.23.jar:8.5.23]
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
 [tomcat-catalina-8.5.24.jar:8.5.24]
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
 [tomcat-catalina-8.5.24.jar:8.5.24]
at 
org.apache.ofbiz.webapp.control.ContextFilter.doFilter(ContextFilter.java:213) 
[ofbiz.jar:?]
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
 [tomcat-catalina-8.5.24.jar:8.5.24]
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
 [tomcat-catalina-8.5.24.jar:8.5.24]
at 
org.apache.ofbiz.webapp.control.ControlFilter.doFilter(ControlFilter.java:157) 
[ofbiz.jar:?]
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
 [tomcat-catalina-8.5.24.jar:8.5.24]
   

[jira] [Comment Edited] (OFBIZ-10031) Convert CategoryServices.xml mini lang to groovy

2018-01-16 Thread Dennis Balkir (JIRA)

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

Dennis Balkir edited comment on OFBIZ-10031 at 1/16/18 1:47 PM:


* didn’t convert the unnecessary services, as seen in this issue: 
https://issues.apache.org/jira/browse/OFBIZ-10146, maybe someone can have a 
look at that too
 * Line 465: this seems like it was planned to be changed, maybe this is the 
right time to do that, since we’re already doing changes to this Service
 * Couldn’t fully delete CatalogServices.xml, since one of its simple-methods 
(checkCategoryRelatedPermission) is used in another method in another .xml-file 
(/applications/commonext/minilang/setup/SetupEvents.xml). Unfortunately there 
is no service which defines this method, which means, that I cannot use a 
service instead.
 * I tested all the services in this file as good as I could, they seem to work 
and do what they should do

I would appreciate if one of the involved people can give me a feedback on this 
file, thanks :)


was (Author: dennis balkir):
* didn’t convert the unnecessary services, as seen in this issue, maybe someone 
can have a look at that too
 * Line 465: this seems like it was planned to be changed, maybe this is the 
right time to do that, since we’re already doing changes to this Service
 * Couldn’t fully delete CatalogServices.xml, since one of its simple-methods 
(checkCategoryRelatedPermission) is used in another method in another .xml-file 
(/applications/commonext/minilang/setup/SetupEvents.xml). Unfortunately there 
is no service which defines this method, which means, that I cannot use a 
service instead.
 * I tested all the services in this file as good as I could, they seem to work 
and do what they should do

I would appreciate if one of the involved people can give me a feedback on this 
file, thanks :)

> Convert CategoryServices.xml mini lang to groovy
> 
>
> Key: OFBIZ-10031
> URL: https://issues.apache.org/jira/browse/OFBIZ-10031
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: framework
>Affects Versions: Trunk
>Reporter: Dennis Balkir
>Priority: Minor
> Attachments: 
> OFBIZ-10031_org.apache.ofbiz.product.category.CategoryServices_convert.patch
>
>
> Migration of the CategoryServices.xml to Groovy



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-10031) Convert CategoryServices.xml mini lang to groovy

2018-01-16 Thread Dennis Balkir (JIRA)

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

Dennis Balkir commented on OFBIZ-10031:
---

* didn’t convert the unnecessary services, as seen in this issue, maybe someone 
can have a look at that too
 * Line 465: this seems like it was planned to be changed, maybe this is the 
right time to do that, since we’re already doing changes to this Service
 * Couldn’t fully delete CatalogServices.xml, since one of its simple-methods 
(checkCategoryRelatedPermission) is used in another method in another .xml-file 
(/applications/commonext/minilang/setup/SetupEvents.xml). Unfortunately there 
is no service which defines this method, which means, that I cannot use a 
service instead.
 * I tested all the services in this file as good as I could, they seem to work 
and do what they should do

I would appreciate if one of the involved people can give me a feedback on this 
file, thanks :)

> Convert CategoryServices.xml mini lang to groovy
> 
>
> Key: OFBIZ-10031
> URL: https://issues.apache.org/jira/browse/OFBIZ-10031
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: framework
>Affects Versions: Trunk
>Reporter: Dennis Balkir
>Priority: Minor
> Attachments: 
> OFBIZ-10031_org.apache.ofbiz.product.category.CategoryServices_convert.patch
>
>
> Migration of the CategoryServices.xml to Groovy



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OFBIZ-10031) Convert CategoryServices.xml mini lang to groovy

2018-01-16 Thread Dennis Balkir (JIRA)

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

Dennis Balkir updated OFBIZ-10031:
--
Attachment: 
OFBIZ-10031_org.apache.ofbiz.product.category.CategoryServices_convert.patch

> Convert CategoryServices.xml mini lang to groovy
> 
>
> Key: OFBIZ-10031
> URL: https://issues.apache.org/jira/browse/OFBIZ-10031
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: framework
>Affects Versions: Trunk
>Reporter: Dennis Balkir
>Priority: Minor
> Attachments: 
> OFBIZ-10031_org.apache.ofbiz.product.category.CategoryServices_convert.patch
>
>
> Migration of the CategoryServices.xml to Groovy



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-10167) Fix the HttpServletRequestWrapper in ContextFilter.doFilter()

2018-01-16 Thread Deepak Dixit (JIRA)

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

Deepak Dixit commented on OFBIZ-10167:
--

Thanks Jacques.

> Fix the HttpServletRequestWrapper in ContextFilter.doFilter()
> -
>
> Key: OFBIZ-10167
> URL: https://issues.apache.org/jira/browse/OFBIZ-10167
> Project: OFBiz
>  Issue Type: Bug
>  Components: framework
>Affects Versions: Trunk
>Reporter: Jacques Le Roux
>Assignee: Jacques Le Roux
>Priority: Major
> Fix For: 17.12.01
>
>
> As reported by Deepak on dev ML the returned name should be a parameter and 
> not enforced to "Authorisation"



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-9501) Move all data in applications to the datamodel component

2018-01-16 Thread Rishi Solanki (JIRA)

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

Rishi Solanki commented on OFBIZ-9501:
--

Taher,

Thank you for the details and everything making perfect sense to me to have 
all/most of the demo data in the data model component. I dig into it further 
and review the data for one component and back  with the data movement plan. 
Then will go for the final move.

> Move all data in applications to the datamodel component
> 
>
> Key: OFBIZ-9501
> URL: https://issues.apache.org/jira/browse/OFBIZ-9501
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL APPLICATIONS
>Affects Versions: 17.12.01
>Reporter: Taher Alkhateeb
>Assignee: Rishi Solanki
>Priority: Minor
>  Labels: application, data
> Attachments: OFBIZ-9051-004.patch, OFBIZ-9501-001.patch, 
> OFBIZ-9501-002.patch, OFBIZ-9501-003.patch, 
> OFBIZ-9501-WorkEffortSeedData.patch, OFBIZ-9501_Consolidated-2.patch, 
> OFBIZ-9501_Consolidated.patch
>
>
> As per a community [discussion 
> thread|https://lists.apache.org/thread.html/eb6ea79195204356a362dbf208c5dbb6d321d001bf2b79819dc45a24@%3Cdev.ofbiz.apache.org%3E]
>  we decided to move all data (seed, seed-initial, demo) to the datamodel 
> component. and to also reduce and cleanup this data to ease debugging and 
> maintenance.
> After moving all the data, the directory and file structure would be similar 
> to the below:
> data/
> ├── demo
> │   ├── AccountingDemoData.xml
> │   ├── CommonDemoData.xml
> │   ├── ContentDemoData.xml
> │   ├── HumanresDemo.xml
> │   ├── ManufacturingDemoData.xml
> │   ├── MarketingDemoData.xml
> │   ├── OrderDemoData.xml
> │   ├── PartyDemoData.xml
> │   ├── ProductDemoData.xml
> │   ├── ShipmentDemoData.xml
> │   └── WorkEffortDemoData.xml
> ├── seed
> │   ├── AccountingSeedData.xml
> │   ├── CommonSeedData.xml
> │   ├── ContentSeedData.xml
> │   ├── HumanresSeedData.xml
> │   ├── ManufacturingSeedData.xml
> │   ├── MarketingSeedData.xml
> │   ├── OrderSeedData.xml
> │   ├── PartySeedData.xml
> │   ├── ProductSeedData.xml
> │   ├── ShipmentSeedData.xml
> │   └── WorkEffortSeedData.xml
> └── seed-initial
> ├── AccountingSeedInitialData.xml
> ├── CommonSeedInitialData.xml
> ├── ContentSeedInitialData.xml
> ├── HumanresSeedInitialData.xml
> ├── ManufacturingSeedInitialData.xml
> ├── MarketingSeedInitialData.xml
> ├── OrderSeedInitialData.xml
> ├── PartySeedInitialData.xml
> ├── ProductSeedInitialData.xml
> ├── ShipmentSeedInitialData.xml
> └── WorkEffortSeedInitialData.xml



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-7779) Update wiki Eclipse pages regarding Gradle

2018-01-16 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-7779:


Ok I can change that w/o problem, doing so

> Update wiki Eclipse pages regarding Gradle
> --
>
> Key: OFBIZ-7779
> URL: https://issues.apache.org/jira/browse/OFBIZ-7779
> Project: OFBiz
>  Issue Type: Task
>  Components: Confluence
>Reporter: Jacques Le Roux
>Assignee: Jacques Le Roux
>Priority: Major
> Fix For: 16.11.01
>
> Attachments: Image 007.png, OFBIZ-7779.patch, OFBIZ-7779.patch, 
> compile.error, neon.error
>
>
> I wanted to update the 2 wiki Eclipse pages regarding Gradle. But so far got 
> some issues in my environment (still Windows 7).
> I use both Eclipse Luna and Mars (Mars at 98%).  Luna does not support Gradle.
> First I must say my Mars instance works perfectly, but for few months I'm 
> unable to update. I did not try yet to create another Mars instance because I 
> guess it will anyway screws its update mechanism later :/
> Mars comes with the embedded ["Gradle Buildship" 
> plugin|https://gradle.org/eclipse/], I have the 1.0.5 version from 
> 2015-09-22. I found this tuto 
> http://www.vogella.com/tutorials/EclipseGradle/article.html (with a 6/7 
> clone/redundant section).
> Few remarks: I see no Gradle context menu entrie, maybe due to my unability 
> to update Mars, so I'm unable to "add Gradle support to existing Eclipse 
> project ". So I created a Gradle "trunk" side project following , but, though 
> all work well in command line, in Eclipse building with Gradle does not work. 
> I always get (see compile.error)
> Of course I tried (4th) to install Eclipse Neon, to no avail, so far the best 
> I got (at least I eventually got something) is in neon.error
> I'll continue later...



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Closed] (OFBIZ-10167) Fix the HttpServletRequestWrapper in ContextFilter.doFilter()

2018-01-16 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux closed OFBIZ-10167.
---
Resolution: Fixed

Fixed in
trunk r1821226+1821230
R17.12 r1821229+1821231

> Fix the HttpServletRequestWrapper in ContextFilter.doFilter()
> -
>
> Key: OFBIZ-10167
> URL: https://issues.apache.org/jira/browse/OFBIZ-10167
> Project: OFBiz
>  Issue Type: Bug
>  Components: framework
>Affects Versions: Trunk
>Reporter: Jacques Le Roux
>Assignee: Jacques Le Roux
>Priority: Major
> Fix For: 17.12.01
>
>
> As reported by Deepak on dev ML the returned name should be a parameter and 
> not enforced to "Authorisation"



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-7779) Update wiki Eclipse pages regarding Gradle

2018-01-16 Thread Michael Brohl (JIRA)

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

Michael Brohl commented on OFBIZ-7779:
--

I'm not arguing against mentioning a plugin or describing it's use.

But stating that a plugin ist "the best" plugin IMO goes beyond what should be 
written in our Wiki. That's my only concern.

I don't know what our coding conventions have to do with this particular case.

> Update wiki Eclipse pages regarding Gradle
> --
>
> Key: OFBIZ-7779
> URL: https://issues.apache.org/jira/browse/OFBIZ-7779
> Project: OFBiz
>  Issue Type: Task
>  Components: Confluence
>Reporter: Jacques Le Roux
>Assignee: Jacques Le Roux
>Priority: Major
> Fix For: 16.11.01
>
> Attachments: Image 007.png, OFBIZ-7779.patch, OFBIZ-7779.patch, 
> compile.error, neon.error
>
>
> I wanted to update the 2 wiki Eclipse pages regarding Gradle. But so far got 
> some issues in my environment (still Windows 7).
> I use both Eclipse Luna and Mars (Mars at 98%).  Luna does not support Gradle.
> First I must say my Mars instance works perfectly, but for few months I'm 
> unable to update. I did not try yet to create another Mars instance because I 
> guess it will anyway screws its update mechanism later :/
> Mars comes with the embedded ["Gradle Buildship" 
> plugin|https://gradle.org/eclipse/], I have the 1.0.5 version from 
> 2015-09-22. I found this tuto 
> http://www.vogella.com/tutorials/EclipseGradle/article.html (with a 6/7 
> clone/redundant section).
> Few remarks: I see no Gradle context menu entrie, maybe due to my unability 
> to update Mars, so I'm unable to "add Gradle support to existing Eclipse 
> project ". So I created a Gradle "trunk" side project following , but, though 
> all work well in command line, in Eclipse building with Gradle does not work. 
> I always get (see compile.error)
> Of course I tried (4th) to install Eclipse Neon, to no avail, so far the best 
> I got (at least I eventually got something) is in neon.error
> I'll continue later...



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OFBIZ-10167) Fix the HttpServletRequestWrapper in ContextFilter.doFilter()

2018-01-16 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux updated OFBIZ-10167:

Affects Version/s: Trunk
Fix Version/s: 17.12.01
  Component/s: framework

Jira had a hipccup and I could not set some fields

> Fix the HttpServletRequestWrapper in ContextFilter.doFilter()
> -
>
> Key: OFBIZ-10167
> URL: https://issues.apache.org/jira/browse/OFBIZ-10167
> Project: OFBiz
>  Issue Type: Bug
>  Components: framework
>Affects Versions: Trunk
>Reporter: Jacques Le Roux
>Assignee: Jacques Le Roux
>Priority: Major
> Fix For: 17.12.01
>
>
> As reported by Deepak on dev ML the returned name should be a parameter and 
> not enforced to "Authorisation"



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (OFBIZ-10167) Fix the HttpServletRequestWrapper in ContextFilter.doFilter()

2018-01-16 Thread Jacques Le Roux (JIRA)
Jacques Le Roux created OFBIZ-10167:
---

 Summary: Fix the HttpServletRequestWrapper in 
ContextFilter.doFilter()
 Key: OFBIZ-10167
 URL: https://issues.apache.org/jira/browse/OFBIZ-10167
 Project: OFBiz
  Issue Type: Bug
Reporter: Jacques Le Roux
Assignee: Jacques Le Roux


As reported by Deepak on dev ML the returned name should be a parameter and not 
enforced to "Authorisation"



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-7779) Update wiki Eclipse pages regarding Gradle

2018-01-16 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-7779:


I formally agree on the general principle, but then how to guide people to use 
the right Gradle plugin (at the moment at least)?
In my experience other Gradle pluigins are awful. That's why I replaced what 
Olivier wrote before (I had then the same experience than him)
Have you a better experience with another Gradle plugin?

Also Eclipse is a tool, like InteliJ is, etc. I don't want to argue much about 
it. It's only in the mind of helping users with Eclipse...

Also if we  follow your idea more changes are needed in wiki, like at 
https://cwiki.apache.org/confluence/display/OFBIZ/Coding+Conventions and I 
guess in few other places. It seems to me that then we will not help users but 
rather follow a general principle, that is maybe not applicable here.

If you disagree please start a discussion in dev ML to get others's opinions, 
thanks.

> Update wiki Eclipse pages regarding Gradle
> --
>
> Key: OFBIZ-7779
> URL: https://issues.apache.org/jira/browse/OFBIZ-7779
> Project: OFBiz
>  Issue Type: Task
>  Components: Confluence
>Reporter: Jacques Le Roux
>Assignee: Jacques Le Roux
>Priority: Major
> Fix For: 16.11.01
>
> Attachments: Image 007.png, OFBIZ-7779.patch, OFBIZ-7779.patch, 
> compile.error, neon.error
>
>
> I wanted to update the 2 wiki Eclipse pages regarding Gradle. But so far got 
> some issues in my environment (still Windows 7).
> I use both Eclipse Luna and Mars (Mars at 98%).  Luna does not support Gradle.
> First I must say my Mars instance works perfectly, but for few months I'm 
> unable to update. I did not try yet to create another Mars instance because I 
> guess it will anyway screws its update mechanism later :/
> Mars comes with the embedded ["Gradle Buildship" 
> plugin|https://gradle.org/eclipse/], I have the 1.0.5 version from 
> 2015-09-22. I found this tuto 
> http://www.vogella.com/tutorials/EclipseGradle/article.html (with a 6/7 
> clone/redundant section).
> Few remarks: I see no Gradle context menu entrie, maybe due to my unability 
> to update Mars, so I'm unable to "add Gradle support to existing Eclipse 
> project ". So I created a Gradle "trunk" side project following , but, though 
> all work well in command line, in Eclipse building with Gradle does not work. 
> I always get (see compile.error)
> Of course I tried (4th) to install Eclipse Neon, to no avail, so far the best 
> I got (at least I eventually got something) is in neon.error
> I'll continue later...



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Comment Edited] (OFBIZ-10028) Update Geo information according to ISO notifications

2018-01-16 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux edited comment on OFBIZ-10028 at 1/16/18 8:00 AM:
--

Mali is in
trunk r1821219  
R17.12 r1821220

I backported in R17 because I need to trigger the build in Buildbot.


was (Author: jacques.le.roux):
Mali is in
trunkr1821219  
R17.12 r1821220

I backported in R17 because I need to trigger the build in Buildbot.

> Update Geo information according to ISO notifications
> -
>
> Key: OFBIZ-10028
> URL: https://issues.apache.org/jira/browse/OFBIZ-10028
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk
>Reporter: Jacques Le Roux
>Assignee: Michael Brohl
>Priority: Minor
> Attachments: OFBIZ-10028_ISO_Geo_Info_Notification_CN.patch, 
> OFBIZ-10028_ISO_Geo_Info_Notification_CY.patch, 
> OFBIZ-10028_ISO_Geo_Info_Notification_CY.patch, 
> OFBIZ-10028_ISO_Geo_Info_Notification_DE.patch, 
> OFBIZ-10028_ISO_Geo_Info_Notification_EC.patch, 
> OFBIZ-10028_ISO_Geo_Info_Notification_HU.patch, 
> OFBIZ-10028_ISO_Geo_Info_Notification_ID.patch, 
> OFBIZ-10028_ISO_Geo_Info_Notification_IS.patch, 
> OFBIZ-10028_ISO_Geo_Info_Notification_KP.patch, 
> OFBIZ-10028_ISO_Geo_Info_Notification_LA.patch, 
> OFBIZ-10028_ISO_Geo_Info_Notification_MD.patch, 
> OFBIZ-10028_ISO_Geo_Info_Notification_MH.patch, 
> OFBIZ-10028_ISO_Geo_Info_Notification_ML.patch, 
> OFBIZ-10028_ISO_Geo_Info_Notification_MX.patch, 
> OFBIZ-10028_ISO_Geo_Info_Notification_NR.patch, 
> OFBIZ-10028_ISO_Geo_Info_Notification_PA.patch, 
> OFBIZ-10028_ISO_Geo_Info_Notification_PK.patch, 
> OFBIZ-10028_ISO_Geo_Info_Notification_QA.patch, 
> OFBIZ-10028_ISO_Geo_Info_Notification_TG.patch, 
> OFBIZ-10028_ISO_Geo_Info_Notification_TJ.patch, 
> OFBIZ-10028_ISO_Geo_Info_Notification_UG.patch
>
>
> This follows this discussion http://markmail.org/message/xn7f552qvtpua2uq, 
> extract!
> bq. If someone is interested, the China changes are a bit to heavy for me,
> Here are the changes
> {quote}
> Country codes updated
> CN  2017-11-23 /China/
> CY  2017-11-23 /Cyprus/
> DE  2017-11-23 /Germany/
> EC  2017-11-23 /Ecuador/
> HK  2017-11-23 /Hong Kong/
> HU  2017-11-23 /Hungary/
> ID  2017-11-23 /Indonesia/
> IS  2017-11-23 /Iceland/
> KP  2017-11-23 /Korea (the 
> Democratic People's Republic of)/
> LA  2017-11-23 /Lao 
> People's Democratic Republic (the)/
> MD  2017-11-23 /Moldova 
> (the Republic of)/
> MH  2017-11-23 /Marshall 
> Islands (the)/
> ML  2017-11-23 /Mali/
> MO  2017-11-23 /Macao/
> MX  2017-11-23 /Mexico/
> NR  2017-11-23 /Nauru/
> PA  2017-11-23 /Panama/
> PK  2017-11-23 /Pakistan/
> QA  2017-11-23 /Qatar/
> TG  2017-11-23 /Togo/
> TJ  2017-11-23 /Tajikistan/
> UG  2017-11-23 /Uganda/
> {quote}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-10028) Update Geo information according to ISO notifications

2018-01-16 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-10028:
-

Mali is in
trunkr1821219  
R17.12 r1821220

I backported in R17 because I need to trigger the build in Buildbot.

> Update Geo information according to ISO notifications
> -
>
> Key: OFBIZ-10028
> URL: https://issues.apache.org/jira/browse/OFBIZ-10028
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk
>Reporter: Jacques Le Roux
>Assignee: Michael Brohl
>Priority: Minor
> Attachments: OFBIZ-10028_ISO_Geo_Info_Notification_CN.patch, 
> OFBIZ-10028_ISO_Geo_Info_Notification_CY.patch, 
> OFBIZ-10028_ISO_Geo_Info_Notification_CY.patch, 
> OFBIZ-10028_ISO_Geo_Info_Notification_DE.patch, 
> OFBIZ-10028_ISO_Geo_Info_Notification_EC.patch, 
> OFBIZ-10028_ISO_Geo_Info_Notification_HU.patch, 
> OFBIZ-10028_ISO_Geo_Info_Notification_ID.patch, 
> OFBIZ-10028_ISO_Geo_Info_Notification_IS.patch, 
> OFBIZ-10028_ISO_Geo_Info_Notification_KP.patch, 
> OFBIZ-10028_ISO_Geo_Info_Notification_LA.patch, 
> OFBIZ-10028_ISO_Geo_Info_Notification_MD.patch, 
> OFBIZ-10028_ISO_Geo_Info_Notification_MH.patch, 
> OFBIZ-10028_ISO_Geo_Info_Notification_ML.patch, 
> OFBIZ-10028_ISO_Geo_Info_Notification_MX.patch, 
> OFBIZ-10028_ISO_Geo_Info_Notification_NR.patch, 
> OFBIZ-10028_ISO_Geo_Info_Notification_PA.patch, 
> OFBIZ-10028_ISO_Geo_Info_Notification_PK.patch, 
> OFBIZ-10028_ISO_Geo_Info_Notification_QA.patch, 
> OFBIZ-10028_ISO_Geo_Info_Notification_TG.patch, 
> OFBIZ-10028_ISO_Geo_Info_Notification_TJ.patch, 
> OFBIZ-10028_ISO_Geo_Info_Notification_UG.patch
>
>
> This follows this discussion http://markmail.org/message/xn7f552qvtpua2uq, 
> extract!
> bq. If someone is interested, the China changes are a bit to heavy for me,
> Here are the changes
> {quote}
> Country codes updated
> CN  2017-11-23 /China/
> CY  2017-11-23 /Cyprus/
> DE  2017-11-23 /Germany/
> EC  2017-11-23 /Ecuador/
> HK  2017-11-23 /Hong Kong/
> HU  2017-11-23 /Hungary/
> ID  2017-11-23 /Indonesia/
> IS  2017-11-23 /Iceland/
> KP  2017-11-23 /Korea (the 
> Democratic People's Republic of)/
> LA  2017-11-23 /Lao 
> People's Democratic Republic (the)/
> MD  2017-11-23 /Moldova 
> (the Republic of)/
> MH  2017-11-23 /Marshall 
> Islands (the)/
> ML  2017-11-23 /Mali/
> MO  2017-11-23 /Macao/
> MX  2017-11-23 /Mexico/
> NR  2017-11-23 /Nauru/
> PA  2017-11-23 /Panama/
> PK  2017-11-23 /Pakistan/
> QA  2017-11-23 /Qatar/
> TG  2017-11-23 /Togo/
> TJ  2017-11-23 /Tajikistan/
> UG  2017-11-23 /Uganda/
> {quote}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)