gemire / daofusion

Automatically exported from code.google.com/p/daofusion
0 stars 1 forks source link

DAO Fusion-bitemporal Issues #17

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Guys,
 I have been trying to use DAO Fusion-bitemporal implementation for my application.
While the overall concept is good, i am facing few issues while trying to write 
few test cases.

Sample test case - BiTemporalTraceTest.Java is not complete example to 
demonstrate the bitemporal functionality. it would great, if you have detailed 
test cases in test suite.

I have tried to add few cases - fin your example customer/order./bitemp_order. 
i am stuck in fundamental issue. This API is not maintaining the all the states 
of 'order'  during various points of the time. at any point of time it has only 
latest status of 'order' object.

for example - for given order id 1 -  on jan1'2014 - i have billing address as 
NYC and it got changes to  LON on Jan'4-2014. i am not able to get two states 
of order object with this API.
However bitemp_order is updating valid start & valid end properly. having along 
the time period not enough with actual values.

Since i am running short of time, it would be great, if you can help me in 
this. if you need further i can mail you.

Thanks
Chaitanya

Original issue reported on code.google.com by chait...@gmail.com on 25 Feb 2014 at 3:01