Re: [jira] Updated: (JCR-1106) Add simple query method to ObjectContentManager

2007-09-03 Thread Felix Meschberger
Hi Christophe,

Allright, I will commit both.

Regards
Felix

Am Montag, den 03.09.2007, 16:04 +0200 schrieb Christophe Lombart:
> On 9/3/07, Felix Meschberger <[EMAIL PROTECTED]> wrote:
> >
> >
> > On the other hand, I have also an issue with the ObjectIterator (see
> > JIRA-1107). If we can agree on this, too, I can of course commit them
> > both.
> 
> 
> +1. My code was not very good - Thanks



Re: [jira] Updated: (JCR-1106) Add simple query method to ObjectContentManager

2007-09-03 Thread Christophe Lombart
On 9/3/07, Felix Meschberger <[EMAIL PROTECTED]> wrote:
>
>
> On the other hand, I have also an issue with the ObjectIterator (see
> JIRA-1107). If we can agree on this, too, I can of course commit them
> both.


+1. My code was not very good - Thanks


Re: [jira] Updated: (JCR-1106) Add simple query method to ObjectContentManager

2007-09-03 Thread Christophe Lombart
On 9/3/07, Felix Meschberger <[EMAIL PROTECTED]> wrote:
>
> Hi Christophe,
>
> To have you review it first - but then, you still can bark and bite and
> reject :-)



This is not my way of  working ... and  living :-)

For this kind of issue, I'm not sure that is important to create a patch. At
least a jira issue but no patch.


On the other hand, I have also an issue with the ObjectIterator (see
> JIRA-1107). If we can agree on this, too, I can of course commit them
> both.


Let me check the jira issue.  not yet read it

Regards
> Felix
>
>
> Am Montag, den 03.09.2007, 15:46 +0200 schrieb Christophe Lombart:
> > Felix,
> >
> > Why not to commit your code modification directly ?
> >
> > br,
> > Christophe
> >
> >
> > On 9/3/07, Felix Meschberger (JIRA) <[EMAIL PROTECTED]> wrote:
> > >
> > >
> > >  [
> > >
> https://issues.apache.org/jira/browse/JCR-1106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
> ]
> > >
> > > Felix Meschberger updated JCR-1106:
> > > ---
> > >
> > > Attachment: JCR-1106.diff
> > >
> > > Patch implementing the extension
> > >
> > > > Add simple query method to ObjectContentManager
> > > > ---
> > > >
> > > > Key: JCR-1106
> > > > URL: https://issues.apache.org/jira/browse/JCR-1106
> > > > Project: Jackrabbit
> > > >  Issue Type: New Feature
> > > >  Components: jcr-mapping
> > > >Affects Versions: 1.4
> > > >Reporter: Felix Meschberger
> > > > Fix For: 1.4
> > > >
> > > > Attachments: JCR-1106.diff
> > > >
> > > >
> > > > As discussed in [1], I suggest a new method
> > > > ObejctContentManager.getObjectIterator(String query, String
> > > language)
> > > > to easily query the repository for objects using a predefined query.
> (I
> > > chose getObjectIterator instead of getObjects as I intend the method
> to
> > > return an Iterator and not a Collection)
> > > > [1]
> > > http://www.mail-archive.com/dev%40jackrabbit.apache.org/msg07475.html
> > >
> > > --
> > > This message is automatically generated by JIRA.
> > > -
> > > You can reply to this email to add a comment to the issue online.
> > >
> > >
>
>


Re: [jira] Updated: (JCR-1106) Add simple query method to ObjectContentManager

2007-09-03 Thread Felix Meschberger
Hi Christophe,

To have you review it first - but then, you still can bark and bite and
reject :-)

On the other hand, I have also an issue with the ObjectIterator (see
JIRA-1107). If we can agree on this, too, I can of course commit them
both.

Regards
Felix


