Biblioteca de documentos
« Volver a Listado de cursos Almeria
estadisticas prueba
Versión: 1.0 Estado: Aprobado
esto es un aprueba
| Versión | Fecha | Tamaño | Descargar | |
|---|---|---|---|---|
| 1.0 | 15/12/11 13:08 | 26,8k | JPG |
Invocation of method 'getTagNames' in class com.liferay.portlet.asset.model.impl.AssetEntryImpl threw exception com.liferay.portal.kernel.exception.SystemException: com.liferay.portal.kernel.dao.orm.ORMException: org.hibernate.exception.GenericJDBCException: could not execute query at 20289MENU_FEDERACIONES[line 16, column 48]
1<div class="comunidades"> 2 <div class="comunidades_int"> 3 4 <ul> 5#set($assetEntryLocalService = $serviceLocator.findService("com.liferay.portlet.asset.service.AssetEntryLocalService")) 6#set($groupLocalService = $serviceLocator.findService("com.liferay.portal.service.GroupLocalService")) 7#set($grupos = $groupLocalService.getCompanyGroups(10132,0,9999)) 8 9 10 11#foreach($grupo in $sortTool.sort($grupos,"name")) 12 13 #if ($grupo.isCommunity()) 14 15 #set($assetEntry= $assetEntryLocalService.getEntry("com.liferay.portal.model.Group",$grupo.getGroupId())) 16 #set ($etiquetas = $assetEntry.getTagNames()) 17 18 #foreach ($etiqueta in $etiquetas) 19 #if ($etiqueta == "federacion") 20 #set ($url-publica-federacion = $request.theme-display.path-friendly-url-public+$grupo.getFriendlyURL()) 21 #set ($nombre = $grupo.getName()) 22 #if ($nombre == "FICA") 23 <li><a href="$url-publica-federacion">$grupo.getName()</a></li> 24 #end 25 #end 26 #end 27 28 #end 29 30#end 31 32#foreach($grupo in $sortTool.sort($grupos,"name")) 33 34 #if ($grupo.isCommunity()) 35 36 #set($assetEntry= $assetEntryLocalService.getEntry("com.liferay.portal.model.Group",$grupo.getGroupId())) 37 #set ($etiquetas = $assetEntry.getTagNames()) 38 39 #foreach ($etiqueta in $etiquetas) 40 #if ($etiqueta == "federacion") 41 #set ($url-publica-federacion = $request.theme-display.path-friendly-url-public+$grupo.getFriendlyURL()) 42 #set ($nombre = $grupo.getName()) 43 #if ($nombre != "Control Panel" && $nombre != "FICA") 44 <li><a href="$url-publica-federacion">$grupo.getName()</a></li> 45 #end 46 #end 47 #end 48 49 #end 50 51#end 52 53 54 55 56 57 58 59</ul> 60 </div> 61 </div>
Biblioteca de documentos | Versión | Fecha | Tamaño | Descargar | |
|---|---|---|---|---|
| 1.0 | 15/12/11 13:08 | 26,8k | JPG |