Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-dev] Fix for Bug 318922: Enum metadata processing should not load classes

This time for sure!   SVN trunk commit: 7760

I had a failure from tortoise but then when I looked in SVN it appeared the commit did succeed--apparently I was wrong.

    Shaun



On 7/7/2010 3:46 PM, Andrei Ilitchev wrote:
Hi Shaun,

It's not fixed in trunk:
I've just updated after your message, still getting gazillion of errors, like:

## SETUP FAILURE:
Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.2.0.qualifier): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: ORA-12899: value too large for column "AILITCHE"."CMP3_EMPLOYEE"."GENDER" (actual: 6, maximum: 1)

Error Code: 12899
Call: INSERT INTO CMP3_EMPLOYEE (EMP_ID, PAY_SCALE, L_NAME, STATUS, VERSION, ROOM_NUM, GENDER, F_NAME, START_OVERTIME, END_OVERTIME, START_TIME, END_TIME, HUGE_PROJ_ID, ADDR_ID, MANAGER_EMP_ID, DEPT_ID, START_DATE, END_DATE, FORMER_COMPANY, FORMER_START_DATE, FORMER_END_DATE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
    bind => [37862, null, May, null, 1, 0, Female, Jill, null, null, null, null, null, 3282, null, null, 1895-01-01, null, null, null, null]

rev. 7757 was created yesterday - that's when the problem was introduced.
There are no changes after that to EnumTypeConverter.

On 07/07/2010 3:06 PM, Shaun Smith wrote:
Fix for Bug 318922: Enum metadata processing should not load classes

SVN 2.1 commit  7757
SVN trunk commit: 7752

https://bugs.eclipse.org/bugs/show_bug.cgi?id=318922

Resolves tests failures in nightly build.

Code review: Guy Pelltier

--Shaun

On 6/7/2010 2:43 PM, Shaun Smith wrote:

SVN 2.1 branch commit: Bug 318922: Enum metadata processing should not load classes

Merge into 2.2 will happen when the current problems in the build scripts are resolved.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=318922

Code review: Guy Pelltier

 

Changes:

- Changed EnumeratedMetadata to not load referenced Enum class and added support for lazy initialization of Enum class in EnumTypeConverter.

--
Oracle
Shaun Smith | Principal Product Manager
Phone: +19055023094
Oracle Server Technologies, Oracle TopLink
ORACLE Canada | 110 Matheson Boulevard West, Suite 100, Mississauga, Ontario | L5R 3P4

Green
              Oracle Oracle is committed to developing practices and products that help protect the environment
_______________________________________________ eclipselink-dev mailing list eclipselink-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/eclipselink-dev

--
Oracle
Shaun Smith | Principal Product Manager
Phone: +19055023094
Oracle Server Technologies, Oracle TopLink
ORACLE Canada | 110 Matheson Boulevard West, Suite 100, Mississauga, Ontario | L5R 3P4

Green
              Oracle Oracle is committed to developing practices and products that help protect the environment

_______________________________________________ eclipselink-dev mailing list eclipselink-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/eclipselink-dev
_______________________________________________ eclipselink-dev mailing list eclipselink-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/eclipselink-dev

--
Oracle
Shaun Smith | Principal Product Manager
Phone: +19055023094
Oracle Server Technologies, Oracle TopLink
ORACLE Canada | 110 Matheson Boulevard West, Suite 100, Mississauga, Ontario | L5R 3P4

Green
          Oracle Oracle is committed to developing practices and products that help protect the environment

Back to the top