<?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 Re: Datasource on StandaloneProcessEngineConfiguration in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/datasource-on-standaloneprocessengineconfiguration/m-p/238773#M191903</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;One problem found: I had two different versions of Spring .jar files in ${catalina_home}/lib and ${catalina_home}/shared/lib&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(and yes, my tomcat is configured to read shared folder - which causes more trouble than good, and this is one good example why the shared folder has been deprecated in Tomcat recent releases).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 04 Jun 2016 19:53:14 GMT</pubDate>
    <dc:creator>edsonrichter</dc:creator>
    <dc:date>2016-06-04T19:53:14Z</dc:date>
    <item>
      <title>Datasource on StandaloneProcessEngineConfiguration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/datasource-on-standaloneprocessengineconfiguration/m-p/238771#M191901</link>
      <description>I must be doing something really stupid… but I can't figure out without help.Using Activiti 5.20.0. Running Tomcat 8.0.33. Without spring.All required JAR files are on server lib folder (double checked).Error I'm getting:"(org.springframework.beans.factory.BeanCreationException) org.springframework.</description>
      <pubDate>Sat, 04 Jun 2016 19:35:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/datasource-on-standaloneprocessengineconfiguration/m-p/238771#M191901</guid>
      <dc:creator>edsonrichter</dc:creator>
      <dc:date>2016-06-04T19:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: Datasource on StandaloneProcessEngineConfiguration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/datasource-on-standaloneprocessengineconfiguration/m-p/238772#M191902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is a biazed XML declaration on top, but it has been caused by the forum app, the xml is ok in my setup.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Problem seems spring not being able to call the setDataSource method in StandaloneProcessEngineConfiguration.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Jun 2016 19:41:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/datasource-on-standaloneprocessengineconfiguration/m-p/238772#M191902</guid>
      <dc:creator>edsonrichter</dc:creator>
      <dc:date>2016-06-04T19:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: Datasource on StandaloneProcessEngineConfiguration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/datasource-on-standaloneprocessengineconfiguration/m-p/238773#M191903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;One problem found: I had two different versions of Spring .jar files in ${catalina_home}/lib and ${catalina_home}/shared/lib&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(and yes, my tomcat is configured to read shared folder - which causes more trouble than good, and this is one good example why the shared folder has been deprecated in Tomcat recent releases).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Jun 2016 19:53:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/datasource-on-standaloneprocessengineconfiguration/m-p/238773#M191903</guid>
      <dc:creator>edsonrichter</dc:creator>
      <dc:date>2016-06-04T19:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: Datasource on StandaloneProcessEngineConfiguration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/datasource-on-standaloneprocessengineconfiguration/m-p/238774#M191904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;+1 I had to add "spring-context" and "commons-lang3"&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Jun 2016 19:58:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/datasource-on-standaloneprocessengineconfiguration/m-p/238774#M191904</guid>
      <dc:creator>edsonrichter</dc:creator>
      <dc:date>2016-06-04T19:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: Datasource on StandaloneProcessEngineConfiguration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/datasource-on-standaloneprocessengineconfiguration/m-p/238775#M191905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, to answer my own question. So far, so good.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;These are the JAR files I had to add in my setup (until now):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;activiti-bpmn-converter-5.20.0.jar&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;activiti-bpmn-layout-5.20.0.jar&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;activiti-bpmn-model-5.20.0.jar&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;activiti-camel-5.20.0.jar&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;activiti-cdi.jar&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;activiti-common-rest-5.20.0.jar&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;activiti-crystalball-5.20.0.jar&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;activiti-cxf-5.20.0.jar&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;activiti-diagram-rest-5.20.0.jar&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;activiti-engine-5.20.0.jar&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;activiti-explorer-5.20.0.jar&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;activiti-image-generator-5.20.0.jar&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;activiti-jmx-5.20.0.jar&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;activiti-json-converter-5.20.0.jar&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;activiti-ldap-5.20.0.jar&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;activiti-modeler-5.20.0.jar&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;activiti-mule-5.20.0.jar&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;activiti-osgi-5.20.0.jar&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;activiti-process-validation-5.20.0.jar&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;activiti-rest-5.20.0.jar&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;activiti-simple-workflow-5.20.0.jar&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;activiti-spring-5.20.0.jar&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;groovy-all-2.4.5.jar&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;jackson-annotations-2.2.3.jar&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;jackson-core-2.2.3.jar&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;jackson-databind-2.2.3.jar&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;jcl-over-slf4j-1.7.6.jar&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;joda-time-2.6.jar&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mybatis-3.3.0.jar&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;slf4j-api-1.7.6.jar&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;slf4j-log4j12-1.7.6.jar&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;spring-aop-4.1.5.RELEASE.jar&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;spring-beans-4.1.5.RELEASE.jar&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;spring-context-4.1.5.RELEASE.jar&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;spring-core-4.1.5.RELEASE.jar&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;commons-lang3-3.3.2.jar&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But my server has other JAR files needed by the application itself (like the PostgreSQL JDBC driver, other "apache commons" libraries, and so on). So, may be this list of JAR files is incomplete - these are the ones I'd add to the existing list.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, I've reviewed all JAR files just to be sure I've no conflicting versions (ex: spring.jar from a very old reporting library was conflicting recent Spring jar files).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This kind of "jar" conflicts causes errors like "method xyz requires java.lang.String, not the received value of type [java.lang.String]" (!!!) or "property dataSource is not writable or data type is different" and so on.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Jun 2016 20:43:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/datasource-on-standaloneprocessengineconfiguration/m-p/238775#M191905</guid>
      <dc:creator>edsonrichter</dc:creator>
      <dc:date>2016-06-04T20:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: Datasource on StandaloneProcessEngineConfiguration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/datasource-on-standaloneprocessengineconfiguration/m-p/238776#M191906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Of course, needed to create the tables in my database (I've choosen to not use auto update).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Jun 2016 20:43:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/datasource-on-standaloneprocessengineconfiguration/m-p/238776#M191906</guid>
      <dc:creator>edsonrichter</dc:creator>
      <dc:date>2016-06-04T20:43:42Z</dc:date>
    </item>
  </channel>
</rss>

