Alfresco activiti workflow deploy -


i have bit of problem. have created workflow activiti plugin in eclipse. have model, context file , bpmn20.xml file. deployed in shared/alfresco/extension but: if deploy workflow deleting entire following tag in bpmn20.xml file

  <bpmndi:bpmndiagram id="bpmndiagram_activiticustomworkflow"> 

(so without workflow diagram), works fine can't see workflow diagram in workflow details page in alfresco share . if leave tag (so eclipse created in beginning activiti project), alfresco not starting. (connection rejected in browser) log not telling me nothing, , tomcat cannot stopped (i have delete catalina.pid , tomcat temp folder manually).

my bpmn20.xml file header is:

<?xml version="1.0" encoding="utf-8"?>   <definitions xmlns="http://www.omg.org/spec/bpmn/20100524/model"     xmlns:xsi="http://www.w3.org/2001/xmlschema-instance"     xmlns:activiti="http://activiti.org/bpmn"     xmlns:bpmndi="http://www.omg.org/spec/bpmn/20100524/di"     xmlns:omgdc="http://www.omg.org/spec/dd/20100524/dc"     xmlns:omgdi="http://www.omg.org/spec/dd/20100524/di"     typelanguage="http://www.w3.org/2001/xmlschema"     expressionlanguage="http://www.w3.org/1999/xpath"     targetnamespace="http://activiti.org/bpmn20"> 

am missing something? or maybe eclipse doesn't create correct bpmn file? ah, alfresco 4.0.d , ubuntu server 10.04 lts x64 using activiti engine, , jbpm engine turned off.

thanks in advance.

you might need turn logging in webapps/alfresco/web-inf/classes/log4j.properties.

log4j.logger.org.alfresco.repo.workflow=debug 

i've got set in webapps/share/web-inf/classes/log4j.properties


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -