<?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: Wiki Example leads to 'Cannot create JDBC driver of class' in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/wiki-example-leads-to-cannot-create-jdbc-driver-of-class/m-p/243984#M197114</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thinking this would be in relationship the the retrieval of the ApplicationContext.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;import org.alfresco.util.ApplicationContextHelper;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;// SLIDE_DEPOT_PROP_MAP.get(MAP_IDX_CLASSPATH_XML_APP_CONTEXT) is the same thing as "classpath:alfresco/application-context.xml"&lt;BR /&gt;// ApplicationContext context = new ClassPathXmlApplicationContext(SLIDE_DEPOT_PROP_MAP.get(MAP_IDX_CLASSPATH_XML_APP_CONTEXT));&lt;BR /&gt;ApplicationContext context = ApplicationContextHelper.getApplicationContext();&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Not Successfull!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Dec 2010 16:13:43 GMT</pubDate>
    <dc:creator>premium93</dc:creator>
    <dc:date>2010-12-22T16:13:43Z</dc:date>
    <item>
      <title>Wiki Example leads to 'Cannot create JDBC driver of class'</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/wiki-example-leads-to-cannot-create-jdbc-driver-of-class/m-p/243982#M197112</link>
      <description>I tried to get the SDK CustomComponent example to work which fails with a Authentication Exception. Since I need a JCR Query instead of Lucene based, I subclassed SearchBasedListConstraint to do a JCR Query and use this new class in my constraint in the model file.&amp;nbsp;&amp;nbsp; &amp;lt;constraints&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cons</description>
      <pubDate>Fri, 16 Apr 2010 08:37:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/wiki-example-leads-to-cannot-create-jdbc-driver-of-class/m-p/243982#M197112</guid>
      <dc:creator>bwagner</dc:creator>
      <dc:date>2010-04-16T08:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: Wiki Example leads to 'Cannot create JDBC driver of class'</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/wiki-example-leads-to-cannot-create-jdbc-driver-of-class/m-p/243983#M197113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;bump;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am having this same issue, only after doing a Community 3.3 to Enterprise 3.3 move. Non-JAR webscripts work fine. I assume this to be a no brainer, yet I cannot find any documentation out of two days of search. Any insight?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2010 15:51:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/wiki-example-leads-to-cannot-create-jdbc-driver-of-class/m-p/243983#M197113</guid>
      <dc:creator>premium93</dc:creator>
      <dc:date>2010-12-22T15:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: Wiki Example leads to 'Cannot create JDBC driver of class'</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/wiki-example-leads-to-cannot-create-jdbc-driver-of-class/m-p/243984#M197114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thinking this would be in relationship the the retrieval of the ApplicationContext.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;import org.alfresco.util.ApplicationContextHelper;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;// SLIDE_DEPOT_PROP_MAP.get(MAP_IDX_CLASSPATH_XML_APP_CONTEXT) is the same thing as "classpath:alfresco/application-context.xml"&lt;BR /&gt;// ApplicationContext context = new ClassPathXmlApplicationContext(SLIDE_DEPOT_PROP_MAP.get(MAP_IDX_CLASSPATH_XML_APP_CONTEXT));&lt;BR /&gt;ApplicationContext context = ApplicationContextHelper.getApplicationContext();&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Not Successfull!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2010 16:13:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/wiki-example-leads-to-cannot-create-jdbc-driver-of-class/m-p/243984#M197114</guid>
      <dc:creator>premium93</dc:creator>
      <dc:date>2010-12-22T16:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: Wiki Example leads to 'Cannot create JDBC driver of class'</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/wiki-example-leads-to-cannot-create-jdbc-driver-of-class/m-p/243985#M197115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Update:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alfresco 3.3 moves to a new set of definitions, porting to Spring.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's not good to use ApplicationContext as this opens multiple instances of Alfresco. It's recommended to use WebServiceFactory and use Alfresco Services to retrieve Nodes instead.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Dec 2010 20:24:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/wiki-example-leads-to-cannot-create-jdbc-driver-of-class/m-p/243985#M197115</guid>
      <dc:creator>premium93</dc:creator>
      <dc:date>2010-12-23T20:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: Wiki Example leads to 'Cannot create JDBC driver of class'</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/wiki-example-leads-to-cannot-create-jdbc-driver-of-class/m-p/243986#M197116</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;BR /&gt;&lt;SPAN&gt;Any updates on this? Examples on how to initialize services when using java API?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've understood that you cant use ApplicationCOntext now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Frank&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Feb 2011 09:25:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/wiki-example-leads-to-cannot-create-jdbc-driver-of-class/m-p/243986#M197116</guid>
      <dc:creator>frankb</dc:creator>
      <dc:date>2011-02-16T09:25:25Z</dc:date>
    </item>
  </channel>
</rss>

