<?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 process definition not appearing in the activiti explorer. in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/process-definition-not-appearing-in-the-activiti-explorer/m-p/99065#M68404</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;SPAN&gt;I have deployed both my application which is developed on spring framework and activitiexplorer on the same application server tomcat7.0. i am deploying the processdefinition from my application in the following way&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Deployment d = repositoryService.createDeployment() .addClasspathResource("CustomTaskAssignmentTest.testSetAssigneeThroughSpringService.bpmn20.xml")&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;.deploy();&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i can see the deployment id in the deployment object but in the activiti explorer i cannot see the Process definition in the Process definitions tab . If i am not wrong it should come in the process definition list right ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;kind regards ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;B pavan kumar.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Jun 2012 06:31:11 GMT</pubDate>
    <dc:creator>pavan_bukka_ait</dc:creator>
    <dc:date>2012-06-20T06:31:11Z</dc:date>
    <item>
      <title>process definition not appearing in the activiti explorer.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-definition-not-appearing-in-the-activiti-explorer/m-p/99065#M68404</link>
      <description>Hi all ,I have deployed both my application which is developed on spring framework and activitiexplorer on the same application server tomcat7.0. i am deploying the processdefinition from my application in the following wayDeployment d = repositoryService.createDeployment() .addClasspathResource("Cu</description>
      <pubDate>Wed, 20 Jun 2012 06:31:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-definition-not-appearing-in-the-activiti-explorer/m-p/99065#M68404</guid>
      <dc:creator>pavan_bukka_ait</dc:creator>
      <dc:date>2012-06-20T06:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: process definition not appearing in the activiti explorer.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-definition-not-appearing-in-the-activiti-explorer/m-p/99066#M68405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Does your spring-activiti-engine point to the same database as the on in your the engine in activiti explorer? Are you using the same spring-contex-file?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 06:37:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-definition-not-appearing-in-the-activiti-explorer/m-p/99066#M68405</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2012-06-20T06:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: process definition not appearing in the activiti explorer.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-definition-not-appearing-in-the-activiti-explorer/m-p/99067#M68406</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;&amp;nbsp;&amp;nbsp;&amp;nbsp; thanks for the reply,following configuration code i have put in my spring dispatcher-serverlet.xml ,but activiti explorer still using the h2 database . I think i have to make activiti explorer use activiti db on mysql server, right ? if so, how to do it ? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;!– activiti integeration&amp;nbsp; –&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;bean id="activitiDataSource"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; class="org.springframework.jdbc.datasource.SimpleDriverDataSource"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;property name="driverClass" value="com.mysql.jdbc.Driver" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;property name="url" value="jdbc:mysql://localhost:3306/activiti" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;property name="username" value="root" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;property name="password" value="" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;/bean&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;bean id="transactionManager"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; class="org.springframework.jdbc.datasource.DataSourceTransactionManager"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;property name="dataSource" ref="activitiDataSource" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;/bean&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;bean id="processEngineConfiguration" class="org.activiti.spring.SpringProcessEngineConfiguration"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;property name="dataSource" ref="activitiDataSource" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;property name="transactionManager" ref="transactionManager" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;property name="databaseSchemaUpdate" value="true" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;property name="jobExecutorActivate" value="false" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;/bean&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;bean id="processEngine" class="org.activiti.spring.ProcessEngineFactoryBean"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;property name="processEngineConfiguration" ref="processEngineConfiguration" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;/bean&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;bean id="sentenceGenerator" class="com.equalize.dms.service.SentenceGenerator" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;bean id="delegateExpressionBean"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; class="com.equalize.dms.service.DelegateExpressionBean"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;property name="sentenceGenerator" ref="sentenceGenerator" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;/bean&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;bean id="sentenceToUpperCaseBean"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; class="com.equalize.dms.service.SentenceToUpperCaseBean"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;property name="sentenceGenerator" ref="sentenceGenerator" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;/bean&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;bean id="myExecutionListenerBean"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; class="com.equalize.dms.service.MyExecutionListenerBean" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;bean id="myTaskListenerBean" class="com.equalize.dms.service.MyTaskListenerBean" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;bean id="fakeLdapService" class="com.equalize.dms.service.FakeLdapService" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;bean id="repositoryService" factory-bean="processEngine"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; factory-method="getRepositoryService" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;bean id="runtimeService" factory-bean="processEngine"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; factory-method="getRuntimeService" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;bean id="taskService" factory-bean="processEngine"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; factory-method="getTaskService" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;bean id="historyService" factory-bean="processEngine"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; factory-method="getHistoryService" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;bean id="managementService" factory-bean="processEngine"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; factory-method="getManagementService" /&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 10:14:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-definition-not-appearing-in-the-activiti-explorer/m-p/99067#M68406</guid>
      <dc:creator>pavan_bukka_ait</dc:creator>
      <dc:date>2012-06-20T10:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: process definition not appearing in the activiti explorer.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-definition-not-appearing-in-the-activiti-explorer/m-p/99068#M68407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Does your activiti-explorer also point to the same database? If you're using the explorer out of the box, it's not…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 10:19:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-definition-not-appearing-in-the-activiti-explorer/m-p/99068#M68407</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2012-06-20T10:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: process definition not appearing in the activiti explorer.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-definition-not-appearing-in-the-activiti-explorer/m-p/99069#M68408</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;&amp;nbsp;&amp;nbsp; Thanks, I changed application-context.xml of activiti-explorer and it is working fine now.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 11:56:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-definition-not-appearing-in-the-activiti-explorer/m-p/99069#M68408</guid>
      <dc:creator>pavan_bukka_ait</dc:creator>
      <dc:date>2012-06-20T11:56:04Z</dc:date>
    </item>
  </channel>
</rss>

