databases-manager-portlet/src/main/java/org/gcube/portlets/user/databasesmanager/client
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
..
datamodel 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
events added the query "select * table_name limit 10" in the dialog submitQuery 2014-09-18 12:10:36 +00:00
form added the query "select * table_name limit 10" in the dialog submitQuery 2014-09-18 12:10:36 +00:00
panels - 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
resources code commented removed 2014-09-08 10:36:49 +00:00
toolbar bug fixed in class GWTdbManagerServiceImpl for the removeComputation RPC in order to pass to the getFactory method the correct scope. In GxtToolbar class logger print modified in the callback success of the removeComputation rpc. 2014-10-21 15:08:22 +00:00
utils ConstantsPortlet class was moved from package client.utils in package shared 2014-10-13 14:34:03 +00:00
DatabasesManager.java ConstantsPortlet class was moved from package client.utils in package shared 2014-10-13 14:34:03 +00:00
GWTdbManagerService.java user timeout session management generating a SessionExpiredException in order to show the session checker dialog and redirect to login 2014-09-29 13:13:02 +00:00
GWTdbManagerServiceAsync.java exceptions management on algorithm input parameters 2014-09-22 09:10:07 +00:00