Community
Participate
Working Groups
Build Identifier: 4.0.1.v20110818-0735 I'm trying to use OracleSQLAdapter from bug 270428, but run into problem with org.eclipse.emf.cdo.server.db.mapping.AbstractTypeMapping#getDBLength(DBType type) since the value used as default VARCHAR size 32672 is too large for Oracle VARCHAR datatype. Oracle allows max 4000 cahracters for VARCHAR. I have run into this with the 'source' attribute of 'Annotation' class in package http://www.eclipse.org/emf/CDO/Etypes/4.0.0. While lowering the default might be better it would be sufficient to annotate the attribute with CDO specific annotation to explicitli set maximum length of the attribute value. The best would, however, be to implement delegation to adapter as stated in the TODO comment on the source line that sets the default. Reproducible: Always Steps to Reproduce: Try to create schema in Oracle.
duplicate of bug 344233
Moving all open issues to 4.2. Open bugs can be ported to 4.1 maintenance after they've been fixed in master.
(In reply to comment #1) > duplicate of bug 344233 Eke, this is a duplicate of the already fixed bug 344233
Most likely. I can't test with Oracle so I rely on someone else to do and reopen bug 344233 in case of problems. Good catch! *** This bug has been marked as a duplicate of bug 344233 ***