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

Forum Posts

How to fix resourcedata Content-Type?

Hi, I got a resource:{"id"=>"vacation1.yml", "url"=>"http://our.stage.server/activiti-rest/service/repository/deployments/98370/resources/vacation1.yml", "contentUrl"=>"http://our.stage.server/activiti-rest/service/repository/deployments/98370/resour...

zloy by Champ in-the-making
  • 43 Views
  • 1 replies
  • 0 kudos

Activiti for simple validation rules

  Iam a newbie to Acitiviti ..Iam planning to use activiti for simple validation rules to validate input from a file. Ex : then file will have list of account number  start date end date . The validation rules will be defined for each of these fields...

ra_rly by Champ in-the-making
  • 75 Views
  • 1 replies
  • 0 kudos

Fetch and update from database in activiti Explorer

As per my application I have changed the database to Oracle,so i am not able to fetch any value from my table(i Have two table one is user master and second one is updatw usermaster).Kindly Suggest me a way to fetch the record from the database and u...

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

maven dependency error

hello,everybody  when database configuration with oracle,something wrong happened: Failed to execute goal on project bpms: Could not resolve dependencies for project gzuni:bpms:jar:5.17.0: Failure tofind com.oraclejdbc6:jar:12.1.0.1 in http://repo.sp...

mrlure by Champ in-the-making
  • 96 Views
  • 2 replies
  • 0 kudos

Simply timer

Hello!I have a some problem with timer. I want to add timer after startEvent and get task after delay (1 minute).My problem is that I don't get the task after delay, but I see it into View Process Diagram.What do I do wrong?  <process id="myProcess" ...

gslamy by Champ in-the-making
  • 90 Views
  • 3 replies
  • 0 kudos

metadata 'cm:modified' changes values

Hello,I have noticed that the metadata "cm:modified" can change its value even if we didn't change the docuement . For example, while displaying the document details without updating any property or changing anything  . Is there a way to stop this me...

sofia by Champ in-the-making
  • 112 Views
  • 1 replies
  • 0 kudos

Alfresco 5 Cifs

Hello,I the company that I worked for before had a Alfresco server running 4.0.d. It was an enterprise version and had CIFS set up correctly. I am a programmer and not a network person.The configuration they had before was as follows in Alferso-globa...

jakepens71 by Champ in-the-making
  • 366 Views
  • 2 replies
  • 0 kudos

taskService.createTaskQuery().or()

Can you show the usage of or()‍ with an example since the javadoc seems to confuse me a bit.The javadoc for or() ‍method states the below:All query clauses called will be added to a single or-statement. This or-statement will be included with the oth...