]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-597 added setProxy method to VocabClient to pick up httpclient with props...
authorSanjay Dalal <sanjay.dalal@berkeley.edu>
Sat, 13 Feb 2010 01:36:15 +0000 (01:36 +0000)
committerSanjay Dalal <sanjay.dalal@berkeley.edu>
Sat, 13 Feb 2010 01:36:15 +0000 (01:36 +0000)
commitae04735b34610b765886cb760541eef856e7d6d6
tree4bb54a7087fff537cc37bfa726b7c08475c1112a
parent9776ed6c5aca088acf2e439e0c40458244cd7d02
CSPACE-597 added setProxy method to VocabClient to pick up httpclient with props set for authentication. Properties required to pass to run in auth mode are -Dcspace.auth=true -Dcspace.user=test -Dcspace.password=test (see services/trunk/services/client/src/main/resources/collectionspace-client.properties)
Added log4j.properties. Removed programmatic configuration of log4j.
test: import, vocab client

M    vocabulary/import/src/main/java/org/collectionspace/services/vocabulary/importer/VocabularyBaseImport.java
A    vocabulary/import/src/main/resources/log4j.properties
M    vocabulary/import/pom.xml
M    vocabulary/client/src/main/java/org/collectionspace/services/client/VocabularyClient.java
services/vocabulary/client/src/main/java/org/collectionspace/services/client/VocabularyClient.java
services/vocabulary/import/pom.xml
services/vocabulary/import/src/main/java/org/collectionspace/services/vocabulary/importer/VocabularyBaseImport.java
services/vocabulary/import/src/main/resources/log4j.properties [new file with mode: 0644]