Re: svn commit: r904985 - in /ofbiz/trunk: common.xml framework/base/build.xml

2010-01-30 Thread Adam Heath
doo...@apache.org wrote: > Author: doogie > Date: Sun Jan 31 06:26:57 2010 > New Revision: 904985 > > URL: http://svn.apache.org/viewvc?rev=904985&view=rev > Log: > Delete cobertura.dat for each run, so that different runs don't overlap > each others line numbers. > > Modified: > ofbiz/trunk/

Re: svn commit: r902719 [1/6] - in /ofbiz/trunk/applications/order: ./ data/ data/helpdata/ entitydef/ script/org/ofbiz/order/olap/ script/org/ofbiz/order/reports/ webapp/ordermgr/WEB-INF/ webapp/orde

2010-01-30 Thread Hans Bakker
Scott, Because i do not really have an answer on this. Simply add them to a jira issue is not much help. They are an essential part of the reports for demonstration. These reports are only interesting for the larger customer sites we support. Without demo data they are pretty useless. Looking at

Re: svn commit: r902719 [2/6] - in /ofbiz/trunk/applications/order: ./ data/ data/helpdata/ entitydef/ script/org/ofbiz/order/olap/ script/org/ofbiz/order/reports/ webapp/ordermgr/WEB-INF/ webapp/orde

2010-01-30 Thread Hans Bakker
I am sorry Scott i do not agree with you. Our customers like to know if he sale is to end consumer or business. Regards, Hans On Fri, 2010-01-29 at 11:17 -0700, Scott Gray wrote: > Hi Hans, > > The Sales Channel Enumerations below are incorrect, they shouldn't be tied to > specific ProductSto

Re: svn commit: r904962 - in /ofbiz/trunk/framework: base/src/org/ofbiz/base/util/collections/FlexibleMapAccessor.java base/src/org/ofbiz/base/util/string/UelUtil.java minilang/src/org/ofbiz/minilang/

2010-01-30 Thread Adrian Crum
--- On Sat, 1/30/10, Adam Heath wrote: > From: Adam Heath > Subject: Re: svn commit: r904962 - in /ofbiz/trunk/framework: > base/src/org/ofbiz/base/util/collections/FlexibleMapAccessor.java > base/src/org/ofbiz/base/util/string/UelUtil.java > minilang/src/org/ofbiz/minilang/method/ContextAcces

Re: Rev 816083

2010-01-30 Thread Hans Bakker
Hi Adrian thanks for reporting: Committed revision 904970 Regards, Hans On Sat, 2010-01-30 at 13:17 -0800, Adrian Crum wrote: > Rev 816083 introduced a framework dependency on applications. See the change > to framework/common/widget/CommonScreens.xml. > > -Adrian > > > > -- Antwebs

Re: svn commit: r904962 - in /ofbiz/trunk/framework: base/src/org/ofbiz/base/util/collections/FlexibleMapAccessor.java base/src/org/ofbiz/base/util/string/UelUtil.java minilang/src/org/ofbiz/minilang/

2010-01-30 Thread Adam Heath
adri...@apache.org wrote: > Author: adrianc > Date: Sun Jan 31 03:24:58 2010 > New Revision: 904962 > > URL: http://svn.apache.org/viewvc?rev=904962&view=rev > Log: > Based on advice from Adam Heath, made FlexibleMapAccessor and UelUtil methods > syntactically correct. Methods that read Maps take

Re: svn commit: r904921 - in /ofbiz/trunk/framework/base/src/org/ofbiz/base: test/BaseUnitTests.java util/string/UelUtil.java

2010-01-30 Thread Adam Heath
Adrian Crum wrote: > --- On Sat, 1/30/10, Adam Heath wrote: >> From: Adam Heath >> Subject: Re: svn commit: r904921 - in >> /ofbiz/trunk/framework/base/src/org/ofbiz/base: test/BaseUnitTests.java >> util/string/UelUtil.java >> To: dev@ofbiz.apache.org >> Date: Saturday, January 30, 2010, 6:46 P

Re: svn commit: r904921 - in /ofbiz/trunk/framework/base/src/org/ofbiz/base: test/BaseUnitTests.java util/string/UelUtil.java

2010-01-30 Thread Adrian Crum
--- On Sat, 1/30/10, Adam Heath wrote: > From: Adam Heath > Subject: Re: svn commit: r904921 - in > /ofbiz/trunk/framework/base/src/org/ofbiz/base: test/BaseUnitTests.java > util/string/UelUtil.java > To: dev@ofbiz.apache.org > Date: Saturday, January 30, 2010, 6:46 PM > Adrian Crum wrote: > >

Re: svn commit: r904921 - in /ofbiz/trunk/framework/base/src/org/ofbiz/base: test/BaseUnitTests.java util/string/UelUtil.java

2010-01-30 Thread Adrian Crum
--- On Sat, 1/30/10, David E Jones wrote: > From: David E Jones > Subject: Re: svn commit: r904921 - in > /ofbiz/trunk/framework/base/src/org/ofbiz/base: test/BaseUnitTests.java > util/string/UelUtil.java > To: dev@ofbiz.apache.org > Date: Saturday, January 30, 2010, 7:02 PM > > On Jan 30, 201

