[jira] Closed: (CAY-708) Moddeler asked to submit a bug (while saving project)

2008-11-08 Thread Andrus Adamchik (JIRA)
tDispatchThread.pumpEvents(Unknown Source) > at java.awt.EventDispatchThread.pumpEvents(Unknown Source) > at java.awt.EventDispatchThread.run(Unknown Source) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Closed: (CAY-1036) I am working in linux and I want

2008-11-08 Thread Andrus Adamchik (JIRA)
hThread.java:173) > at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168) > at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160) > at java.awt.EventDispatchThread.run(EventDispatchThread.java:121) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Closed: (CAY-1113) Primitives in ROP support

2008-11-08 Thread Andrus Adamchik (JIRA)
es. > AFAIK the only addition is special syntax for boolean property getter. > 2. Write a few unit tests that show that ROP works ok with primitive > attributes. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Updated: (CAY-671) custom exception class for ROP missing session

2008-11-07 Thread Ari Maniatis (JIRA)
as it > would make it easier for the ROP client to detect this situation and perhaps > reconnect. > My proposal is to add org/apache/cayenne/remote/MissingSessionException as a > subclass of CRE and throw it from BaseRemoteService. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

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

2008-11-07 Thread Ari Maniatis (JIRA)
y fields, the users always > have to scroll because one can't simply drag a split pane to adapt the size. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

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

2008-11-07 Thread Ari Maniatis (JIRA)
or object relationships, one > to many - cascade, and vice versa - to nullify. I think it's the rules used > mostly for these relationships. > And the best thing would be to have configurable options for these, but > that's more complex. -- This message is automatically ge

[jira] Updated: (CAY-794) Abstract objEntities

2008-11-07 Thread Ari Maniatis (JIRA)
stract' keyword > Other changes (such as throwing runtime exception when querying abstract > entity with no concrete subclasses) could probably wait until later since > they need to be implemented as part of inheritance. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Updated: (CAY-402) Entity/Attribute/Relationship naming improvements on reverse-engineering

2008-11-07 Thread Ari Maniatis (JIRA)
is - store the rules in DataMap for possible reverse > engineering with Ant. This should allow model synching directly against the > database (but would of course require a special Ant task) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Updated: (CAY-366) Add progress/log view

2008-11-07 Thread Ari Maniatis (JIRA)
To: [EMAIL PROTECTED] > Subject: Re: Detailed log/progress view? > Date: Fri, 2 Sep 2005 10:17:38 -0400 (16:17 CEST) > Care to file an improvement request in Jira? > http://objectstyle.org/cayenne/bugs-features.html > Andrus > On Sep 2, 2005, at 10:01 AM, Øyvind Harb

[jira] Updated: (CAY-1113) Primitives in ROP support

2008-11-06 Thread Loiko Dima (JIRA)
s to handle primitives. This should be easier then > the server templates, as client objects are using real ivars for attributes. > AFAIK the only addition is special syntax for boolean property getter. > 2. Write a few unit tests that show that ROP works ok with primitive > attributes.

[jira] Updated: (CAY-1113) Primitives in ROP support

2008-11-06 Thread Loiko Dima (JIRA)
tives. This should be easier then > the server templates, as client objects are using real ivars for attributes. > AFAIK the only addition is special syntax for boolean property getter. > 2. Write a few unit tests that show that ROP works ok with primitive > attributes. -- This message

[jira] Closed: (CAY-1133) Split Maven cayenne:modeler goal into a separate plugin from cgen and others

2008-11-06 Thread Andrus Adamchik (JIRA)
f > dependencies (modeler itself, jgoodies, etc). Most uses of Cayenne Maven > integration are for things like cgen, so it would be nice to limit the number > of dependencies to a minimum. Therefore cayenne:modeler goal will be split in > a separate plugin -- This message is autom

[jira] Created: (CAY-1133) Split Maven cayenne:modeler goal into a separate plugin from cgen and others

2008-11-06 Thread Andrus Adamchik (JIRA)
automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Created: (CAY-1132) DataMap class generator mechanism for the ROP client

