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

Forum Posts

OAuth Authentication filter for Share

Hi community,Just a short message to share a small project. I just published on Github (https://github.com/gdepourtales/share-oauth-sso). The Alfresco OAuth SSO module lets users login in Alfresco Share using their Google Apps account. The module cre...

Alfresco 5.0 with Oracle 11g

We are in production with Alfresco 4.1.6 and Oracle 11g. We are planning to upgrade Alfresco to 5.0 but upgrading Oracle from 11g to 12c is not possible at this time.From the document(https://www.alfresco.com/cmis/views/workspace%253A%252F%252FSpaces...

binnyg by Champ in-the-making
  • 542 Views
  • 1 replies
  • 0 kudos

Error when modify Custom Metadata

Hello,I have a problem with custom metadata on Record Management. I can create a custom metada but when i want to modify it, i have an error message.My colleague has the same problem but with a different error message. You can see it on the 2 attachm...

ryosaeba by Champ in-the-making
  • 763 Views
  • 2 replies
  • 0 kudos

Buisnesskey duplicate possible

long story short, while testing a class that starts Processes, i ran into unexpected results while trying to start the same Process twice with the same Businesskey: @Test (expected = IllegalArgumentException.class)    @Deployment(resources  = {"test_...

billdoor by Champ in-the-making
  • 649 Views
  • 4 replies
  • 0 kudos

Can't deploy my first custom workflow, can anybody helps?

Hi everybodyI'm trying to deploy to alfresco my first workflow but I cannot reach the goal!I'm using EclipseI've tried to reproduce the tutorial recorded at Alfresco Summit 2013 (http://summit.alfresco.com/boston/sessions/boost-your-productivity-next...

paolo26670 by Champ in-the-making
  • 982 Views
  • 5 replies
  • 0 kudos

Changing custom types?

Dear Community,I intend to implement a custom content model for our institution and everything worked mostly fine til now. But we have a problem with the fact, that a custom type isn't modifiable no longer once it is set. I know, that this is how it ...

a_p by Champ in-the-making
  • 1624 Views
  • 6 replies
  • 0 kudos

Can't connect to Alfresco !

Hi,I need help, after some modifications on server.xml (tomcat 7) I can't connect to my alfresco server. I have the page, but when I enter any login (mine, admin …) I get : "Your credentials were not recognized or Alfresco is perhaps not currently av...

godsu by Champ in-the-making
  • 901 Views
  • 4 replies
  • 0 kudos

Disable authentication for sharepoint

Is there anyway to remove the basic authentication for sharepoint, so there won't be a login prompt when opening a document from Microsoft Word?

trs79 by Champ in-the-making
  • 425 Views
  • 1 replies
  • 0 kudos

LDAP Config: Not sure if groupNameAttribute is getting populated properly

Hi - I have the following set-up in activiti-custom-context.xml:———————————————————————————<property name="queryGroupsForUser" value="(&amp;(objectclass=groupOfUniqueNames)(uniqueMember=uid={0},cn=People,ou=Internal,o=mfc)(ecommerceappaccess=MyAdminU...

maxbaba by Champ in-the-making
  • 227 Views
  • 1 replies
  • 0 kudos

What userid format to use: LDAP Error 34 - Invalid DN syntax

Hi - I have the following configuration in my activiti-custom-context.xml. I'm not sure what format to use for my userid to login into Activiti-Explorer:<property name="configurators">            <list>                <bean class="org.activiti.ldap.L...

maxbaba by Champ in-the-making
  • 814 Views
  • 4 replies
  • 0 kudos

About assignees to tasks of workflow

I have a workflow comprising a number of tasks (7 to 10), and each task is expected to be taken by a particular user/assignee. What I want is to determine who do what at the very beginning of the workflow. In other words, immediately after I choose a...

haiyun by Champ in-the-making
  • 621 Views
  • 4 replies
  • 0 kudos

ORA-01591: lock held by in-doubt distributed transaction

We are using Activiti 5.14, Oracle 11GFollowing exception is often coming in System Console ? Can you explain me why this error is coming is this is bug in Activiti ?### The error may involve org.activiti.engine.impl.persistence.entity.JobEntity.upda...

sakumar1 by Champ in-the-making
  • 1105 Views
  • 4 replies
  • 0 kudos

Multiple OR Statement

Hi everybody,I'm trying to do an HistoricProcessInstanceQuery with multiple OR. My use case is the following :- I have multiple instances of process with 2 variables A and B. Values for A can be 1, 2, 3 and values for B can be 5,6,7. - I'm trying to ...

Form submit redirection

Hi guys,I am facing a little solution and I'm sure you could help me.I have a specific type of content in my site that I can create. I have a button from my doclibrary to open the create-content form with the type as a parameter in the url.What I wan...

guiguik by Champ in-the-making
  • 486 Views
  • 2 replies
  • 0 kudos

Manning Book Ch5 example - creditCheckOk var not created

So in the Loan Application example, there are 4 variables declared at the start then the first task is a script task that does the following:      outrintln "Checking credit for " + name;      creditCheckOk = false;      if((income / 2) > loanAmount)...

jemmerling by Champ in-the-making
  • 258 Views
  • 1 replies
  • 0 kudos

Sort problem on activi historic table (sort by id)

Hi everyone,I recently discovered what might be a bug in the activity historic table (act_hi_actinst). In my application i need to display the last activity executed by a certain process, so what i've done for the past month is using this code to get...

lestat86 by Champ in-the-making
  • 402 Views
  • 2 replies
  • 0 kudos

Clean history periodically

Hi, i am sure to have seen somewhere in the userguide that we can configure a periodical clean of the historic. Or a time to keep the history's data before clean.I have found some topic about the query for clean the history. If it isn't possible to c...

pred05 by Champ in-the-making
  • 496 Views
  • 3 replies
  • 0 kudos

Get Task Instances of Site Invitations only

Hello EverybodyI have a very particular requirement for one of my clients. For a particular functionality, I need to get all task instances of Site invitations only for a particular user. how can I achieve this?I checked OOTB my-tasks dashlet and it ...