From: Patrick Schmitz Date: Mon, 24 Oct 2011 20:14:10 +0000 (+0000) Subject: CSPACE-3159 - changed getDomainId() to only dump stack trace when trace enabled.... X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=99a6ca846cf27af8251bd8b8558144f63d77655f;p=tmp%2Fjakarta-migration.git CSPACE-3159 - changed getDomainId() to only dump stack trace when trace enabled. On initial startup, we were always dumping the stack when we created domains. The method still returns null, and the callers handle it appropriately. --- diff --git a/services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/RepositoryJavaClientImpl.java b/services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/RepositoryJavaClientImpl.java index 118b4ff12..c80607d16 100644 --- a/services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/RepositoryJavaClientImpl.java +++ b/services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/RepositoryJavaClientImpl.java @@ -809,8 +809,8 @@ public class RepositoryJavaClientImpl implements RepositoryClient