Re: svn commit: r904921 - in /ofbiz/trunk/framework/base/src/org/ofbiz/base: test/BaseUnitTests.java util/string/UelUtil.java

2010-01-30 Thread Adam Heath
David E Jones wrote: > On Jan 30, 2010, at 8:30 PM, Adrian Crum wrote: > >> --- On Sat, 1/30/10, David E Jones wrote: >>> From: David E Jones >>> Subject: Re: svn commit: r904921 - in >>> /ofbiz/trunk/framework/base/src/org/ofbiz/base: test/BaseUnitTests.java >>> util/string/UelUtil.java >>> T

Re: svn commit: r904921 - in /ofbiz/trunk/framework/base/src/org/ofbiz/base: test/BaseUnitTests.java util/string/UelUtil.java

2010-01-30 Thread David E Jones
On Jan 30, 2010, at 8:30 PM, Adrian Crum wrote: > --- On Sat, 1/30/10, David E Jones wrote: >> From: David E Jones >> Subject: Re: svn commit: r904921 - in >> /ofbiz/trunk/framework/base/src/org/ofbiz/base: test/BaseUnitTests.java >> util/string/UelUtil.java >> To: dev@ofbiz.apache.org >> Dat

Re: svn commit: r904921 - in /ofbiz/trunk/framework/base/src/org/ofbiz/base: test/BaseUnitTests.java util/string/UelUtil.java

2010-01-30 Thread Adam Heath
Adrian Crum wrote: > The moral of the story is: developers shouldn't be allowed to write to the > service context Map. If a service needs a Map for local storage, then it > should create one. Maybe the service engine should make the map readonly, with Collections.unmodifiableMap?

Re: svn commit: r904921 - in /ofbiz/trunk/framework/base/src/org/ofbiz/base: test/BaseUnitTests.java util/string/UelUtil.java

2010-01-30 Thread Adrian Crum
--- On Sat, 1/30/10, David E Jones wrote: > From: David E Jones > Subject: Re: svn commit: r904921 - in > /ofbiz/trunk/framework/base/src/org/ofbiz/base: test/BaseUnitTests.java > util/string/UelUtil.java > To: dev@ofbiz.apache.org > Date: Saturday, January 30, 2010, 5:37 PM > > On Jan 30, 201

Re: svn commit: r904921 - in /ofbiz/trunk/framework/base/src/org/ofbiz/base: test/BaseUnitTests.java util/string/UelUtil.java

2010-01-30 Thread Adam Heath
Adrian Crum wrote: > --- On Sat, 1/30/10, Adam Heath wrote: What kind of modifications do you need to do? Auto-vivification kinda stuff? >>> No, basic OFBiz kinda stuff. >>> >>> >>> >>> I need to set the var Map element to "Hello World!" >> The Map I'm being handed is read-only. >

Re: svn commit: r904921 - in /ofbiz/trunk/framework/base/src/org/ofbiz/base: test/BaseUnitTests.java util/string/UelUtil.java

2010-01-30 Thread Adrian Crum
--- On Sat, 1/30/10, Adam Heath wrote: > >> What kind of modifications do you need to do? > >> Auto-vivification kinda > >> stuff? > > > > No, basic OFBiz kinda stuff. > > > > > > > > I need to set the var Map element to "Hello World!" > The Map I'm being handed is read-only. > > > > The nex

Re: svn commit: r904921 - in /ofbiz/trunk/framework/base/src/org/ofbiz/base: test/BaseUnitTests.java util/string/UelUtil.java

2010-01-30 Thread Adam Heath
Adrian Crum wrote: > --- On Sat, 1/30/10, Adam Heath wrote: >> From: Adam Heath >> Subject: Re: svn commit: r904921 - in >> /ofbiz/trunk/framework/base/src/org/ofbiz/base: test/BaseUnitTests.java >> util/string/UelUtil.java >> To: dev@ofbiz.apache.org >> Date: Saturday, January 30, 2010, 5:28 P

Re: svn commit: r904921 - in /ofbiz/trunk/framework/base/src/org/ofbiz/base: test/BaseUnitTests.java util/string/UelUtil.java

2010-01-30 Thread Adam Heath
David E Jones wrote: > On Jan 30, 2010, at 7:28 PM, Adam Heath wrote: >> When I originally came up with the read-only generics for service >> engine calls, I tried to make the maps writable. But upon modifying >> the entire stack, I discovered it wasn't possible. The service engine >> made copies

Re: svn commit: r904921 - in /ofbiz/trunk/framework/base/src/org/ofbiz/base: test/BaseUnitTests.java util/string/UelUtil.java

2010-01-30 Thread Adrian Crum
--- On Sat, 1/30/10, Adam Heath wrote: > From: Adam Heath > Subject: Re: svn commit: r904921 - in > /ofbiz/trunk/framework/base/src/org/ofbiz/base: test/BaseUnitTests.java > util/string/UelUtil.java > To: dev@ofbiz.apache.org > Date: Saturday, January 30, 2010, 5:28 PM > Adrian Crum wrote: > >

