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 194681 Details for
Bug 344669
[DB] Crash detection fails when using Oracle JDBC
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]
the previous patch contained too much
clipboard.txt (text/plain), 867 bytes, created by
Erdal Karaca
on 2011-05-04 04:54:07 EDT
(
hide
)
Description:
the previous patch contained too much
Filename:
MIME Type:
Creator:
Erdal Karaca
Created:
2011-05-04 04:54:07 EDT
Size:
867 bytes
patch
obsolete
>Index: src/org/eclipse/emf/cdo/server/internal/db/MetaDataManager.java >=================================================================== >--- src/org/eclipse/emf/cdo/server/internal/db/MetaDataManager.java (revision 7643) >+++ src/org/eclipse/emf/cdo/server/internal/db/MetaDataManager.java (working copy) >@@ -352,8 +352,8 @@ > public boolean handle(int row, final Object... values) > { > InternalCDOPackageUnit packageUnit = createPackageUnit(); >- packageUnit.setOriginalType(CDOPackageUnit.Type.values()[(Integer)values[1]]); >- packageUnit.setTimeStamp((Long)values[2]); >+ packageUnit.setOriginalType(CDOPackageUnit.Type.values()[((Number)values[1]).intValue()]); >+ packageUnit.setTimeStamp(((Number)values[2]).longValue()); > packageUnits.put((String)values[0], packageUnit); > return true; > }
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 344669
:
194680
|
194681
|
194829