2008-11-05 Thread Andrus Adamchik (JIRA)
selected. We need to support client-specific DataMap class from both Ant and CayenneModeler -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Closed: (CAY-1131) Add LIMIT / OFFSET clause generation method to SelectTranslator lifecycle

2008-11-02 Thread Andrus Adamchik (JIRA)
the superclass (with noop default implementation, as there > all DB's are different in LIMIT syntax, and most don't support it). This is > partially motivated by CAY-1130 that will require support of optional limit > clause turning on and off depending on other query paramete

[jira] Created: (CAY-1131) Add LIMIT / OFFSET clause generation method to SelectTranslator lifecycle

2008-11-02 Thread Andrus Adamchik (JIRA)
-- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

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

2008-11-01 Thread Kevin Menard (JIRA)
; http://www.orbital-computer.de/JComboBox/ -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Created: (CAY-1130) Joint prefetching on to-many produces trimmed result with fetch limit

2008-10-25 Thread Andrus Adamchik (JIRA)
query uses fetch limit and to-many relationship is prefetched. The result is trimmed as Cayenne adds a LIMIT clause. Need to test both scenarious - select with a LIMIT SQL clause and in memory LimitResultIterator -- This message is automatically generated by JIRA. - You can reply to this email t

[jira] Closed: (CAY-930) Joint prefetches always result in inner joins

2008-10-25 Thread Andrus Adamchik (JIRA)
ed in Jira when I opened CAY-1128) > Joint prefetches always result in inner joins > - > > Key: CAY-930 > URL: https://issues.apache.org/cayenne/browse/CAY-930 > Project: Cayenne >

[jira] Closed: (CAY-1125) MySQL SMALLINT UNSIGNED is mapped as java.lang.Short, should be java.lang.Integer

2008-10-24 Thread Andrus Adamchik (JIRA)
[ https://issues.apache.org/cayenne/browse/CAY-1125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrus Adamchik closed CAY-1125. Resolution: Cannot Reproduce Great. So I am closing the Jira. > MySQL SMALLINT UNSIGNED

[jira] Commented: (CAY-1125) MySQL SMALLINT UNSIGNED is mapped as java.lang.Short, should be java.lang.Integer

2008-10-24 Thread Ricardo Ghisi Tobaldini (JIRA)
uld use getInteger() > (the later is always needed when using the unsigned version of SMALLINT in > the database, doesn't it?). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Closed: (CAY-1129) ROP: CayenneContext does not unregister deleted nodes

2008-10-24 Thread Andrey Razumovsky (JIRA)
ntext.getGraphManager().getNode(obj.getObjectId())); > } > } > BTW same thing with DataContext works -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Created: (CAY-1129) ROP: CayenneContext does not unregister deleted nodes

2008-10-23 Thread Andrey Razumovsky (JIRA)
works -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Updated: (CAY-795) Horizontal inheritance

2008-10-23 Thread Dzmitry Rusak (JIRA)
ny class set in this way should have at least one subclass. > 3. Changes, particularly to SelectQuery, which accomodates this change and > returns the appropriate objEntities. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Updated: (CAY-795) Horizontal inheritance

2008-10-23 Thread Andrus Adamchik (JIRA)
Changes, particularly to SelectQuery, which accomodates this change and > returns the appropriate objEntities. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Updated: (CAY-795) Horizontal inheritance

2008-10-23 Thread Andrus Adamchik (JIRA)
least one subclass. > 3. Changes, particularly to SelectQuery, which accomodates this change and > returns the appropriate objEntities. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Updated: (CAY-795) Horizontal inheritance

2008-10-23 Thread Andrus Adamchik (JIRA)
; 3. Changes, particularly to SelectQuery, which accomodates this change and > returns the appropriate objEntities. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Closed: (CAY-1128) Switch JOINT prefetches to generate OUTER Joins.

2008-10-19 Thread Andrus Adamchik (JIRA)
ging it to use OUTER joins suddenly makes it usable (and > in fact even more robust than DISJOINT prefetches - see the problem described > in CAY-1025). > Needed code was committed as a part of CAY-1025 work, so here we'll need to > update the docs and the UPGRADE-NOTES.txt. --

