<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Removing workflow from system. in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/removing-workflow-from-system/m-p/236480#M189610</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In a fresh Alfresco 3.2r instance I added an advanced workflow (which is used in another instance successfully).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Started up Alfresco and verified, that wokflow is available after selecting "Start Advanced Workflow" (there were two workflows, one of which was mine).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Without starting it, I shut down Alfresco and removed the workflow.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then I started Alfresco again. Now, after selecting "Start Advanced Workflow",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I got an exception&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Namespace prefix rwsfr is not mapped to a namespace URI&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; and after that a message saying that there are no&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;workflows available. Prefix rwsfr is used by my workflow.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Adding a dummy model file with this prefix defined didn`t help. &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I intend to try and change JBPMEngine.java to handle this situation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But before that I wanted to ask whether there is something obvious, that I am missing?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the exception.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Caused by: org.alfresco.service.namespace.NamespaceException: Namespace prefix rwsfr is not mapped to a namespace URI&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.alfresco.service.namespace.QName.createQName(QName.java:105)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.alfresco.service.namespace.QName.createQName(QName.java:127)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.alfresco.repo.workflow.jbpm.JBPMEngine.getTaskDefinition(JBPMEngine.java:1873)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.alfresco.repo.workflow.jbpm.JBPMEngine.createWorkflowTaskDefinition(JBPMEngine.java:2890)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.alfresco.repo.workflow.jbpm.JBPMEngine.createWorkflowDefinition(JBPMEngine.java:2828)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.alfresco.repo.workflow.jbpm.JBPMEngine$4.doInJbpm(JBPMEngine.java:419)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.springmodules.workflow.jbpm31.JbpmTemplate$1.doInHibernate(JbpmTemplate.java:87)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.springframework.orm.hibernate3.HibernateTemplate.execute(HibernateTemplate.java:372)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.springframework.orm.hibernate3.HibernateTemplate.execute(HibernateTemplate.java:338)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.springmodules.workflow.jbpm31.JbpmTemplate.execute(JbpmTemplate.java:80)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.alfresco.repo.workflow.jbpm.JBPMEngine.getDefinitions(JBPMEngine.java:397)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.alfresco.repo.workflow.WorkflowServiceImpl.getDefinitions(WorkflowServiceImpl.java:248)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at java.lang.reflect.Method.invoke(Method.java:597)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:304)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.alfresco.repo.security.permissions.impl.AlwaysProceedMethodInterceptor.invoke(AlwaysProceedMethodInterceptor.java:40)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.alfresco.repo.security.permissions.impl.ExceptionTranslatorMethodInterceptor.invoke(ExceptionTranslatorMethodInterceptor.java:49)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.alfresco.repo.audit.AuditMethodInterceptor.proceedWithAudit(AuditMethodInterceptor.java:237)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.alfresco.repo.audit.AuditMethodInterceptor.proceed(AuditMethodInterceptor.java:204)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.alfresco.repo.audit.AuditMethodInterceptor.invoke(AuditMethodInterceptor.java:152)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:106)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at $Proxy46.getDefinitions(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.alfresco.web.bean.workflow.StartWorkflowWizard.initializeWorkflows(StartWorkflowWizard.java:570)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.alfresco.web.bean.workflow.StartWorkflowWizard.getStartableWorkflows(StartWorkflowWizard.java:605)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.alfresco.web.bean.workflow.StartWorkflowWizard.getHasStartableWorkflows(StartWorkflowWizard.java:552)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;… 79 more&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Nov 2009 08:33:41 GMT</pubDate>
    <dc:creator>andrisr</dc:creator>
    <dc:date>2009-11-18T08:33:41Z</dc:date>
    <item>
      <title>Removing workflow from system.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/removing-workflow-from-system/m-p/236480#M189610</link>
      <description>Hi!In a fresh Alfresco 3.2r instance I added an advanced workflow (which is used in another instance successfully).Started up Alfresco and verified, that wokflow is available after selecting "Start Advanced Workflow" (there were two workflows, one of which was mine).Without starting it, I shut down</description>
      <pubDate>Wed, 18 Nov 2009 08:33:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/removing-workflow-from-system/m-p/236480#M189610</guid>
      <dc:creator>andrisr</dc:creator>
      <dc:date>2009-11-18T08:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Removing workflow from system.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/removing-workflow-from-system/m-p/236481#M189611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How did you "remove the workflow"?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; It will not be sufficient to just delete the workflow definition files.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2009 09:33:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/removing-workflow-from-system/m-p/236481#M189611</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2009-11-18T09:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: Removing workflow from system.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/removing-workflow-from-system/m-p/236482#M189612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;How did you "remove the workflow"?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; It will not be sufficient to just delete the workflow definition files.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, all I did was removing workflow definition files.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What else would be necessary?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there something I have to remove from database?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Workflow administration console gives the same exception.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2009 12:41:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/removing-workflow-from-system/m-p/236482#M189612</guid>
      <dc:creator>andrisr</dc:creator>
      <dc:date>2009-11-18T12:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: Removing workflow from system.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/removing-workflow-from-system/m-p/236483#M189613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You could start deleting namespace entries in the database.&amp;nbsp; But that's not recommended.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2009 21:37:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/removing-workflow-from-system/m-p/236483#M189613</guid>
      <dc:creator>hyperation</dc:creator>
      <dc:date>2009-12-01T21:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: Removing workflow from system.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/removing-workflow-from-system/m-p/236484#M189614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For removing workflow from the alfresco u need to login with "admin" credential&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;then open page&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://localhost:8080/alfresco/faces/jsp/admin/workflow-console.jsp" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/faces/jsp/admin/workflow-console.jsp&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;now u can see all the workflow by executing command&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;show definitions all&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and remove workflow by executing command &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;undeploy definition &amp;lt;workflow definition name&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;try it&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2009 06:12:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/removing-workflow-from-system/m-p/236484#M189614</guid>
      <dc:creator>khinendra</dc:creator>
      <dc:date>2009-12-02T06:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: Removing workflow from system.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/removing-workflow-from-system/m-p/236485#M189615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;show definitions all&amp;nbsp;&amp;nbsp; – showing syntax error in workflow console&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;can you pls suggest to remove it manually&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I m using alfresco 4.2 community &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Mar 2013 09:26:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/removing-workflow-from-system/m-p/236485#M189615</guid>
      <dc:creator>himanshuk4u</dc:creator>
      <dc:date>2013-03-15T09:26:40Z</dc:date>
    </item>
  </channel>
</rss>

