<?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 Activti Explorer + JBoss AS7  Class not found Exception in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/activti-explorer-jboss-as7-class-not-found-exception/m-p/126347#M88907</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Guys,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to deploy the Activiti-Explorer on a bare-bone JBoss AS 7 Server, using its own H2 Database.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Therefor I use the spring framework and Activiti CDI. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately i run into lots of class not found Exceptions like :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;java.lang.ClassNotFoundException: org.activiti.explorer.demo.DemoDataGenerator&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and other beans that are declared in applicationContext.xml and activiti-ui-context.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance for your help&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Emjay&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Dec 2012 08:57:00 GMT</pubDate>
    <dc:creator>emjays</dc:creator>
    <dc:date>2012-12-05T08:57:00Z</dc:date>
    <item>
      <title>Activti Explorer + JBoss AS7  Class not found Exception</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activti-explorer-jboss-as7-class-not-found-exception/m-p/126347#M88907</link>
      <description>Hi Guys,I'm trying to deploy the Activiti-Explorer on a bare-bone JBoss AS 7 Server, using its own H2 Database.Therefor I use the spring framework and Activiti CDI. Unfortunately i run into lots of class not found Exceptions like :java.lang.ClassNotFoundException: org.activiti.explorer.demo.DemoData</description>
      <pubDate>Wed, 05 Dec 2012 08:57:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activti-explorer-jboss-as7-class-not-found-exception/m-p/126347#M88907</guid>
      <dc:creator>emjays</dc:creator>
      <dc:date>2012-12-05T08:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: Activti Explorer + JBoss AS7  Class not found Exception</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activti-explorer-jboss-as7-class-not-found-exception/m-p/126348#M88908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Emjay,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you using the Activiti Explorer WAR from the Activiti 5.10 distribution?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Or did you build the Explorer yourself?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The class you mention is part of the Explorer Java classes so that's really strange.&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>Wed, 05 Dec 2012 13:22:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activti-explorer-jboss-as7-class-not-found-exception/m-p/126348#M88908</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2012-12-05T13:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: Activti Explorer + JBoss AS7  Class not found Exception</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activti-explorer-jboss-as7-class-not-found-exception/m-p/126349#M88909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm building it myself,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;those Classes actually are there, the build even worked before i tried to use the jboss h2 Database and Spring framework, do i have to reference them somewhere outside the applicationContext.xml ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 15:47:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activti-explorer-jboss-as7-class-not-found-exception/m-p/126349#M88909</guid>
      <dc:creator>emjays</dc:creator>
      <dc:date>2012-12-05T15:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: Activti Explorer + JBoss AS7  Class not found Exception</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activti-explorer-jboss-as7-class-not-found-exception/m-p/126350#M88910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you get a classnotfoundException, it really means JBoss can't find the class on the classpath. Where exactly do you 'find' your missing classes?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2012 15:51:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activti-explorer-jboss-as7-class-not-found-exception/m-p/126350#M88910</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2012-12-06T15:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: Activti Explorer + JBoss AS7  Class not found Exception</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activti-explorer-jboss-as7-class-not-found-exception/m-p/126351#M88911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thx for the hint , somehow those classes got lost .. after copying them back in , it works fine &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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 10:19:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activti-explorer-jboss-as7-class-not-found-exception/m-p/126351#M88911</guid>
      <dc:creator>emjays</dc:creator>
      <dc:date>2012-12-10T10:19:45Z</dc:date>
    </item>
  </channel>
</rss>