[jira] Closed: (CAY-1126) Opening non-existing projects gives an error

2008-10-19 Thread Andrey Razumovsky (JIRA)
patchEvent(EventQueue.java:463) > at > java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269) > at java.awt.EventDispatchThread.pumpE -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Commented: (CAY-1025) Do something about to-many prefetch limitations

2008-10-19 Thread Andrus Adamchik (JIRA)
and throw an exception > 3. Detect these cases and silently drop a prefetch > I should note that debugging these problems is very hard, as they look > totally random until you get to the cause. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Created: (CAY-1128) Switch JOINT prefetches to generate OUTER Joins.

2008-10-19 Thread Andrus Adamchik (JIRA)
ge is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Commented: (CAY-1125) MySQL SMALLINT UNSIGNED is mapped as java.lang.Short, should be java.lang.Integer

2008-10-19 Thread Andrus Adamchik (JIRA)
a Short type (that is always signed). > Forcing the type to INTEGER in the map.xml changes anything. > It seems that Cayenne is using a getShort() when it should use getInteger() > (the later is always needed when using the unsigned version of SMALLINT in > the database, doesn't it?).

[jira] Closed: (CAY-1123) Add UUID support

2008-10-19 Thread Andrus Adamchik (JIRA)
sult validationResult) { > return true; > } > } > Then I register it with > Configuration.getSharedConfiguration().getDomain().getNode("MyNode").getAdapter().getExtendedTypes().registerType(new > UUIDType()); > Wouldn't it better to have same functionality in Cayenne core? > Thanks, > Artyom -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Closed: (CAY-1127) Stop using query NAME as a cache key

2008-10-17 Thread Andrus Adamchik (JIRA)
r be used > as a cache key. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Created: (CAY-1127) Stop using query NAME as a cache key

2008-10-17 Thread Andrus Adamchik (JIRA)
cache key. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Assigned: (CAY-1126) Opening non-existing projects gives an error

2008-10-17 Thread Andrey Razumovsky (JIRA)
mponent.dispatchEvent(Component.java:3903) > at java.awt.EventQueue.dispatchEvent(EventQueue.java:463) > at > java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269) > at java.awt.EventDispatchThread.pumpE -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Created: (CAY-1126) Opening non-existing projects gives an error

2008-10-17 Thread Andrus Adamchik (JIRA)
omatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Commented: (CAY-1125) MySQL SMALLINT UNSIGNED is mapped as java.lang.Short, should be java.lang.Integer

