[jira] [Commented] (OFBIZ-7758) jquery.jgrowl.min.css is linked twice in html page

2016-07-07 Thread Amardeep Singh Jhajj (JIRA)

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

Amardeep Singh Jhajj commented on OFBIZ-7758:
-

One more thing I want to add here that, require.js works well for js module 
loading. Please refer:

http://requirejs.org/docs/faq-advanced.html#css

and here we are talking about css file. Thanks.

> jquery.jgrowl.min.css is linked twice in html page
> --
>
> Key: OFBIZ-7758
> URL: https://issues.apache.org/jira/browse/OFBIZ-7758
> Project: OFBiz
>  Issue Type: Bug
>  Components: ALL APPLICATIONS
>Affects Versions: Trunk
>Reporter: james yong
>Priority: Minor
> Attachments: OFBIZ-7758.patch
>
>
> I am running on trunk rev 1751489 on tomahawk theme.
> In the browser, right-click and view the page source. There is duplicate 
> linking of jquery.jgrowl.min.css i.e.
> {code}
>  href="/images/jquery/plugins/jquery-jgrowl/1.4.1/jquery.jgrowl.min.css" 
> type="text/css"/>
>  href="/images/jquery/plugins/jquery-jgrowl/1.4.1/jquery.jgrowl.min.css" 
> type="text/css"/>
> {code}



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


[jira] [Commented] (OFBIZ-7754) The big problem when load seed.

2016-07-07 Thread Hans Bakker (JIRA)

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

Hans Bakker commented on OFBIZ-7754:


here it shows that we always need a business reason for the change. This issue 
is a nice example that is trying to provide a solution for a technical problem 
for which i do not see a business reason.

