ready to test

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/admin/vre-manager@82484 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2013-10-04 15:40:19 +00:00
parent 2a786f522a
commit b4b8bf230b
2 changed files with 4 additions and 2 deletions

View File

@ -38,6 +38,7 @@ import org.gcube.vremanagement.vremodel.cl.stubs.types.Report;
import org.gcube.vremanagement.vremodel.cl.stubs.types.ResourceDescriptionItem;
import org.gcube.vremanagement.vremodel.cl.stubs.types.ResourceItem;
import org.gcube.vremanagement.vremodel.cl.stubs.types.VREDescription;
import org.gcube.vremanagement.vremodeler.utils.Utils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.w3c.dom.Document;
@ -271,7 +272,8 @@ public class VREDeploymentServiceImpl extends RemoteServiceServlet implements VR
String report = null;
try {
report = vreGenerator.checkVREStatus();
report = Utils.toXML(vreGenerator.checkVREStatus());
System.out.println(report);
} catch (RemoteException e) {
e.printStackTrace();
}

View File

@ -1,7 +1,7 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<!-- Author: Marko Mikulicic (ISTI-CNR) marko.mikulicic@isti.cnr.it-->
<xsl:template match="org.gcube.vremanagement.vremodeler.stubs.deployreport.DeployReport">
<xsl:template match="org.gcube.vremanagement.vremodeler.utils.reports.DeployReport">
<html>
<style type="text/css">