2008-10-16 Thread Andrus Adamchik (JIRA)
uld use getInteger() > (the later is always needed when using the unsigned version of SMALLINT in > the database, doesn't it?). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Commented: (CAY-1125) MySQL SMALLINT UNSIGNED is mapped as java.lang.Short, should be java.lang.Integer

2008-10-16 Thread Ricardo Ghisi Tobaldini (JIRA)
should use getInteger() > (the later is always needed when using the unsigned version of SMALLINT in > the database, doesn't it?). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Commented: (CAY-1125) MySQL SMALLINT UNSIGNED is mapped as java.lang.Short, should be java.lang.Integer

2008-10-16 Thread Andrus Adamchik (JIRA)
ything. > It seems that Cayenne is using a getShort() when it should use getInteger() > (the later is always needed when using the unsigned version of SMALLINT in > the database, doesn't it?). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Updated: (CAY-1122) columnNamesCapitalization property is ignored for the queries mapped via Modeler

2008-10-16 Thread Andrus Adamchik (JIRA)
List uris = dataContext.performQuery(query); > Code without casts looks more pretty and clean... doesn't it? :) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Updated: (CAY-1122) columnNamesCapitalization property is ignored for the queries mapped via Modeler

2008-10-16 Thread Andrus Adamchik (JIRA)
rite just this: > NamedQuery query = new NamedQuery("GetUris"); > > query.setColumnNamesCapitalization(SQLTemplate.UPPERCASE_COLUMN_NAMES); > List uris = dataContext.performQuery(query); > Code without casts lo

[jira] Closed: (CAY-1122) columnNamesCapitalization property is ignored for the queries mapped via Modeler

2008-10-16 Thread Andrus Adamchik (JIRA)
> List uris = dataContext.performQuery(query); > Code without casts looks more pretty and clean... doesn't it? :) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Updated: (CAY-1125) MySQL SMALLINT UNSIGNED is mapped as java.lang.Short, should be java.lang.Integer

2008-10-16 Thread Ricardo Ghisi Tobaldini (JIRA)
hat Cayenne is using a getShort() when it should use getInteger() > (the later is always needed when using the unsigned version of SMALLINT in > the database, doesn't it?). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Updated: (CAY-1125) MySQL SMALLINT UNSIGNED is mapped as java.lang.Short, should be java.lang.Integer

2008-10-16 Thread Ricardo Ghisi Tobaldini (JIRA)
er() > (the later is always needed when using the unsigned version of SMALLINT in > the database, doesn't it?). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Commented: (CAY-1125) MySQL SMALLINT UNSIGNED is mapped as java.lang.Short, should be java.lang.Integer

2008-10-16 Thread Ricardo Ghisi Tobaldini (JIRA)
ince it > overflows the Java Short type (that is always signed). > Forcing the type to INTEGER in the map.xml changes anything. > It seems that Cayenne is using a getShort() when it should use getInteger() > (the later is always needed when using the unsigned version of SMALLINT in > t

[jira] Updated: (CAY-1125) MySQL SMALLINT UNSIGNED is mapped as java.lang.Short, should be java.lang.Integer

2008-10-16 Thread Ricardo Ghisi Tobaldini (JIRA)
always needed when using the unsigned version of SMALLINT in > the database, doesn't it?). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Updated: (CAY-1122) Add setColumnNamesCapitalization(String columnNameCapitalization) method to NamedQuery class

2008-10-16 Thread Loiko Dima (JIRA)
= dataContext.performQuery(query); > Code without casts looks more pretty and clean... doesn't it? :) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Updated: (CAY-1122) Add setColumnNamesCapitalization(String columnNameCapitalization) method to NamedQuery class

2008-10-16 Thread Loiko Dima (JIRA)
.performQuery(query); > Code without casts looks more pretty and clean... doesn't it? :) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Commented: (CAY-1125) MySQL SMALLINT UNSIGNED is mapped as java.lang.Short, should be java.lang.Integer

2008-10-15 Thread Andrus Adamchik (JIRA)
ing the type to INTEGER in the map.xml changes anything. > It seems that Cayenne is using a getShort() when it should use getInteger() > (the later is always needed when using the unsigned version of SMALLINT in > the database, doesn't it?). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Created: (CAY-1125) MySQL SMALLINT UNSIGNED is mapped as java.lang.Short, should be java.lang.Integer

2008-10-15 Thread Ricardo Ghisi Tobaldini (JIRA)
ays signed). Forcing the type to INTEGER in the map.xml changes anything. It seems that Cayenne is using a getShort() when it should use getInteger() (the later is always needed when using the unsigned version of SMALLINT in the database, doesn't it?). -- This message is automatically ge

[jira] Commented: (CAY-1124) DataRowStore blocked

2008-10-15 Thread Tore Halset (JIRA)
> at > org.apache.cayenne.access.DataDomainQueryAction.execute(DataDomainQueryAction.java:129) > at org.apache.cayenne.access.DataDomain.onQuery(DataDomain.java:740) > at > org.apache.cayenne.util.ObjectContextQueryAction.runQuery(ObjectContextQueryAction.java:2

[jira] Updated: (CAY-1124) DataRowStore blocked

2008-10-15 Thread Tore Halset (JIRA)
gt; at > org.apache.cayenne.util.ObjectContextQueryAction.runQuery(ObjectContextQueryAction.java:296) > at > org.apache.cayenne.util.ObjectContextQueryAction.execute(ObjectContextQueryAction.java:84) > at > org.apache.cayenne.access.DataContext.onQuery(DataContext.java:1331) > at > org.apache.cayenne.access.DataContext.performQuery(DataContext.java:1320) > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Created: (CAY-1124) DataRowStore blocked

2008-10-15 Thread Tore Halset (JIRA)
:261) at org.apache.cayenne.DataObjectUtils.objectForPK(DataObjectUtils.java:172) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Updated: (CAY-795) Horizontal inheritance

2008-10-15 Thread Dzmitry Rusak (JIRA)
ld require that > any class set in this way should have at least one subclass. > 3. Changes, particularly to SelectQuery, which accomodates this change and > returns the appropriate objEntities. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Updated: (CAY-795) Horizontal inheritance

2008-10-14 Thread Dzmitry Rusak (JIRA)
n this way should have at least one subclass. > 3. Changes, particularly to SelectQuery, which accomodates this change and > returns the appropriate objEntities. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Resolved: (CAY-457) Cayenne Naming and Sequence Generator Configuration

2008-10-14 Thread Andrey Razumovsky (JIRA)
time, so i'm closing now this issue (it was committed long ago). Incomplete because "Sequence Generator Configuration" was not implemented (and if should be, this must be a separate JIRA). The patch is quite like Heiko's (but written from the clean sheet) > Cayenne N

[jira] Closed: (CAY-402) Entity/Attribute/Relationship naming improvements on rverse-engineering

2008-10-14 Thread Andrey Razumovsky (JIRA)
in DataMap for possible reverse > engineering with Ant. This should allow model synching directly against the > database (but would of course require a special Ant task) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Closed: (CAY-1110) fetchLimit + DistinctResultIterator = fewer rows in the result

2008-10-13 Thread Andrus Adamchik (JIRA)
e inner result iterator (JDBCResultIterator) not the outer > filtering iterator (DistinctResultIterator) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Updated: (CAY-1110) fetchLimit + DistinctResultIterator = fewer rows in the result

2008-10-13 Thread Loiko Dima (JIRA)
e inner result iterator (JDBCResultIterator) not the outer > filtering iterator (DistinctResultIterator) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Commented: (CAY-1123) Add UUID support

2008-10-13 Thread Andrus Adamchik (JIRA)
> } > @Override > public boolean validateProperty(Object source, String property, > Object value, DbAttribute dbAttribute, > ValidationResult validationResult) { > return true; > } > } > Then I register it with > Configuration.getSharedConfiguration().getDomain().getNode("MyNode").getAdapter().getExtendedTypes().registerType(new > UUIDType()); > Wouldn't it better to have same functionality in Cayenne core? > Thanks, > Artyom -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Commented: (CAY-1123) Add UUID support

2008-10-13 Thread Artyom Sokolov (JIRA)
code stuff? I've already attached it. I am a bit new to JIRA, so... sorry :) Thanks, Artyom > Add UUID support > > > Key: CAY-1123 > URL: https://issues.apache.org/cayenne/browse/CAY-1123 > Project: Cayenne

[jira] Updated: (CAY-1123) Add UUID support

2008-10-13 Thread Artyom Sokolov (JIRA)
g property, > Object value, DbAttribute dbAttribute, > ValidationResult validationResult) { > return true; > } > } > Then I register it with > Configuration.getSharedConfiguration().getDomain().getNode("MyNode").getAdapter().getExtendedTypes().registerType(new > UUIDType()); > Wouldn't it better to have same functionality in Cayenne core? > Thanks, > Artyom -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Created: (CAY-1123) Add UUID support

2008-10-13 Thread Artyom Sokolov (JIRA)
ypes().registerType(new UUIDType()); Wouldn't it better to have same functionality in Cayenne core? Thanks, Artyom -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Commented: (CAY-1122) Add setColumnNamesCapitalization(String columnNameCapitalization) method to NamedQuery class

2008-10-13 Thread Andrus Adamchik (JIRA)
List uris = dataContext.performQuery(query); > Code without casts looks more pretty and clean... doesn't it? :) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Closed: (CAY-1118) ROP: setToXXX(null) does not update reverse rel

2008-10-13 Thread Andrey Razumovsky (JIRA)
().size()); > context.commitChanges(); //important line! > > o2.setTable1(null); > assertEquals(0, o1.getTable2Array().size()); -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Commented: (CAY-1122) Add setColumnNamesCapitalization(String columnNameCapitalization) method to NamedQuery class

2008-10-13 Thread Artyom Sokolov (JIRA)
write just this: > NamedQuery query = new NamedQuery("GetUris"); > > query.setColumnNamesCapitalization(SQLTemplate.UPPERCASE_COLUMN_NAMES); > List uris = dataContext.performQuery(query); > Code without casts looks more pretty and clean... doesn't it? :)

[jira] Assigned: (CAY-1118) ROP: setToXXX(null) does not update reverse rel

2008-10-13 Thread Andrey Razumovsky (JIRA)
hanges(); //important line! > > o2.setTable1(null); > assertEquals(0, o1.getTable2Array().size()); -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Commented: (CAY-1122) Add setColumnNamesCapitalization(String columnNameCapitalization) method to NamedQuery class

2008-10-13 Thread Andrus Adamchik (JIRA)
write just this: > NamedQuery query = new NamedQuery("GetUris"); > > query.setColumnNamesCapitalization(SQLTemplate.UPPERCASE_COLUMN_NAMES); > List uris = dataContext.performQuery(query); > Code without casts looks more pretty and clean... doesn't it? :)

[jira] Created: (CAY-1122) Add setColumnNamesCapitalization(String columnNameCapitalization) method to NamedQuery class

2008-10-13 Thread Artyom Sokolov (JIRA)
clean... doesn't it? :) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Closed: (CAY-1121) EJBQL collection binding

2008-10-11 Thread Andrus Adamchik (JIRA)
jectContextQueryAction.execute(ObjectContextQueryAction.java:96) > at org.apache.cayenne.access.DataContext.onQuery(DataContext.java:1326) > at > org.apache.cayenne.access.DataContext.performGenericQuery(DataContext.java:1285) > at > org.apache.cayenne.access.DataContextEJBQLDeleteTest.testDeleteIdVar(DataContextEJBQLDeleteTest.java:98) > The problem is SQLTemplate #bind directive incomplete collection handling. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Created: (CAY-1121) EJBQL collection binding

2008-10-11 Thread Andrus Adamchik (JIRA)
ext.java:1285) at org.apache.cayenne.access.DataContextEJBQLDeleteTest.testDeleteIdVar(DataContextEJBQLDeleteTest.java:98) The problem is SQLTemplate #bind directive incomplete collection handling. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Closed: (CAY-1067) likeIgnoreCase is not supported for CLOBs in MS SQL adapter

2008-10-11 Thread Andrus Adamchik (JIRA)
ql.SQLException: Argument data type text is invalid for argument 1 of > upper function. > at > net.sourceforge.jtds.jdbc.SQLDiagnostic.addDiagnostic(SQLDiagnostic.java:364) > at net.sourceforge.jtds.jdbc.TdsCore.tdsErrorToken(TdsCore.java:2754) > at net.sourceforge.jtds.jdbc.TdsCore.nextToken(TdsCore.java:2195) --

[jira] Issue Comment Edited: (CAY-1107) Support JDBC 4

2008-10-10 Thread Anatol Lutski (JIRA)
; http://jcp.org/aboutJava/communityprocess/final/jsr221/index.html > This will probably involve creating a new maven build target for Java 6 and > adding specific support there. > http://markmail.org/message/zfdrqz6rnnjkdsrr -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Updated: (CAY-1107) Support JDBC 4

2008-10-10 Thread Anatol Lutski (JIRA)
p.org/aboutJava/communityprocess/final/jsr221/index.html > This will probably involve creating a new maven build target for Java 6 and > adding specific support there. > http://markmail.org/message/zfdrqz6rnnjkdsrr -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Created: (CAY-1120) Deadlock CayenneContextGraphManager when committing from two threads

2008-10-09 Thread Ari Maniatis (JIRA)
:43 AM [0x0-0xc30c3].au.ish.com.oncourse.client[1667] -- java.awt.EventDispatchThread.run(EventDispatchThread.java:110) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Updated: (CAY-1110) fetchLimit + DistinctResultIterator = fewer rows in the result

2008-10-09 Thread Loiko Dima (JIRA)
terator) not the outer > filtering iterator (DistinctResultIterator) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Created: (CAY-1119) Nested contexts on ROP