> The big problem when load seed.
> ---
>
> Key: OFBIZ-7754
> URL: https://issues.apache.org/jira/browse/OFBIZ-7754
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk
>Reporter: Kongrath Suankaewmanee
>Assignee: Jacques Le Roux
> Attachments: OFBIZ-7754.patch
>
>
> Hi All,
> Regarding, [OFBIZ-7112|https://issues.apache.org/jira/browse/OFBIZ-7112]
> That's good for who start on use the ofbiz with initial setup, but not for 
> the site that already online and has to update the OFBiz core. Because when 
> has update OFBiz core they will use command load-seed for update.
> The problem is if we use load-seed mean the configuration data that's already 
> exists will be replaced by the data from this file,
> *CommonSystemPropertyData.xml*
> So, for my suggestion should change the reader from *seed* to *seed-initial*  
> or remove systemPropertyValue from the data file.
> Thank you,
> Kongrath



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


[jira] [Created] (OFBIZ-7762) Full support for serialized inventory

2016-07-07 Thread james yong (JIRA)
james yong created OFBIZ-7762:
-

 Summary: Full support for serialized inventory
 Key: OFBIZ-7762
 URL: https://issues.apache.org/jira/browse/OFBIZ-7762
 Project: OFBiz
  Issue Type: Improvement
  Components: manufacturing, order, product
Affects Versions: Trunk
Reporter: james yong
Assignee: james yong
Priority: Minor
 Fix For: Trunk


The serialized inventory support is not feature complete.

There have been some discussion on it at
http://ofbiz.135035.n4.nabble.com/Serialized-inventory-not-well-implemented-td4656591.html

Need further discussion to finalise implementation details and create 
sub-issues as required. 




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


[jira] [Commented] (OFBIZ-7760) Removed from UtilCache the ability to persist entries in the file system

2016-07-07 Thread Nicolas Malin (JIRA)

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

Nicolas Malin commented on OFBIZ-7760:
--

Thanks Jacopo for this issue that resolve the problem with jdbm. Maybe if the 
need appears to use cache with file system store wecan be inspired by this 
issue !

> Removed from UtilCache the ability to persist entries in the file system
> 
>
> Key: OFBIZ-7760
> URL: https://issues.apache.org/jira/browse/OFBIZ-7760
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk
>Reporter: Jacopo Cappellato
>Assignee: Jacopo Cappellato
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-7760.patch
>
>
> Removed from UtilCache the ability to persist entries in the file system.
> This feature has been contributed a long time ago as an experimental feature 
> but never really matured into a production ready artifact: since it was 
> contributed, no users asked about how to use it, or tested it, or reported 
> bugs or enhancement requests.
> More importantly, the feature has always been disabled in the OFBiz framework 
> (i.e. the widget code and the entity engine code were not using it).
> This removal should not impact our user base; however, after the removal, an 
> entry to the Attic will be created to keep track of it and to make it easier, 
> to interested users, to get this code, improve it (e.g. by making it 
> dependent on a live external jar, for example MapDB instead of JDBM) and 
> possibly contribute it back to the project.
> The most compelling reason for its removal is that the feature was based on a 
> snapshot, unreleased version of JDBM, which is now a mostly dead project: for 
> licensing reasons we are no more allowed to bundle jars in our releases. 
> Additionally, having code that relies an old jar from a no more active 
> project represents a maintenance issue for the community.



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


[jira] [Resolved] (OFBIZ-7760) Removed from UtilCache the ability to persist entries in the file system

2016-07-07 Thread Jacopo Cappellato (JIRA)

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

Jacopo Cappellato resolved OFBIZ-7760.
--
   Resolution: Fixed
Fix Version/s: Upcoming Branch

Patch committed in rev. 1751817

Added an entry to the Attic page:

https://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Attic#OFBizAttic-Abilitytopersistcacheentriesinthefilesystem

> Removed from UtilCache the ability to persist entries in the file system
> 
>
> Key: OFBIZ-7760
> URL: https://issues.apache.org/jira/browse/OFBIZ-7760
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk
>Reporter: Jacopo Cappellato
>Assignee: Jacopo Cappellato
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-7760.patch
>
>
> Removed from UtilCache the ability to persist entries in the file system.
> This feature has been contributed a long time ago as an experimental feature 
> but never really matured into a production ready artifact: since it was 
> contributed, no users asked about how to use it, or tested it, or reported 
> bugs or enhancement requests.
> More importantly, the feature has always been disabled in the OFBiz framework 
> (i.e. the widget code and the entity engine code were not using it).
> This removal should not impact our user base; however, after the removal, an 
> entry to the Attic will be created to keep track of it and to make it easier, 
> to interested users, to get this code, improve it (e.g. by making it 
> dependent on a live external jar, for example MapDB instead of JDBM) and 
> possibly contribute it back to the project.
> The most compelling reason for its removal is that the feature was based on a 
> snapshot, unreleased version of JDBM, which is now a mostly dead project: for 
> licensing reasons we are no more allowed to bundle jars in our releases. 
> Additionally, having code that relies an old jar from a no more active 
> project represents a maintenance issue for the community.



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


[jira] [Closed] (OFBIZ-7760) Removed from UtilCache the ability to persist entries in the file system

2016-07-07 Thread Jacopo Cappellato (JIRA)

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

Jacopo Cappellato closed OFBIZ-7760.


> Removed from UtilCache the ability to persist entries in the file system
> 
>
> Key: OFBIZ-7760
> URL: https://issues.apache.org/jira/browse/OFBIZ-7760
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk
>Reporter: Jacopo Cappellato
>Assignee: Jacopo Cappellato
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-7760.patch
>
>
> Removed from UtilCache the ability to persist entries in the file system.
> This feature has been contributed a long time ago as an experimental feature 
> but never really matured into a production ready artifact: since it was 
> contributed, no users asked about how to use it, or tested it, or reported 
> bugs or enhancement requests.
> More importantly, the feature has always been disabled in the OFBiz framework 
> (i.e. the widget code and the entity engine code were not using it).
> This removal should not impact our user base; however, after the removal, an 
> entry to the Attic will be created to keep track of it and to make it easier, 
> to interested users, to get this code, improve it (e.g. by making it 
> dependent on a live external jar, for example MapDB instead of JDBM) and 
> possibly contribute it back to the project.
> The most compelling reason for its removal is that the feature was based on a 
> snapshot, unreleased version of JDBM, which is now a mostly dead project: for 
> licensing reasons we are no more allowed to bundle jars in our releases. 
> Additionally, having code that relies an old jar from a no more active 
> project represents a maintenance issue for the community.



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


[jira] [Commented] (OFBIZ-7758) jquery.jgrowl.min.css is linked twice in html page

2016-07-07 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-7758:


Thanks Rohit, this will certainly help. I did not get a chance yet to seriously 
look at what using jrequire.js in OFBiz would mean...

> jquery.jgrowl.min.css is linked twice in html page
> --
>
> Key: OFBIZ-7758
> URL: https://issues.apache.org/jira/browse/OFBIZ-7758
> Project: OFBiz
>  Issue Type: Bug
>  Components: ALL APPLICATIONS
>Affects Versions: Trunk
>Reporter: james yong
>Priority: Minor
> Attachments: OFBIZ-7758.patch
>
>
> I am running on trunk rev 1751489 on tomahawk theme.
> In the browser, right-click and view the page source. There is duplicate 
> linking of jquery.jgrowl.min.css i.e.
> {code}
>  href="/images/jquery/plugins/jquery-jgrowl/1.4.1/jquery.jgrowl.min.css" 
> type="text/css"/>
>  href="/images/jquery/plugins/jquery-jgrowl/1.4.1/jquery.jgrowl.min.css" 
> type="text/css"/>
> {code}



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


[jira] [Updated] (OFBIZ-7758) jquery.jgrowl.min.css is linked twice in html page

2016-07-07 Thread Rohit Koushal (JIRA)

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

Rohit Koushal updated OFBIZ-7758:
-
Attachment: OFBIZ-7758.patch

Hi [~jacques.le.roux] and [~jamesyong],

Found out the problematic area, In AbstractModelAction.java below  code snippet 
causing the duplicacy in the JavaScripts and StyleSheets List.
{code}
// this is a hack for backward compatibility with the JPublish page 
object
Map page = 
UtilGenerics.checkMap(context.get("page"));
if (page != null) {
this.field.put(page, newValue);
}
{code}

The duplicacy can be because of context, globalContext and page contain the 
reference of single object(i.e layoutSettings).

I Don't know the consequences of removing the above code. So for now providing 
the alternate solution in the attached patch.

Please let me know if we are good to remove the above code snippet.

> jquery.jgrowl.min.css is linked twice in html page
> --
>
> Key: OFBIZ-7758
> URL: https://issues.apache.org/jira/browse/OFBIZ-7758
> Project: OFBiz
>  Issue Type: Bug
>  Components: ALL APPLICATIONS
>Affects Versions: Trunk
>Reporter: james yong
>Priority: Minor
> Attachments: OFBIZ-7758.patch
>
>
> I am running on trunk rev 1751489 on tomahawk theme.
> In the browser, right-click and view the page source. There is duplicate 
> linking of jquery.jgrowl.min.css i.e.
> {code}
>  href="/images/jquery/plugins/jquery-jgrowl/1.4.1/jquery.jgrowl.min.css" 
> type="text/css"/>
>  href="/images/jquery/plugins/jquery-jgrowl/1.4.1/jquery.jgrowl.min.css" 
> type="text/css"/>
> {code}



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


About OFBIZ-7760 - removal of file system based persistence support for cache entries

2016-07-07 Thread Jacopo Cappellato
Dear all,

I would like to bring to your attention the patch attached to
https://issues.apache.org/jira/browse/OFBIZ-7760 that I would like to
commit today to let other committers (Taher, Gil, Nicolas and others) to
continue their work on Gradle and dynamic jar download at build time.

I have tried to capture all the important details in the description of the
ticket, so please have a look and let me know if you have any questions or
suggestions.

As regards our user base, this change should not impact them since the
feature was disabled by default in our framework and code changes were
required to enable it.

As usual your tests, feedback and suggestions are more than welcome.

Kind regards,

Jacopo


[jira] [Updated] (OFBIZ-7761) workeffort: Remove unused imports from groovy files for code optimization

2016-07-07 Thread Ankit Joshi (JIRA)

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

Ankit Joshi updated OFBIZ-7761:
---
Assignee: (was: Ankit Joshi)

> workeffort: Remove unused imports from groovy files for code optimization
> -
>
> Key: OFBIZ-7761
> URL: https://issues.apache.org/jira/browse/OFBIZ-7761
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: workeffort
>Affects Versions: Trunk
>Reporter: Ankit Joshi
>Priority: Minor
> Fix For: 14.12.01, 15.12.01
>
> Attachments: OFBIZ-7761_trunk.patch
>
>




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


[jira] [Updated] (OFBIZ-7761) workeffort: Remove unused imports from groovy files for code optimization

2016-07-07 Thread Ankit Joshi (JIRA)

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

Ankit Joshi updated OFBIZ-7761:
---
Attachment: OFBIZ-7761_trunk.patch

Attached the patch to remove unused imports for the code optimization purpose.

> workeffort: Remove unused imports from groovy files for code optimization
> -
>
> Key: OFBIZ-7761
> URL: https://issues.apache.org/jira/browse/OFBIZ-7761
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: workeffort
>Affects Versions: Trunk
>Reporter: Ankit Joshi
>Assignee: Ankit Joshi
>Priority: Minor
> Fix For: 14.12.01, 15.12.01
>
> Attachments: OFBIZ-7761_trunk.patch
>
>




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


[jira] [Created] (OFBIZ-7761) workeffort: Remove unused imports from groovy files for code optimization

2016-07-07 Thread Ankit Joshi (JIRA)
Ankit Joshi created OFBIZ-7761:
--

 Summary: workeffort: Remove unused imports from groovy files for 
code optimization
 Key: OFBIZ-7761
 URL: https://issues.apache.org/jira/browse/OFBIZ-7761
 Project: OFBiz
  Issue Type: Sub-task
  Components: workeffort
Affects Versions: Trunk
Reporter: Ankit Joshi
Assignee: Ankit Joshi
Priority: Minor






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


[jira] [Reopened] (OFBIZ-7334) Remove unused imports from Groovy files

2016-07-07 Thread Ankit Joshi (JIRA)

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

Ankit Joshi reopened OFBIZ-7334:


There will be more sub-tasks for remaining components. 

> Remove unused imports from Groovy files
> ---
>
> Key: OFBIZ-7334
> URL: https://issues.apache.org/jira/browse/OFBIZ-7334
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL COMPONENTS
>Affects Versions: Trunk
>Reporter: Ankit Joshi
>Assignee: Ankit Joshi
>Priority: Minor
> Fix For: 14.12.01, 15.12.01
>
>
> Groovy files in various components have unused package imports. These can be 
> removed for code optimzation purpose.



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


[jira] [Updated] (OFBIZ-7760) Removed from UtilCache the ability to persist entries in the file system

2016-07-07 Thread Jacopo Cappellato (JIRA)

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

Jacopo Cappellato updated OFBIZ-7760:
-
Attachment: OFBIZ-7760.patch

> Removed from UtilCache the ability to persist entries in the file system
> 
>
> Key: OFBIZ-7760
> URL: https://issues.apache.org/jira/browse/OFBIZ-7760
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk
>Reporter: Jacopo Cappellato
>Assignee: Jacopo Cappellato
> Attachments: OFBIZ-7760.patch
>
>
> Removed from UtilCache the ability to persist entries in the file system.
> This feature has been contributed a long time ago as an experimental feature 
> but never really matured into a production ready artifact: since it was 
> contributed, no users asked about how to use it, or tested it, or reported 
> bugs or enhancement requests.
> More importantly, the feature has always been disabled in the OFBiz framework 
> (i.e. the widget code and the entity engine code were not using it).
> This removal should not impact our user base; however, after the removal, an 
> entry to the Attic will be created to keep track of it and to make it easier, 
> to interested users, to get this code, improve it (e.g. by making it 
> dependent on a live external jar, for example MapDB instead of JDBM) and 
> possibly contribute it back to the project.
> The most compelling reason for its removal is that the feature was based on a 
> snapshot, unreleased version of JDBM, which is now a mostly dead project: for 
> licensing reasons we are no more allowed to bundle jars in our releases. 
> Additionally, having code that relies an old jar from a no more active 
> project represents a maintenance issue for the community.



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


[jira] [Created] (OFBIZ-7760) Removed from UtilCache the ability to persist entries in the file system

2016-07-07 Thread Jacopo Cappellato (JIRA)
Jacopo Cappellato created OFBIZ-7760:


 Summary: Removed from UtilCache the ability to persist entries in 
the file system
 Key: OFBIZ-7760
 URL: https://issues.apache.org/jira/browse/OFBIZ-7760
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Jacopo Cappellato
Assignee: Jacopo Cappellato


Removed from UtilCache the ability to persist entries in the file system.
This feature has been contributed a long time ago as an experimental feature 
but never really matured into a production ready artifact: since it was 
contributed, no users asked about how to use it, or tested it, or reported bugs 
or enhancement requests.
More importantly, the feature has always been disabled in the OFBiz framework 
(i.e. the widget code and the entity engine code were not using it).

This removal should not impact our user base; however, after the removal, an 
entry to the Attic will be created to keep track of it and to make it easier, 
to interested users, to get this code, improve it (e.g. by making it dependent 
on a live external jar, for example MapDB instead of JDBM) and possibly 
contribute it back to the project.

The most compelling reason for its removal is that the feature was based on a 
snapshot, unreleased version of JDBM, which is now a mostly dead project: for 
licensing reasons we are no more allowed to bundle jars in our releases. 
Additionally, having code that relies an old jar from a no more active project 
represents a maintenance issue for the community.



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


[jira] [Commented] (OFBIZ-7534) Migrate OFBiz from Apache Ant to Gradle build system

2016-07-07 Thread Taher Alkhateeb (JIRA)

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

Taher Alkhateeb commented on OFBIZ-7534:


Oh got ya! deleted

> Migrate OFBiz from Apache Ant to Gradle build system
> 
>
> Key: OFBIZ-7534
> URL: https://issues.apache.org/jira/browse/OFBIZ-7534
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL COMPONENTS
>Affects Versions: Upcoming Branch
>Reporter: Taher Alkhateeb
>Assignee: Taher Alkhateeb
>  Labels: ant, build-tools, gradle
> Attachments: ANT_GRADLE_COMPARISON.txt, OFBIZ-7534.patch, 
> OFBIZ-7534.patch, OFBIZ-7534.patch, OFBIZ-7534.patch, OFBizRemoteJarList.csv, 
> OFBizRemoteJarList.csv, OFBizRemoteJarList.csv, gradle-wrapper.jar
>
>
> This is a major refactoring task referring to the [email 
> thread|http://ofbiz.markmail.org/message/vstt3wxuubmjgmqj?q=Important+Changes+to+Trunk+and+Use+of+Ant+%26+Gradle]
>  in which the community voted for the switch after a proposal from the PMC
> The purpose of this JIRA is to achieve the following objectives
> - Fully implement a working compiling system in Gradle that passes all tests
> - Remove all ant and maven build scripts from the system
> - update the documentation of the system to reflect these changes



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


[jira] [Updated] (OFBIZ-7525) UiLabels missing on Examples PDF

2016-07-07 Thread Ankit Joshi (JIRA)

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

Ankit Joshi updated OFBIZ-7525:
---
Affects Version/s: Release Branch 14.12
   Release Branch 15.12

> UiLabels missing on Examples PDF
> 
>
> Key: OFBIZ-7525
> URL: https://issues.apache.org/jira/browse/OFBIZ-7525
> Project: OFBiz
>  Issue Type: Bug
>  Components: specialpurpose/example
>Affects Versions: Release Branch 14.12, Trunk, Release Branch 15.12
>Reporter: Ankit Joshi
>Priority: Minor
> Attachments: OFBIZ-7525-14.12.patch, OFBIZ-7525-trunk.patch
>
>
> Steps to regenerate -
> 1) Navigate to example
> 2) Search Examples and go to details page.
> 3) View Example PDF
> ExampleUiLabels class is missing from the screen.
> Here is the reference link -
> https://ofbiz-vm.apache.org:8443/example/control/ExampleReportPdf?exampleId=EX01



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


