Re: Demo Site Down?

2010-02-05 Thread Sam Hamilton
Ah that explains it! Thanks Hans Cheers Sam On 06/02/2010 15:44, Hans Bakker wrote: > i just upgraded the revision > > On Sat, 2010-02-06 at 15:38 +0800, Sam Hamilton wrote: >> Hey Guys, >> >> The demo site is down right now - I am getting a 503 "Service >> Temporarily Unavailable" error wh

[jira] Created: (OFBIZ-3447) eBay Store - Export Product Listings Formating Bug

2010-02-05 Thread Sam Hamilton (JIRA)
eBay Store - Export Product Listings Formating Bug -- Key: OFBIZ-3447 URL: https://issues.apache.org/jira/browse/OFBIZ-3447 Project: OFBiz Issue Type: Bug Affects Versions: SVN trunk

Re: Demo Site Down?

2010-02-05 Thread Hans Bakker
i just upgraded the revision On Sat, 2010-02-06 at 15:38 +0800, Sam Hamilton wrote: > Hey Guys, > > The demo site is down right now - I am getting a 503 "Service > Temporarily Unavailable" error when trying to get to > https://ofbiz-vm.apache.org/catalog/control/login/main?USERNAME=admin&PASS

Demo Site Down?

2010-02-05 Thread Sam Hamilton
Hey Guys, The demo site is down right now - I am getting a 503 "Service Temporarily Unavailable" error when trying to get to https://ofbiz-vm.apache.org/catalog/control/login/main?USERNAME=admin&PASSWORD=ofbiz&JavaScriptEnabled=Y Is it updating itself or is it really down? Also wondering now that

[jira] Closed: (OFBIZ-3437) Conversion of one page checkout events to services

