[jira] Updated: (OFBIZ-3373) Adding menu merging feature

2010-06-06 Thread Scott Gray (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Gray updated OFBIZ-3373: -- Attachment: googlebase-inject.patch Sorry I should have thought to include some sort of example. This

[jira] Commented: (OFBIZ-3373) Adding menu merging feature

2010-06-06 Thread Bruno Busco (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12876009#action_12876009 ] Bruno Busco commented on OFBIZ-3373: GREAT! > Adding menu merging feature > --

[jira] Commented: (OFBIZ-3373) Adding menu merging feature

2010-06-06 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12876010#action_12876010 ] Adrian Crum commented on OFBIZ-3373: It seems to me we are going in the wrong direction

[jira] Commented: (OFBIZ-3373) Adding menu merging feature

2010-06-06 Thread Scott Gray (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12876014#action_12876014 ] Scott Gray commented on OFBIZ-3373: --- We've had the ability to extend applications via new

[jira] Commented: (OFBIZ-3373) Adding menu merging feature

2010-06-06 Thread Bruno Busco (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12876015#action_12876015 ] Bruno Busco commented on OFBIZ-3373: Adrian, a pattern that I have seen to be very powe

[jira] Commented: (OFBIZ-3373) Adding menu merging feature

2010-06-06 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12876016#action_12876016 ] Adrian Crum commented on OFBIZ-3373: Those are good requirements - thanks. Would a men

[jira] Issue Comment Edited: (OFBIZ-3373) Adding menu merging feature

2010-06-06 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12876016#action_12876016 ] Adrian Crum edited comment on OFBIZ-3373 at 6/6/10 3:48 AM: Sco

[jira] Commented: (OFBIZ-3373) Adding menu merging feature

2010-06-06 Thread Scott Gray (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12876017#action_12876017 ] Scott Gray commented on OFBIZ-3373: --- Adrian, I'm not entirely sure what you're suggestin

[jira] Commented: (OFBIZ-3373) Adding menu merging feature

2010-06-06 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12876018#action_12876018 ] Adrian Crum commented on OFBIZ-3373: Scott, My suggestion is based on recent discussio

[jira] Commented: (OFBIZ-3373) Adding menu merging feature

2010-06-06 Thread Scott Gray (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12876020#action_12876020 ] Scott Gray commented on OFBIZ-3373: --- A few points: - I'm little vague on how immutability

[jira] Commented: (OFBIZ-3373) Adding menu merging feature

2010-06-06 Thread Scott Gray (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12876021#action_12876021 ] Scott Gray commented on OFBIZ-3373: --- Sorry, in hindsight I probably shouldn't have bother

Re: Question About UtilJ2eeCompat.java

2010-06-06 Thread David E Jones
The simple answer is that in the past not all app servers supported repeated writes to one or the other of these two options. In other words, you could write once to either one, but if you wanted to "stream" stuff through the writer or the stream you had to use the one the app server supported,

[jira] Commented: (OFBIZ-3373) Adding menu merging feature

2010-06-06 Thread Bruno Busco (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12876022#action_12876022 ] Bruno Busco commented on OFBIZ-3373: Hi Scott, installed the patches. The menu injectio

Re: Question About UtilJ2eeCompat.java

2010-06-06 Thread Adrian Crum
David, Thanks for the reply - that helps. I'm still curious to know if this should be configurable. Let's say an application server changes its behavior and no one remembers to change the Java code. Wouldn't it help if those settings were in a configuration file? -Adrian --- On Sun, 6/6/10, D

Re: Question About UtilJ2eeCompat.java

2010-06-06 Thread David E Jones
If the app server changes wouldn't everyone want the change? Personally if I was configuring OFBiz I'd prefer to have as few configuration settings to think about instead of as many as possible to have to deal with (especially where things can be handled in the background). Have you run into a

[jira] Commented: (OFBIZ-3373) Adding menu merging feature

2010-06-06 Thread Scott Gray (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12876024#action_12876024 ] Scott Gray commented on OFBIZ-3373: --- Bruno, Hmm that is strange, I was sure it was all w

[jira] Commented: (OFBIZ-3373) Adding menu merging feature

2010-06-06 Thread Bruno Busco (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12876028#action_12876028 ] Bruno Busco commented on OFBIZ-3373: Thank you Scott, I will find out. > Adding menu m

[jira] Created: (OFBIZ-3808) Dojo Version Update to 1.4 - Umbreller Main Task

2010-06-06 Thread Sascha Rodekamp (JIRA)
Dojo Version Update to 1.4 - Umbreller Main Task Key: OFBIZ-3808 URL: https://issues.apache.org/jira/browse/OFBIZ-3808 Project: OFBiz Issue Type: Improvement Affects Versions: SVN trunk

[jira] Created: (OFBIZ-3809) Update Dojo Libary

2010-06-06 Thread Sascha Rodekamp (JIRA)
Update Dojo Libary -- Key: OFBIZ-3809 URL: https://issues.apache.org/jira/browse/OFBIZ-3809 Project: OFBiz Issue Type: Sub-task Reporter: Sascha Rodekamp Hey, i don't want to create a patch file for updating th

[jira] Created: (OFBIZ-3810) Content Navigation Tree don't work with the new Prototype

2010-06-06 Thread Sascha Rodekamp (JIRA)
Content Navigation Tree don't work with the new Prototype - Key: OFBIZ-3810 URL: https://issues.apache.org/jira/browse/OFBIZ-3810 Project: OFBiz Issue Type: Sub-task Reporte

[jira] Updated: (OFBIZ-3810) Content Navigation Tree don't work with the new Prototype

2010-06-06 Thread Sascha Rodekamp (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3810?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sascha Rodekamp updated OFBIZ-3810: --- Attachment: OFBIZ-3710_ContentTree.patch > Content Navigation Tree don't work with the new Pr

[jira] Created: (OFBIZ-3811) Move Dojo Themes into OFBiz Themes

2010-06-06 Thread Sascha Rodekamp (JIRA)
Move Dojo Themes into OFBiz Themes -- Key: OFBIZ-3811 URL: https://issues.apache.org/jira/browse/OFBIZ-3811 Project: OFBiz Issue Type: Sub-task Components: ALL COMPONENTS Reporter: Sascha

[jira] Created: (OFBIZ-3812) The ONePage Checkout don't work with the new Prototype 1.4

2010-06-06 Thread Sascha Rodekamp (JIRA)
The ONePage Checkout don't work with the new Prototype 1.4 -- Key: OFBIZ-3812 URL: https://issues.apache.org/jira/browse/OFBIZ-3812 Project: OFBiz Issue Type: Sub-task Compone

[jira] Updated: (OFBIZ-3808) Dojo Version Update to 1.4 - Umbreller Main Task

2010-06-06 Thread Sascha Rodekamp (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3808?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sascha Rodekamp updated OFBIZ-3808: --- Description: This Task is to group the related Sub Tasks. For this Task exists a special dev

Re: Question About UtilJ2eeCompat.java

2010-06-06 Thread Adrian Crum
It was just an something I noticed while going through the code. It's not an issue for me. -Adrian --- On Sun, 6/6/10, David E Jones wrote: > From: David E Jones > Subject: Re: Question About UtilJ2eeCompat.java > To: dev@ofbiz.apache.org > Date: Sunday, June 6, 2010, 1:36 AM > > If the app