[jira] [Updated] (OFBIZ-7534) Migrate OFBiz from Apache Ant to Gradle build system

2016-07-07 Thread Taher Alkhateeb (JIRA)

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

Taher Alkhateeb updated OFBIZ-7534:
---
Attachment: (was: build.gradle)

> Migrate OFBiz from Apache Ant to Gradle build system
> 
>
> Key: OFBIZ-7534
> URL: https://issues.apache.org/jira/browse/OFBIZ-7534
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL COMPONENTS
>Affects Versions: Upcoming Branch
>Reporter: Taher Alkhateeb
>Assignee: Taher Alkhateeb
>  Labels: ant, build-tools, gradle
> Attachments: ANT_GRADLE_COMPARISON.txt, OFBIZ-7534.patch, 
> OFBIZ-7534.patch, OFBIZ-7534.patch, OFBIZ-7534.patch, OFBizRemoteJarList.csv, 
> OFBizRemoteJarList.csv, OFBizRemoteJarList.csv, gradle-wrapper.jar
>
>
> This is a major refactoring task referring to the [email 
> thread|http://ofbiz.markmail.org/message/vstt3wxuubmjgmqj?q=Important+Changes+to+Trunk+and+Use+of+Ant+%26+Gradle]
>  in which the community voted for the switch after a proposal from the PMC
> The purpose of this JIRA is to achieve the following objectives
> - Fully implement a working compiling system in Gradle that passes all tests
> - Remove all ant and maven build scripts from the system
> - update the documentation of the system to reflect these changes



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


[jira] [Updated] (OFBIZ-7525) UiLabels missing on Examples PDF

2016-07-07 Thread Ankit Joshi (JIRA)

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

Ankit Joshi updated OFBIZ-7525:
---
Attachment: OFBIZ-7525-trunk.patch
OFBIZ-7525-14.12.patch

> UiLabels missing on Examples PDF
> 
>
> Key: OFBIZ-7525
> URL: https://issues.apache.org/jira/browse/OFBIZ-7525
> Project: OFBiz
>  Issue Type: Bug
>  Components: specialpurpose/example
>Affects Versions: Trunk
>Reporter: Ankit Joshi
>Priority: Minor
> Attachments: OFBIZ-7525-14.12.patch, OFBIZ-7525-trunk.patch
>
>
> Steps to regenerate -
> 1) Navigate to example
> 2) Search Examples and go to details page.
> 3) View Example PDF
> ExampleUiLabels class is missing from the screen.
> Here is the reference link -
> https://ofbiz-vm.apache.org:8443/example/control/ExampleReportPdf?exampleId=EX01



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


