Se ha producido un error al procesar la plantilla.
Java method "com.sun.proxy.$Proxy1929.getLatestArticle(long)" threw an exception when invoked on com.sun.proxy.$Proxy1929 object "com.liferay.journal.service.impl.JournalArticleLocalServiceImpl@209550d7"; see cause exception in the Java stack trace. ---- FTL stack trace ("~" means nesting-related): - Failed at: article = JournalArticleLocalService... [in template "20097#20123#88086" at line 38, column 41] ----
1<#assign
2 JournalArticleLocalService = serviceLocator.findService("com.liferay.journal.service.JournalArticleLocalService")
3>
4
5<div class="banner cabeceraSimple">
6
7<div class="texto">
8
9 <h2>${Textoytbq.getData()}</h2>
10 <p>${Textor2pq.getData()}</p>
11
12
13</div>
14
15</div>
16
17<@liferay_portlet["runtime"]
18 portletName="com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet"
19/>
20
21
22<div class="detalleYacimiento max1024 saber">
23
24
25<div class="row">
26
27 <div class="col-md-12">
28
29
30
31 <#if ContenidoWeb21mu.getSiblings()?has_content>
32 <#list ContenidoWeb21mu.getSiblings() as cur_ContenidoWeb21mu>
33
34
35 <#assign
36 cur_webContent_Conocer = cur_ContenidoWeb21mu.getData()?eval
37 cur_webContent_classPK = cur_webContent_Conocer.classPK
38 article = JournalArticleLocalService.getLatestArticle(cur_webContent_classPK?number)
39 article_id = article.articleId
40 >
41
42 <@liferay_journal["journal-article"]
43 articleId=article_id
44 groupId=groupId
45 ddmTemplateKey="88077"
46 />
47
48
49
50 </#list>
51</#if>
52
53
54
55
56
57
58 </div>
59</div>
60
61
62
63
64
65</div>