Skip to Content.
Sympa Menu

perfsonar-dev - perfsonar: r5282 - branches/new-structure-with-base2/ps-mdm-ls/src/main/java/org/perfsonar/service/lookupservice/registration

Subject: perfsonar development work

List archive

perfsonar: r5282 - branches/new-structure-with-base2/ps-mdm-ls/src/main/java/org/perfsonar/service/lookupservice/registration


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r5282 - branches/new-structure-with-base2/ps-mdm-ls/src/main/java/org/perfsonar/service/lookupservice/registration
  • Date: Mon, 7 Sep 2009 09:50:34 -0400

Author: trzaszcz
Date: 2009-09-07 09:50:33 -0400 (Mon, 07 Sep 2009)
New Revision: 5282

Modified:

branches/new-structure-with-base2/ps-mdm-ls/src/main/java/org/perfsonar/service/lookupservice/registration/LSSummaryRegisterDataSource.java
Log:


Modified:
branches/new-structure-with-base2/ps-mdm-ls/src/main/java/org/perfsonar/service/lookupservice/registration/LSSummaryRegisterDataSource.java
===================================================================
---
branches/new-structure-with-base2/ps-mdm-ls/src/main/java/org/perfsonar/service/lookupservice/registration/LSSummaryRegisterDataSource.java
2009-09-07 10:12:03 UTC (rev 5281)
+++
branches/new-structure-with-base2/ps-mdm-ls/src/main/java/org/perfsonar/service/lookupservice/registration/LSSummaryRegisterDataSource.java
2009-09-07 13:50:33 UTC (rev 5282)
@@ -52,25 +52,25 @@
message.addChild(element);
}

- ElementSerializer es=new ElementSerializer();
- File file=new File("/home/czacha/Desktop/glsRequest.txt");
+// ElementSerializer es=new ElementSerializer();
+// File file=new File("/home/czacha/Desktop/glsRequest.txt");
+//
+// FileOutputStream fos;
+// try {
+// fos = new FileOutputStream(file);
+// es.write(fos, message);
+// } catch (FileNotFoundException e) {
+// // TODO Auto-generated catch block
+// e.printStackTrace();
+// } catch (XMLStreamException e) {
+// // TODO Auto-generated catch block
+// e.printStackTrace();
+// } catch (IOException e) {
+// // TODO Auto-generated catch block
+// e.printStackTrace();
+// }
+//

- FileOutputStream fos;
- try {
- fos = new FileOutputStream(file);
- es.write(fos, message);
- } catch (FileNotFoundException e) {
- // TODO Auto-generated catch block
- e.printStackTrace();
- } catch (XMLStreamException e) {
- // TODO Auto-generated catch block
- e.printStackTrace();
- } catch (IOException e) {
- // TODO Auto-generated catch block
- e.printStackTrace();
- }
-
-
return new ServiceMessage(message);
}




  • perfsonar: r5282 - branches/new-structure-with-base2/ps-mdm-ls/src/main/java/org/perfsonar/service/lookupservice/registration, svnlog, 09/07/2009

Archive powered by MHonArc 2.6.16.

Top of Page