diff --git a/.classpath b/.classpath index d41851e..05bbe04 100644 --- a/.classpath +++ b/.classpath @@ -40,7 +40,6 @@ - diff --git a/pom.xml b/pom.xml index c2266a5..86a688a 100644 --- a/pom.xml +++ b/pom.xml @@ -44,10 +44,10 @@ distro config - + 2.6.1 3.3.2 - 3.1.1 + 3.1.1 ${env.KEYS} @@ -78,6 +78,12 @@ home-library [1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT) + + + org.gcube.data.analysis.tabulardata + service-client-impl + [2.0.0-SNAPSHOT,3.0.0-SNAPSHOT) + org.gcube.core common-scope-maps @@ -100,22 +106,13 @@ gwt-user ${gwtVersion} - - - + + + com.sencha.gxt @@ -124,12 +121,13 @@ + org.gcube.portlets.user tabular-data-gwt-service [2.0.0-SNAPSHOT,3.0.0-SNAPSHOT) - provided + provided @@ -137,7 +135,7 @@ org.gcube.portlets.user tabular-data-widget-common-event [1.0.0-SNAPSHOT,2.0.0-SNAPSHOT) - provided + provided @@ -145,16 +143,16 @@ org.gcube.portlets.user tabular-data-expression-widget [1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT) - provided + provided - + org.gcube.portlets.user tabular-data-widgetx-tdx-source [1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT) - provided + provided @@ -162,7 +160,7 @@ org.gcube.portlets.user tabular-data-monitor-widget [1.0.0-SNAPSHOT,2.0.0-SNAPSHOT) - provided + provided @@ -170,7 +168,7 @@ com.allen-sauer.gwt.log gwt-log ${gwtLogVersion} - + provided @@ -343,5 +341,4 @@ - war diff --git a/src/main/java/org/gcube/portlets/user/td/columnwidget/ColumnWidget.gwt.xml b/src/main/java/org/gcube/portlets/user/td/columnwidget/ColumnWidget.gwt.xml index 971379c..7ed1339 100644 --- a/src/main/java/org/gcube/portlets/user/td/columnwidget/ColumnWidget.gwt.xml +++ b/src/main/java/org/gcube/portlets/user/td/columnwidget/ColumnWidget.gwt.xml @@ -25,8 +25,8 @@ - + diff --git a/src/main/java/org/gcube/portlets/user/td/columnwidget/client/ColumnWidgetEntry.java b/src/main/java/org/gcube/portlets/user/td/columnwidget/client/ColumnWidgetEntry.java index 41bfead..baa1133 100644 --- a/src/main/java/org/gcube/portlets/user/td/columnwidget/client/ColumnWidgetEntry.java +++ b/src/main/java/org/gcube/portlets/user/td/columnwidget/client/ColumnWidgetEntry.java @@ -70,6 +70,7 @@ public class ColumnWidgetEntry implements EntryPoint { @Override public void onFailure(Throwable caught) { Log.info("No valid user found: " + caught.getMessage()); + caught.printStackTrace(); if (caught instanceof TDGWTSessionExpiredException) { UtilsGXT3.alert("Error", "Expired Session"); @@ -80,9 +81,8 @@ public class ColumnWidgetEntry implements EntryPoint { @Override public void onSuccess(UserInfo result) { - Log.info("Hello: " + result.getUsername()); - + test(); } }); diff --git a/src/main/resources/org/gcube/portlets/user/td/columnwidget/ColumnWidget.gwt.xml b/src/main/resources/org/gcube/portlets/user/td/columnwidget/ColumnWidget.gwt.xml index 217b81c..d6b2fba 100644 --- a/src/main/resources/org/gcube/portlets/user/td/columnwidget/ColumnWidget.gwt.xml +++ b/src/main/resources/org/gcube/portlets/user/td/columnwidget/ColumnWidget.gwt.xml @@ -28,20 +28,20 @@ - + - + - +