2008-10-09 Thread Andrey Razumovsky (JIRA)
Reporter: Andrey Razumovsky Assignee: Andrey Razumovsky Fix For: 3.0 Nested contexts should be avaliable via CayenneContext. This also leads to moving up some methods from DataContext to BaseContext, or even ObjectContext -- This message is automatically generated by JIRA

[jira] Commented: (CAY-1118) ROP: setToXXX(null) does not update reverse rel

2008-10-09 Thread Andrey Razumovsky (JIRA)
o2.setTable1(o1); > > assertEquals(1, o1.getTable2Array().size()); > context.commitChanges(); //important line! > > o2.setTable1(null); > assertEquals(0, o1.getTable2Array().size()); -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Commented: (CAY-1118) ROP: setToXXX(null) does not update reverse rel

2008-10-09 Thread Andrus Adamchik (JIRA)
e2 o2 = context.newObject(ClientMtTable2.class); > o2.setTable1(o1); > > assertEquals(1, o1.getTable2Array().size()); > context.commitChanges(); //important line! > > o2.setTable1(null); > assertEquals(0, o1.getTable2Array().size

[jira] Closed: (CAY-1103) rollbackChanges is broken in ROP CayenneContext

2008-10-09 Thread Andrey Razumovsky (JIRA)
context.commitChanges(); > > assertEquals("1", o.getGlobalAttribute1()); > o.setGlobalAttribute1("2"); > assertEquals("2", o.getGlobalAttribute1()); > context.rollbackChanges(); > assertEquals("1", o.ge

[jira] Created: (CAY-1118) ROP: setToXXX(null) does not update reverse rel

2008-10-09 Thread Andrey Razumovsky (JIRA)
); assertEquals(0, o1.getTable2Array().size()); -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Updated: (CAY-1110) fetchLimit + DistinctResultIterator = fewer rows in the result

