
| Key: |
COR-673
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Dheeraj Guntupalli
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
db4o Core
Created: 08/Jun/07 06:23 AM
Updated: 18/Jul/08 02:57 PM
|
|
| Component/s: |
None
|
| Affects Version/s: |
None
|
| Fix Version/s: |
None
|
|
|
Time Tracking:
|
|
Original Estimate:
|
Not Specified
|
|
|
Remaining Estimate:
|
0h
|
|
|
Time Spent:
|
16.5h
|
|
|
|
|
File Attachments:
|
1.
test.zip (4.54 Mb)
|
|
Environment:
|
db4o 6.1 , jdk5. and gigaspaces 5.2 EE
|
|
|
When running the Retrieve class it works fine. But if we comment out createClassTable() and insert(). and call just getEntry() on the database, it returns null values for some fields.
Even for the PEReflectField. get() are not called as expected
Ex: when createClassTable() and insert() are not commented
Output is TestClass , T1, 8, field2
When commented Out put is TestClass , null , 8, null
|
|
Description
|
When running the Retrieve class it works fine. But if we comment out createClassTable() and insert(). and call just getEntry() on the database, it returns null values for some fields.
Even for the PEReflectField. get() are not called as expected
Ex: when createClassTable() and insert() are not commented
Output is TestClass , T1, 8, field2
When commented Out put is TestClass , null , 8, null
|
Show » |
|
Rodrigo, any insight into this?
Is the problem with db4o or with Reflector code?
-vdhar