[jira] [Updated] (OFBIZ-7525) UiLabels missing on Examples PDF

2016-07-07 Thread Ankit Joshi (JIRA)

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

Ankit Joshi updated OFBIZ-7525:
---
Attachment: (was: OFBIZ-7525-trunk.patch)

> UiLabels missing on Examples PDF
> 
>
> Key: OFBIZ-7525
> URL: https://issues.apache.org/jira/browse/OFBIZ-7525
> Project: OFBiz
>  Issue Type: Bug
>  Components: specialpurpose/example
>Affects Versions: Trunk
>Reporter: Ankit Joshi
>Priority: Minor
>
> Steps to regenerate -
> 1) Navigate to example
> 2) Search Examples and go to details page.
> 3) View Example PDF
> ExampleUiLabels class is missing from the screen.
> Here is the reference link -
> https://ofbiz-vm.apache.org:8443/example/control/ExampleReportPdf?exampleId=EX01



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


[jira] [Commented] (OFBIZ-7534) Migrate OFBiz from Apache Ant to Gradle build system

2016-07-07 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-7534:


The old build.gradle attached file is useless, since it's in the patch anyway, 
and confusing, better to get rid of it.

> Migrate OFBiz from Apache Ant to Gradle build system
> 
>
> Key: OFBIZ-7534
> URL: https://issues.apache.org/jira/browse/OFBIZ-7534
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL COMPONENTS
>Affects Versions: Upcoming Branch
>Reporter: Taher Alkhateeb
>Assignee: Taher Alkhateeb
>  Labels: ant, build-tools, gradle
> Attachments: ANT_GRADLE_COMPARISON.txt, OFBIZ-7534.patch, 
> OFBIZ-7534.patch, OFBIZ-7534.patch, OFBIZ-7534.patch, OFBizRemoteJarList.csv, 
> OFBizRemoteJarList.csv, OFBizRemoteJarList.csv, build.gradle, 
> gradle-wrapper.jar
>
>
> This is a major refactoring task referring to the [email 
> thread|http://ofbiz.markmail.org/message/vstt3wxuubmjgmqj?q=Important+Changes+to+Trunk+and+Use+of+Ant+%26+Gradle]
>  in which the community voted for the switch after a proposal from the PMC
> The purpose of this JIRA is to achieve the following objectives
> - Fully implement a working compiling system in Gradle that passes all tests
> - Remove all ant and maven build scripts from the system
> - update the documentation of the system to reflect these changes



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


[jira] [Updated] (OFBIZ-7168) Run MRP shows all type of facilities

2016-07-07 Thread Ankit Joshi (JIRA)

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

Ankit Joshi updated OFBIZ-7168:
---
Affects Version/s: Trunk

> Run MRP shows all type of facilities
> 
>
> Key: OFBIZ-7168
> URL: https://issues.apache.org/jira/browse/OFBIZ-7168
> Project: OFBiz
>  Issue Type: Improvement
>  Components: manufacturing
>Affects Versions: Trunk
>Reporter: Sanjay Yadav
>Assignee: Mridul Pathak
> Attachments: OFBIZ-7168_trunk.patch
>
>
> When we go to Run MRP screen, all types of facilities (including facilities 
> with no type) are listed here in the Facility drop down. 
> I think, It's better to list only WAREHOUSE or some specific type of 
> facilities. Basically, there is no meaning of showing facilities which don't 
> have proper type or type is not available for e.g. CALL_CENTER, FLOOR etc.
> Let me know if anyone have any thoughts on this. Thanks!



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


[jira] [Closed] (OFBIZ-7755) Geo data for Turkey

2016-07-07 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux closed OFBIZ-7755.
--
Resolution: Done

Thanks Tufan,

I did not notice it as well, fixed at revision: 1751790  


> Geo data for Turkey
> ---
>
> Key: OFBIZ-7755
> URL: https://issues.apache.org/jira/browse/OFBIZ-7755
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk
>Reporter: Tufan Kaynak
>Assignee: Jacques Le Roux
>Priority: Minor
>  Labels: address, geodata, province, regions, turkey
> Fix For: Upcoming Branch
>
> Attachments: ofbizGeoDataTUR02.patch, ofbizGeoDataTUR03.patch
>
>
> Please find attached the patch file for including Province data for Turkey 
> via GeoData_TR.xml and address format for Turkey in GeoData.xml



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


[jira] [Commented] (OFBIZ-7534) Migrate OFBiz from Apache Ant to Gradle build system

2016-07-07 Thread Taher Alkhateeb (JIRA)

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

Taher Alkhateeb commented on OFBIZ-7534:


Added documentation to terminateOfbiz in README.md in r1751789.

> Migrate OFBiz from Apache Ant to Gradle build system
> 
>
> Key: OFBIZ-7534
> URL: https://issues.apache.org/jira/browse/OFBIZ-7534
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL COMPONENTS
>Affects Versions: Upcoming Branch
>Reporter: Taher Alkhateeb
>Assignee: Taher Alkhateeb
>  Labels: ant, build-tools, gradle
> Attachments: ANT_GRADLE_COMPARISON.txt, OFBIZ-7534.patch, 
> OFBIZ-7534.patch, OFBIZ-7534.patch, OFBIZ-7534.patch, OFBizRemoteJarList.csv, 
> OFBizRemoteJarList.csv, OFBizRemoteJarList.csv, build.gradle, 
> gradle-wrapper.jar
>
>
> This is a major refactoring task referring to the [email 
> thread|http://ofbiz.markmail.org/message/vstt3wxuubmjgmqj?q=Important+Changes+to+Trunk+and+Use+of+Ant+%26+Gradle]
>  in which the community voted for the switch after a proposal from the PMC
> The purpose of this JIRA is to achieve the following objectives
> - Fully implement a working compiling system in Gradle that passes all tests
> - Remove all ant and maven build scripts from the system
> - update the documentation of the system to reflect these changes



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


[jira] [Reopened] (OFBIZ-7755) Geo data for Turkey

2016-07-07 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux reopened OFBIZ-7755:


> Geo data for Turkey
> ---
>
> Key: OFBIZ-7755
> URL: https://issues.apache.org/jira/browse/OFBIZ-7755
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk
>Reporter: Tufan Kaynak
>Assignee: Jacques Le Roux
>Priority: Minor
>  Labels: address, geodata, province, regions, turkey
> Fix For: Upcoming Branch
>
> Attachments: ofbizGeoDataTUR02.patch, ofbizGeoDataTUR03.patch
>
>
> Please find attached the patch file for including Province data for Turkey 
> via GeoData_TR.xml and address format for Turkey in GeoData.xml



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


[jira] [Comment Edited] (OFBIZ-7112) EntityUtilProperties

2016-07-07 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux edited comment on OFBIZ-7112 at 7/7/16 12:29 PM:
-

please see my comment at:
OFBIZ-7754

where i propose to revert this change.


was (Author: hansbak):
please see my comment at:
https://issues.apache.org/jira/browse/OFBIZ-7754

where i propose to revert this change.

> EntityUtilProperties
> 
>
> Key: OFBIZ-7112
> URL: https://issues.apache.org/jira/browse/OFBIZ-7112
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL COMPONENTS
>Affects Versions: Trunk
>Reporter: Wai
>Assignee: Jacques Le Roux
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-7112.patch, OFBIZ-7112.patch, OFBIZ-7112.patch, 
> OFBIZ-7112.patch
>
>
> Ofbiz reads properties from either a properties file or the 
> entity:SystemProperty. The way it works previously is that ofbiz reads from 
> the entity:SystemProperty first and if there is no value associated with the 
> target propertyname, it would then locate the value from the relevant 
> properties file.
> In other words, if there is a database entry for a property, the database 
> entry should override the associated properties file.
> The issue is that if a database entry exist but the value is empty, it would 
> look for a value from the properties file.  It should not do so.  If a 
> database entry exists for the propertyname of interest, the value should be 
> taken from the database even if it holds an empty value.



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


[jira] [Commented] (OFBIZ-7112) EntityUtilProperties

2016-07-07 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-7112:


Hi Wai could you please participate to the discussion at OFBIZ-7754? I have 
added a last comment and would like your opinion and ideas, like I'd appreciate 
[~pfm.smits] opinion and ideas since I know he works/worked with tenants these 
last years. Thanks!


> EntityUtilProperties
> 
>
> Key: OFBIZ-7112
> URL: https://issues.apache.org/jira/browse/OFBIZ-7112
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL COMPONENTS
>Affects Versions: Trunk
>Reporter: Wai
>Assignee: Jacques Le Roux
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-7112.patch, OFBIZ-7112.patch, OFBIZ-7112.patch, 
> OFBIZ-7112.patch
>
>
> Ofbiz reads properties from either a properties file or the 
> entity:SystemProperty. The way it works previously is that ofbiz reads from 
> the entity:SystemProperty first and if there is no value associated with the 
> target propertyname, it would then locate the value from the relevant 
> properties file.
> In other words, if there is a database entry for a property, the database 
> entry should override the associated properties file.
> The issue is that if a database entry exist but the value is empty, it would 
> look for a value from the properties file.  It should not do so.  If a 
> database entry exists for the propertyname of interest, the value should be 
> taken from the database even if it holds an empty value.



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


[jira] [Commented] (OFBIZ-7534) Migrate OFBiz from Apache Ant to Gradle build system

2016-07-07 Thread Taher Alkhateeb (JIRA)

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

Taher Alkhateeb commented on OFBIZ-7534:


Huh, I don't understand what you mean Jacques? What does the timestamp above 
refer to?

> Migrate OFBiz from Apache Ant to Gradle build system
> 
>
> Key: OFBIZ-7534
> URL: https://issues.apache.org/jira/browse/OFBIZ-7534
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL COMPONENTS
>Affects Versions: Upcoming Branch
>Reporter: Taher Alkhateeb
>Assignee: Taher Alkhateeb
>  Labels: ant, build-tools, gradle
> Attachments: ANT_GRADLE_COMPARISON.txt, OFBIZ-7534.patch, 
> OFBIZ-7534.patch, OFBIZ-7534.patch, OFBIZ-7534.patch, OFBizRemoteJarList.csv, 
> OFBizRemoteJarList.csv, OFBizRemoteJarList.csv, build.gradle, 
> gradle-wrapper.jar
>
>
> This is a major refactoring task referring to the [email 
> thread|http://ofbiz.markmail.org/message/vstt3wxuubmjgmqj?q=Important+Changes+to+Trunk+and+Use+of+Ant+%26+Gradle]
>  in which the community voted for the switch after a proposal from the PMC
> The purpose of this JIRA is to achieve the following objectives
> - Fully implement a working compiling system in Gradle that passes all tests
> - Remove all ant and maven build scripts from the system
> - update the documentation of the system to reflect these changes



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


[jira] [Commented] (OFBIZ-7754) The big problem when load seed.

2016-07-07 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-7754:


I have no actual ideas why Wai suggested this patch, but it could be related 
with tenants. I'll ask him and other interested about that because your smart 
"NULL-FIELD" solution Arun does not cope with this problematic, nor Hans's 
alike proposition to "properties file set to blank".

> The big problem when load seed.
> ---
>
> Key: OFBIZ-7754
> URL: https://issues.apache.org/jira/browse/OFBIZ-7754
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk
>Reporter: Kongrath Suankaewmanee
>Assignee: Jacques Le Roux
> Attachments: OFBIZ-7754.patch
>
>
> Hi All,
> Regarding, [OFBIZ-7112|https://issues.apache.org/jira/browse/OFBIZ-7112]
> That's good for who start on use the ofbiz with initial setup, but not for 
> the site that already online and has to update the OFBiz core. Because when 
> has update OFBiz core they will use command load-seed for update.
> The problem is if we use load-seed mean the configuration data that's already 
> exists will be replaced by the data from this file,
> *CommonSystemPropertyData.xml*
> So, for my suggestion should change the reader from *seed* to *seed-initial*  
> or remove systemPropertyValue from the data file.
> Thank you,
> Kongrath



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


[jira] [Commented] (OFBIZ-7534) Migrate OFBiz from Apache Ant to Gradle build system

2016-07-07 Thread Taher Alkhateeb (JIRA)

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

Taher Alkhateeb commented on OFBIZ-7534:


Committed a new task as discussed above called terminateOfbiz which force kills 
all running OFBiz server instances in r1751785.

It was not as easy as I thought, but we ended up using a very nice solution on 
windows (in fact, better and cleaner than linux implementation)

> Migrate OFBiz from Apache Ant to Gradle build system
> 
>
> Key: OFBIZ-7534
> URL: https://issues.apache.org/jira/browse/OFBIZ-7534
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL COMPONENTS
>Affects Versions: Upcoming Branch
>Reporter: Taher Alkhateeb
>Assignee: Taher Alkhateeb
>  Labels: ant, build-tools, gradle
> Attachments: ANT_GRADLE_COMPARISON.txt, OFBIZ-7534.patch, 
> OFBIZ-7534.patch, OFBIZ-7534.patch, OFBIZ-7534.patch, OFBizRemoteJarList.csv, 
> OFBizRemoteJarList.csv, OFBizRemoteJarList.csv, build.gradle, 
> gradle-wrapper.jar
>
>
> This is a major refactoring task referring to the [email 
> thread|http://ofbiz.markmail.org/message/vstt3wxuubmjgmqj?q=Important+Changes+to+Trunk+and+Use+of+Ant+%26+Gradle]
>  in which the community voted for the switch after a proposal from the PMC
> The purpose of this JIRA is to achieve the following objectives
> - Fully implement a working compiling system in Gradle that passes all tests
> - Remove all ant and maven build scripts from the system
> - update the documentation of the system to reflect these changes



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


[jira] [Commented] (OFBIZ-7534) Migrate OFBiz from Apache Ant to Gradle build system

2016-07-07 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-7534:


For the sake of clarity, should we not remove the build.gradle file from 
"23/Jun/16 21:20" ?

> Migrate OFBiz from Apache Ant to Gradle build system
> 
>
> Key: OFBIZ-7534
> URL: https://issues.apache.org/jira/browse/OFBIZ-7534
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL COMPONENTS
>Affects Versions: Upcoming Branch
>Reporter: Taher Alkhateeb
>Assignee: Taher Alkhateeb
>  Labels: ant, build-tools, gradle
> Attachments: ANT_GRADLE_COMPARISON.txt, OFBIZ-7534.patch, 
> OFBIZ-7534.patch, OFBIZ-7534.patch, OFBIZ-7534.patch, OFBizRemoteJarList.csv, 
> OFBizRemoteJarList.csv, OFBizRemoteJarList.csv, build.gradle, 
> gradle-wrapper.jar
>
>
> This is a major refactoring task referring to the [email 
> thread|http://ofbiz.markmail.org/message/vstt3wxuubmjgmqj?q=Important+Changes+to+Trunk+and+Use+of+Ant+%26+Gradle]
>  in which the community voted for the switch after a proposal from the PMC
> The purpose of this JIRA is to achieve the following objectives
> - Fully implement a working compiling system in Gradle that passes all tests
> - Remove all ant and maven build scripts from the system
> - update the documentation of the system to reflect these changes



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


[jira] [Commented] (OFBIZ-7297) Migrate promotext.properties to UiLabels

2016-07-07 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-7297:


There is a small issue with this commit: ProductPromoOperatorEquality.PPC_EQ is 
used for 2 different labels, same for ProductPromoCondition.PPIP_PARTY_GRP_MEM


> Migrate promotext.properties to UiLabels
> 
>
> Key: OFBIZ-7297
> URL: https://issues.apache.org/jira/browse/OFBIZ-7297
> Project: OFBiz
>  Issue Type: Improvement
>  Components: product
>Affects Versions: Trunk
>Reporter: Mridul Pathak
>Assignee: Mridul Pathak
>Priority: Minor
> Attachments: OFBIZ-7297-2.patch, OFBIZ-7297.patch
>
>
> promotext.properties file is used only in 
> ProductPromoWorker.makeAutoDescription() method and was implemented way back 
> when UI Labels were managed in *.properties files. It should be moved to 
> UiLabels file because all the properties defined in the file are text 
> descriptions and not system configurations, which makes them a candidate of 
> internationalization.



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


[jira] [Updated] (OFBIZ-7755) Geo data for Turkey

2016-07-07 Thread Tufan Kaynak (JIRA)

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

Tufan Kaynak updated OFBIZ-7755:

Attachment: ofbizGeoDataTUR03.patch

correction for relating to the parent in REGIONS relation

> Geo data for Turkey
> ---
>
> Key: OFBIZ-7755
> URL: https://issues.apache.org/jira/browse/OFBIZ-7755
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk
>Reporter: Tufan Kaynak
>Assignee: Jacques Le Roux
>Priority: Minor
>  Labels: address, geodata, province, regions, turkey
> Fix For: Upcoming Branch
>
> Attachments: ofbizGeoDataTUR02.patch, ofbizGeoDataTUR03.patch
>
>
> Please find attached the patch file for including Province data for Turkey 
> via GeoData_TR.xml and address format for Turkey in GeoData.xml



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


[jira] [Commented] (OFBIZ-7755) Geo data for Turkey

2016-07-07 Thread Tufan Kaynak (JIRA)

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

Tufan Kaynak commented on OFBIZ-7755:
-

Hi,
I am not sure if that will work as the committed file shows GeoID as TR whereas 
it should be TUR in definition for the REGIONS relation. This will not help to 
relate to the parent. My mistake having not checked the compiled patch. Please 
find attached the latest version #03.
BR

> Geo data for Turkey
> ---
>
> Key: OFBIZ-7755
> URL: https://issues.apache.org/jira/browse/OFBIZ-7755
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk
>Reporter: Tufan Kaynak
>Assignee: Jacques Le Roux
>Priority: Minor
>  Labels: address, geodata, province, regions, turkey
> Fix For: Upcoming Branch
>
> Attachments: ofbizGeoDataTUR02.patch
>
>
> Please find attached the patch file for including Province data for Turkey 
> via GeoData_TR.xml and address format for Turkey in GeoData.xml



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


[jira] [Comment Edited] (OFBIZ-7477) Entity XML Data Export throws exception

2016-07-07 Thread Supatthra Nawicha (JIRA)

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

Supatthra Nawicha edited comment on OFBIZ-7477 at 7/7/16 9:36 AM:
--

Related to this ofbiz change(OFBIZ-6824 :relocate .ftl files in the 
framework/webtools component), All  .ftl files are relocated which is good. But 
I think some mistake the jsp files also relocate which cause of this issue. So, 
I move it back to the previous 
path(/ofbiz/framework/webtools/webapp/webtools/entity/*.jsp)

You can also downloaded from our Antwebsystems's git repository at: : 
https://gerrit.antwebsystems.com/3388/

Best Regards,
Tuk


was (Author: tukkading):
Related to this ofbiz change(OFBIZ-6824 :relocate .ftl files in the 
framework/webtools component), All  .ftl files are relocated which is good. But 
I think some mistake the jsp files also relocate which cause of this issue. So, 
I move it back to the previous 
path(/ofbiz/framework/webtools/webapp/webtools/entity/*.jsp)

Best Regards,
Tuk

> Entity XML Data Export throws exception
> ---
>
> Key: OFBIZ-7477
> URL: https://issues.apache.org/jira/browse/OFBIZ-7477
> Project: OFBiz
>  Issue Type: Bug
>  Components: framework/webtools
>Reporter: Gopal Yadav
> Attachments: OFBIZ-7477.patch
>
>
> Steps to regenerate:
> 1. Go to Webtools -> Import/Export -> XML Data Export 
> (https://localhost:8443/webtools/control/xmldsdump)
> 2. Check the checkbox Out to Browser (FireFox, Safari and Opera: view source. 
> Chrome does not work)
> 3. Click Export
> 4. User will navigate to XML Export from DataSource(s) screen, Click on the 
> button - Click Here to Get Data (or save to file).
> An exception is thrown: ERROR MESSAGE: javax.servlet.ServletException: File 
> [/entity/xmldsrawdump.jsp] not found



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


[jira] [Updated] (OFBIZ-7534) Migrate OFBiz from Apache Ant to Gradle build system

2016-07-07 Thread Gil Portenseigne (JIRA)

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

Gil Portenseigne updated OFBIZ-7534:

Attachment: OFBizRemoteJarList.csv

Tomcat annotation update, thanks [~jacopoc]

> Migrate OFBiz from Apache Ant to Gradle build system
> 
>
> Key: OFBIZ-7534
> URL: https://issues.apache.org/jira/browse/OFBIZ-7534
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL COMPONENTS
>Affects Versions: Upcoming Branch
>Reporter: Taher Alkhateeb
>Assignee: Taher Alkhateeb
>  Labels: ant, build-tools, gradle
> Attachments: ANT_GRADLE_COMPARISON.txt, OFBIZ-7534.patch, 
> OFBIZ-7534.patch, OFBIZ-7534.patch, OFBIZ-7534.patch, OFBizRemoteJarList.csv, 
> OFBizRemoteJarList.csv, OFBizRemoteJarList.csv, build.gradle, 
> gradle-wrapper.jar
>
>
> This is a major refactoring task referring to the [email 
> thread|http://ofbiz.markmail.org/message/vstt3wxuubmjgmqj?q=Important+Changes+to+Trunk+and+Use+of+Ant+%26+Gradle]
>  in which the community voted for the switch after a proposal from the PMC
> The purpose of this JIRA is to achieve the following objectives
> - Fully implement a working compiling system in Gradle that passes all tests
> - Remove all ant and maven build scripts from the system
> - update the documentation of the system to reflect these changes



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


[jira] [Updated] (OFBIZ-7477) Entity XML Data Export throws exception

2016-07-07 Thread Supatthra Nawicha (JIRA)

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

Supatthra Nawicha updated OFBIZ-7477:
-
Attachment: OFBIZ-7477.patch

Related to this ofbiz change(OFBIZ-6824 :relocate .ftl files in the 
framework/webtools component), All  .ftl files are relocated which is good. But 
I think some mistake the jsp files also relocate which cause of this issue. So, 
I move it back to the previous 
path(/ofbiz/framework/webtools/webapp/webtools/entity/*.jsp)

Best Regards,
Tuk

> Entity XML Data Export throws exception
> ---
>
> Key: OFBIZ-7477
> URL: https://issues.apache.org/jira/browse/OFBIZ-7477
> Project: OFBiz
>  Issue Type: Bug
>  Components: framework/webtools
>Reporter: Gopal Yadav
> Attachments: OFBIZ-7477.patch
>
>
> Steps to regenerate:
> 1. Go to Webtools -> Import/Export -> XML Data Export 
> (https://localhost:8443/webtools/control/xmldsdump)
> 2. Check the checkbox Out to Browser (FireFox, Safari and Opera: view source. 
> Chrome does not work)
> 3. Click Export
> 4. User will navigate to XML Export from DataSource(s) screen, Click on the 
> button - Click Here to Get Data (or save to file).
> An exception is thrown: ERROR MESSAGE: javax.servlet.ServletException: File 
> [/entity/xmldsrawdump.jsp] not found



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


[jira] [Updated] (OFBIZ-7534) Migrate OFBiz from Apache Ant to Gradle build system

2016-07-07 Thread Gil Portenseigne (JIRA)

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

Gil Portenseigne updated OFBIZ-7534:

Attachment: OFBizRemoteJarList.csv

> Migrate OFBiz from Apache Ant to Gradle build system
> 
>
> Key: OFBIZ-7534
> URL: https://issues.apache.org/jira/browse/OFBIZ-7534
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL COMPONENTS
>Affects Versions: Upcoming Branch
>Reporter: Taher Alkhateeb
>Assignee: Taher Alkhateeb
>  Labels: ant, build-tools, gradle
> Attachments: ANT_GRADLE_COMPARISON.txt, OFBIZ-7534.patch, 
> OFBIZ-7534.patch, OFBIZ-7534.patch, OFBIZ-7534.patch, OFBizRemoteJarList.csv, 
> OFBizRemoteJarList.csv, build.gradle, gradle-wrapper.jar
>
>
> This is a major refactoring task referring to the [email 
> thread|http://ofbiz.markmail.org/message/vstt3wxuubmjgmqj?q=Important+Changes+to+Trunk+and+Use+of+Ant+%26+Gradle]
>  in which the community voted for the switch after a proposal from the PMC
> The purpose of this JIRA is to achieve the following objectives
> - Fully implement a working compiling system in Gradle that passes all tests
> - Remove all ant and maven build scripts from the system
> - update the documentation of the system to reflect these changes



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


[jira] [Updated] (OFBIZ-7534) Migrate OFBiz from Apache Ant to Gradle build system

2016-07-07 Thread Gil Portenseigne (JIRA)

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

Gil Portenseigne updated OFBIZ-7534:

Attachment: OFBizRemoteJarList.csv

The csv file containing references to the remote libs is joined, 
https://framacalc.org/OFBizRemoteJarList remains active if more work is needed.


> Migrate OFBiz from Apache Ant to Gradle build system
> 
>
> Key: OFBIZ-7534
> URL: https://issues.apache.org/jira/browse/OFBIZ-7534
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL COMPONENTS
>Affects Versions: Upcoming Branch
>Reporter: Taher Alkhateeb
>Assignee: Taher Alkhateeb
>  Labels: ant, build-tools, gradle
> Attachments: ANT_GRADLE_COMPARISON.txt, OFBIZ-7534.patch, 
> OFBIZ-7534.patch, OFBIZ-7534.patch, OFBIZ-7534.patch, OFBizRemoteJarList.csv, 
> build.gradle, gradle-wrapper.jar
>
>
> This is a major refactoring task referring to the [email 
> thread|http://ofbiz.markmail.org/message/vstt3wxuubmjgmqj?q=Important+Changes+to+Trunk+and+Use+of+Ant+%26+Gradle]
>  in which the community voted for the switch after a proposal from the PMC
> The purpose of this JIRA is to achieve the following objectives
> - Fully implement a working compiling system in Gradle that passes all tests
> - Remove all ant and maven build scripts from the system
> - update the documentation of the system to reflect these changes



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


[jira] [Commented] (OFBIZ-7754) The big problem when load seed.

2016-07-07 Thread Arun Patidar (JIRA)

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

Arun Patidar commented on OFBIZ-7754:
-

Hello [~hansbak]

I agree with you. We can put values in SystemProperty with empty value to keep 
a reference of available properties and can override it in future whenever 
required from DB directly. Also, if there is empty value in DB,  then system 
should check in properties file for getting its default value if any.

If user forcefully wants to override value with empty then we can add support 
of  *'NULL-FIELD'* as we use in xml. For example:
{code}

{code}








> The big problem when load seed.
> ---
>
> Key: OFBIZ-7754
> URL: https://issues.apache.org/jira/browse/OFBIZ-7754
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk
>Reporter: Kongrath Suankaewmanee
>Assignee: Jacques Le Roux
> Attachments: OFBIZ-7754.patch
>
>
> Hi All,
> Regarding, [OFBIZ-7112|https://issues.apache.org/jira/browse/OFBIZ-7112]
> That's good for who start on use the ofbiz with initial setup, but not for 
> the site that already online and has to update the OFBiz core. Because when 
> has update OFBiz core they will use command load-seed for update.
> The problem is if we use load-seed mean the configuration data that's already 
> exists will be replaced by the data from this file,
> *CommonSystemPropertyData.xml*
> So, for my suggestion should change the reader from *seed* to *seed-initial*  
> or remove systemPropertyValue from the data file.
> Thank you,
> Kongrath



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