Re: Good way to add additional search constraints?

2008-09-25 Thread Ritesh Trivedi
I just figured it out... Have to add category ids to exclude to the ProductSearchContext.excludeCategoryIds. But if someone wants to answer this question for more general solution about extending constraints that would help. Ritesh Trivedi wrote: > > Let me actually add - > > I fully unders

Re: Good way to add additional search constraints?

2008-09-25 Thread Ritesh Trivedi
Let me actually add - I fully understand that framework is extensible and supports adding new constraints and are obviously as good as the conditions provided by the constraint writer. So I guess a better way to ask the question would be - if I want a constraint for excluding products from cert

Good way to add additional search constraints?

2008-09-25 Thread Ritesh Trivedi
Hi, Not being a SQL guru, I do not fully understand more than 2 table joins and its impact. I just tried to add an additional search contraint to NOT include products from certain categories. Turns out, if the PRODUCT CATEGORY MEMBER already exists as a constraint, adding another one is causing i

Re: Discussion: Temporal Expression UI Artifacts

2008-09-25 Thread David E Jones
Oh yeah, duh. I knew they were there too since that where we discussed them going, and that's a good enough place for them. If the code has to use the service engine it can't go in anything below it, and if the service engine uses it then it can't go anywhere above it! So, it gets to be p

Re: Discussion: Temporal Expression UI Artifacts

2008-09-25 Thread Adrian Crum
Oops, you're right. It's in service. Ugh. I can't wait for this day to be over. ;-) -Adrian Adam Heath wrote: Adrian Crum wrote: The temporal expression Java code in the security component is already in the trunk. I didn't mean to say that UI artifacts are in the security component. Instead,

Re: Discussion: Temporal Expression UI Artifacts

2008-09-25 Thread Adam Heath
Adrian Crum wrote: > The temporal expression Java code in the security component is already > in the trunk. I didn't mean to say that UI artifacts are in the security > component. Instead, I was listing all of the temporal expression related > files and how they are scattered all over the place. So

[jira] Created: (OFBIZ-1969) Setting the SequenceValueItem once the seed and ext data is loaded.

2008-09-25 Thread BJ Freeman (JIRA)
Setting the SequenceValueItem once the seed and ext data is loaded. --- Key: OFBIZ-1969 URL: https://issues.apache.org/jira/browse/OFBIZ-1969 Project: OFBiz Issue Type: Bug

Re: Managing the status for non serialized inventory items

2008-09-25 Thread Jacopo Cappellato
yes, the code should already be in the trunk Jacopo On Sep 25, 2008, at 10:21 PM, jacques.le.roux wrote: Hi Jacopo, Sorry I did no follow closely this thread. Did you commit some related work ? Thanks Jacques Jacopo Cappellato-3 wrote: On Jun 4, 2008, at 8:13 PM, David E Jones wro

Re: Managing the status for non serialized inventory items

2008-09-25 Thread jacques.le.roux
Hi Jacopo, Sorry I did no follow closely this thread. Did you commit some related work ? Thanks Jacques Jacopo Cappellato-3 wrote: > > > On Jun 4, 2008, at 8:13 PM, David E Jones wrote: > >> >> On Jun 4, 2008, at 8:35 AM, Jacopo Cappellato wrote: >> >>> Hi all, >>> >>> I would like to add

Re: Discussion: Temporal Expression UI Artifacts

2008-09-25 Thread Adrian Crum
The temporal expression Java code in the security component is already in the trunk. I didn't mean to say that UI artifacts are in the security component. Instead, I was listing all of the temporal expression related files and how they are scattered all over the place. Sorry for the confusion.

Re: Discussion: Temporal Expression UI Artifacts

2008-09-25 Thread David E Jones
Do you have a patch that we could look at? The only funny thing sounds like the code it the security component, which is what I'd want to look at in the patch. A really generic interface for this could very well seem funny as it's really a lower level tool. Interfaces with more of a purpos

[jira] Assigned: (OFBIZ-1954) Generate alt-attribute in the image element

