Updated simple client sessionURN to use URI instead of URL to generate SessionURN...
[vamsas.git] / src / uk / ac / vamsas / client / simpleclient / SimpleClient.java
index 9af8889..739cf58 100644 (file)
@@ -76,12 +76,12 @@ public class SimpleClient implements IClient {
     _session = sess;
     this.user = user;
     this.client = client;
-    try {
+    //try {
       session = new SessionUrn(_session);
-    } catch (MalformedURLException e) {
+    /*} catch (MalformedURLException e) {
       log.error("Couldn't form a valid SessionUrn object!",e);
       throw new InvalidSessionUrnException(_session.toString());
-    }
+    }*/
   }
   /**
    * construct new session by importing objects from an existing vamsas document