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

Forum Posts

Display the group of a user

Hello,I would like to display the group of the user logged in , in the web interface.Is there a method to get the current user logged in?Is there a method to get the group corresponding to this user?Thanks

ariellle by Champ in-the-making
  • 166 Views
  • 1 replies
  • 0 kudos

MetaData property

Hi all,it's possibile set the maximum length of a property in a type definition???Eg:<type name="prefix:typeName">         <title>typeTytle</title>        <parent>cm:content</parent>        <properties>            <propety name="propPrefixropName">  ...

robby by Champ in-the-making
  • 172 Views
  • 1 replies
  • 0 kudos

Problem in running scheduler

Hi All,I tried to run scheduler that will check a particular space documents with effective from date less than or equal to current date. If so then place files into another space.I have created a js file for this and tried to run the js file using a...

joeu by Champ in-the-making
  • 202 Views
  • 1 replies
  • 0 kudos

CIFS performance on Linux

Alfresco,We are using smbmount to mount the Alfresco repository in RHEL. This works but form time to time the resource is so busy that even a simple directory listing in the folder takes ages.smbmount \\\\server/Alfresco alfresco -o username=me‍Here ...

simon by Champ in-the-making
  • 225 Views
  • 1 replies
  • 0 kudos

New Role and ACL_METHOD

Hi,I am creating a new role to allow a person to act as an administrator and add  (create new) users and groups to their homespace. Temporarily I have attempted to elevate the priviledges of the Coordinator Role to allow creating a new person and gro...

steel by Champ in-the-making
  • 1029 Views
  • 10 replies
  • 0 kudos

Richlist column width

A can't precisely set the width of my columns in a richlist.Where can I find the documentation about Richlists and the attributes of the  columns? Tx.

gilles by Champ in-the-making
  • 229 Views
  • 2 replies
  • 0 kudos

Bulk Upload Web Services in Alfresco 2.9.0B

Good Morning allI have been reading the documentation related to the new 2.9.0B version, and I have noticed that CIFS does not work for the moment in this version.I would like to know if the Web Services API that we had in 1.4, 2.0 and 2.1 to migrate...

jlabuelo by Champ on-the-rise
  • 255 Views
  • 3 replies
  • 0 kudos

New base language pack?

Is there any plans for a new base language pack?The latest one I can find on sourceforge seem to be 2.1R1.So is sourceforge the way to get the set of files needed for translation, or are they available via SVN. I assume the answer to the last questio...

loftux by Star Contributor
  • 179 Views
  • 1 replies
  • 0 kudos

How to Define Alfresco Port Number

Hello, everyone.    Can somebody tell me how to change the port number of Alfresco. As the default port number of Alfresco is 8080, I hope to change 8080 to 8088. If I changed the port number, I'd input the url(http://localhost:8088/alfresco) and Alf...

joel18 by Champ in-the-making
  • 566 Views
  • 8 replies
  • 0 kudos

Subtype of cm:folder not showing in WebClient

HiI have created a specialized space with cm:folder as parent, but when i create a new space (using the Advanced Space Wizard), i does not show in the folder where i created it.Am i missing something important?Any help would be appreciated…RegardsBri...

brianmp by Champ in-the-making
  • 613 Views
  • 7 replies
  • 0 kudos

Version 2.9B et Mysql

Bonjour,après avoir utilisé Alfresco 2.9B et HSQL j'ai essayé - à partir d'une installation fraiche- d'utiliser MySQL.Sur Kubuntu 7.10  (alfresco tomcat 2.9B) j'obtiens la charmante erreur suivante:14:14:07,119 WARN  [org.springframework.remoting.rmi...

nnay by Champ in-the-making
  • 940 Views
  • 2 replies
  • 0 kudos

Live repository

Hi,I saw several posts regarding the WCM Deployment, but still, I could not find any answer to the problem I have:I created a new web project, called "portal", I deployed it, and everything went fine.Then I mapped the AVM folder to a network drive, b...

lfaggioli by Champ in-the-making
  • 250 Views
  • 3 replies
  • 0 kudos

Alfresco being difficult-fresh install on ubuntu 7.10

Hi there, I have installed the latest version on Ubuntu 7.10. I followed this guide:http://wiki.alfresco.com/wiki/Installing_Alfresco_on_Ubuntu_7.10to the 'T'!I run the startup script, then I visit:http://crunk.com:8080/alfresco and I get this:HTTP S...

Display content type

Hi all,it's possible displaying the content type of a file in a freemarker template??Smthing like:<#list space.children as child>   <#if child.isDocument>         ${child.properties.type}   </#if>      </#list>In a list of documents it's useful show ...

robby by Champ in-the-making
  • 400 Views
  • 6 replies
  • 0 kudos

Location of Extension Configuration Files

Hi, I've a dude, It's possible create a jar with the extension configuration files, and locate in the next location of Tomcat <TOMCAT_HOME>/shared/lib/AlfrescoExtension.jar ?Thanks in advance.

nando_dev by Champ in-the-making
  • 197 Views
  • 1 replies
  • 0 kudos

.getYear() returns wrong value - returns 108 instead of 2008

There seems to be an issue with the Date object functions. code:var dtObject = new Date();var yr = dtObject.getYear()yr gets a value of 108 instead of 2008.The getMonth() function works fine.I am using enterprise version 2.1.1Any ideas?

eg by Champ in-the-making
  • 160 Views
  • 1 replies
  • 0 kudos

Creation de site avec WCM

Bonjour,j'ai quelques question au sujet de WCM. Voilà, j'ai un site à faire, ce site ne nécessite aucune base de données. c'est un site assez basique en somme, la présentation de l'entreprise avec une rubrique "Job" qui présente des offres d'emploi, ...

AWMUtil tightly coupled with FacesContext

I am trying to use the AWMUtil from within a quartz scheduled job but because the AVMUtil requires a FacesContext some exceptions are been thrown:java.lang.IllegalArgumentException: FacesContext must not be null    at org.springframework.util.Assert....

ebo by Champ in-the-making
  • 200 Views
  • 1 replies
  • 0 kudos

action with parameter?

hey folkz,hope i can get an answer:i need an entry in the menu more actions to start a wizard…this is no problem. but i would like to have this action with parameters.there will be more action entries in that which start the same wizardbut different ...

roman by Champ in-the-making
  • 469 Views
  • 4 replies
  • 0 kudos

How do I define a custom display-label-id?

Hi,I would like to define my own display-label-id.I tried defining it in a "extension/test-context.xml" as follows:      <bean id="ikModels" parent="dictionaryModelBootstrap">      <property name="labels">         <list>            <value>alfresco.ex...

gvandyk by Champ in-the-making
  • 647 Views
  • 5 replies
  • 0 kudos