phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] sync/sync4j/de/probusiness/pbgroupware/sync/PHPGwSyn


From: nomail
Subject: [Phpgroupware-cvs] sync/sync4j/de/probusiness/pbgroupware/sync/PHPGwSyncXMLRPCClient.java, 1.6
Date: Fri, 26 Nov 2004 13:34:57 +0100

Update of /sync/sync4j/de/probusiness/pbgroupware/sync
Modified Files:
        Branch: 
          PHPGwSyncXMLRPCClient.java

date: 2004/11/26 12:34:57;  author: fipsfuchs;  state: Exp;  lines: +7 -6

Log Message:
new version from internal CVS moved to original project
=====================================================================
Index: sync/sync4j/de/probusiness/pbgroupware/sync/PHPGwSyncXMLRPCClient.java
diff -u 
sync/sync4j/de/probusiness/pbgroupware/sync/PHPGwSyncXMLRPCClient.java:1.5 
sync/sync4j/de/probusiness/pbgroupware/sync/PHPGwSyncXMLRPCClient.java:1.6
--- sync/sync4j/de/probusiness/pbgroupware/sync/PHPGwSyncXMLRPCClient.java:1.5  
Wed Jun  9 18:35:09 2004
+++ sync/sync4j/de/probusiness/pbgroupware/sync/PHPGwSyncXMLRPCClient.java      
Fri Nov 26 12:34:57 2004
@@ -126,17 +126,18 @@
                                        logger.fine("now executing 
XML-RPC-request of method: " + methodname);
                                        return client.execute(methodname, 
params);
                                }
-                               catch (final AuthenticationFailed e) {
+                               catch (final Exception e) {
+                                       authenticated = false;
                                        loggedin = login();
                                }
                        }
                        throw new AuthenticationFailed();
                }
-               catch (final XmlRpcException e) {
-                       throw new SyncSourceException(
-                               "xml-rpc protocol error: " + e.getMessage() + 
"-[" + e.getClass().getName() + "]", e
-                       );
-               }
+//             catch (final XmlRpcException e) {
+//                     throw new SyncSourceException(
+//                             "xml-rpc protocol error: " + e.getMessage() + 
"-[" + e.getClass().getName() + "]", e
+//                     );
+//             }
                catch (final IOException e) {
                        throw new SyncSourceException("xml-rpc io error", e);
                }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]