java


Related Questions
I would like to use a documentsListsManager inside a PageProvider class. How can I achieve it ? Of course, this way does not work: @In(create = true) protected transient DocumentsListsManager documentsListsManager;
  0 votes
  1 answers
  1 comments
  1280 views

Can anyone explain in simple words what is the purpose of a DocumentTranslationMap ? http://community.nuxeo.com/api/nuxeo/release-5.6/javadoc/org/nuxeo/ecm/core/io/DocumentTranslationMap.html
  0 votes
  0 answers
  0 comments
  1353 views

There are two documents with a schema's field: <xs:element name="link" type="nxs:stringList" /> The field is updated by widget: <widget name="link_path_widget" type="select_path_tree"> This works very well but there is only created one ...
  0 votes
  2 answers
  2 comments
  1889 views

I am using java 1.5 and postresql 8.3 as backaend and flex as Front end server jboss4.2.3.ga and nuxeo5.3.1 now my application run successfully but now i upgrade java as 1.6 i cannot run my application server error are ERROR ...
  -1 votes
  1 answers
  5 comments
  2039 views

While coreSession.query() works fine for “SELECT * FROM Document WHERE … order by ecm:pos " i do not find a way to get this ecm:pos value. Unfortunately, it is not one of the getters of DocumentModel. The simple trial with “SELECT * , ecm:pos FROM” ...
  0 votes
  1 answers
  2 comments
  2671 views

Hi all, I have created a seam validator: public void validateSAPNumber(FacesContext context, UIComponent component, Object value) { String messageString = null; Integer size = 1; String SAPNumber = (String) value; String DocId = ...
  0 votes
  1 answers
  0 comments
  2875 views

Hi Gentlement, We have create a java client to interface Nuxeo via HttpAutomationClient. All the operations we have developed work fine, but we have noted that the client do not close the http connection after the client.shutdown(); We have noted ...
  0 votes
  1 answers
  0 comments
  1916 views

Is there a listing, for Nuxeo Java annotations, similar to referenced the seam annotation page ?
  0 votes
  1 answers
  3 comments
  1460 views

I want to create a context variable using Studio automation operation and read/write them with a Java class generated via the IDE. Also, I would like to create an operation context variable in JAVA and read/write them in a Studio automation ...
  0 votes
  1 answers
  2 comments
  27144 views

Hello, I was trying to follow the upload example listed here (http://doc.nuxeo.com/display/NXDOC/Using+Nuxeo+Automation+Client) and for the life of me I can not get the file to attach. I can get the document created, but when I browse to the created ...
  0 votes
  1 answers
  1 comments
  4649 views

I am using java content automation to upload and download files as blobs as shown in the link below. http://doc.nuxeo.com/display/NXDOC/Using+Nuxeo+Automation+Client The default dublincore schema is associated with each document. I want to retireve ...
  0 votes
  2 answers
  0 comments
  4873 views