Alfresco Archive
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

No anonymous checkout for WSF SVN

HiI've attempted to check-out from https://forge.alfresco.com/svn/wsfBut, contrary to details on AlfrescoForge [below], I was prompted for a username and password.[size=75]Documentation for Subversion (sometimes referred to as "SVN") is available her...

risicare by Champ in-the-making
  • 145 Views
  • 1 replies
  • 0 kudos

How do I make Alfresco not to index document content?

HiIs there any way to make alfresco not to index the content of a document?I'm using some types of documents who doesn't need to be indexed by content because users are gonna find them manually in an specific space in alfresco; they will never use th...

jzulu2000 by Champ in-the-making
  • 158 Views
  • 1 replies
  • 0 kudos

Testing Start Review & Approve Workflow

Hello,I'm running Alfresco 2.0 on Tomcat and I'm trying to test the 'Start Advanced Workflow' feature using the tutorial pdf in Guest Home, but I seem to have a problem.Upon starting the advanced workflow, in step 2. Workflow options, there should be...

jlae by Champ in-the-making
  • 365 Views
  • 5 replies
  • 0 kudos

UnsupportedClassVersionError

When I copied the alfresco war to my Tomcat (5.0) and started Tomcat I got the following error:java.lang.UnsupportedClassVersionError: org/alfresco/web/app/ContextListener (Unsupported major.minor version 49.0)   at java.lang.ClassLoader.defineClass0...

jeko by Champ in-the-making
  • 175 Views
  • 2 replies
  • 0 kudos

Bonjour à tous,1- est-il possible via une API, de...

Bonjour à tous,1- est-il possible via une API, de faire un upload de document et de fournir ses méta-données avec (tout ceci de manière transactionnelle) ?2- avez-vous des commentaires/remarques particuliers sur l'utilisation d'Alfresco avec des impo...

ego by Champ in-the-making
  • 1148 Views
  • 3 replies
  • 0 kudos

JCR to CMR to JCR

HiI have my searches done with native api calls like   results = searcher.query(nodeRef.getStoreRef(), "lucene", "TYPE:\"cm:content\"", null, null);but then, how do i get back from the   org.alfresco.jcr.api.NodeRef currentNodeRef = row.getNodeRef();...

spl by Champ in-the-making
  • 117 Views
  • 1 replies
  • 0 kudos

Using WCM tutorial. Creating Web Form glitch.

HiI've just started working with Alfresco 2.1 and have been running through the Getting Started Guide (2.0 version).The company-footer web form in the Create Web Content Wizard displays the name and body fields as expected.However, even when I have e...

risicare by Champ in-the-making
  • 131 Views
  • 1 replies
  • 0 kudos

How to detele the ticket through ticket Web Service

I am getting the ticket  using the login serviceservice/api/login?u="+user+"&pw="+pwd;‍‍‍I would like to delete the ticket after ticket and get some content like the one below service/api/login/ticket/"+ticket‍‍‍How to set the method delete while cal...

Query association with Alfresco WS 2.1? -now it's different!

Hi every1:   I used to query associations using the following code:       Association[] assoc = {new Association("my:ClausulaPliegoC", AssociationDirectionEnum.source)};                   try {           queryAssociated = repositoryService.queryAssoc...

isanalon by Champ in-the-making
  • 115 Views
  • 1 replies
  • 0 kudos

how to create a forum, topic and post in JAVA

hello,I try to create a discussion (so a forum on a document) in JAVA and I don't know how to create topics and post…I try this: NodeRef nodeDiscussion = rs.getNodeRef(0); // from a lucene query to find the document…         ChildAssociationRef child...

michel by Champ in-the-making
  • 871 Views
  • 2 replies
  • 0 kudos