Am Montag, den 03.09.2007, 15:46 +0200 schrieb Christophe Lombart:
> Felix,
> 
> Why not to commit your code modification directly ?
> 
> br,
> Christophe
> 
> 
> On 9/3/07, Felix Meschberger (JIRA) <[EMAIL PROTECTED]> wrote:
> >
> >
> >  [
> > https://issues.apache.org/jira/browse/JCR-1106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel]
> >
> > Felix Meschberger updated JCR-1106:
> > ---
> >
> > Attachment: JCR-1106.diff
> >
> > Patch implementing the extension
> >
> > > Add simple query method to ObjectContentManager
> > > ---
> > >
> > > Key: JCR-1106
> > > URL: https://issues.apache.org/jira/browse/JCR-1106
> > > Project: Jackrabbit
> > >  Issue Type: New Feature
> > >  Components: jcr-mapping
> > >Affects Versions: 1.4
> > >Reporter: Felix Meschberger
> > > Fix For: 1.4
> > >
> > > Attachments: JCR-1106.diff
> > >
> > >
> > > As discussed in [1], I suggest a new method
> > > ObejctContentManager.getObjectIterator(String query, String
> > language)
> > > to easily query the repository for objects using a predefined query. (I
> > chose getObjectIterator instead of getObjects as I intend the method to
> > return an Iterator and not a Collection)
> > > [1]
> > http://www.mail-archive.com/dev%40jackrabbit.apache.org/msg07475.html
> >
> > --
> > This message is automatically generated by JIRA.
> > -
> > You can reply to this email to add a comment to the issue online.
> >
> >



Re: [jira] Updated: (JCR-1106) Add simple query method to ObjectContentManager

2007-09-03 Thread Christophe Lombart
Felix,

Why not to commit your code modification directly ?

br,
Christophe


On 9/3/07, Felix Meschberger (JIRA) <[EMAIL PROTECTED]> wrote:
>
>
>  [
> https://issues.apache.org/jira/browse/JCR-1106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel]
>
> Felix Meschberger updated JCR-1106:
> ---
>
> Attachment: JCR-1106.diff
>
> Patch implementing the extension
>
> > Add simple query method to ObjectContentManager
> > ---
> >
> > Key: JCR-1106
> > URL: https://issues.apache.org/jira/browse/JCR-1106
> > Project: Jackrabbit
> >  Issue Type: New Feature
> >  Components: jcr-mapping
> >Affects Versions: 1.4
> >Reporter: Felix Meschberger
> > Fix For: 1.4
> >
> > Attachments: JCR-1106.diff
> >
> >
> > As discussed in [1], I suggest a new method
> > ObejctContentManager.getObjectIterator(String query, String
> language)
> > to easily query the repository for objects using a predefined query. (I
> chose getObjectIterator instead of getObjects as I intend the method to
> return an Iterator and not a Collection)
> > [1]
> http://www.mail-archive.com/dev%40jackrabbit.apache.org/msg07475.html
>
> --
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
>
>


[jira] Updated: (JCR-1106) Add simple query method to ObjectContentManager

2007-09-03 Thread Felix Meschberger (JIRA)

 [ 
https://issues.apache.org/jira/browse/JCR-1106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Felix Meschberger updated JCR-1106:
---

Attachment: JCR-1106.diff

Patch implementing the extension

> Add simple query method to ObjectContentManager
> ---
>
> Key: JCR-1106
> URL: https://issues.apache.org/jira/browse/JCR-1106
> Project: Jackrabbit
>  Issue Type: New Feature
>  Components: jcr-mapping
>Affects Versions: 1.4
>Reporter: Felix Meschberger
> Fix For: 1.4
>
> Attachments: JCR-1106.diff
>
>
> As discussed in [1], I suggest a new method 
> ObejctContentManager.getObjectIterator(String query, String language)
> to easily query the repository for objects using a predefined query. (I chose 
> getObjectIterator instead of getObjects as I intend the method to return an 
> Iterator and not a Collection)
> [1] http://www.mail-archive.com/dev%40jackrabbit.apache.org/msg07475.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.