Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] Getting Exception [EclipseLink-4002] on EclipseLink 2.6.0 or higher while same code working fine with EclipseLink 2.5.2

[EL Info]: server: 2016-04-19
05:26:55.251--ServerSession(283635624)--Detected server platform:
org.eclipse.persistence.platform.server.NoServerPlatform.
[EL Info]: server: 2016-04-19
05:26:57.716--ServerSession(1706130424)--Detected server platform:
org.eclipse.persistence.platform.server.NoServerPlatform.
[EL Warning]: 2016-04-19 05:27:14.446--ClientSession(1455873973)--Exception
[EclipseLink-4002] (Eclipse Persistence Services - 2.6.0.v20150309-bf26070):
org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: com.microsoft.sqlserver.jdbc.SQLServerException: Invalid
object name 'x_service_config_def_SEQ'.
Error Code: 208
Call: SELECT NEXT VALUE FOR x_service_config_def_SEQ
Query: ValueReadQuery(sql="SELECT NEXT VALUE FOR x_service_config_def_SEQ")
[EL Warning]: transaction: 2016-04-19
05:27:14.533--UnitOfWork(1200773678)--The class RepeatableWriteUnitOfWork is
already flushing. The query will be executed without further changes being
written to the database.  If the query is conditional upon changed data the
changes may not be reflected in the results.  Users should issue a flush()
call upon completion of the dependent changes and prior to this flush() to
ensure correct results.
[EL Warning]: transaction: 2016-04-19
05:27:14.818--UnitOfWork(1200773678)--The class RepeatableWriteUnitOfWork is
already flushing. The query will be executed without further changes being
written to the database.  If the query is conditional upon changed data the
changes may not be reflected in the results.  Users should issue a flush()
call upon completion of the dependent changes and prior to this flush() to
ensure correct results.



--
View this message in context: http://eclipse.1072660.n5.nabble.com/Getting-Exception-EclipseLink-4002-on-EclipseLink-2-6-0-or-higher-while-same-code-working-fine-with-2-tp181386.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.


Back to the top