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

Forum Posts

AdvancedSearchBean and AdvancedSearchDialog question

We are extenting advanced search and I'm a little confused.  Does anyone know the relationship between AdvancedSearchBean (in the jar) and the AdvancedSearchDialog bean (referenced in the JSF config).  I don't even see a javadoc for AdvancedSearchBea...

Dialog flow question

Hi, When returning an outcome in a dialog. dialog:close ends the dialog and navigates back to the previous page. Is there a dialog:*something* that would cause the dialog to not close and for the user to correct some input.I've tried recalling the di...

fogo by Champ in-the-making
  • 91 Views
  • 1 replies
  • 0 kudos

How to Host Tomcat on a Deployed AVM Branch

Using an Alfresco-to-Alfresco deployment you get the website replicated to the remote machine sitting on a CIFS AVM branch. Great, but how do we get Tomcat to run this webapp?We could use the tomcat instance that is running the alfresco services (the...

tommorris by Champ in-the-making
  • 95 Views
  • 1 replies
  • 0 kudos

Forcer le checkout avant l'édition

Bonsoir,Je rame sur ce sujet depuis qqes jours maintenant.  Je cherche un moyen pour forcer les utilisateurs à effectuer un checkout sur les documents éditables en ligne (HTML ou TXT) avant de pouvoir les éditer.Je pense aux comportements de type :-...

Bonjour à tous !! (premier post sur alfresco :').Bon...

Bonjour à tous !! (premier post sur alfresco :').Bon je viens vers vous car je suis finalement sur un problème que je n'arrive pas à résoudre (parceque c'est pas le premier !).Voila j'ai tester Alfresco en version community avec tomacat inclu et une ...

Error in ContentUtils.convertToByteArray(inputStream)

Only transform the first 8192 bytes, if you have a file greater than 8k, it won't work.Code in Alfresco: byte[] result = null;                if (inputStream.available() > 0)        {            result = new byte[inputStream.available()];           ...

nimind by Champ in-the-making
  • 255 Views
  • 3 replies
  • 0 kudos

alfresco ne, demarre pas

Bonjourje suis nouveau sur alfresco et je doit l'installer pour faire une demo à mon patron, mais je n'arrive pas à le faire demarrerJ'ai sur ma machine un serveur tomcat 5 fonctionnel. j'ai telecharge alfresco-community-war-2.1.0.tar.gz. j'ai deploy...

jgpinna by Champ in-the-making
  • 1716 Views
  • 5 replies
  • 0 kudos

Get User groups

Hi!first sorry for my english…How can I list the user groups? I need to manage user, permission and groups, but i have no idea of how to use the webservice API. I'm using the Java API. Could anybody show me some code example?Thanks on advance.

b12jose by Champ in-the-making
  • 101 Views
  • 1 replies
  • 0 kudos

Retrieve Content via Web Service API

Hello, i have a question in context to the Web Service API. I have added some properties to the content model. Now i search for this properties with a java client, using the API, e.g.:Query query1 = new Query(Constants.QUERY_LANG_LUCENE, "+@\\{http\\...

gis-olli by Champ in-the-making
  • 179 Views
  • 3 replies
  • 0 kudos