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

Forum Posts

[Solucionado] Ejecutar ejemplos de alfresco SDK

Saludos lista,Traté de ejecutar los ejemplos de alfresco SDK pero sin éxito, trate de seguir la guia que se encuentra en http://wiki.alfresco.com/wiki/Alfresco_SDK_3.3 , de seguro algo hice mal por que no funciona, trate con dos ejemplos, FirstFounda...

andresmq by Champ in-the-making
  • 862 Views
  • 1 replies
  • 0 kudos

Schema de la Base de Datos

Hola,¿Dónde está el schema de la base de datos? Para cargarlo en una base de datos oracle 10g.Ya cree la bd "alfresco" y el usuario "alfresco" y le dí permisos, pero ahora no se si hay un archivo para cargar el schema o solo hay que darle el host, po...

alf_sea by Champ in-the-making
  • 1120 Views
  • 2 replies
  • 0 kudos

Migrar 2.9.0.B a 3.3

Estimados contertulios:junto con saludarlos formulo la siguiente pregunta es posible migrar una versión de alfresco 2.9.0.B de una sola vez a 3.3 o 3.2r2 (ambiente Linux) o necesito subir de versión una por una para conseguir la actualización a????Mu...

psantis by Confirmed Champ
  • 1173 Views
  • 4 replies
  • 0 kudos

[solved] how to add javascript in all pages

Hi I would like to add a javascript code in the header of the html pages of alfresco web client but I don't know which jsp page or file to edit for this purpose? Thank you

ethan by Champ in-the-making
  • 170 Views
  • 2 replies
  • 0 kudos

tools for developing custom workflows

Hello,I need to know which tools do I have to install in order to be able to develop custom workflows, and integrate them with alfresco. I already installed jdk, eclipse, jbpm. I cannot see interface org.jbpm.graph.def.ActionHandler, when i try to cr...

dan_marcu by Champ in-the-making
  • 201 Views
  • 2 replies
  • 0 kudos

Cannot create Site

after entering the necessary strings, Im anot sure for the site url and its relationship to dashboard - are they the same, no possibility for site creation is given, YES is inactive, only CANCEL is active.

iavra by Champ in-the-making
  • 161 Views
  • 1 replies
  • 0 kudos

LDAP with Multiple domain

Hi all,I am doing Zimbra LDAP with Alfresco. When I have only 1 domain i can able to login but when I have multiple doman I cant login.Suppose I have 2 domains abc.com and xyz.comHow can I configure in ldap-authentication.properties for these multipl...

pp20218 by Champ in-the-making
  • 3111 Views
  • 10 replies
  • 0 kudos

Two instances of Alfresco on the Same Machine

Hi,   I have tested Alfresco a few days ago on a Windows XP machine using the stack installer (Community Edition Version 3.2), and it worked for me. I would now like to know if it is possible for me to run two instances of Alfresco at the same time. ...

o_o_ by Champ in-the-making
  • 506 Views
  • 6 replies
  • 0 kudos

How to extend an Alfresco GROUP

Hi all.I need to extend an existing Alfresco GROUP with some other custom properties (i.e. address, city and other credentials).What is the best approach to get it?Is it right to define a Custom Content Model with a new type that "extends"an Alfresco...

sergio by Champ in-the-making
  • 220 Views
  • 2 replies
  • 0 kudos

Alfresco LDAP for Multi tenancy

Hi,I am trying to do Multi tenancy for Alfresco with LDAP configured, But it is not working as expected.When I am creating a tenant(Say T1) and LDAP is not configured, then I can login using (admin@T1). It is working for me.But when I configured LDAP...

pp20218 by Champ in-the-making
  • 373 Views
  • 5 replies
  • 0 kudos

Code gérant les permissions et règles

Hello,J'ai créé du code java permettant de créer des répertoires, effacer des permissions et règles ainsi que d'ajouter des permissions et règles.Cela fonctionne parfaitement pour créer une structure ou pour modifier un petit nombre de répertoire, ma...

dranakan by Champ on-the-rise
  • 917 Views
  • 1 replies
  • 0 kudos

CIFS auf WIN7

Hallo. Kann eine mir bitte sagen, ob man überhaupt CIFS auf WIN7 konfigurieren kann? Wenn ja, worauf soll ich mich achten?LG,Enkhee

kutaa_6527 by Champ on-the-rise
  • 1037 Views
  • 4 replies
  • 0 kudos

Problem with ConnectorSession Class

Hello !First of all sorry for my approximative english.I am trying to migrate from alfresco 3.2 to alfresco 3.3 and I'm encountring some problems with the class ConnectorSession.Each time I'm trying to open an alfresco session I encounter this type o...

Questions about Alfresco versions

Hi all,Please, someone could answer a few questions to make the subject clearest ?1) Alfresco VersionsWhat's the difference between versions like 3.3 HF1, SP1, SP2 … 3.3g (seen on JIRA) ?Are these subversions (fixes/patches) only available for Enterp...

piski by Champ on-the-rise
  • 593 Views
  • 7 replies
  • 0 kudos

Synchronisation LDAP et photos

Bonjour à tous,j'ai installé et configuré un Alfresco 3.3g community avec une authentification et synchronisation sur un annuaire Active Directory.Cela fonctionne parfaitement pour les champs "standard" (nom, prénom, email…).Par contre, j'ai dans mon...

[solved] 'Failed to find I18N message string key'

hello!I just understood why I got the error message "Failed to find I18N message string key" after adding something to a content model.as this may be interesting to others, here's the reason:don't put blank lines between the declarations in the webcl...

viola by Champ in-the-making
  • 750 Views
  • 4 replies
  • 0 kudos

Lucene Search - based on Category Aspect

hi,Struggling to find the query for content search based on a specific Category.e.g. : i have applied different Categories (Regions, Languages etc.) to different contents under my working space.now i need to find the contents having say, Languages ca...

What is the fast way of developing workflows?

I currently restart the server after making each change… which takes awhile, maybe 2 minutes. So it's definitely not the fastest way of developing workflows. I tried using the Eclipse plugin but after deploying from Eclipse, I don't see the workflow ...

piousbox by Champ in-the-making
  • 208 Views
  • 2 replies
  • 0 kudos

FileSystemConnectorTest in activiti-cycle env independant

I altered the test 'FileSystemConnectorTest' in activiti-cycle. The previous code (line 28):userConfiguration.addRepositoryConnectorConfiguration(new FileSystemConnectorConfiguration("filesystem", File.listRoots()[0]));‍When running on a windows-box ...