<?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: Exception while initializing repository service in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/exception-while-initializing-repository-service/m-p/78606#M52180</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;yes, i use ibatis 3.0.4.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;anyway….I'have change the db setup(now i'm usig mySql database) and it works but…. I have another problem….&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;when the program try to deploy the process &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Deployment deployment = repositoryService.createDeployment().addClasspathResource("C:/Users/Simone/workspace/ProvaNewDesigner/target/classes/diagrams/bpmn2_diagram.bpmn20.xml").deploy();&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I' get the follow exception&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;GRAVE: Servlet.service() for servlet [ThisService] in context with path [/SimpleTry] threw exception&lt;BR /&gt;org.activiti.engine.ActivitiException: resource "C:/Users/Simone/workspace/ProvaNewDesigner/target/classes/diagrams/bpmn2_diagram.bpmn20.xml" not found&lt;BR /&gt; at org.activiti.engine.impl.repository.DeploymentBuilderImpl.addClasspathResource(DeploymentBuilderImpl.java:58)&lt;BR /&gt; at ThisService.doGet(ThisService.java:45)&lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;excluding the path is uncorrect, what can be the reason of this exceptio?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 May 2011 13:35:38 GMT</pubDate>
    <dc:creator>simonetogno</dc:creator>
    <dc:date>2011-05-26T13:35:38Z</dc:date>
    <item>
      <title>Exception while initializing repository service</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/exception-while-initializing-repository-service/m-p/78604#M52178</link>
      <description>Hi all.I'm trying to develop e simple application with activiti engine api.I have intsllaed the demo application, started up, and lunch my application.My code ispublic void init(ServletConfig config) throws ServletException {super.init(config);processEngine = ProcessEngines.getDefaultProcessEngine()</description>
      <pubDate>Wed, 25 May 2011 12:53:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/exception-while-initializing-repository-service/m-p/78604#M52178</guid>
      <dc:creator>simonetogno</dc:creator>
      <dc:date>2011-05-25T12:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: Exception while initializing repository service</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/exception-while-initializing-repository-service/m-p/78605#M52179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I saw that exception when I was using the wrong version of ibatis. Are you using ibatis 3.0.4 ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2011 10:45:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/exception-while-initializing-repository-service/m-p/78605#M52179</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2011-05-26T10:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: Exception while initializing repository service</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/exception-while-initializing-repository-service/m-p/78606#M52180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;yes, i use ibatis 3.0.4.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;anyway….I'have change the db setup(now i'm usig mySql database) and it works but…. I have another problem….&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;when the program try to deploy the process &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Deployment deployment = repositoryService.createDeployment().addClasspathResource("C:/Users/Simone/workspace/ProvaNewDesigner/target/classes/diagrams/bpmn2_diagram.bpmn20.xml").deploy();&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I' get the follow exception&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;GRAVE: Servlet.service() for servlet [ThisService] in context with path [/SimpleTry] threw exception&lt;BR /&gt;org.activiti.engine.ActivitiException: resource "C:/Users/Simone/workspace/ProvaNewDesigner/target/classes/diagrams/bpmn2_diagram.bpmn20.xml" not found&lt;BR /&gt; at org.activiti.engine.impl.repository.DeploymentBuilderImpl.addClasspathResource(DeploymentBuilderImpl.java:58)&lt;BR /&gt; at ThisService.doGet(ThisService.java:45)&lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;excluding the path is uncorrect, what can be the reason of this exceptio?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2011 13:35:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/exception-while-initializing-repository-service/m-p/78606#M52180</guid>
      <dc:creator>simonetogno</dc:creator>
      <dc:date>2011-05-26T13:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Exception while initializing repository service</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/exception-while-initializing-repository-service/m-p/78607#M52181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;CODE&gt;&lt;BR /&gt;26-mag-2011 15.15.38 org.activiti.engine.impl.ProcessEngineImpl &amp;lt;init&amp;gt;&lt;BR /&gt;INFO: ProcessEngine default created&lt;BR /&gt;26-mag-2011 15.15.38 org.activiti.engine.ProcessEngines initProcessEnginFromResource&lt;BR /&gt;INFO: initialised process engine default&lt;BR /&gt;26-mag-2011 15.15.38 org.activiti.engine.impl.jobexecutor.JobAcquisitionThread run&lt;BR /&gt;INFO: JobAcquisitionThread starting to acquire jobs&lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;This is the operation that it can perform&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(i don't now if it can be helpful)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2011 13:41:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/exception-while-initializing-repository-service/m-p/78607#M52181</guid>
      <dc:creator>simonetogno</dc:creator>
      <dc:date>2011-05-26T13:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: Exception while initializing repository service</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/exception-while-initializing-repository-service/m-p/78608#M52182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;please use a new topic for new issues…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2011 15:53:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/exception-while-initializing-repository-service/m-p/78608#M52182</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2011-05-26T15:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: Exception while initializing repository service</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/exception-while-initializing-repository-service/m-p/78609#M52183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;done&amp;nbsp; &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://connect.hyland.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2011 16:19:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/exception-while-initializing-repository-service/m-p/78609#M52183</guid>
      <dc:creator>simonetogno</dc:creator>
      <dc:date>2011-05-26T16:19:15Z</dc:date>
    </item>
  </channel>
</rss>

