[hibernate-issues] [Hibernate-JIRA] Created: (HHH-4522) CallbackAndDirtyTest throws exception when run against PostgreSQL
Hardy Ferentschik (JIRA)
noreply at atlassian.com
Fri Oct 23 08:41:13 EDT 2009
CallbackAndDirtyTest throws exception when run against PostgreSQL
-----------------------------------------------------------------
Key: HHH-4522
URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-4522
Project: Hibernate Core
Issue Type: Bug
Components: entity-manager
Affects Versions: 3.5.0.Beta-1
Reporter: Hardy Ferentschik
Assignee: Hardy Ferentschik
Fix For: 3.5
The exception is:
PSQLException: ERROR: invalid byte sequence for encoding "UTF8": 0x00
The problems is that the Person entity defines a character property which is in one case not set in this test. The default character value, however, causes this exception against PostgreSQL (ant potentially other databases)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the hibernate-issues
mailing list