[
https://issues.apache.org/jira/browse/OFBIZ-3371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Scott Gray closed OFBIZ-3371.
-
Resolution: Fixed
Fix Version/s: SVN trunk
Thanks Bob, I've committed the fix in r899860 and the g
[
https://issues.apache.org/jira/browse/OFBIZ-3371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Scott Gray reassigned OFBIZ-3371:
-
Assignee: Scott Gray
> FinAccountHelper.getBalance attempts to filter withdrawl transactions by
[
https://issues.apache.org/jira/browse/OFBIZ-3376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Scott Gray closed OFBIZ-3376.
-
Resolution: Fixed
Fix Version/s: SVN trunk
Release Branch 9.04
Thanks Ruth, fix
[
https://issues.apache.org/jira/browse/OFBIZ-3376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Scott Gray reassigned OFBIZ-3376:
-
Assignee: Scott Gray
> RomeEventHandler.java throws java.lang.NullPointerException
>
[
https://issues.apache.org/jira/browse/OFBIZ-3390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12801021#action_12801021
]
Scott Gray commented on OFBIZ-3390:
---
Steps to reproduce please
> The add address feature
[
https://issues.apache.org/jira/browse/OFBIZ-3403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Scott Gray closed OFBIZ-3403.
-
Resolution: Invalid
Closing as invalid.
Erwan, if you are able to provide steps to reproduce the problem
[
https://issues.apache.org/jira/browse/OFBIZ-3404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Scott Gray closed OFBIZ-3404.
-
Resolution: Fixed
Fix Version/s: Release Branch 9.04
Thanks Chris, fixed in r899842
> create-comp
[
https://issues.apache.org/jira/browse/OFBIZ-3404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Scott Gray reassigned OFBIZ-3404:
-
Assignee: Scott Gray
> create-component creates invalid build.xml
> -
[
https://issues.apache.org/jira/browse/OFBIZ-3406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Scott Gray updated OFBIZ-3406:
--
Issue Type: Improvement (was: Bug)
> Adding party relationship roles - error message is confusing.
> -
On Jan 15, 2010, at 2:33 PM, Adam Heath wrote:
> David E Jones wrote:
>> On Jan 15, 2010, at 2:12 PM, Adam Heath wrote:
>>
>>> Adrian Crum wrote:
Adam Heath wrote:
> Adam Heath wrote:
>> T result = Controller.runWith(data, new Callable() {
>> public T call() throws Exception {
David E Jones wrote:
> On Jan 15, 2010, at 2:12 PM, Adam Heath wrote:
>
>> Adrian Crum wrote:
>>> Adam Heath wrote:
Adam Heath wrote:
> T result = Controller.runWith(data, new Callable() {
>public T call() throws Exception {
>// code
>return null;
>
Adam Heath wrote:
==
---
ofbiz/trunk/framework/minilang/src/org/ofbiz/minilang/method/envops/Loop.java
(original)
+++
ofbiz/trunk/framework/minilang/src/org/ofbiz/minilang/method/envops/Loop.java
Fri Jan 15 08:14:39 2010
On Jan 15, 2010, at 2:12 PM, Adam Heath wrote:
> Adrian Crum wrote:
>> Adam Heath wrote:
>>> Adam Heath wrote:
T result = Controller.runWith(data, new Callable() {
public T call() throws Exception {
// code
return null;
}
});
>>>
>>> I've actuall
Adam Heath wrote:
Adrian Crum wrote:
Adam Heath wrote:
Adam Heath wrote:
T result = Controller.runWith(data, new Callable() {
public T call() throws Exception {
// code
return null;
}
});
I've actually attempted this, and while I think the implementation of
this patter
Adrian Crum wrote:
> Adam Heath wrote:
>> Adam Heath wrote:
>>> T result = Controller.runWith(data, new Callable() {
>>> public T call() throws Exception {
>>> // code
>>> return null;
>>> }
>>> });
>>
>> I've actually attempted this, and while I think the implementation of
>>> ==
>>>
>>> ---
>>> ofbiz/trunk/framework/minilang/src/org/ofbiz/minilang/method/envops/Loop.java
>>> (original)
>>> +++
>>> ofbiz/trunk/framework/minilang/src/org/ofbiz/minilang/method/envops/Loop.java
>>> Fri Jan 15 08
[
https://issues.apache.org/jira/browse/OFBIZ-2974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Scott Gray updated OFBIZ-2974:
--
Fix Version/s: Release Branch 9.04
> JobManager.reloadCrashedJobs fails to reload crashed jobs
> --
[
https://issues.apache.org/jira/browse/OFBIZ-2974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12800800#action_12800800
]
Scott Gray commented on OFBIZ-2974:
---
Also fixed in 9.04 r899718
> JobManager.reloadCrash
The Buildbot has detected a restored build of ofbiz-branch9 on ASF Buildbot.
Full details are available at:
http://ci.apache.org/builders/ofbiz-branch9/builds/90
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: isis_ubuntu
Build Reason:
Build Source Stamp: [branch ofbiz/branches/
[
https://issues.apache.org/jira/browse/OFBIZ-2974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Scott Gray closed OFBIZ-2974.
-
Resolution: Fixed
Fix Version/s: SVN trunk
Fixed in r899716
> JobManager.reloadCrashedJobs fails
[
https://issues.apache.org/jira/browse/OFBIZ-2974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Scott Gray reassigned OFBIZ-2974:
-
Assignee: Scott Gray
> JobManager.reloadCrashedJobs fails to reload crashed jobs
> --
Adam Heath wrote:
Adam Heath wrote:
T result = Controller.runWith(data, new Callable() {
public T call() throws Exception {
// code
return null;
}
});
I've actually attempted this, and while I think the implementation of
this pattern is simple, actually *using* it in hi
Yeah,
I agree with both of you. In rev. 899689 I have fixed this. I have tried to
improve the warning message but if you can find a better one (or if you think
it should be logged at error level) feel free to change it.
Thank you for the feedback,
Jacopo
On Jan 15, 2010, at 5:15 PM, Adrian
Adam Heath wrote:
jaco...@apache.org wrote:
Author: jacopoc
Date: Fri Jan 15 08:14:39 2010
New Revision: 899557
URL: http://svn.apache.org/viewvc?rev=899557&view=rev
Log:
Based on suggestion by Adam Heath, the warning message is logged only if the
count is negative; if the count is zero the ne
jaco...@apache.org wrote:
> Author: jacopoc
> Date: Fri Jan 15 08:14:39 2010
> New Revision: 899557
>
> URL: http://svn.apache.org/viewvc?rev=899557&view=rev
> Log:
> Based on suggestion by Adam Heath, the warning message is logged only if the
> count is negative; if the count is zero the next fo
Thanks Erwan
Regards
Scott
HotWax Media
http://www.hotwaxmedia.com
On 15/01/2010, at 3:16 AM, Erwan de FERRIERES wrote:
Le 15/01/2010 01:10, Scott Gray a écrit :
On 14/01/2010, at 1:50 AM, er...@apache.org wrote:
Author: erwan
Date: Thu Jan 14 08:50:56 2010
New Revision: 899120
URL: htt
Le 15/01/2010 01:10, Scott Gray a écrit :
On 14/01/2010, at 1:50 AM, er...@apache.org wrote:
Author: erwan
Date: Thu Jan 14 08:50:56 2010
New Revision: 899120
URL: http://svn.apache.org/viewvc?rev=899120&view=rev
Log:
Committing OFBIZ-3319 "reduced patch"
Keep in mind that a jira ID is not
[
https://issues.apache.org/jira/browse/OFBIZ-3412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Erwan de FERRIERES reassigned OFBIZ-3412:
-
Assignee: Erwan de FERRIERES
> WebTools Labels - DE Translation of latest trunk v
[
https://issues.apache.org/jira/browse/OFBIZ-3412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Carsten Schinzer updated OFBIZ-3412:
Attachment: OFBIZ-3412_WebTools Labels - DE Translation of latest trunk
version.patch
> We
WebTools Labels - DE Translation of latest trunk version
Key: OFBIZ-3412
URL: https://issues.apache.org/jira/browse/OFBIZ-3412
Project: OFBiz
Issue Type: Improvement
Componen
[
https://issues.apache.org/jira/browse/OFBIZ-3381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Erwan de FERRIERES closed OFBIZ-3381.
-
Resolution: Fixed
Included at rev. 899560
> Update of the geolocation screen in party
>
On Jan 14, 2010, at 6:22 PM, Adam Heath wrote:
> jaco...@apache.org wrote:
>> Modified:
>> ofbiz/trunk/framework/minilang/src/org/ofbiz/minilang/method/envops/Loop.java
>> URL:
>> http://svn.apache.org/viewvc/ofbiz/trunk/framework/minilang/src/org/ofbiz/minilang/method/envops/Loop.java?rev=89911
32 matches
Mail list logo