2008-10-09 Thread Loiko Dima (JIRA)
terator) not the outer > filtering iterator (DistinctResultIterator) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Assigned: (CAY-1103) rollbackChanges is broken in ROP CayenneContext

2008-10-09 Thread Andrey Razumovsky (JIRA)
GlobalAttribute1("1"); > context.commitChanges(); > > assertEquals("1", o.getGlobalAttribute1()); > o.setGlobalAttribute1("2"); > assertEquals("2", o.getGlobalAttribute1()); > context.rollbackChanges(); >

[jira] Commented: (CAY-1067) likeIgnoreCase is not supported for CLOBs in MS SQL adapter

2008-10-09 Thread Andrus Adamchik (JIRA)
SQLDiagnostic.java:364) > at net.sourceforge.jtds.jdbc.TdsCore.tdsErrorToken(TdsCore.java:2754) > at net.sourceforge.jtds.jdbc.TdsCore.nextToken(TdsCore.java:2195) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Updated: (CAY-1067) likeIgnoreCase is not supported for CLOBs in MS SQL adapter

2008-10-09 Thread Laurentiu Cocanu (JIRA)
LException: Argument data type text is invalid for argument 1 of > upper function. > at > net.sourceforge.jtds.jdbc.SQLDiagnostic.addDiagnostic(SQLDiagnostic.java:364) > at net.sourceforge.jtds.jdbc.TdsCore.tdsErrorToken(TdsCore.java:2754) > at net.sourceforge.jtds.jdbc.TdsCore.next

