Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 164591 Details for
Bug 308895
[DB] Saving a default value of a custom type throws NotSerializableException
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Proposed fix.
patch.txt (text/plain), 886 bytes, created by
Erwin Betschart
on 2010-04-12 13:10:31 EDT
(
hide
)
Description:
Proposed fix.
Filename:
MIME Type:
Creator:
Erwin Betschart
Created:
2010-04-12 13:10:31 EDT
Size:
886 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.emf.cdo.server.db >Index: src/org/eclipse/emf/cdo/server/internal/db/mapping/TypeMapping.java >=================================================================== >RCS file: /cvsroot/modeling/org.eclipse.emf/org.eclipse.emf.cdo/plugins/org.eclipse.emf.cdo.server.db/src/org/eclipse/emf/cdo/server/internal/db/mapping/TypeMapping.java,v >retrieving revision 1.16 >diff -u -r1.16 TypeMapping.java >--- src/org/eclipse/emf/cdo/server/internal/db/mapping/TypeMapping.java 10 Mar 2010 08:05:02 -0000 1.16 >+++ src/org/eclipse/emf/cdo/server/internal/db/mapping/TypeMapping.java 12 Apr 2010 17:07:12 -0000 >@@ -627,5 +627,11 @@ > > return val; > } >+ >+ @Override >+ public void setDefaultValue(PreparedStatement stmt, int index) throws SQLException >+ { >+ setValue(stmt, index, getFeature().getDefaultValueLiteral()); >+ } > } > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 308895
:
164590
|
164591
|
167602