Re: Upgrading to 12.04 send-redirect seems broken

2013-06-12 Thread Jacques Le Roux
Great Skip, could you please provide a patch rather (against trunk would be better)? https://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Contributors+Best+Practices Thanks Jacques From: "Skip" > Created a Jira at OFBIZ-5220 that includes a fix for the problem. > > -Original Messag

RE: Upgrading to 12.04 - Help

2013-06-12 Thread Skip
Thanks Adrian and Christian for your responses. Turns out that the problem was a transaction begin/end around the findListIteratorByCondition. In the past, you got an exception if you did not do this. So, in case anyone else has this problem, if you have code like this: TransactionUtil.begin();