[jira] [Comment Edited] (OFBIZ-9182) Create a separate svn repository for OFBiz official plugins

2017-02-21 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux edited comment on OFBIZ-9182 at 2/22/17 6:07 AM:
-

For now no other solutions than 
https://docs.gradle.org/current/userguide/gradle_daemon.html#sec:disabling_the_daemon

Even when completely deleted, somehow the daemons keep a memory of my try to 
install plugins. 


was (Author: jacques.le.roux):
For now no other solutions than 
https://docs.gradle.org/current/userguide/gradle_daemon.html#sec:disabling_the_daemon

> Create a separate svn repository for OFBiz official plugins
> ---
>
> Key: OFBIZ-9182
> URL: https://issues.apache.org/jira/browse/OFBIZ-9182
> Project: OFBiz
>  Issue Type: Improvement
>Affects Versions: Upcoming Release
>Reporter: Taher Alkhateeb
>Priority: Minor
>  Labels: gradle, plugins, subversion
> Attachments: OFBIZ-9182-subversion-embedded.patch, pluginsList.txt, 
> pullAllPluginsSource.log
>
>
> This issue is related to the discussion found in [this 
> thread|https://s.apache.org/aohk] in which the community approved 
> restructuring our repositories. To achieve this task the following needs to 
> be done (in this order)
> # Update the gradle scripts to assume that no plugins exist in the plugins 
> directory by default and no component-load.xml exists. It should follow the 
> same logic in loading the components as found in the ComponentContainer 
> class. Also the activation and deactivation of plugins happens in 
> ofbiz-component.xml, not in component-load.xml
> # Add a new task to gradle called pullPluginSource that retrieves a plugin 
> from subversion and defaults to the official plugins repository of Apache 
> OFBiz. This task mostly serve "Trunk" because it always needs the latest 
> source code of the plugins.
> # delete plugins/component-load.xml
> # move all plugins to a new repository called 
> http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins
> # move the core framework to a new repository called 
> http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework
> # fix buildbot to point to the new framework location
> # update documentation where applicable including README.md



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (OFBIZ-9182) Create a separate svn repository for OFBiz official plugins

2017-02-21 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-9182:


For now no other solutions than 
https://docs.gradle.org/current/userguide/gradle_daemon.html#sec:disabling_the_daemon

> Create a separate svn repository for OFBiz official plugins
> ---
>
> Key: OFBIZ-9182
> URL: https://issues.apache.org/jira/browse/OFBIZ-9182
> Project: OFBiz
>  Issue Type: Improvement
>Affects Versions: Upcoming Release
>Reporter: Taher Alkhateeb
>Priority: Minor
>  Labels: gradle, plugins, subversion
> Attachments: OFBIZ-9182-subversion-embedded.patch, pluginsList.txt, 
> pullAllPluginsSource.log
>
>
> This issue is related to the discussion found in [this 
> thread|https://s.apache.org/aohk] in which the community approved 
> restructuring our repositories. To achieve this task the following needs to 
> be done (in this order)
> # Update the gradle scripts to assume that no plugins exist in the plugins 
> directory by default and no component-load.xml exists. It should follow the 
> same logic in loading the components as found in the ComponentContainer 
> class. Also the activation and deactivation of plugins happens in 
> ofbiz-component.xml, not in component-load.xml
> # Add a new task to gradle called pullPluginSource that retrieves a plugin 
> from subversion and defaults to the official plugins repository of Apache 
> OFBiz. This task mostly serve "Trunk" because it always needs the latest 
> source code of the plugins.
> # delete plugins/component-load.xml
> # move all plugins to a new repository called 
> http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins
> # move the core framework to a new repository called 
> http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework
> # fix buildbot to point to the new framework location
> # update documentation where applicable including README.md



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (OFBIZ-9182) Create a separate svn repository for OFBiz official plugins

2017-02-21 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-9182:


OK, not only that. It did not work for me. So I thought you needed to remove 
all your gradle folder (the one under your username, where the cache is also). 
Else, at least on Windows, Gradle is unusable. Any time you try to use it, it 
spawns as much as processes and consoles your machine can support just to the 
point it crashes. But unfortunately even removing gradle folder did not work. 
After(? )/While(? ) downloading the Internet, same issue again!

>From the daemon-.out.logs it seems the issue lies-in/is-related-with 
>"build.gradle line: 1030", ie
bq. exec { commandLine gradleRunner, '--no-daemon', 'installPlugin', 
"-PpluginId=${pluginId}" }

BWT, doing so I noticed this minor, *unrelated* point to the resources 
consumption issue I face, that you can also find in daemon-xxx.out.logq and is 
worth to be noted here than to forget.

POM relocation to an other version number is not fully supported in Gradle : 
xml-apis:xml-apis:2.0.2 relocated to xml-apis:xml-apis:1.0.b2.
Please update your dependency to directly use the correct version 
'xml-apis:xml-apis:1.0.b2'.
Resolution will only pick dependencies of the relocated element.  Artifacts and 
other metadata will be ignored.



> Create a separate svn repository for OFBiz official plugins
> ---
>
> Key: OFBIZ-9182
> URL: https://issues.apache.org/jira/browse/OFBIZ-9182
> Project: OFBiz
>  Issue Type: Improvement
>Affects Versions: Upcoming Release
>Reporter: Taher Alkhateeb
>Priority: Minor
>  Labels: gradle, plugins, subversion
> Attachments: OFBIZ-9182-subversion-embedded.patch, pluginsList.txt, 
> pullAllPluginsSource.log
>
>
> This issue is related to the discussion found in [this 
> thread|https://s.apache.org/aohk] in which the community approved 
> restructuring our repositories. To achieve this task the following needs to 
> be done (in this order)
> # Update the gradle scripts to assume that no plugins exist in the plugins 
> directory by default and no component-load.xml exists. It should follow the 
> same logic in loading the components as found in the ComponentContainer 
> class. Also the activation and deactivation of plugins happens in 
> ofbiz-component.xml, not in component-load.xml
> # Add a new task to gradle called pullPluginSource that retrieves a plugin 
> from subversion and defaults to the official plugins repository of Apache 
> OFBiz. This task mostly serve "Trunk" because it always needs the latest 
> source code of the plugins.
> # delete plugins/component-load.xml
> # move all plugins to a new repository called 
> http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins
> # move the core framework to a new repository called 
> http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework
> # fix buildbot to point to the new framework location
> # update documentation where applicable including README.md



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (OFBIZ-9212) Picklist passing incorrect datatype

2017-02-21 Thread Michael Clifton (JIRA)

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

Michael Clifton commented on OFBIZ-9212:


[~mbrohl] I agree :)

> Picklist passing incorrect datatype
> ---
>
> Key: OFBIZ-9212
> URL: https://issues.apache.org/jira/browse/OFBIZ-9212
> Project: OFBiz
>  Issue Type: Bug
>  Components: workeffort
>Affects Versions: 16.11.01
> Environment: Win 7, 64 bit
>Reporter: Michael Clifton
>Assignee: Michael Brohl
>Priority: Minor
>  Labels: Picklist, SQL
>
> It appears that the picklist used on Work Effort Notes to designate 
> 'internal' is passing 'Yes' to the WorkEffortNote table rather than 'Y' or 
> 'N' causing a truncation error.
> The Following Errors Occurred:
> Exception thrown while creating the "newWorkEffortNote" GenericValue: 
> org.apache.ofbiz.entity.GenericEntityException: Error while inserting: 
> [GenericEntity:WorkEffortNote][createdStamp,2017-02-10 
> 14:30:52.4(java.sql.Timestamp)][createdTxStamp,2017-02-10 
> 14:30:51.962(java.sql.Timestamp)][internalNote,Yes(java.lang.String)][lastUpdatedStamp,2017-02-10
>  14:30:52.4(java.sql.Timestamp)][lastUpdatedTxStamp,2017-02-10 
> 14:30:51.962(java.sql.Timestamp)][noteId,10060(java.lang.String)][workEffortId,10079(java.lang.String)]
>  (SQL Exception while executing the following:INSERT INTO 
> OFBIZ.WORK_EFFORT_NOTE (WORK_EFFORT_ID, NOTE_ID, INTERNAL_NOTE, 
> LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) 
> VALUES (?, ?, ?, ?, ?, ?, ?) (A truncation error was encountered trying to 
> shrink CHAR 'Yes' to length 1.)) (Error while inserting: 
> [GenericEntity:WorkEffortNote][createdStamp,2017-02-10 
> 14:30:52.4(java.sql.Timestamp)][createdTxStamp,2017-02-10 
> 14:30:51.962(java.sql.Timestamp)][internalNote,Yes(java.lang.String)][lastUpdatedStamp,2017-02-10
>  14:30:52.4(java.sql.Timestamp)][lastUpdatedTxStamp,2017-02-10 
> 14:30:51.962(java.sql.Timestamp)][noteId,10060(java.lang.String)][workEffortId,10079(java.lang.String)]
>  (SQL Exception while executing the following:INSERT INTO 
> OFBIZ.WORK_EFFORT_NOTE (WORK_EFFORT_ID, NOTE_ID, INTERNAL_NOTE, 
> LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) 
> VALUES (?, ?, ?, ?, ?, ?, ?) (A truncation error was encountered trying to 
> shrink CHAR 'Yes' to length 1.)))



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Closed] (OFBIZ-9219) Delete obsolete branches

2017-02-21 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux closed OFBIZ-9219.
--
   Resolution: Done
Fix Version/s: Upcoming Release

After checking the wiki, this can be closed now

> Delete obsolete branches
> 
>
> Key: OFBIZ-9219
> URL: https://issues.apache.org/jira/browse/OFBIZ-9219
> Project: OFBiz
>  Issue Type: Improvement
>Reporter: Jacques Le Roux
>Assignee: Jacques Le Roux
>Priority: Trivial
> Fix For: Upcoming Release
>
>
> At https://s.apache.org/k7pD in relation with INFRA-13497 we discussed the 
> opportunity to clean the branches in OFBiz:
> bq. I think we should remove a lot of useless and old confusing branches in 
> svn
> Here is a list of branches. In a first pass, I checked the branches I propose 
> to remove, please comment, thanks.
> |Branch   |To drop |
> |2013_RemoveJavolution| x|
> |2015ScreenWidgetRedesign |x |
> |20111205EmailHandling| x|
> |20120209RemoveBsh| x|
> |20120329_portletWidget   | x|
> |Dojo1.4  | x|
> |OFBIZ-4098-make-cache-pluggable  | |
> |OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23| x|
> |OFBIZ-6270   | x|
> |OFBIZ-6271   | x|
> |OFBIZ-6275   | x|
> |Webhelp-2012-12-07   | |
> |addBirt  | x|
> |addbirt  | x|
> |boostrap_theme   | |
> |dojo1.4  | x|
> |executioncontext20090716 | x|
> |executioncontext20090812 | x|
> |executioncontext20091231 | x|
> |framework-api-cleanup| x|
> |frontendNewTheme2013-05-10   | |
> |htmlfive_20110529| |
> |improved-entityengine-features-20120528  | |
> |jackrabbit20100709   | x|
> |jackrabbit20120501   | |
> |jquery   | x|
> |json-integration-refactoring | |
> |multitenant20100310  | |
> |new_branch   | x|
> |release4.0   | |
> |release09.04 | |
> |release10.04 | |
> |release11.04 | |
> |release12.04 | |
> |release13.07 | |
> |release14.12 | |
> |release15.12 | |
> |release16.11 | |
> |trunk| |
> |typecheckcleanup200810   | x|
> |webhelp-2012-12-07   | |
> |beforejQuery | x|
> |beforeSvnRestructuring   | |
> |beforeGradle | |
> |RemovingPOS  | |
> |REL-16.11.01 | |
> |REL-13.07.03 | |
> |REL-13.07.02 | |
> |REL-13.07.01 | |
> |REL-12.04.06 | |
> |REL-12.04.05 | |
> |REL-12.04.04 | |
> |REL-12.04.03 | |
> |REL-12.04.02 | |
> |REL-12.04.01 | |
> |REL-11.04.06 | |
> |REL-11.04.05 | |
> |REL-11.04.04 | |
> |REL-11.04.03 | |
> |REL-11.04.02 | |
> |REL-11.04.01 | |
> |REL-10.04.06 | |
> |REL-10.04.05 | |
> |REL-10.04.04 | |
> |REL-10.04.03 | |
> |REL-10.04.02 | |
> |REL-10.04| |
> |REL-09.04.02 | |
> |REL-09.04.01 | |
> |REL-09.04| |
> |REL-4.0  | |
> I also wrote in the same email:
> bq. document the fact in GitHub that the ofbiz-framework/trunk is the new 
> trunk. But how I'm still unsure, I guess at top of the README.MD ?
> Please comment on this aspect too, and create a new Jira if you feel the need.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (OFBIZ-9227) Violation of foreign key constraint

2017-02-21 Thread Michael Clifton (JIRA)

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

Michael Clifton updated OFBIZ-9227:
---
Description: 
Trying to add a task to a project phase, I receive the below error.

2017-02-21 09:23:54,189 |http-nio-8443-exec-1 |ServiceDispatcher |E| Error in 
Service [createProjectTask]: Exception thrown while creating the "newEntity" 
GenericValue: org.apache.ofbiz.entity.GenericEntityException: Error while 
inserting: 
[GenericEntity:WorkEffort][createdByUserLogin,admin(java.lang.String)][createdDate,2017-02-21
 09:23:52.876(java.sql.Timestamp)][createdStamp,2017-02-21 
09:23:52.876(java.sql.Timestamp)][createdTxStamp,2017-02-21 
09:23:51.627(java.sql.Timestamp)][currentStatusId,PTS_CREATED(java.lang.String)][description,Test(java.lang.String)][estimatedCompletionDate,2017-02-24
 00:00:00.0(java.sql.Timestamp)][estimatedStartDate,2017-02-21 
00:00:00.0(java.sql.Timestamp)][lastModifiedByUserLogin,admin(java.lang.String)][lastModifiedDate,2017-02-21
 09:23:52.876(java.sql.Timestamp)][lastStatusUpdate,2017-02-21 
09:23:52.876(java.sql.Timestamp)][lastUpdatedStamp,2017-02-21 
09:23:52.876(java.sql.Timestamp)][lastUpdatedTxStamp,2017-02-21 
09:23:51.627(java.sql.Timestamp)][priority,1(java.lang.Long)][revisionNumber,1(java.lang.Long)][scopeEnumId,WES_PRIVATE(java.lang.String)][sequenceNum,1(java.lang.Long)][workEffortId,10090(java.lang.String)][workEffortName,Test(java.lang.String)][workEffortParentId,10048(java.lang.String)][workEffortTypeId,Task(java.lang.String)]
 (SQL Exception while executing the following:INSERT INTO OFBIZ.WORK_EFFORT 
(WORK_EFFORT_ID, WORK_EFFORT_TYPE_ID, CURRENT_STATUS_ID, LAST_STATUS_UPDATE, 
WORK_EFFORT_PURPOSE_TYPE_ID, WORK_EFFORT_PARENT_ID, SCOPE_ENUM_ID, PRIORITY, 
PERCENT_COMPLETE, WORK_EFFORT_NAME, SHOW_AS_ENUM_ID, SEND_NOTIFICATION_EMAIL, 
DESCRIPTION, LOCATION_DESC, ESTIMATED_START_DATE, ESTIMATED_COMPLETION_DATE, 
ACTUAL_START_DATE, ACTUAL_COMPLETION_DATE, ESTIMATED_MILLI_SECONDS, 
ESTIMATED_SETUP_MILLIS, ESTIMATE_CALC_METHOD, ACTUAL_MILLI_SECONDS, 
ACTUAL_SETUP_MILLIS, TOTAL_MILLI_SECONDS_ALLOWED, TOTAL_MONEY_ALLOWED, 
MONEY_UOM_ID, SPECIAL_TERMS, TIME_TRANSPARENCY, UNIVERSAL_ID, 
SOURCE_REFERENCE_ID, FIXED_ASSET_ID, FACILITY_ID, INFO_URL, RECURRENCE_INFO_ID, 
TEMP_EXPR_ID, RUNTIME_DATA_ID, NOTE_ID, SERVICE_LOADER_NAME, 
QUANTITY_TO_PRODUCE, QUANTITY_PRODUCED, QUANTITY_REJECTED, RESERV_PERSONS, 
RESERV2ND_P_P_PERC, RESERV_NTH_P_P_PERC, ACCOMMODATION_MAP_ID, 
ACCOMMODATION_SPOT_ID, REVISION_NUMBER, CREATED_DATE, CREATED_BY_USER_LOGIN, 
LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN, LAST_UPDATED_STAMP, 
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP, SEQUENCE_NUM) VALUES 
(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 
?, ?, ?, ?) (INSERT on table 'WORK_EFFORT' caused a violation of foreign key 
constraint 'WK_EFFRT_TYPE' for key (Task). The statement has been rolled 
back.)) 



  was:
Trying to add a task to a project phase, I receive the below error.

2017-02-21 09:23:54,189 |http-nio-8443-exec-1 |ServiceDispatcher |E| Error in 
Service [createProjectTask]: Exception thrown while creating the "newEntity" 
GenericValue: org.apache.ofbiz.entity.GenericEntityException: Error while 
inserting: 
[GenericEntity:WorkEffort][createdByUserLogin,admin(java.lang.String)][createdDate,2017-02-21
 09:23:52.876(java.sql.Timestamp)][createdStamp,2017-02-21 
09:23:52.876(java.sql.Timestamp)][createdTxStamp,2017-02-21 
09:23:51.627(java.sql.Timestamp)][currentStatusId,PTS_CREATED(java.lang.String)][description,Test(java.lang.String)][estimatedCompletionDate,2017-02-24
 00:00:00.0(java.sql.Timestamp)][estimatedStartDate,2017-02-21 
00:00:00.0(java.sql.Timestamp)][lastModifiedByUserLogin,admin(java.lang.String)][lastModifiedDate,2017-02-21
 09:23:52.876(java.sql.Timestamp)][lastStatusUpdate,2017-02-21 
09:23:52.876(java.sql.Timestamp)][lastUpdatedStamp,2017-02-21 
09:23:52.876(java.sql.Timestamp)][lastUpdatedTxStamp,2017-02-21 
09:23:51.627(java.sql.Timestamp)][priority,1(java.lang.Long)][revisionNumber,1(java.lang.Long)][scopeEnumId,WES_PRIVATE(java.lang.String)][sequenceNum,1(java.lang.Long)][workEffortId,10090(java.lang.String)][workEffortName,Test(java.lang.String)][workEffortParentId,10048(java.lang.String)][workEffortTypeId,Task(java.lang.String)]
 (SQL Exception while executing the following:INSERT INTO OFBIZ.WORK_EFFORT 
(WORK_EFFORT_ID, WORK_EFFORT_TYPE_ID, CURRENT_STATUS_ID, LAST_STATUS_UPDATE, 
WORK_EFFORT_PURPOSE_TYPE_ID, WORK_EFFORT_PARENT_ID, SCOPE_ENUM_ID, PRIORITY, 
PERCENT_COMPLETE, WORK_EFFORT_NAME, SHOW_AS_ENUM_ID, SEND_NOTIFICATION_EMAIL, 
DESCRIPTION, LOCATION_DESC, ESTIMATED_START_DATE, ESTIMATED_COMPLETION_DATE, 
ACTUAL_START_DATE, ACTUAL_COMPLETION_DATE, ESTIMATED_MILLI_SECONDS, 
ESTIMATED_SETUP_MILLIS, ESTIMATE_CALC_METHOD, 

[jira] [Commented] (OFBIZ-9212) Picklist passing incorrect datatype

2017-02-21 Thread Michael Brohl (JIRA)

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

Michael Brohl commented on OFBIZ-9212:
--

Thank you, [~Gryphoenix],

I guess the option name for internal note is saved instead of the value. I'll 
have a look.

Thanks for you help,
Michael

> Picklist passing incorrect datatype
> ---
>
> Key: OFBIZ-9212
> URL: https://issues.apache.org/jira/browse/OFBIZ-9212
> Project: OFBiz
>  Issue Type: Bug
>  Components: workeffort
>Affects Versions: 16.11.01
> Environment: Win 7, 64 bit
>Reporter: Michael Clifton
>Assignee: Michael Brohl
>Priority: Minor
>  Labels: Picklist, SQL
>
> It appears that the picklist used on Work Effort Notes to designate 
> 'internal' is passing 'Yes' to the WorkEffortNote table rather than 'Y' or 
> 'N' causing a truncation error.
> The Following Errors Occurred:
> Exception thrown while creating the "newWorkEffortNote" GenericValue: 
> org.apache.ofbiz.entity.GenericEntityException: Error while inserting: 
> [GenericEntity:WorkEffortNote][createdStamp,2017-02-10 
> 14:30:52.4(java.sql.Timestamp)][createdTxStamp,2017-02-10 
> 14:30:51.962(java.sql.Timestamp)][internalNote,Yes(java.lang.String)][lastUpdatedStamp,2017-02-10
>  14:30:52.4(java.sql.Timestamp)][lastUpdatedTxStamp,2017-02-10 
> 14:30:51.962(java.sql.Timestamp)][noteId,10060(java.lang.String)][workEffortId,10079(java.lang.String)]
>  (SQL Exception while executing the following:INSERT INTO 
> OFBIZ.WORK_EFFORT_NOTE (WORK_EFFORT_ID, NOTE_ID, INTERNAL_NOTE, 
> LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) 
> VALUES (?, ?, ?, ?, ?, ?, ?) (A truncation error was encountered trying to 
> shrink CHAR 'Yes' to length 1.)) (Error while inserting: 
> [GenericEntity:WorkEffortNote][createdStamp,2017-02-10 
> 14:30:52.4(java.sql.Timestamp)][createdTxStamp,2017-02-10 
> 14:30:51.962(java.sql.Timestamp)][internalNote,Yes(java.lang.String)][lastUpdatedStamp,2017-02-10
>  14:30:52.4(java.sql.Timestamp)][lastUpdatedTxStamp,2017-02-10 
> 14:30:51.962(java.sql.Timestamp)][noteId,10060(java.lang.String)][workEffortId,10079(java.lang.String)]
>  (SQL Exception while executing the following:INSERT INTO 
> OFBIZ.WORK_EFFORT_NOTE (WORK_EFFORT_ID, NOTE_ID, INTERNAL_NOTE, 
> LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) 
> VALUES (?, ?, ?, ?, ?, ?, ?) (A truncation error was encountered trying to 
> shrink CHAR 'Yes' to length 1.)))



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (OFBIZ-9212) Picklist passing incorrect datatype

2017-02-21 Thread Michael Clifton (JIRA)

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

Michael Clifton commented on OFBIZ-9212:


[~mbrohl] no problem!

I believe that the value stored for the pick list is 'Yes' rather than 'Y' 
which is what the database is expecting. Below are my steps to reproduce:

> Enter 'Project Manager' module
> Open 'ABC' project
> Navigate to 'Notes' tab
> Try to create a note
> Receive the error reported above

I think that if I can determine where the data is stored for the 'Internal 
Note' pick list, I can remedy the issue but I am not sure where to find it.



> Picklist passing incorrect datatype
> ---
>
> Key: OFBIZ-9212
> URL: https://issues.apache.org/jira/browse/OFBIZ-9212
> Project: OFBiz
>  Issue Type: Bug
>  Components: workeffort
>Affects Versions: 16.11.01
> Environment: Win 7, 64 bit
>Reporter: Michael Clifton
>Assignee: Michael Brohl
>Priority: Minor
>  Labels: Picklist, SQL
>
> It appears that the picklist used on Work Effort Notes to designate 
> 'internal' is passing 'Yes' to the WorkEffortNote table rather than 'Y' or 
> 'N' causing a truncation error.
> The Following Errors Occurred:
> Exception thrown while creating the "newWorkEffortNote" GenericValue: 
> org.apache.ofbiz.entity.GenericEntityException: Error while inserting: 
> [GenericEntity:WorkEffortNote][createdStamp,2017-02-10 
> 14:30:52.4(java.sql.Timestamp)][createdTxStamp,2017-02-10 
> 14:30:51.962(java.sql.Timestamp)][internalNote,Yes(java.lang.String)][lastUpdatedStamp,2017-02-10
>  14:30:52.4(java.sql.Timestamp)][lastUpdatedTxStamp,2017-02-10 
> 14:30:51.962(java.sql.Timestamp)][noteId,10060(java.lang.String)][workEffortId,10079(java.lang.String)]
>  (SQL Exception while executing the following:INSERT INTO 
> OFBIZ.WORK_EFFORT_NOTE (WORK_EFFORT_ID, NOTE_ID, INTERNAL_NOTE, 
> LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) 
> VALUES (?, ?, ?, ?, ?, ?, ?) (A truncation error was encountered trying to 
> shrink CHAR 'Yes' to length 1.)) (Error while inserting: 
> [GenericEntity:WorkEffortNote][createdStamp,2017-02-10 
> 14:30:52.4(java.sql.Timestamp)][createdTxStamp,2017-02-10 
> 14:30:51.962(java.sql.Timestamp)][internalNote,Yes(java.lang.String)][lastUpdatedStamp,2017-02-10
>  14:30:52.4(java.sql.Timestamp)][lastUpdatedTxStamp,2017-02-10 
> 14:30:51.962(java.sql.Timestamp)][noteId,10060(java.lang.String)][workEffortId,10079(java.lang.String)]
>  (SQL Exception while executing the following:INSERT INTO 
> OFBIZ.WORK_EFFORT_NOTE (WORK_EFFORT_ID, NOTE_ID, INTERNAL_NOTE, 
> LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) 
> VALUES (?, ?, ?, ?, ?, ?, ?) (A truncation error was encountered trying to 
> shrink CHAR 'Yes' to length 1.)))



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (OFBIZ-9227) Violation of foreign key constraint

2017-02-21 Thread Michael Clifton (JIRA)
Michael Clifton created OFBIZ-9227:
--

 Summary: Violation of foreign key constraint
 Key: OFBIZ-9227
 URL: https://issues.apache.org/jira/browse/OFBIZ-9227
 Project: OFBiz
  Issue Type: Bug
  Components: workeffort
Affects Versions: Release Branch 16.11
 Environment: Win 7
Reporter: Michael Clifton
Priority: Minor


Trying to add a task to a project phase, I receive the below error.

2017-02-21 09:23:54,189 |http-nio-8443-exec-1 |ServiceDispatcher |E| Error in 
Service [createProjectTask]: Exception thrown while creating the "newEntity" 
GenericValue: org.apache.ofbiz.entity.GenericEntityException: Error while 
inserting: 
[GenericEntity:WorkEffort][createdByUserLogin,admin(java.lang.String)][createdDate,2017-02-21
 09:23:52.876(java.sql.Timestamp)][createdStamp,2017-02-21 
09:23:52.876(java.sql.Timestamp)][createdTxStamp,2017-02-21 
09:23:51.627(java.sql.Timestamp)][currentStatusId,PTS_CREATED(java.lang.String)][description,Test(java.lang.String)][estimatedCompletionDate,2017-02-24
 00:00:00.0(java.sql.Timestamp)][estimatedStartDate,2017-02-21 
00:00:00.0(java.sql.Timestamp)][lastModifiedByUserLogin,admin(java.lang.String)][lastModifiedDate,2017-02-21
 09:23:52.876(java.sql.Timestamp)][lastStatusUpdate,2017-02-21 
09:23:52.876(java.sql.Timestamp)][lastUpdatedStamp,2017-02-21 
09:23:52.876(java.sql.Timestamp)][lastUpdatedTxStamp,2017-02-21 
09:23:51.627(java.sql.Timestamp)][priority,1(java.lang.Long)][revisionNumber,1(java.lang.Long)][scopeEnumId,WES_PRIVATE(java.lang.String)][sequenceNum,1(java.lang.Long)][workEffortId,10090(java.lang.String)][workEffortName,Test(java.lang.String)][workEffortParentId,10048(java.lang.String)][workEffortTypeId,Task(java.lang.String)]
 (SQL Exception while executing the following:INSERT INTO OFBIZ.WORK_EFFORT 
(WORK_EFFORT_ID, WORK_EFFORT_TYPE_ID, CURRENT_STATUS_ID, LAST_STATUS_UPDATE, 
WORK_EFFORT_PURPOSE_TYPE_ID, WORK_EFFORT_PARENT_ID, SCOPE_ENUM_ID, PRIORITY, 
PERCENT_COMPLETE, WORK_EFFORT_NAME, SHOW_AS_ENUM_ID, SEND_NOTIFICATION_EMAIL, 
DESCRIPTION, LOCATION_DESC, ESTIMATED_START_DATE, ESTIMATED_COMPLETION_DATE, 
ACTUAL_START_DATE, ACTUAL_COMPLETION_DATE, ESTIMATED_MILLI_SECONDS, 
ESTIMATED_SETUP_MILLIS, ESTIMATE_CALC_METHOD, ACTUAL_MILLI_SECONDS, 
ACTUAL_SETUP_MILLIS, TOTAL_MILLI_SECONDS_ALLOWED, TOTAL_MONEY_ALLOWED, 
MONEY_UOM_ID, SPECIAL_TERMS, TIME_TRANSPARENCY, UNIVERSAL_ID, 
SOURCE_REFERENCE_ID, FIXED_ASSET_ID, FACILITY_ID, INFO_URL, RECURRENCE_INFO_ID, 
TEMP_EXPR_ID, RUNTIME_DATA_ID, NOTE_ID, SERVICE_LOADER_NAME, 
QUANTITY_TO_PRODUCE, QUANTITY_PRODUCED, QUANTITY_REJECTED, RESERV_PERSONS, 
RESERV2ND_P_P_PERC, RESERV_NTH_P_P_PERC, ACCOMMODATION_MAP_ID, 
ACCOMMODATION_SPOT_ID, REVISION_NUMBER, CREATED_DATE, CREATED_BY_USER_LOGIN, 
LAST_MODIFIED_DATE, LAST_MODIFIED_BY_USER_LOGIN, LAST_UPDATED_STAMP, 
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP, SEQUENCE_NUM) VALUES 
(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 
?, ?, ?, ?) (INSERT on table 'WORK_EFFORT' caused a violation of foreign key 
constraint 'WK_EFFRT_TYPE' for key (Task). The statement has been rolled 
back.)) (Error while inserting: 
[GenericEntity:WorkEffort][createdByUserLogin,admin(java.lang.String)][createdDate,2017-02-21
 09:23:52.876(java.sql.Timestamp)][createdStamp,2017-02-21 
09:23:52.876(java.sql.Timestamp)][createdTxStamp,2017-02-21 
09:23:51.627(java.sql.Timestamp)][currentStatusId,PTS_CREATED(java.lang.String)][description,Test(java.lang.String)][estimatedCompletionDate,2017-02-24
 00:00:00.0(java.sql.Timestamp)][estimatedStartDate,2017-02-21 
00:00:00.0(java.sql.Timestamp)][lastModifiedByUserLogin,admin(java.lang.String)][lastModifiedDate,2017-02-21
 09:23:52.876(java.sql.Timestamp)][lastStatusUpdate,2017-02-21 
09:23:52.876(java.sql.Timestamp)][lastUpdatedStamp,2017-02-21 
09:23:52.876(java.sql.Timestamp)][lastUpdatedTxStamp,2017-02-21 
09:23:51.627(java.sql.Timestamp)][priority,1(java.lang.Long)][revisionNumber,1(java.lang.Long)][scopeEnumId,WES_PRIVATE(java.lang.String)][sequenceNum,1(java.lang.Long)][workEffortId,10090(java.lang.String)][workEffortName,Test(java.lang.String)][workEffortParentId,10048(java.lang.String)][workEffortTypeId,Task(java.lang.String)]
 (SQL Exception while executing the following:INSERT INTO OFBIZ.WORK_EFFORT 
(WORK_EFFORT_ID, WORK_EFFORT_TYPE_ID, CURRENT_STATUS_ID, LAST_STATUS_UPDATE, 
WORK_EFFORT_PURPOSE_TYPE_ID, WORK_EFFORT_PARENT_ID, SCOPE_ENUM_ID, PRIORITY, 
PERCENT_COMPLETE, WORK_EFFORT_NAME, SHOW_AS_ENUM_ID, SEND_NOTIFICATION_EMAIL, 
DESCRIPTION, LOCATION_DESC, ESTIMATED_START_DATE, ESTIMATED_COMPLETION_DATE, 
ACTUAL_START_DATE, ACTUAL_COMPLETION_DATE, ESTIMATED_MILLI_SECONDS, 
ESTIMATED_SETUP_MILLIS, ESTIMATE_CALC_METHOD, ACTUAL_MILLI_SECONDS, 
ACTUAL_SETUP_MILLIS, TOTAL_MILLI_SECONDS_ALLOWED, 

[jira] [Commented] (OFBIZ-9182) Create a separate svn repository for OFBiz official plugins

2017-02-21 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-9182:


bq. Disabled the gradle daemon in the embedded plugins API in r1783852.
Good point Taher!

> Create a separate svn repository for OFBiz official plugins
> ---
>
> Key: OFBIZ-9182
> URL: https://issues.apache.org/jira/browse/OFBIZ-9182
> Project: OFBiz
>  Issue Type: Improvement
>Affects Versions: Upcoming Release
>Reporter: Taher Alkhateeb
>Priority: Minor
>  Labels: gradle, plugins, subversion
> Attachments: OFBIZ-9182-subversion-embedded.patch, pluginsList.txt, 
> pullAllPluginsSource.log
>
>
> This issue is related to the discussion found in [this 
> thread|https://s.apache.org/aohk] in which the community approved 
> restructuring our repositories. To achieve this task the following needs to 
> be done (in this order)
> # Update the gradle scripts to assume that no plugins exist in the plugins 
> directory by default and no component-load.xml exists. It should follow the 
> same logic in loading the components as found in the ComponentContainer 
> class. Also the activation and deactivation of plugins happens in 
> ofbiz-component.xml, not in component-load.xml
> # Add a new task to gradle called pullPluginSource that retrieves a plugin 
> from subversion and defaults to the official plugins repository of Apache 
> OFBiz. This task mostly serve "Trunk" because it always needs the latest 
> source code of the plugins.
> # delete plugins/component-load.xml
> # move all plugins to a new repository called 
> http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins
> # move the core framework to a new repository called 
> http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework
> # fix buildbot to point to the new framework location
> # update documentation where applicable including README.md



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (OFBIZ-9219) Delete obsolete branches

2017-02-21 Thread Jacopo Cappellato (JIRA)

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

Jacopo Cappellato commented on OFBIZ-9219:
--

[~jacques.le.roux] yes, now I remember: it was for managing the OFBiz website 
using the content manager that has been created by Infra; when it was made 
available I did the request and created the branch to host the content but we 
didn't implement it.
For now we could just keep it as is.



> Delete obsolete branches
> 
>
> Key: OFBIZ-9219
> URL: https://issues.apache.org/jira/browse/OFBIZ-9219
> Project: OFBiz
>  Issue Type: Improvement
>Reporter: Jacques Le Roux
>Assignee: Jacques Le Roux
>Priority: Trivial
>
> At https://s.apache.org/k7pD in relation with INFRA-13497 we discussed the 
> opportunity to clean the branches in OFBiz:
> bq. I think we should remove a lot of useless and old confusing branches in 
> svn
> Here is a list of branches. In a first pass, I checked the branches I propose 
> to remove, please comment, thanks.
> |Branch   |To drop |
> |2013_RemoveJavolution| x|
> |2015ScreenWidgetRedesign |x |
> |20111205EmailHandling| x|
> |20120209RemoveBsh| x|
> |20120329_portletWidget   | x|
> |Dojo1.4  | x|
> |OFBIZ-4098-make-cache-pluggable  | |
> |OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23| x|
> |OFBIZ-6270   | x|
> |OFBIZ-6271   | x|
> |OFBIZ-6275   | x|
> |Webhelp-2012-12-07   | |
> |addBirt  | x|
> |addbirt  | x|
> |boostrap_theme   | |
> |dojo1.4  | x|
> |executioncontext20090716 | x|
> |executioncontext20090812 | x|
> |executioncontext20091231 | x|
> |framework-api-cleanup| x|
> |frontendNewTheme2013-05-10   | |
> |htmlfive_20110529| |
> |improved-entityengine-features-20120528  | |
> |jackrabbit20100709   | x|
> |jackrabbit20120501   | |
> |jquery   | x|
> |json-integration-refactoring | |
> |multitenant20100310  | |
> |new_branch   | x|
> |release4.0   | |
> |release09.04 | |
> |release10.04 | |
> |release11.04 | |
> |release12.04 | |
> |release13.07 | |
> |release14.12 | |
> |release15.12 | |
> |release16.11 | |
> |trunk| |
> |typecheckcleanup200810   | x|
> |webhelp-2012-12-07   | |
> |beforejQuery | x|
> |beforeSvnRestructuring   | |
> |beforeGradle | |
> |RemovingPOS  | |
> |REL-16.11.01 | |
> |REL-13.07.03 | |
> |REL-13.07.02 | |
> |REL-13.07.01 | |
> |REL-12.04.06 | |
> |REL-12.04.05 | |
> |REL-12.04.04 | |
> |REL-12.04.03 | |
> |REL-12.04.02 | |
> |REL-12.04.01 | |
> |REL-11.04.06 | |
> |REL-11.04.05 | |
> |REL-11.04.04 | |
> |REL-11.04.03 | |
> |REL-11.04.02 | |
> |REL-11.04.01 | |
> |REL-10.04.06 | |
> |REL-10.04.05 | |
> |REL-10.04.04 | |
> |REL-10.04.03 | |
> |REL-10.04.02 | |
> |REL-10.04| |
> |REL-09.04.02 | |
> |REL-09.04.01 | |
> |REL-09.04| |
> |REL-4.0  | |
> I also wrote in the same email:
> bq. document the fact in GitHub that the ofbiz-framework/trunk is the new 
> trunk. But how I'm still unsure, I guess at top of the README.MD ?
> Please comment on this aspect too, and create a new Jira if you feel the need.



--
This message was sent by Atlassian JIRA

[jira] [Comment Edited] (OFBIZ-9219) Delete obsolete branches

2017-02-21 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux edited comment on OFBIZ-9219 at 2/21/17 9:55 AM:
-

Done at r1783856+1783857. I don't close yet, remains 2 points.
# Cleaning the wiki from possible references to these branches (I guess pruning 
pages as well)
# Answering to this question, shoudl we keep we cmssite branch?
bq. What is https://svn.apache.org/repos/asf/ofbiz/cmssite ?
Ah [~jacopoc] I just found that you created this branch in 2014-11-03





was (Author: jacques.le.roux):
Done at r1783856+1783857. I don't close yet, remains 2 points.
# Cleaning the wiki from possible references to these branches (I guess pruning 
pages as well)
# Answering to this question, shoudl we keep we cmssite branch?
bq. What is https://svn.apache.org/repos/asf/ofbiz/cmssite ? Seems a pre Apache 
thing.




> Delete obsolete branches
> 
>
> Key: OFBIZ-9219
> URL: https://issues.apache.org/jira/browse/OFBIZ-9219
> Project: OFBiz
>  Issue Type: Improvement
>Reporter: Jacques Le Roux
>Assignee: Jacques Le Roux
>Priority: Trivial
>
> At https://s.apache.org/k7pD in relation with INFRA-13497 we discussed the 
> opportunity to clean the branches in OFBiz:
> bq. I think we should remove a lot of useless and old confusing branches in 
> svn
> Here is a list of branches. In a first pass, I checked the branches I propose 
> to remove, please comment, thanks.
> |Branch   |To drop |
> |2013_RemoveJavolution| x|
> |2015ScreenWidgetRedesign |x |
> |20111205EmailHandling| x|
> |20120209RemoveBsh| x|
> |20120329_portletWidget   | x|
> |Dojo1.4  | x|
> |OFBIZ-4098-make-cache-pluggable  | |
> |OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23| x|
> |OFBIZ-6270   | x|
> |OFBIZ-6271   | x|
> |OFBIZ-6275   | x|
> |Webhelp-2012-12-07   | |
> |addBirt  | x|
> |addbirt  | x|
> |boostrap_theme   | |
> |dojo1.4  | x|
> |executioncontext20090716 | x|
> |executioncontext20090812 | x|
> |executioncontext20091231 | x|
> |framework-api-cleanup| x|
> |frontendNewTheme2013-05-10   | |
> |htmlfive_20110529| |
> |improved-entityengine-features-20120528  | |
> |jackrabbit20100709   | x|
> |jackrabbit20120501   | |
> |jquery   | x|
> |json-integration-refactoring | |
> |multitenant20100310  | |
> |new_branch   | x|
> |release4.0   | |
> |release09.04 | |
> |release10.04 | |
> |release11.04 | |
> |release12.04 | |
> |release13.07 | |
> |release14.12 | |
> |release15.12 | |
> |release16.11 | |
> |trunk| |
> |typecheckcleanup200810   | x|
> |webhelp-2012-12-07   | |
> |beforejQuery | x|
> |beforeSvnRestructuring   | |
> |beforeGradle | |
> |RemovingPOS  | |
> |REL-16.11.01 | |
> |REL-13.07.03 | |
> |REL-13.07.02 | |
> |REL-13.07.01 | |
> |REL-12.04.06 | |
> |REL-12.04.05 | |
> |REL-12.04.04 | |
> |REL-12.04.03 | |
> |REL-12.04.02 | |
> |REL-12.04.01 | |
> |REL-11.04.06 | |
> |REL-11.04.05 | |
> |REL-11.04.04 | |
> |REL-11.04.03 | |
> |REL-11.04.02 | |
> |REL-11.04.01 | |
> |REL-10.04.06 | |
> |REL-10.04.05 | |
> |REL-10.04.04 | |
> |REL-10.04.03 | |
> |REL-10.04.02 | |
> |REL-10.04| |
> |REL-09.04.02 | 

[jira] [Commented] (OFBIZ-9219) Delete obsolete branches

2017-02-21 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-9219:


Done at r1783856+1783857. I don't close yet, remains 2 points.
# Cleaning the wiki from possible references to these branches (I guess pruning 
pages as well)
# Answering to this question, shoudl we keep we cmssite branch?
bq. What is https://svn.apache.org/repos/asf/ofbiz/cmssite ? Seems a pre Apache 
thing.




> Delete obsolete branches
> 
>
> Key: OFBIZ-9219
> URL: https://issues.apache.org/jira/browse/OFBIZ-9219
> Project: OFBiz
>  Issue Type: Improvement
>Reporter: Jacques Le Roux
>Assignee: Jacques Le Roux
>Priority: Trivial
>
> At https://s.apache.org/k7pD in relation with INFRA-13497 we discussed the 
> opportunity to clean the branches in OFBiz:
> bq. I think we should remove a lot of useless and old confusing branches in 
> svn
> Here is a list of branches. In a first pass, I checked the branches I propose 
> to remove, please comment, thanks.
> |Branch   |To drop |
> |2013_RemoveJavolution| x|
> |2015ScreenWidgetRedesign |x |
> |20111205EmailHandling| x|
> |20120209RemoveBsh| x|
> |20120329_portletWidget   | x|
> |Dojo1.4  | x|
> |OFBIZ-4098-make-cache-pluggable  | |
> |OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23| x|
> |OFBIZ-6270   | x|
> |OFBIZ-6271   | x|
> |OFBIZ-6275   | x|
> |Webhelp-2012-12-07   | |
> |addBirt  | x|
> |addbirt  | x|
> |boostrap_theme   | |
> |dojo1.4  | x|
> |executioncontext20090716 | x|
> |executioncontext20090812 | x|
> |executioncontext20091231 | x|
> |framework-api-cleanup| x|
> |frontendNewTheme2013-05-10   | |
> |htmlfive_20110529| |
> |improved-entityengine-features-20120528  | |
> |jackrabbit20100709   | x|
> |jackrabbit20120501   | |
> |jquery   | x|
> |json-integration-refactoring | |
> |multitenant20100310  | |
> |new_branch   | x|
> |release4.0   | |
> |release09.04 | |
> |release10.04 | |
> |release11.04 | |
> |release12.04 | |
> |release13.07 | |
> |release14.12 | |
> |release15.12 | |
> |release16.11 | |
> |trunk| |
> |typecheckcleanup200810   | x|
> |webhelp-2012-12-07   | |
> |beforejQuery | x|
> |beforeSvnRestructuring   | |
> |beforeGradle | |
> |RemovingPOS  | |
> |REL-16.11.01 | |
> |REL-13.07.03 | |
> |REL-13.07.02 | |
> |REL-13.07.01 | |
> |REL-12.04.06 | |
> |REL-12.04.05 | |
> |REL-12.04.04 | |
> |REL-12.04.03 | |
> |REL-12.04.02 | |
> |REL-12.04.01 | |
> |REL-11.04.06 | |
> |REL-11.04.05 | |
> |REL-11.04.04 | |
> |REL-11.04.03 | |
> |REL-11.04.02 | |
> |REL-11.04.01 | |
> |REL-10.04.06 | |
> |REL-10.04.05 | |
> |REL-10.04.04 | |
> |REL-10.04.03 | |
> |REL-10.04.02 | |
> |REL-10.04| |
> |REL-09.04.02 | |
> |REL-09.04.01 | |
> |REL-09.04| |
> |REL-4.0  | |
> I also wrote in the same email:
> bq. document the fact in GitHub that the ofbiz-framework/trunk is the new 
> trunk. But how I'm still unsure, I guess at top of the README.MD ?
> Please comment on this aspect too, and create a new Jira if you feel the need.



--
This message was sent by 

[jira] [Created] (OFBIZ-9226) Check that OFBiz runs and compile with Oracle JDK 9

2017-02-21 Thread Jacques Le Roux (JIRA)
Jacques Le Roux created OFBIZ-9226:
--

 Summary: Check that OFBiz runs and compile with Oracle JDK 9
 Key: OFBIZ-9226
 URL: https://issues.apache.org/jira/browse/OFBIZ-9226
 Project: OFBiz
  Issue Type: Test
  Components: ALL COMPONENTS
Affects Versions: Trunk
Reporter: Jacques Le Roux
Priority: Trivial
 Fix For: Upcoming Release


After reading https://docs.oracle.com/javase/9/migrate/ I believe we should not 
cross too much problems



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (OFBIZ-9182) Create a separate svn repository for OFBiz official plugins

2017-02-21 Thread Taher Alkhateeb (JIRA)

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

Taher Alkhateeb commented on OFBIZ-9182:


Disabled the gradle daemon in the embedded plugins API in r1783852. This would 
help tackle any memory issues. Next, I am designing the pullAllPluginSource 
hopefully with an efficient algorithm in preparation for creating two buildbot 
scripts (one for framework and one for plugins).

> Create a separate svn repository for OFBiz official plugins
> ---
>
> Key: OFBIZ-9182
> URL: https://issues.apache.org/jira/browse/OFBIZ-9182
> Project: OFBiz
>  Issue Type: Improvement
>Affects Versions: Upcoming Release
>Reporter: Taher Alkhateeb
>Priority: Minor
>  Labels: gradle, plugins, subversion
> Attachments: OFBIZ-9182-subversion-embedded.patch, pluginsList.txt, 
> pullAllPluginsSource.log
>
>
> This issue is related to the discussion found in [this 
> thread|https://s.apache.org/aohk] in which the community approved 
> restructuring our repositories. To achieve this task the following needs to 
> be done (in this order)
> # Update the gradle scripts to assume that no plugins exist in the plugins 
> directory by default and no component-load.xml exists. It should follow the 
> same logic in loading the components as found in the ComponentContainer 
> class. Also the activation and deactivation of plugins happens in 
> ofbiz-component.xml, not in component-load.xml
> # Add a new task to gradle called pullPluginSource that retrieves a plugin 
> from subversion and defaults to the official plugins repository of Apache 
> OFBiz. This task mostly serve "Trunk" because it always needs the latest 
> source code of the plugins.
> # delete plugins/component-load.xml
> # move all plugins to a new repository called 
> http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins
> # move the core framework to a new repository called 
> http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework
> # fix buildbot to point to the new framework location
> # update documentation where applicable including README.md



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (OFBIZ-9225) Editing quantity of configurable products changes actual product

2017-02-21 Thread Suraj Khurana (JIRA)
Suraj Khurana created OFBIZ-9225:


 Summary: Editing quantity of configurable products changes actual 
product 
 Key: OFBIZ-9225
 URL: https://issues.apache.org/jira/browse/OFBIZ-9225
 Project: OFBiz
  Issue Type: Bug
  Components: product
Affects Versions: Release Branch 15.12, 16.11.01, Trunk
Reporter: Suraj Khurana
Assignee: Suraj Khurana


Create an order by adding any configurable product.
Try to edit the quantity of configurable product.
Actual product changes in cart 

Technical details:
Quantity changes successfully but actual sellable product which is of 
"AGGREGATED_CONF" type changes with parent "AGGREGATED" type product. 




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)