[jira] Commented: (CAY-1116) [patch] add generated PK support to SQLite

2008-10-08 Thread Mike Kienenberger (JIRA)
Components: Cayenne Core Library >Affects Versions: 3.0 >Reporter: Scott Anderson >Assignee: Tore Halset > Attachments: AutoIncrement-SQLite4.patch > > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Updated: (CAY-1116) [patch] add generated PK support to SQLite

2008-10-08 Thread Mike Kienenberger (JIRA)
t;Affects Versions: 3.0 >Reporter: Scott Anderson >Assignee: Tore Halset > Attachments: AutoIncrement-SQLite4.patch > > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Updated: (CAY-1116) [patch] add generated PK support to SQLite

2008-10-08 Thread Mike Kienenberger (JIRA)
t;Affects Versions: 3.0 >Reporter: Scott Anderson >Assignee: Tore Halset > Attachments: AutoIncrement-SQLite3.patch, AutoIncrement-SQLite4.patch > > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Updated: (CAY-1116) [patch] add generated PK support to SQLite

2008-10-08 Thread Mike Kienenberger (JIRA)
t;Affects Versions: 3.0 >Reporter: Scott Anderson >Assignee: Tore Halset > Attachments: AutoIncrement-SQLite3.patch, AutoIncrement-SQLite4.patch > > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Updated: (CAY-1116) [patch] add generated PK support to SQLite

