import javax.xml.bind.JAXBContext;
import javax.xml.bind.Marshaller;
-// import org.collectionspace.services.IDService;
-// import org.collectionspace.services.id.IDPattern;
-
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
package org.collectionspace.services.id;
-// import org.collectionspace.services.IDService;
-// The following import statement has been left open-ended
-// to accommodate future ID generation components.
-// import org.collectionspace.services.id.*;
-
import com.thoughtworks.xstream.XStream;
import com.thoughtworks.xstream.XStreamException;
import com.thoughtworks.xstream.io.xml.DomDriver;
import java.util.List;
import java.util.Map;
-// import org.collectionspace.services.nuxeo.NuxeoRESTClient;
-// import org.collectionspace.services.nuxeo.CollectionSpaceServiceNuxeoImpl;
-import org.collectionspace.services.id.*;
-
import org.dom4j.Document;
import org.dom4j.DocumentException;
import org.dom4j.io.SAXReader;
-// import org.restlet.resource.Representation;
public class IDServiceNuxeoImpl { // implements IDService {
package org.collectionspace.services.test.id;
-// import org.collectionspace.services.IDService;
-// import org.collectionspace.services.IDServiceJdbcImpl;
-// import org.collectionspace.services.id.*;
+import org.collectionspace.services.id.*;
import junit.framework.TestCase;
import static org.junit.Assert.*;
package org.collectionspace.services.test.id;
-import junit.framework.TestCase;
-import static org.junit.Assert.*;
-
import java.net.MalformedURLException;
import java.net.UnknownHostException;
import java.net.URL;
+import junit.framework.TestCase;
+import static org.junit.Assert.*;
+
import org.restlet.Client;
import org.restlet.data.Method;
import org.restlet.data.Protocol;