git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/vre-management/VREModeler@7466 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
6bee5458d8
commit
1d8f5da9c6
|
@ -302,7 +302,7 @@ public class ModelerService {
|
|||
}
|
||||
|
||||
|
||||
System.out.println(XMLUtil.PrepareMCFormatXML(totalMF, resNative, resDerivable, selectedMetadataStructure));
|
||||
System.out.println(XMLUtil.PrepareMCFormatXML(resNative, resDerivable, totalMF, selectedMetadataStructure));
|
||||
return XMLUtil.PrepareMCFormatXML( resNative,resDerivable,totalMF , selectedMetadataStructure);
|
||||
}
|
||||
|
||||
|
|
|
@ -63,7 +63,7 @@ public class MetadataFormat implements Listable{
|
|||
}
|
||||
|
||||
public List<String> getAsStringList(){
|
||||
return Arrays.asList(new String[]{this.id, this.name, this.schemaURI.toString(), this.language});
|
||||
return Arrays.asList(new String[]{this.id, this.name, this.schemaURI.getRawPath(), this.language});
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue