buildbot success in on ofbizBranch17Framework

2018-08-17 Thread buildbot
The Buildbot has detected a restored build on builder ofbizBranch17Framework while building . Full details are available at: https://ci.apache.org/builders/ofbizBranch17Framework/builds/115 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: orcus_ubuntu Build Reason: The AnyBra

buildbot failure in on ofbizTrunkFramework

2018-08-17 Thread buildbot
The Buildbot has detected a new failure on builder ofbizTrunkFramework while building . Full details are available at: https://ci.apache.org/builders/ofbizTrunkFramework/builds/362 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: lares_ubuntu Build Reason: The AnyBranchSchedu

buildbot exception in on ofbizBranch17Framework

2018-08-17 Thread buildbot
The Buildbot has detected a build exception on builder ofbizBranch17Framework while building . Full details are available at: https://ci.apache.org/builders/ofbizBranch17Framework/builds/114 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: lares_ubuntu Build Reason: The AnyBr

svn commit: r1838261 - /ofbiz/ofbiz-framework/branches/release17.12/applications/accounting/data/AccountingScheduledServiceData.xml

2018-08-17 Thread adityasharma
Author: adityasharma Date: Fri Aug 17 13:05:19 2018 New Revision: 1838261 URL: http://svn.apache.org/viewvc?rev=1838261&view=rev Log: Reverted: Unwanted changes from AccountingScheduledServiceData.xml done at r1838257 Modified: ofbiz/ofbiz-framework/branches/release17.12/applications/accoun

svn commit: r1838257 - in /ofbiz/ofbiz-framework/branches/release17.12: ./ applications/accounting/data/ framework/webapp/src/main/java/org/apache/ofbiz/webapp/stats/

2018-08-17 Thread adityasharma
Author: adityasharma Date: Fri Aug 17 12:53:32 2018 New Revision: 1838257 URL: http://svn.apache.org/viewvc?rev=1838257&view=rev Log: Applied fix from trunk for revision: 1838256 === Improved: Remove checks to store only 250 characters of URL in VisitHandler.getVisit() & ServerHitBin.saveHit()

svn commit: r1838256 - in /ofbiz/ofbiz-framework/trunk/framework/webapp/src/main/java/org/apache/ofbiz/webapp/stats: ServerHitBin.java VisitHandler.java

2018-08-17 Thread adityasharma
Author: adityasharma Date: Fri Aug 17 12:46:59 2018 New Revision: 1838256 URL: http://svn.apache.org/viewvc?rev=1838256&view=rev Log: Improved: Remove checks to store only 250 characters of URL in VisitHandler.getVisit() & ServerHitBin.saveHit() (OFBIZ-10508) When the code was committed the 'URL'

buildbot success in on ofbizBranch17FrameworkPlugins

2018-08-17 Thread buildbot
The Buildbot has detected a restored build on builder ofbizBranch17FrameworkPlugins while building . Full details are available at: https://ci.apache.org/builders/ofbizBranch17FrameworkPlugins/builds/132 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: orcus_ubuntu Build Reas

svn commit: r1838251 - in /ofbiz/branches/release16.11/specialpurpose: ./ projectmgr/minilang/ProjectServices.xml

2018-08-17 Thread surajk
Author: surajk Date: Fri Aug 17 11:35:18 2018 New Revision: 1838251 URL: http://svn.apache.org/viewvc?rev=1838251&view=rev Log: Applied fix from trunk for revision: 1838249 === Fixed: Could not find simple-method createWorkEffortSkillStandard as it was called as simple method and it is converte

svn commit: r1838250 - in /ofbiz/ofbiz-plugins/branches/release17.12: ./ projectmgr/minilang/ProjectServices.xml

2018-08-17 Thread surajk
Author: surajk Date: Fri Aug 17 11:18:43 2018 New Revision: 1838250 URL: http://svn.apache.org/viewvc?rev=1838250&view=rev Log: Applied fix from trunk for revision: 1838249 === Fixed: Could not find simple-method createWorkEffortSkillStandard as it was called as simple method and it is converte

svn commit: r1838249 - /ofbiz/ofbiz-plugins/trunk/projectmgr/minilang/ProjectServices.xml

2018-08-17 Thread surajk
Author: surajk Date: Fri Aug 17 11:08:18 2018 New Revision: 1838249 URL: http://svn.apache.org/viewvc?rev=1838249&view=rev Log: Fixed: Could not find simple-method createWorkEffortSkillStandard as it was called as simple method and it is converted to entity-auto service. (OFBIZ-10524) Thanks Fern