2008-10-08 Thread Scott Anderson (JIRA)
> > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Commented: (CAY-1116) [patch] add generated PK support to SQLite

2008-10-08 Thread Scott Anderson (JIRA)
Increment-SQLite2.patch, > AutoIncrement-SQLite3.patch > > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Commented: (CAY-1116) [patch] add generated PK support to SQLite

2008-10-08 Thread Tore Halset (JIRA)
Attachments: AutoIncrement-SQLite.patch, AutoIncrement-SQLite2.patch, > AutoIncrement-SQLite3.patch > > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Assigned: (CAY-1116) [patch] add generated PK support to SQLite

2008-10-08 Thread Tore Halset (JIRA)
t;Affects Versions: 3.0 >Reporter: Scott Anderson >Assignee: Tore Halset > Attachments: AutoIncrement-SQLite.patch, AutoIncrement-SQLite2.patch, > AutoIncrement-SQLite3.patch > > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Resolved: (CAY-1117) Class Cast Exception in SQLServerMergerFactory from AutoAdapter to SQLServerAdapter

2008-10-08 Thread Tore Halset (JIRA)
erverAdapter) adapter; will raise > a Class Cast Exception. > A possible fix could be eliminating this cast as createTableAppendColumn > method is defined in DbAdapter interface, so the cast is useless. > See > http://www.nabble.com/Upcast-problems-w-SQLServerMergerFactory-and-AutoAdapt

[jira] Closed: (CAY-1117) Class Cast Exception in SQLServerMergerFactory from AutoAdapter to SQLServerAdapter

2008-10-08 Thread Tore Halset (JIRA)
ined in DbAdapter interface, so the cast is useless. > See > http://www.nabble.com/Upcast-problems-w-SQLServerMergerFactory-and-AutoAdapter-td19664724.html > (the patch is known but not implemented yet) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Created: (CAY-1117) Class Cast Exception in SQLServerMergerFactory from AutoAdapter to SQLServerAdapter

2008-10-08 Thread Laurentiu Cocanu (JIRA)
d19664724.html (the patch is known but not implemented yet) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Commented: (CAY-1116) [patch] add generated PK support to SQLite

2008-10-08 Thread Andrus Adamchik (JIRA)
ne Core Library >Affects Versions: 3.0 >Reporter: Scott Anderson >Assignee: Andrus Adamchik > Attachments: AutoIncrement-SQLite.patch, AutoIncrement-SQLite2.patch, > AutoIncrement-SQLite3.patch > > -- This message is automatically generate

[jira] Commented: (CAY-1116) [patch] add generated PK support to SQLite

2008-10-07 Thread Scott Anderson (JIRA)
Issue Type: Improvement > Components: Cayenne Core Library >Affects Versions: 3.0 >Reporter: Scott Anderson >Assignee: Andrus Adamchik > Attachments: AutoIncrement-SQLite.patch, AutoIncrement-SQLite2.patch, > AutoIncrement-SQLite3.patch > >

[jira] Updated: (CAY-1116) [patch] add generated PK support to SQLite

2008-10-07 Thread Scott Anderson (JIRA)
ponents: Cayenne Core Library >Affects Versions: 3.0 >Reporter: Scott Anderson >Assignee: Andrus Adamchik > Attachments: AutoIncrement-SQLite.patch, AutoIncrement-SQLite2.patch, > AutoIncrement-SQLite3.patch > > -- This message is automatically g

  1   2   3   4   5   6   7   8   9   10   >