<?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: PageLookup fails in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/pagelookup-fails/m-p/254134#M207264</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hmm. OK. I've seen some similar kinds of issues when deploying as an exploded WAR in JBoss, but not as a WAR.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not sure why that may be happening in WebLogic - it's been a while since I've used WebLogic. I'll ask around here to see if anyone has any ideas. I know that Share works in WebLogic, so it must be achievable.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Oct 2011 14:14:38 GMT</pubDate>
    <dc:creator>bremmington</dc:creator>
    <dc:date>2011-10-19T14:14:38Z</dc:date>
    <item>
      <title>PageLookup fails</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/pagelookup-fails/m-p/254131#M207261</link>
      <description>I've encountered a problem when deploying my wqs-based webapp to WebLogic 10.3.5. All of a sudden the page lookup mechanism fails. The only other reference I found to this problem is in this spanish forum post: https://forums.alfresco.com/es/viewtopic.php?f=11&amp;amp;t=3634 which also encounted the pro</description>
      <pubDate>Wed, 19 Oct 2011 12:16:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/pagelookup-fails/m-p/254131#M207261</guid>
      <dc:creator>sam1980</dc:creator>
      <dc:date>2011-10-19T12:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: PageLookup fails</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/pagelookup-fails/m-p/254132#M207262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you deploying your app as a WAR file?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2011 13:53:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/pagelookup-fails/m-p/254132#M207262</guid>
      <dc:creator>bremmington</dc:creator>
      <dc:date>2011-10-19T13:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: PageLookup fails</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/pagelookup-fails/m-p/254133#M207263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, as a WAR&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2011 14:09:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/pagelookup-fails/m-p/254133#M207263</guid>
      <dc:creator>sam1980</dc:creator>
      <dc:date>2011-10-19T14:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: PageLookup fails</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/pagelookup-fails/m-p/254134#M207264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hmm. OK. I've seen some similar kinds of issues when deploying as an exploded WAR in JBoss, but not as a WAR.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not sure why that may be happening in WebLogic - it's been a while since I've used WebLogic. I'll ask around here to see if anyone has any ideas. I know that Share works in WebLogic, so it must be achievable.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2011 14:14:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/pagelookup-fails/m-p/254134#M207264</guid>
      <dc:creator>bremmington</dc:creator>
      <dc:date>2011-10-19T14:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: PageLookup fails</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/pagelookup-fails/m-p/254135#M207265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If the exactly the same application works on other app servers, and the pages should ultimately be loaded from ClassPathStores (which they almost certainly are) then it's almost certainly a classpath configuration problem with WebLogic. Unfortunately I don't know anything about configuring WebLogic nor very much about WQS (although I know about Spring Surf) but I'm guessing you might need to explicitly configure the Classpath access for the application (?)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You shouldn't need to re-configure the Spring application context that defines the Surf object stores that are used to look up the pages if they are working on other app servers. It doesn't look like the default WQS application overrides any of the Spring Surf defaults. The object stores/persister configuration is quite complex and scattered across several Spring application context configuration files in the Spring Surf and Spring WebScripts JAR files… they in the "org.springframework.extensions.webscripts." and "org.springframework.extensions.surf." packages. There is also an "autowire" service which updates some of the persistence/object store configuration… however, as I said - if it's working on other app servers you really shouldn't need to touch any of that.&amp;nbsp; However, it might be useful as reference for working out how configure your applications Classpath in WebLogic.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps, apologies if it's a bit vague but the best I can do without deep WebLogic or WQS knowledge,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dave&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2011 10:36:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/pagelookup-fails/m-p/254135#M207265</guid>
      <dc:creator>ddraper</dc:creator>
      <dc:date>2011-10-20T10:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: PageLookup fails</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/pagelookup-fails/m-p/254136#M207266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your feedback. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It sure was a classpath problem. The workaround involved reorganising the web app folder strukture in order for surf to pick up the correct places to look for pages, templates and webscripts.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Old:&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;WEB-INF&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;—- pages&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;—- templates&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;—- webscripts&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;New:&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;WEB-INF&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;—- classes&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;——– surf&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;———— site&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;—————– templates\*.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;—————– pages&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;———— templates\*.flt&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;———— webscripts&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Not the most elegant solution, but feasible workaround. We'll just make our own weblogic profile in our maven build that takes care of the reorganizing parts.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For future reference this might be related: &lt;/SPAN&gt;&lt;A href="http://forum.springsource.org/showthread.php?86713-Surf-autowire-runtime" rel="nofollow noopener noreferrer"&gt;http://forum.springsource.org/showthread.php?86713-Surf-autowire-runtime&lt;/A&gt;&lt;SPAN&gt; .&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2011 10:37:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/pagelookup-fails/m-p/254136#M207266</guid>
      <dc:creator>sam1980</dc:creator>
      <dc:date>2011-10-21T10:37:24Z</dc:date>
    </item>
  </channel>
</rss>