2010-02-05 Thread Ashish Vijaywargiya (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashish Vijaywargiya closed OFBIZ-3437. -- Resolution: Fixed Thanks Pranay for the contribution - Done at r907181. Thanks Arun! -

Re: style issues(show me the code)

2010-02-05 Thread Jacopo Cappellato
On Feb 5, 2010, at 10:47 PM, Adam Heath wrote: > > checkstyle(which is the LGPL thing being discussed) needs to be run on > each developers workstation; that's the best place to have it > effective. If each developer were required to download the library, > then that would be a pain in the ass.

Re: style issues(show me the code)

2010-02-05 Thread Raj Saini
There are other Apache projects using checkstyle but not sure how. See the tiles link below. http://tiles.apache.org/2.0/framework/tiles-jsp/checkstyle.html For code coverage you can use Clover which is commercial but they give the free developer license to open source project similar to the

Re: Shipping returns broken?

2010-02-05 Thread Adam Heath
Tim Ruppert wrote: > I'll ask around and see if we're doing exactly this workflow. I know for a > fact that we are utilizing Google Checkout and returns are being processed no > problem. Nonono. Googlecheckout is not being used. It's just existing at specialpurpose/googlecheckout. > > Cheer

Re: [Fwd: JAMES Server Nightly Build Report]

2010-02-05 Thread David E Jones
That is true. The closest thing we've done in the ASF is a test release during incubation, which was one of the requirements to "graduate". Very early in the life of OFBiz there were a few "official" releases, but that practice didn't last long. -David On Feb 5, 2010, at 8:22 PM, Scott Gray

Re: [Fwd: JAMES Server Nightly Build Report]

2010-02-05 Thread Scott Gray
All OFBiz has is nightly builds, we have release branches but we've never done a formal official release. Regards Scott HotWax Media http://www.hotwaxmedia.com On 5/02/2010, at 4:52 PM, BJ Freeman wrote: > nightly builds are not for the consuming public but for testers who's > job it is to ban

Re: [Fwd: JAMES Server Nightly Build Report]

2010-02-05 Thread Scott Gray
On 5/02/2010, at 2:39 PM, Ean Schuessler wrote: > Adam Heath wrote: >> I vote no for this, until there are more test cases. Ofbiz is still >> buggy, with old functionality being broken, or new functionality not >> even being tested. >> > I really do agree. It jumped out at me recently that we do

Re: svn commit: r906973 - /ofbiz/trunk/framework/widget/src/org/ofbiz/widget/form/ModelForm.java

2010-02-05 Thread David E Jones
Thanks for doing this Erwan! Based on a read through this diff, this approach looks good, and consistent with what was discussed on the list. -David On Feb 5, 2010, at 9:31 AM, er...@apache.org wrote: > Author: erwan > Date: Fri Feb 5 15:31:48 2010 > New Revision: 906973 > > URL: http://svn

Re: Shipping returns broken?

2010-02-05 Thread Tim Ruppert
I'll ask around and see if we're doing exactly this workflow. I know for a fact that we are utilizing Google Checkout and returns are being processed no problem. Cheers, Ruppert -- Tim Ruppert HotWax Media http://www.hotwaxmedia.com o:801.649.6594 f:801.649.6595 On Feb 5, 2010, at 2:18 PM, Ea

Re: [Fwd: JAMES Server Nightly Build Report]

2010-02-05 Thread BJ Freeman
nightly builds are not for the consuming public but for testers who's job it is to bang away on the application and try to break it. so they just download an run the build. They probably are not even developers, just testers Ean Schuessler sent the following on 2/5/2010 1:39 PM: > Adam Heath wro

Re: svn commit: r906020 - /ofbiz/trunk/framework/example/widget/example/CommonScreens.xml

2010-02-05 Thread Adrian Crum
--- On Wed, 2/3/10, Erwan de FERRIERES wrote: > From: Erwan de FERRIERES > Subject: Re: svn commit: r906020 - > /ofbiz/trunk/framework/example/widget/example/CommonScreens.xml > To: dev@ofbiz.apache.org > Date: Wednesday, February 3, 2010, 11:16 AM > Le 03/02/2010 16:56, Erwan de > FERRIERES a

getReturnableQuantity

2010-02-05 Thread Ean Schuessler
I've been studying this service and I'm not sure I understand some of the motivation. The code checks the original order quantity and adjusts the quantity based on how many items have been returned. It does not, however, check the number of items that are available to promise or that are on hand. I

Re: [Fwd: JAMES Server Nightly Build Report]

2010-02-05 Thread BJ Freeman
Adam we had this before the move to the infra. I have been making comments since 2004 about bugs and fixes. I got tired of pushing against those that wanted to say it was ok the way it was and do it on mine. Stability is paramount to me. trouble is by the time I have tested mine there changes that

Re: style issues(show me the code)

2010-02-05 Thread Adam Heath
Ean Schuessler wrote: > Adam Heath wrote: >> Sorry, no, it's LGPL. >> > Do the test suites have to be checked in to the repository? We do use > JIRA for bugtracking. checkstyle(which is the LGPL thing being discussed) needs to be run on each developers workstation; that's the best place to have

Re: style issues(show me the code)

2010-02-05 Thread Ean Schuessler
Adam Heath wrote: > Sorry, no, it's LGPL. > Do the test suites have to be checked in to the repository? We do use JIRA for bugtracking. -- Ean Schuessler, CTO e...@brainfood.com 214-720-0700 x 315 Brainfood, Inc. http://www.brainfood.com

Re: [Fwd: JAMES Server Nightly Build Report]

2010-02-05 Thread Ean Schuessler
Adam Heath wrote: > I vote no for this, until there are more test cases. Ofbiz is still > buggy, with old functionality being broken, or new functionality not > even being tested. > I really do agree. It jumped out at me recently that we don't have a download link for a "known to be working" bu

Re: svn commit: r905876 [1/7] - in /ofbiz/trunk: applications/commonext/documents/ specialpurpose/ specialpurpose/ebay/ specialpurpose/ebay/config/ specialpurpose/ebay/data/ specialpurpose/ebay/data/h

2010-02-05 Thread Ean Schuessler
I think Dale Carnegie said "criticize circumstances and compliment people". David E Jones wrote: > If it has nothing to do with any person in particular, then there should be > no need to refer to a person, not even in a way that attempts to disguise the > fact that you are referring to a person

Re: Shipping returns broken?

2010-02-05 Thread Ean Schuessler
Adam Heath wrote: > Tim Ruppert wrote: > >> I haven't looked at it myself recently Ean, but I'm pretty darn sure that we >> are processing returns, thru Google Checkout, on a version that's at least >> branched from around the beginning of December. >> > Try processing a vendor return, th

Re: style issues(show me the code)

2010-02-05 Thread Adam Heath
Erwan de FERRIERES wrote: > Le 05/02/2010 17:20, Adam Heath a écrit : > >> pps: Upon further scanning, PMD doesn't appear to do space checks. >> Bother. So I am still looking for something to do that. >> > space checks can be made by checkstyle : > http://checkstyle.sourceforge.net/config_whitesp

[jira] Updated: (OFBIZ-3442) Replace popup lookups by layer lookups

2010-02-05 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux updated OFBIZ-3442: --- Attachment: OFBIZ-3442 replace popup lookups by layered lookups.patch Previous patch version

Re: style issues(show me the code)

2010-02-05 Thread Erwan de FERRIERES
Le 05/02/2010 17:20, Adam Heath a écrit : pps: Upon further scanning, PMD doesn't appear to do space checks. Bother. So I am still looking for something to do that. space checks can be made by checkstyle : http://checkstyle.sourceforge.net/config_whitespace.html -- Erwan de FERRIERES www.ner

Re: style issues(show me the code)

2010-02-05 Thread Adam Heath
Adam Heath wrote: > Scott Gray wrote: >> On 4/02/2010, at 11:41 PM, Adam Heath wrote: >> >>> I'll also be looking for java code formatting tools; anyone have any >>> suggestions that are apache compatible(has to be free, won't use >>> commercial things at all(don't get me started on confluence)). >

Re: [Fwd: JAMES Server Nightly Build Report]

2010-02-05 Thread Adam Heath
BJ Freeman wrote: > this is how james deals with nightly builds. > so it is possible with in the apache infra > > > Original Message > Subject: JAMES Server Nightly Build Report > Date: Fri, 5 Feb 2010 03:34:48 -0500 (EST) > From: JAMES Nightly Build System > Reply-To: James De

[jira] Closed: (OFBIZ-3444) Align lists items having a "use-when" in fields

2010-02-05 Thread Erwan de FERRIERES (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erwan de FERRIERES closed OFBIZ-3444. - Resolution: Fixed Done at rev 906973 > Align lists items having a "use-when" in fields >

[jira] Assigned: (OFBIZ-3442) Replace popup lookups by layer lookups

2010-02-05 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux reassigned OFBIZ-3442: -- Assignee: Jacques Le Roux > Replace popup lookups by layer lookups > --

Re: svn commit: r906910 - in /ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions: category/EditCategory.groovy config/EditProductConfigItemContent.groovy

2010-02-05 Thread Adrian Crum
Jacopo, Actually, this had nothing to do with the recent refactoring. Creating an instance of FlexibleStringExpander via the new operator has been disabled for more than a year. -Adrian jaco...@apache.org wrote: Author: jacopoc Date: Fri Feb 5 12:04:34 2010 New Revision: 906910 URL: http:

[jira] Created: (OFBIZ-3446) Allow to open a layer lookup from a layer lookup

2010-02-05 Thread Jacques Le Roux (JIRA)
Allow to open a layer lookup from a layer lookup Key: OFBIZ-3446 URL: https://issues.apache.org/jira/browse/OFBIZ-3446 Project: OFBiz Issue Type: Sub-task Reporter: Jacques Le Roux

[jira] Updated: (OFBIZ-3374) UI upgrade, new lookups

2010-02-05 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux updated OFBIZ-3374: --- Issue Type: Sub-task (was: Improvement) Parent: OFBIZ-3445 > UI upgrade, new lookups

[jira] Updated: (OFBIZ-3441) New Lookup Layer - Click and Close

2010-02-05 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux updated OFBIZ-3441: --- Issue Type: Sub-task (was: Improvement) Parent: OFBIZ-3445 > New Lookup Layer - Clic

[jira] Updated: (OFBIZ-3430) The positioning mechanism of the new lookups is only working with the bizznesstime theme

2010-02-05 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux updated OFBIZ-3430: --- Issue Type: Sub-task (was: Bug) Parent: OFBIZ-3445 > The positioning mechanism of th

[jira] Updated: (OFBIZ-3442) Replace popup lookups by layer lookups

2010-02-05 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux updated OFBIZ-3442: --- Issue Type: Sub-task (was: Improvement) Parent: OFBIZ-3445 > Replace popup lookups b

[jira] Updated: (OFBIZ-3445) Layer popup umbrella main task

2010-02-05 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux updated OFBIZ-3445: --- Description: Nothing particular in this task, only to group related subtasks for a bett

[jira] Created: (OFBIZ-3445) Layer popup umbrella main task

2010-02-05 Thread Jacques Le Roux (JIRA)
Layer popup umbrella main task -- Key: OFBIZ-3445 URL: https://issues.apache.org/jira/browse/OFBIZ-3445 Project: OFBiz Issue Type: Task Components: ALL COMPONENTS Reporter: Jacques Le Roux

[jira] Updated: (OFBIZ-3444) Align lists items having a "use-when" in fields

2010-02-05 Thread Erwan de FERRIERES (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erwan de FERRIERES updated OFBIZ-3444: -- Attachment: OFBIZ-3444.diff > Align lists items having a "use-when" in fields > ---

[jira] Created: (OFBIZ-3444) Align lists items having a "use-when" in fields

2010-02-05 Thread Erwan de FERRIERES (JIRA)
Align lists items having a "use-when" in fields --- Key: OFBIZ-3444 URL: https://issues.apache.org/jira/browse/OFBIZ-3444 Project: OFBiz Issue Type: Improvement Components: ALL COMPONENTS

[jira] Updated: (OFBIZ-3444) Align lists items having a "use-when" in fields

2010-02-05 Thread Erwan de FERRIERES (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erwan de FERRIERES updated OFBIZ-3444: -- Attachment: lists_working.png lists_not_working.png The screenshots >

Re: svn commit: r905876 [1/7] - in /ofbiz/trunk: applications/commonext/documents/ specialpurpose/ specialpurpose/ebay/ specialpurpose/ebay/config/ specialpurpose/ebay/data/ specialpurpose/ebay/data/h

2010-02-05 Thread Jacques Le Roux
I believe Tim has been touched by Heathenism (don't give names) but others don't :D Jacques From: "Jacopo Cappellato" Ok, I arrived too late! :-) Jacopo On Feb 5, 2010, at 3:29 PM, Jacopo Cappellato wrote: On Feb 5, 2010, at 3:21 PM, Tim Ruppert wrote: Just trying to not be personal -

Re: svn commit: r905876 [1/7] - in /ofbiz/trunk: applications/commonext/documents/ specialpurpose/ specialpurpose/ebay/ specialpurpose/ebay/config/ specialpurpose/ebay/data/ specialpurpose/ebay/data/h

2010-02-05 Thread Tim Ruppert
Too late - at least then we can discuss it without the other baggage in the thread. Anyways, the message is across so hopefully we can have that laid out so we can let the feature comparison begin! Looking forward to getting this resolved ASAP. Cheers, Ruppert On Feb 5, 2010, at 7:29 AM, Jac

Re: svn commit: r905876 [1/7] - in /ofbiz/trunk: applications/commonext/documents/ specialpurpose/ specialpurpose/ebay/ specialpurpose/ebay/config/ specialpurpose/ebay/data/ specialpurpose/ebay/data/h

2010-02-05 Thread Jacopo Cappellato
Ok, I arrived too late! :-) Jacopo On Feb 5, 2010, at 3:29 PM, Jacopo Cappellato wrote: > > On Feb 5, 2010, at 3:21 PM, Tim Ruppert wrote: > >> Just trying to not be personal - there is no attack in any message that's >> been sent. I was asked not to refer to people directly - so I have done

Re: svn commit: r905876 [1/7] - in /ofbiz/trunk: applications/commonext/documents/ specialpurpose/ specialpurpose/ebay/ specialpurpose/ebay/config/ specialpurpose/ebay/data/ specialpurpose/ebay/data/h

2010-02-05 Thread Jacopo Cappellato
On Feb 5, 2010, at 3:21 PM, Tim Ruppert wrote: > Just trying to not be personal - there is no attack in any message that's > been sent. I was asked not to refer to people directly - so I have done > that. I'll resend the message removing these words as well so that hopeful > we can stop talk

Re: svn commit: r905876 [1/7] - in /ofbiz/trunk: applications/commonext/documents/ specialpurpose/ specialpurpose/ebay/ specialpurpose/ebay/config/ specialpurpose/ebay/data/ specialpurpose/ebay/data/h

2010-02-05 Thread Tim Ruppert
Responding to this message - per Jacopo and David's request. Hopefully this gets us back to discussing how we can go about fixing the ambiguity that has been introduced and will push us to a consolidated front on these features: --- My recommendation - even at this point - is that we start to

Re: svn commit: r905876 [1/7] - in /ofbiz/trunk: applications/commonext/documents/ specialpurpose/ specialpurpose/ebay/ specialpurpose/ebay/config/ specialpurpose/ebay/data/ specialpurpose/ebay/data/h

2010-02-05 Thread Jacopo Cappellato
On Feb 5, 2010, at 2:12 PM, Tim Ruppert wrote: > My recommendation - even at this point - is that we start to have a > discussion about all of the things this new component does, and the people > who are using the old one can put all of their feature coverage on the table > - then we can discus

Re: svn commit: r905876 [1/7] - in /ofbiz/trunk: applications/commonext/documents/ specialpurpose/ specialpurpose/ebay/ specialpurpose/ebay/config/ specialpurpose/ebay/data/ specialpurpose/ebay/data/h

2010-02-05 Thread Tim Ruppert
Just trying to not be personal - there is no attack in any message that's been sent. I was asked not to refer to people directly - so I have done that. I'll resend the message removing these words as well so that hopeful we can stop talking about "feelings" and can get directly to talking abou

Re: svn commit: r905876 [1/7] - in /ofbiz/trunk: applications/commonext/documents/ specialpurpose/ specialpurpose/ebay/ specialpurpose/ebay/config/ specialpurpose/ebay/data/ specialpurpose/ebay/data/h

2010-02-05 Thread Jacopo Cappellato
On Feb 5, 2010, at 2:12 PM, Tim Ruppert wrote: > I hope that clarifies the stance and the use of the words "fellow committer" > - not trying to be condescending - just really trying to avoid the consistent > "personal attack" vibe around here since this has nothing to do with any > person in p

Re: svn commit: r905876 [1/7] - in /ofbiz/trunk: applications/commonext/documents/ specialpurpose/ specialpurpose/ebay/ specialpurpose/ebay/config/ specialpurpose/ebay/data/ specialpurpose/ebay/data/h

2010-02-05 Thread David E Jones
If it has nothing to do with any person in particular, then there should be no need to refer to a person, not even in a way that attempts to disguise the fact that you are referring to a person like writing "Fellow Committer". When you use those words you ARE in fact talking about a person, and

Re: Community Interactions (was Re: svn commit: r905878 - in /ofbiz/trunk/specialpurpose: ebay/build.xml ebaystore/ofbiz-component.xml)

2010-02-05 Thread Tim Ruppert
Sorry - writing on mobile devices while traveling is never a good idea - guess I need one of those messages that tries to apologies for having fingers bigger than a mobile keyboard :) - here's what I was saying without all of the duh built in: >> My fellow committer (this time you are that fell

Re: svn commit: r905876 [1/7] - in /ofbiz/trunk: applications/commonext/documents/ specialpurpose/ specialpurpose/ebay/ specialpurpose/ebay/config/ specialpurpose/ebay/data/ specialpurpose/ebay/data/h

2010-02-05 Thread Tim Ruppert
Fellow committer is in direct response to being clear that it doesn't matter who I'm talking to - Hans, Adam, Scott, David, etc. I'm not calling out a person in particular - only calling out the committer who instead of giving us an improved ebay component has decided to give everyone both a ne

Re: svn commit: r905876 [1/7] - in /ofbiz/trunk: applications/commonext/documents/ specialpurpose/ specialpurpose/ebay/ specialpurpose/ebay/config/ specialpurpose/ebay/data/ specialpurpose/ebay/data/h

2010-02-05 Thread Tim Ruppert
Still not an excuse - how about an email before you are "too far down the road" that began to ask about the current implementation and what you were planning on doing? That alone would have likely done two things: 1. Forced the community to better document the current implementation. 2. Forced

Re: ERROR: EditCategory screen

2010-02-05 Thread Rishi Solanki
This has been addressed and fix by Abdulah Shaikh in OFBIZ-3443. He uses FlexibleStringExpander.getInstance() for getting new instance. Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Fri, Feb 5, 2010 at 2:12 PM, Chatree Srichart wrote: > Hi, All > > I found an error in l

[jira] Closed: (OFBIZ-3443) Creating instance of abstract class org.ofbiz.base.util.string.FlexibleStringExpander

2010-02-05 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato closed OFBIZ-3443. Resolution: Fixed Thank you Abdullah, your patch is in rev. 906910 > Creating instance of

[jira] Assigned: (OFBIZ-3443) Creating instance of abstract class org.ofbiz.base.util.string.FlexibleStringExpander

2010-02-05 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato reassigned OFBIZ-3443: Assignee: Jacopo Cappellato > Creating instance of abstract class > org.ofbiz.base

[jira] Updated: (OFBIZ-3443) Creating instance of abstract class org.ofbiz.base.util.string.FlexibleStringExpander

2010-02-05 Thread Abdullah Shaikh (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abdullah Shaikh updated OFBIZ-3443: --- Attachment: OFBIZ-3443_Creating instance of abstract class.patch I have changed the line fil

[jira] Created: (OFBIZ-3443) Creating instance of abstract class org.ofbiz.base.util.string.FlexibleStringExpander

2010-02-05 Thread Abdullah Shaikh (JIRA)
Creating instance of abstract class org.ofbiz.base.util.string.FlexibleStringExpander - Key: OFBIZ-3443 URL: https://issues.apache.org/jira/browse/OFBIZ-3443 Project:

[jira] Commented: (OFBIZ-3441) New Lookup Layer - Click and Close

2010-02-05 Thread Sascha Rodekamp (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12830050#action_12830050 ] Sascha Rodekamp commented on OFBIZ-3441: Thanks Jacques > New Lookup Layer - Click

[jira] Issue Comment Edited: (OFBIZ-3430) The positioning mechanism of the new lookups is only working with the bizznesstime theme

2010-02-05 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12830038#action_12830038 ] Jacques Le Roux edited comment on OFBIZ-3430 at 2/5/10 10:36 AM:

[jira] Commented: (OFBIZ-3442) Replace popup lookups by layer lookups

2010-02-05 Thread Sascha Rodekamp (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12830046#action_12830046 ] Sascha Rodekamp commented on OFBIZ-3442: ui quiet a big one :-D. I will have a loo

[jira] Closed: (OFBIZ-3441) New Lookup Layer - Click and Close

2010-02-05 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-3441. -- Resolution: Fixed Assignee: Jacques Le Roux Thanks Sascha, Your patch is in trunk at r90

[jira] Commented: (OFBIZ-3430) The positioning mechanism of the new lookups is only working with the bizznesstime theme

2010-02-05 Thread Sascha Rodekamp (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12830042#action_12830042 ] Sascha Rodekamp commented on OFBIZ-3430: Jep this good to hear. so let's see what

[jira] Commented: (OFBIZ-3430) The positioning mechanism of the new lookups is only working with the bizznesstime theme

2010-02-05 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12830038#action_12830038 ] Jacques Le Roux commented on OFBIZ-3430: Hi Sascha, I use the lookup layer 2 in a

Re: JAMES Server Nightly Build Report]

2010-02-05 Thread Jacques Le Roux
Thanks BJ, This will certanly help. I whish I would have more time to help, but for the moment, it's not possible yet :/ Jacques From: "BJ Freeman" this is how james deals with nightly builds. so it is possible with in the apache infra Original Message Subject: JAMES Serv

Replace popup lookups by layered lokoups

2010-02-05 Thread Jacques Le Roux
Hi, I have created a Jira issue https://issues.apache.org/jira/browse/OFBIZ-3442 with a patch intented to replace popup lookups by layered lokoups, ie lookups Ajaxified, like was the calendar about one year ago. A special thanks to Sascha Rodekamp for his continued good work on this Please te

[jira] Updated: (OFBIZ-3442) Replace popup lookups by layer lookups

2010-02-05 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux updated OFBIZ-3442: --- Attachment: OFBIZ-3442 replace popup lookups by layered lookups.patch > Replace popup lookups

[jira] Created: (OFBIZ-3442) Replace popup lookups by layer lookups

2010-02-05 Thread Jacques Le Roux (JIRA)
Replace popup lookups by layer lookups -- Key: OFBIZ-3442 URL: https://issues.apache.org/jira/browse/OFBIZ-3442 Project: OFBiz Issue Type: Improvement Components: ALL COMPONENTS Repor

Re: ERROR: EditCategory screen

2010-02-05 Thread Rishi Solanki
On line 45 change to line to; new FlexibleStringExpander.VarElem() or new FlexibleStringExpander.CurrElem() will fix the page rendering but not sure which is appropriate. Adrian can give more light on this. Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Fri, Feb 5, 2010 a

[Fwd: JAMES Server Nightly Build Report]

2010-02-05 Thread BJ Freeman
this is how james deals with nightly builds. so it is possible with in the apache infra Original Message Subject: JAMES Server Nightly Build Report Date: Fri, 5 Feb 2010 03:34:48 -0500 (EST) From: JAMES Nightly Build System Reply-To: James Developers List To: JAMES Server Deve

[jira] Commented: (OFBIZ-3430) The positioning mechanism of the new lookups is only working with the bizznesstime theme

2010-02-05 Thread Sascha Rodekamp (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12830017#action_12830017 ] Sascha Rodekamp commented on OFBIZ-3430: Hi Jacques, yes good work. Thanks for the

[jira] Created: (OFBIZ-3441) New Lookup Layer - Click and Close

2010-02-05 Thread Sascha Rodekamp (JIRA)
New Lookup Layer - Click and Close --- Key: OFBIZ-3441 URL: https://issues.apache.org/jira/browse/OFBIZ-3441 Project: OFBiz Issue Type: Improvement Components: framework Affects Versions: SVN tr

[jira] Updated: (OFBIZ-3441) New Lookup Layer - Click and Close

2010-02-05 Thread Sascha Rodekamp (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sascha Rodekamp updated OFBIZ-3441: --- Attachment: OFBIZ-3441_lookup_extend_click_and_close.patch > New Lookup Layer - Click and Clo

ERROR: EditCategory screen

2010-02-05 Thread Chatree Srichart
Hi, All I found an error in latest version. When I go to Catalog > Demo Catalog > Demo Browse Root, I get error page like this: org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen [component://product/widget/catalog/CategoryScreens.xml#EditCategory]: org.ofbiz.base.util.GeneralE

Re: svn commit: r905876 [1/7] - in /ofbiz/trunk: applications/commonext/documents/ specialpurpose/ specialpurpose/ebay/ specialpurpose/ebay/config/ specialpurpose/ebay/data/ specialpurpose/ebay/data/h

2010-02-05 Thread Hans Bakker
A lot of assumptions in this email.. perhaps a question for you: who wrote the help screens in the old ebay component? please guide me to another place where this component is explained? Regards Hans On Fri, 2010-02-05 at 00:16 -0700, Scott Gray wrote: > On 4/02/2010, at 10:58 PM, Sam Hami