<?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: Problem with SAXParsr in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-saxparsr/m-p/138821#M97309</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The sax-spi implementation depends on the environment you run in and what provider is on your class path… Seems like the "deploying programatically" has a stricter sax-parser implementation. Whet environment do you use, when you're deploying programatically, a plain main-method?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Jan 2013 10:26:00 GMT</pubDate>
    <dc:creator>frederikherema1</dc:creator>
    <dc:date>2013-01-10T10:26:00Z</dc:date>
    <item>
      <title>Problem with SAXParsr</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-saxparsr/m-p/138820#M97308</link>
      <description>I use Activiti engine 5.11 integrated with Spring framework on JBoss 7.1.1. Deploying through Activiti explorer is OK. Deploying programmatically throws exception.Application&lt;IMG id="smileytongue" class="emoticon emoticon-smileytongue" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;rocessEngine.getRepositoryService()&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .createDeployment()&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .name("Sync contact")&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .addClasspathResource("cz/ness/</description>
      <pubDate>Thu, 10 Jan 2013 10:04:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-saxparsr/m-p/138820#M97308</guid>
      <dc:creator>jusafa</dc:creator>
      <dc:date>2013-01-10T10:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SAXParsr</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-saxparsr/m-p/138821#M97309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The sax-spi implementation depends on the environment you run in and what provider is on your class path… Seems like the "deploying programatically" has a stricter sax-parser implementation. Whet environment do you use, when you're deploying programatically, a plain main-method?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2013 10:26:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-saxparsr/m-p/138821#M97309</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-01-10T10:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SAXParsr</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-saxparsr/m-p/138822#M97310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have problem while deploying 'war' to jboss. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My Activiti configuration:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;BR /&gt;&amp;lt;beans xmlns="&lt;A href="http://www.springframework.org/schema/beans" rel="nofollow noopener noreferrer"&gt;http://www.springframework.org/schema/beans&lt;/A&gt;"&lt;BR /&gt; xmlns:xsi="&lt;A href="http://www.w3.org/2001/XMLSchema-instance" rel="nofollow noopener noreferrer"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/A&gt;" xmlns:context="&lt;A href="http://www.springframework.org/schema/context" rel="nofollow noopener noreferrer"&gt;http://www.springframework.org/schema/context&lt;/A&gt;"&lt;BR /&gt; xmlns:jee="&lt;A href="http://www.springframework.org/schema/jee" rel="nofollow noopener noreferrer"&gt;http://www.springframework.org/schema/jee&lt;/A&gt;" xmlns:tx="&lt;A href="http://www.springframework.org/schema/tx" rel="nofollow noopener noreferrer"&gt;http://www.springframework.org/schema/tx&lt;/A&gt;"&lt;BR /&gt; xmlns:cache="&lt;A href="http://www.springframework.org/schema/cache" rel="nofollow noopener noreferrer"&gt;http://www.springframework.org/schema/cache&lt;/A&gt;" xmlns:smileytongue:="&lt;A href="http://www.springframework.org/schema/p" rel="nofollow noopener noreferrer"&gt;http://www.springframework.org/schema/p&lt;/A&gt;"&lt;BR /&gt; xsi:schemaLocation="&lt;A href="http://www.springframework.org/schema/jee" rel="nofollow noopener noreferrer"&gt;http://www.springframework.org/schema/jee&lt;/A&gt; &lt;A href="http://www.springframework.org/schema/jee/spring-jee-3.1.xsd" rel="nofollow noopener noreferrer"&gt;http://www.springframework.org/schema/jee/spring-jee-3.1.xsd&lt;/A&gt;&lt;BR /&gt;&amp;nbsp; &lt;A href="http://www.springframework.org/schema/beans" rel="nofollow noopener noreferrer"&gt;http://www.springframework.org/schema/beans&lt;/A&gt; &lt;A href="http://www.springframework.org/schema/beans/spring-beans.xsd" rel="nofollow noopener noreferrer"&gt;http://www.springframework.org/schema/beans/spring-beans.xsd&lt;/A&gt;&lt;BR /&gt;&amp;nbsp; &lt;A href="http://www.springframework.org/schema/cache" rel="nofollow noopener noreferrer"&gt;http://www.springframework.org/schema/cache&lt;/A&gt; &lt;A href="http://www.springframework.org/schema/cache/spring-cache-3.1.xsd" rel="nofollow noopener noreferrer"&gt;http://www.springframework.org/schema/cache/spring-cache-3.1.xsd&lt;/A&gt;&lt;BR /&gt;&amp;nbsp; &lt;A href="http://www.springframework.org/schema/tx" rel="nofollow noopener noreferrer"&gt;http://www.springframework.org/schema/tx&lt;/A&gt; &lt;A href="http://www.springframework.org/schema/tx/spring-tx-3.1.xsd" rel="nofollow noopener noreferrer"&gt;http://www.springframework.org/schema/tx/spring-tx-3.1.xsd&lt;/A&gt;&lt;BR /&gt;&amp;nbsp; &lt;A href="http://www.springframework.org/schema/context" rel="nofollow noopener noreferrer"&gt;http://www.springframework.org/schema/context&lt;/A&gt; &lt;A href="http://www.springframework.org/schema/context/spring-context-3.1.xsd" rel="nofollow noopener noreferrer"&gt;http://www.springframework.org/schema/context/spring-context-3.1.xsd&lt;/A&gt;"&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;bean id="demoDataGenerator" class="DemoDataGenerator" init-method="init"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="processEngine" ref="processEngine" /&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/bean&amp;gt;&lt;BR /&gt;&lt;BR /&gt; &amp;lt;jee:jndi-lookup id="dataSource" jndi-name="java:jboss/datasources/ACTDS" /&amp;gt;&lt;BR /&gt;&lt;BR /&gt; &amp;lt;bean id="transactionManager" class="org.springframework.jdbc.datasource.DataSourceTransactionManager"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;property name="dataSource" ref="dataSource" /&amp;gt;&lt;BR /&gt; &amp;lt;/bean&amp;gt;&lt;BR /&gt;&lt;BR /&gt; &amp;lt;bean id="processEngineConfiguration" class="org.activiti.spring.SpringProcessEngineConfiguration"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;property name="dataSource" ref="dataSource" /&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;property name="transactionManager" ref="transactionManager" /&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;property name="databaseSchemaUpdate" value="true" /&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;property name="jobExecutorActivate" value="true" /&amp;gt;&lt;BR /&gt; &amp;lt;/bean&amp;gt;&lt;BR /&gt;&lt;BR /&gt; &amp;lt;bean id="processEngine" class="org.activiti.spring.ProcessEngineFactoryBean"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;property name="processEngineConfiguration" ref="processEngineConfiguration" /&amp;gt;&lt;BR /&gt; &amp;lt;/bean&amp;gt;&lt;BR /&gt;&lt;BR /&gt; &amp;lt;bean id="repositoryService" factory-bean="processEngine" factory-method="getRepositoryService" /&amp;gt;&lt;BR /&gt; &amp;lt;bean id="runtimeService" factory-bean="processEngine" factory-method="getRuntimeService" /&amp;gt;&lt;BR /&gt; &amp;lt;bean id="taskService" factory-bean="processEngine" factory-method="getTaskService" /&amp;gt;&lt;BR /&gt; &amp;lt;bean id="historyService" factory-bean="processEngine" factory-method="getHistoryService" /&amp;gt;&lt;BR /&gt; &amp;lt;bean id="managementService" factory-bean="processEngine" factory-method="getManagementService" /&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; &amp;lt;tx:annotation-driven transaction-manager="transactionManager" /&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;/beans&amp;gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;and class DemoDataGenerator.java:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;public class DemoDataGenerator {&lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; …&lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; public void setProcessEngine(ProcessEngine processEngine) {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.processEngine = processEngine;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.identityService = processEngine.getIdentityService();&lt;BR /&gt;&amp;nbsp; }&lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; public void init(){&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; initDemoGroups();&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; initDemoUsers();&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; initProcessDefinitions();&lt;BR /&gt;&amp;nbsp; }&lt;BR /&gt;&lt;BR /&gt;…&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; protected void initProcessDefinitions() {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; processEngine.getRepositoryService()&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .createDeployment()&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .name("Sync contact")&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .addClasspathResource("cz/ness/itaas/fxb/SyncContactProcess.bpmn20.xml")&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .deploy();&lt;BR /&gt;&amp;nbsp; }&lt;BR /&gt;}&lt;/CODE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2013 11:37:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-saxparsr/m-p/138822#M97310</guid>
      <dc:creator>jusafa</dc:creator>
      <dc:date>2013-01-10T11:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SAXParsr</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-saxparsr/m-p/138823#M97311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I fixed the problem. I find xercesImpl-2.2.1.jar library in my "war" file. When i removed this library then xml reader is fine. thx&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2013 13:05:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-saxparsr/m-p/138823#M97311</guid>
      <dc:creator>jusafa</dc:creator>
      <dc:date>2013-01-10T13:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SAXParsr</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-saxparsr/m-p/138824#M97312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Great to hear it's fixed now!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2013 14:20:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-saxparsr/m-p/138824#M97312</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-01-10T14:20:07Z</dc:date>
    </item>
  </channel>
</rss>

