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

Forum Posts

External Content like it was residing in Alfresco

Hi All,I am trying to figure out if is possible to have external content, from an external system, as if it was residing locally within AlfrescoI guess that I would have to create a new content type in my custom model that holds this kind of content,...

ceeliro by Champ in-the-making
  • 462 Views
  • 2 replies
  • 0 kudos

AAAR Extract data CMIS problem

Hi everyone,I have installed and configured AAAR as Francesco says to do it but I have a problem when extracting data.I execute AAAR_Extract.sh and everything seems to go rigth, it connects to the audit REST API and starts processing, and after some ...

iblanco by Confirmed Champ
  • 1303 Views
  • 7 replies
  • 0 kudos

Prefered way to handle AMP dependencies in Maven SDK?

I am in the process of converting our own Alfresco Maven projects to use the Maven SDK and am wondering what is the best way for one AMP to depend on another in a way that Java code also works. The AMP dependency in the POM is not sufficient.Accordin...

Java service task, JavaDelegate JPA

Hi,I couldn't find information about how to create a JPA entity in Java ServiceTask. I can do it before starting the process by adding it as a process variablerocessInstance processInstance = runtimeService.startProcessInstanceByKey("myProcess", vari...

nexowski by Champ in-the-making
  • 528 Views
  • 2 replies
  • 0 kudos

cannot be cast to org.alfresco.web.scripts.AbstractWebScript

Hello,I've created a java backend webscript. I'm getting "cannot be cast to org.alfresco.web.scripts.AbstractWebScript" error. Not sure where I'm doing wrong. Can anyone help please?Java classpackage com.alfresco.tutorial;import java.util.Collection;...

alex_lu by Champ in-the-making
  • 1744 Views
  • 10 replies
  • 0 kudos

AD Sync doesn't work

Hey guys,I got alfresco 4.2.f community on debian wheezy working so far.My AD Auhtentication works but there is no userprofile data syncedWhen a new AD User login into alfresco he will get access but the userprofilestays empty:here is my alfresco-glo...

firetux by Champ in-the-making
  • 882 Views
  • 1 replies
  • 1 kudos

Remove/clear/unset a property value in a folder rule

My users are getting confused with the "Title" of a document, as opposed to the name. I'm sure this isn't a unique case, but when people create documents from existing word documents, the "Title" metadata stays the same, and so we end up with lots of...

b_victor by Champ in-the-making
  • 310 Views
  • 1 replies
  • 0 kudos

How to remove or disable no need service of alfresco

Hi,I use alfresco as a content repository like database.Alfresco has many many service,but i only need core service(can read content from alfresco or put content file into alfresco,control content version and permission).Some services is not need for...

nocturn9 by Champ in-the-making
  • 295 Views
  • 1 replies
  • 0 kudos

Eclipse plugin not generating BPMN20.xml file

HI,I am new to Activiti and this might be a basic question.I have installed the eclipse activiti plugin as per below instructions.http://activiti.org/userguide/index.html#activitiDesignerWhen i create a new Activiti Diagram it named MyProcess it shou...

rvashishth by Champ in-the-making
  • 782 Views
  • 3 replies
  • 0 kudos

HTTP Status 404

HiI installed alfresco on Centos6.2. After install, it launch 127.0.0.1:8080/share, it shows HTTP Status 404.I've checked alfresco.log. There are some errors like below:Context initialization failedfail to get server ip addressHow do I fix these prob...

shaynetsai by Champ in-the-making
  • 536 Views
  • 2 replies
  • 0 kudos

Allow external users with authentication concern

Hi,In order to allow external users to use the company's DMS. What things need to consider?Community only have limited support and default option, is it correct?Best regards,Daivsw

davisw by Champ in-the-making
  • 771 Views
  • 4 replies
  • 0 kudos

CMIS - Relationship e Associations

Ciao,sto cercando di creare due oggetti a cui sn associati due Model differenti per poi metterli in relazione con un oggetto relationship.nel model dell'oggetto source creo un associazione che punta al model dell'oggetto target:   </properties>….….  ...

Advanced Search in Dashlet

Hi everyone.I´m a developer from Brazil and at the moment I´m using Alfresco Share for some customizations.Now, I need to create an Advanced Search in a dashlet, but this research need to find metadata too.This research is possible? Can I research in...

luiz_taira by Champ in-the-making
  • 2240 Views
  • 22 replies
  • 0 kudos

SSO Authentication Fails in 4.2.c

Installed Alfresco Community 4.2.c on Windows Server 2008 R2.Attempting to configure Single Sign On following instructions from http://docs.alfresco.com/community/tasks/auth-alfrescontlm-sso.html- Restarted server. Log on as windows administrator. Wh...

lolu by Champ on-the-rise
  • 471 Views
  • 2 replies
  • 0 kudos

Bad Request 400 after query with date

Hi,Whenever I query for an historic process instance using one of the rest api I get the following error:Request :http://localhost:8888/activiti-rest/service/history/historic-process-instances?startedAfter=2014-05-21T14:47:03.982+0000  ORhttp://local...

spille by Champ in-the-making
  • 747 Views
  • 5 replies
  • 0 kudos

Session Serialization

I've encountered a problem when integrating Activiti. Before using session persistence, that worked. Now we are using session persistence. But it seems activiti can not work in such scenario. I get serialization exception all the time.My Activit vers...

ray_lee by Champ in-the-making
  • 356 Views
  • 1 replies
  • 0 kudos

Creating documents with custom properties via dotcmis

Hi,After much flailing in the dark it is looking like I am either simply missing something important or simply not trying to do this in the right way at all.What I need to be able to do is set custom properties associated with documents when they are...

katie by Champ in-the-making
  • 3241 Views
  • 8 replies
  • 0 kudos

Process not query-able immediately after it started

Hi all,Just found this weird thing: if there is a sub-process, or parallel execution, it appears that process instance / execution queries return null up until the process reaches its first wait state.I.e. I have the following code in my sub-process'...