Re: svn commit: r904921 - in /ofbiz/trunk/framework/base/src/org/ofbiz/base: test/BaseUnitTests.java util/string/UelUtil.java

2010-01-30 Thread David E Jones
On Jan 30, 2010, at 7:28 PM, Adam Heath wrote: > Adrian Crum wrote: >> --- On Sat, 1/30/10, Adam Heath wrote: >>> From: Adam Heath >>> Subject: Re: svn commit: r904921 - in >>> /ofbiz/trunk/framework/base/src/org/ofbiz/base: test/BaseUnitTests.java >>> util/string/UelUtil.java >>> To: dev@ofb

Re: svn commit: r904921 - in /ofbiz/trunk/framework/base/src/org/ofbiz/base: test/BaseUnitTests.java util/string/UelUtil.java

2010-01-30 Thread Adam Heath
Adrian Crum wrote: > --- On Sat, 1/30/10, Adam Heath wrote: >> From: Adam Heath >> Subject: Re: svn commit: r904921 - in >> /ofbiz/trunk/framework/base/src/org/ofbiz/base: test/BaseUnitTests.java >> util/string/UelUtil.java >> To: dev@ofbiz.apache.org >> Date: Saturday, January 30, 2010, 4:57 P

Re: svn commit: r904921 - in /ofbiz/trunk/framework/base/src/org/ofbiz/base: test/BaseUnitTests.java util/string/UelUtil.java

2010-01-30 Thread Adrian Crum
--- On Sat, 1/30/10, Adam Heath wrote: > From: Adam Heath > Subject: Re: svn commit: r904921 - in > /ofbiz/trunk/framework/base/src/org/ofbiz/base: test/BaseUnitTests.java > util/string/UelUtil.java > To: dev@ofbiz.apache.org > Date: Saturday, January 30, 2010, 4:57 PM > Adrian Crum wrote: > >>

Re: svn commit: r904921 - in /ofbiz/trunk/framework/base/src/org/ofbiz/base: test/BaseUnitTests.java util/string/UelUtil.java

2010-01-30 Thread Adam Heath
Adrian Crum wrote: >> If you really need to modify variable, then change the >> generics markup >> on context. > > I appreciate the review and comments, but I think you're not understanding > the integration. I can't change the method signature because it is part of > the JSR 245 specification,

Re: svn commit: r904921 - in /ofbiz/trunk/framework/base/src/org/ofbiz/base: test/BaseUnitTests.java util/string/UelUtil.java

2010-01-30 Thread Adrian Crum
--- On Sat, 1/30/10, Adrian Crum wrote: > From: Adrian Crum > Subject: Re: svn commit: r904921 - in > /ofbiz/trunk/framework/base/src/org/ofbiz/base: test/BaseUnitTests.java > util/string/UelUtil.java > To: dev@ofbiz.apache.org > Date: Saturday, January 30, 2010, 4:45 PM > --- On Sat, 1/30/10,

Re: svn commit: r904921 - in /ofbiz/trunk/framework/base/src/org/ofbiz/base: test/BaseUnitTests.java util/string/UelUtil.java

2010-01-30 Thread Adrian Crum
--- On Sat, 1/30/10, Adam Heath wrote: > Subject: Re: svn commit: r904921 - in > /ofbiz/trunk/framework/base/src/org/ofbiz/base: test/BaseUnitTests.java > util/string/UelUtil.java > To: dev@ofbiz.apache.org > Date: Saturday, January 30, 2010, 4:36 PM > adri...@apache.org > wrote: > > Author: adr

Re: svn commit: r904921 - in /ofbiz/trunk/framework/base/src/org/ofbiz/base: test/BaseUnitTests.java util/string/UelUtil.java

2010-01-30 Thread Adam Heath
adri...@apache.org wrote: > Author: adrianc > Date: Sun Jan 31 00:08:14 2010 > New Revision: 904921 > > URL: http://svn.apache.org/viewvc?rev=904921&view=rev > Log: > Some changes to the UEL integration. While attempting to upgrade the JUEL > library, some flaws in my original code were exposed.

Re: Rev 816083

2010-01-30 Thread Tim Ruppert
Yep - certainly did. Now, I guess the question is why was that added there? Committer of 816083, this was a giant commit, but if you can remember, please dive in here since it was your commit, so that maybe we can help to push the include of that groovy script to the appropriate spot. Cheers,

Rev 816083

2010-01-30 Thread Adrian Crum
Rev 816083 introduced a framework dependency on applications. See the change to framework/common/widget/CommonScreens.xml. -Adrian

Re: ofbiz.org domain and all the infra around it

2010-01-30 Thread Tim Ruppert
Alright everyone - today's the day. Accounts will be turned off and the OFBiz services on the HotWax / Contegix server will stop somewhat abruptly. There are a few pages that need to be updated with the new location / links to everything, but I'm sure those will get fixed as people have the ne