I already found the Jar file that I was looking for 

https://maven.nuxeo.org/nexus/index.html#nexus-search;gav~~nuxeo-automation-client~~~

Anyway I am still having a problem, This is the code that I
have


                HttpAutomationClient client = new HttpAutomationClient(
        "http://localhost:8080/nuxeo/site/automation";);

                Session session = client.getSession("Administrator",
"Administrator");
                Document docs = (Documents)
session.newRequest("Document.Query").set(
        "query", "SELECT * FROM Document").execute();
                System.out.println(docs);
                
                client.shutdown();

I already added the import files that I mentioned in the
previous post, but I am still having one error, it says
Documents cannot be resolved to a type.
The code that I have is the same code that is the nuxeo
Automation client API example.

Any suggestion? 
---
Mailing list: [email protected]
Forum: http://forum.nuxeo.org/f/1/

Reply via email to