[jira] Created: (CAY-1066) CM SQL Script tab font

2008-06-04 Thread Malcolm Edgar (JIRA)
CM SQL Script tab font -- Key: CAY-1066 URL: https://issues.apache.org/cayenne/browse/CAY-1066 Project: Cayenne Issue Type: Improvement Reporter: Malcolm Edgar Assignee: Andrus Adamchik

[jira] Commented: (CAY-888) CM Usability: Object Select Query Improvements

2008-06-04 Thread Kevin Menard (JIRA)
[ https://issues.apache.org/cayenne/browse/CAY-888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12914#action_12914 ] Kevin Menard commented on CAY-888: -- This patch breaks the Query Root selector as well. Arrow ke

[jira] Commented: (CAY-888) CM Usability: Object Select Query Improvements

2008-06-04 Thread Kevin Menard (JIRA)
[ https://issues.apache.org/cayenne/browse/CAY-888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12913#action_12913 ] Kevin Menard commented on CAY-888: -- I can verify that #2 & #3 work as advertised. I cannot get

[jira] Commented: (CAY-911) CM Usability: JComboBox Autocompletion

2008-06-04 Thread Kevin Menard (JIRA)
[ https://issues.apache.org/cayenne/browse/CAY-911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12912#action_12912 ] Kevin Menard commented on CAY-911: -- Odd, now I can see the problem. I also see it on the Object

[jira] Commented: (CAY-1065) Add registerNewObjects() method to DataContext

2008-06-04 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/cayenne/browse/CAY-1065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12911#action_12911 ] Mike Kienenberger commented on CAY-1065: I agree with Robert and was thinking the same t

[jira] Commented: (CAY-1065) Add registerNewObjects() method to DataContext

2008-06-04 Thread Robert Zeigler (JIRA)
[ https://issues.apache.org/cayenne/browse/CAY-1065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12910#action_12910 ] Robert Zeigler commented on CAY-1065: - Just had a thought on this. What's being asked for he

[jira] Commented: (CAY-1065) Add registerNewObjects() method to DataContext

2008-06-04 Thread Michael Gentry (JIRA)
[ https://issues.apache.org/cayenne/browse/CAY-1065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12909#action_12909 ] Michael Gentry commented on CAY-1065: - Robert, You simple implementation is precisely what

[jira] Commented: (CAY-436) In modeler, change default object relationship delete rule

2008-06-04 Thread Andrey Razumovsky (JIRA)
[ https://issues.apache.org/cayenne/browse/CAY-436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12908#action_12908 ] Andrey Razumovsky commented on CAY-436: --- It's tricky with reverse engeneering: seems we can

[jira] Commented: (CAY-1065) Add registerNewObjects() method to DataContext

2008-06-04 Thread Robert Zeigler (JIRA)
[ https://issues.apache.org/cayenne/browse/CAY-1065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12907#action_12907 ] Robert Zeigler commented on CAY-1065: - I suppose it depends on how the method is implemented

Re: [jira] Commented: (CAY-1065) Add registerNewObjects() method to DataContext

2008-06-04 Thread Andrus Adamchik
In this case method redundancy in the interface is benign enough (from the POV of proxying and nesting of contexts), so maybe that's ok. Andrus On Jun 4, 2008, at 5:21 PM, Kevin Menard wrote: I advocate this being applied to ObjectContext rather than DataContext. deleteObjects doesn't exis

Re: [jira] Commented: (CAY-1065) Add registerNewObjects() method to DataContext

2008-06-04 Thread Kevin Menard
I advocate this being applied to ObjectContext rather than DataContext. deleteObjects doesn't exist in ObjectContext, which is really quite annoying for the client. I'd hate to see further disparity. -- Kevin On Jun 4, 2008, at 10:11 AM, Andrus Adamchik (JIRA) wrote: [ https://issu

[jira] Commented: (CAY-1065) Add registerNewObjects() method to DataContext

2008-06-04 Thread Andrus Adamchik (JIRA)
[ https://issues.apache.org/cayenne/browse/CAY-1065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12906#action_12906 ] Andrus Adamchik commented on CAY-1065: -- A few notes: 1. void registerNewObjects(List obje

[jira] Commented: (CAY-1065) Add registerNewObjects() method to DataContext

2008-06-04 Thread Andrey Razumovsky (JIRA)
[ https://issues.apache.org/cayenne/browse/CAY-1065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12905#action_12905 ] Andrey Razumovsky commented on CAY-1065: Then that should be 'void registerNewObjects(*

[jira] Created: (CAY-1065) Add registerNewObjects() method to DataContext

2008-06-04 Thread Michael Gentry (JIRA)
Add registerNewObjects() method to DataContext -- Key: CAY-1065 URL: https://issues.apache.org/cayenne/browse/CAY-1065 Project: Cayenne Issue Type: New Feature Components: Cayenne Core Li