databases-manager-portlet/src/main/java/org/gcube/portlets/user/databasesmanager/client/datamodel
Loredana Liccardo 0f467e02b7 bug fixed for ehcache. The operation of the cache-diskstore pair seems not operate in a correct way when retrieving a big object composed of many data. When a big object is retrieved, some data, previously stored, have been corrupted.
In order to solve the problem, a safe procedure has been implemented that, once recovered the data from cache, checks if the data are corrupt. If yes, they need to be recovered again

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/databases-manager-portlet@101672 82a268e6-3cf1-43bd-a215-b396298e98cf
2014-11-21 11:31:56 +00:00
..
ComputationOutput.java - for the submitQuery the file result management has been modified. The file is retrieved from the statistical. GWTdbManagerServiceImpl, GxtBorderLayoutPanel, ComputationOutput, SubmitQueryResultWithFileFromServlet modified. 2014-11-19 15:00:35 +00:00
FileModel.java - added the file csv download for the submitQuery, sampling, smartsampling and randomsampling 2014-09-19 15:36:36 +00:00
GeneralOutputFromServlet.java - encache caching mechanism added for the information in the tree model. (cache disk create in the temp directory of tomcat) 2014-09-12 12:05:22 +00:00
Parameter.java code cleaned up removing commented lines in class GxtFormSubmitQuery and in packages interfaces, events, datamodel, client 2014-07-30 15:36:09 +00:00
Result.java code cleaned up removing commented lines in class GxtFormSubmitQuery and in packages interfaces, events, datamodel, client 2014-07-30 15:36:09 +00:00
Row.java bug fixed in DatabasesResourcesManager component and related to samplings operations and the related column values truncation.If quote is truncated the parsecvsString in servlet does not work fine. Row, GxtBorderLayoutPanel, GWTdbManagerServiceImpl, GxtBorderLayoutPanel classes modified to manage in a correct way the exception generated in class Row while parsing a csv row in a values list for samplings operations. 2014-10-29 15:59:36 +00:00
SQLDialect.java ConstantsPortlet class was moved from package client.utils in package shared 2014-10-13 14:34:03 +00:00
SamplingResultWithFileFromServlet.java - added the file csv download for the submitQuery, sampling, smartsampling and randomsampling 2014-09-19 15:36:36 +00:00
SubmitQueryData.java code cleaned up removing commented lines in class GxtFormSubmitQuery and in packages interfaces, events, datamodel, client 2014-07-30 15:36:09 +00:00
SubmitQueryResultWithFileFromServlet.java bug fixed for ehcache. The operation of the cache-diskstore pair seems not operate in a correct way when retrieving a big object composed of many data. When a big object is retrieved, some data, previously stored, have been corrupted. 2014-11-21 11:31:56 +00:00