2008-09-25 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux reassigned OFBIZ-1954: -- Assignee: Jacques Le Roux > Generate alt-attribute in the image element > -

[jira] Commented: (OFBIZ-1954) Generate alt-attribute in the image element

2008-09-25 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12634567#action_12634567 ] Jacques Le Roux commented on OFBIZ-1954: Dimitri, I just had a look at the check d

Travel Assistance for ApacheCon

2008-09-25 Thread David E Jones
Forwarding a message from the Travel Assistance Committee: The Travel Assistance Committee is taking in applications for those wanting to attend ApacheCon US 2008 between the 3rd and 7th November 2008 in New Orleans. The Travel Assistance Committee is looking for

[jira] Commented: (OFBIZ-1965) A new Web Pos application

2008-09-25 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12634560#action_12634560 ] Jacques Le Roux commented on OFBIZ-1965: Marco, I wonder if we could not share mos

Discussion: Temporal Expression UI Artifacts

2008-09-25 Thread Adrian Crum
I've been working on getting the temporal expression UI artifacts ported over from my local copy to the trunk. As was suggested earlier, I put some reusable UI artifacts in the common component, and I set up a temporal expression maintenance tab and screen in the webtools component (we need a

Re: Replace deprecated methods and constructors of entity delegator classes

2008-09-25 Thread David E Jones
The cleanup that was done before in the GenericDelegator was just this: cleanup (by deprecation) first in the framework and then based on that cleanup the apps that use those methods. I think what Marco is proposing is deprecating more GenericDelegator methods than were done in the first

Re: Replace deprecated methods and constructors of entity delegator classes

2008-09-25 Thread Adrian Crum
If we do any deprecated code cleanup, I'd like to see it happen in the framework first - as part of the preparation for framework release. -Adrian David E Jones wrote: The goal of the deprecation effort was to reduce the size of the GenericDelegator API, not to replace all old methods, some

Re: Replace deprecated methods and constructors of entity delegator classes

2008-09-25 Thread David E Jones
The goal of the deprecation effort was to reduce the size of the GenericDelegator API, not to replace all old methods, some of which are nice to have around as they are more convenient. Of course, others may have different opinions, so I hope to see more on this thread. -David On Sep

Replace deprecated methods and constructors of entity delegator classes

2008-09-25 Thread [EMAIL PROTECTED]
Hi to all, I have created a document in confluence (http://docs.ofbiz.org/display/OFBTECH/Replace+deprecated+methods+and+constructors+of+entity+delegator+classes) about replace all the deprecated methods and constructors of entity delegator. I would like to start working on this conversions. Is

[jira] Commented: (OFBIZ-1968) Enrich Groovy integration with Ofbiz framework

2008-09-25 Thread Anil K Patel (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12634466#action_12634466 ] Anil K Patel commented on OFBIZ-1968: - Jacopo, Jacques, Thanks for interest in this to

[jira] Commented: (OFBIZ-1968) Enrich Groovy integration with Ofbiz framework

2008-09-25 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12634433#action_12634433 ] Jacopo Cappellato commented on OFBIZ-1968: -- Ok, following Jacques's suggestion, he

[jira] Issue Comment Edited: (OFBIZ-1968) Enrich Groovy integration with Ofbiz framework

2008-09-25 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12634416#action_12634416 ] jacques.le.roux edited comment on OFBIZ-1968 at 9/25/08 2:34 AM:

[jira] Commented: (OFBIZ-1968) Enrich Groovy integration with Ofbiz framework

2008-09-25 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12634416#action_12634416 ] Jacques Le Roux commented on OFBIZ-1968: Hi Jacopo, Simply put {code} around when

[jira] Commented: (OFBIZ-1968) Enrich Groovy integration with Ofbiz framework

2008-09-25 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12634396#action_12634396 ] Jacopo Cappellato commented on OFBIZ-1968: -- Sorry for the bad code formatting of m

[jira] Commented: (OFBIZ-1968) Enrich Groovy integration with Ofbiz framework

2008-09-25 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12634395#action_12634395 ] Jacopo Cappellato commented on OFBIZ-1968: -- Anil, this is a very interesting effo