<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans>
<!– Registration of new models –>
<bean id="extension.dictionaryBootstrap" parent="dictionaryModelBootstrap" depends-on="dictionaryBootstrap">
<property name="models">
<list>
<value>alfresco/extension/exampleModel.xml</value>
<value>alfresco/extension/NewModel.xml</value>
</list>
</property>
</bean>
</beans>
<aspects>
<!– Aspect para el tipo folderEspecialidad–>
<aspect name = “prueba:aspectRegasoc“>
<title>Titulo</title>
<properties>
<property name = “prueba:nregistro“>
<title>Nº Registro</title>
<type>d:text</type>
</property>
<property name = “prueba:nombre“>
<title>Nombre</title>
<type>d:text</type>
</property>
<property name = “prueba:nexpediente“>
<title>Nº Expediente</title>
<type>d:text</type>
</property>
<property name = “prueba:seccion“>
<title>Sección</title>
<type>d:int</type>
</property>
<property name = “prueba:tipoImagen“>
<title>Tipo de Imagen</title>
<type>d:text</type>
</property>
</properties>
</aspect>
</aspects>
<alfresco-config>
<config evaluator="string-compare" condition="Languages" replace="true">
<languages>
<language locale="es_ES">Spanish</language>
</languages>
</config>
<config evaluator="string-compare" condition="Content Wizards">
<content-types>
<type name="ajv:carpeta">
</content-types>
</config>
</alfresco-config>
<config evaluator="aspect-name" condition="prueba:aspectRegasoc">
<property-sheet>
<show-property name="prueba:nombre" component-generator="TextAreaGenerator"/>
<show-property name="prueba:apellido"/>
</property-sheet>
</config>
<config evaluator="node-type" condition="prueba:regasoc">
<property-sheet>
<show-property name="prueba:nombre" component-generator="TextAreaGenerator"/>
<show-property name="prueba:apellido"/>
</property-sheet>
</config>
11:14:02, 312 User:System ERROR [alfresco.config.BaseConfigService] Input stream invalid - skipped for source: classpath:alfresco/extension/webclient-config-custom.xml'
org.alfresco.config.ConfigException: 11100001 Failed parse config stream
De esto deduje que estaba en lo cierto al pensar que era el web-client-config-custom.xml el fichero que estaba mal y que tenía que ser algún fallo de sintaxis, total que no veía nada que estuviera mal y de pronto se me ocurrio poner una barra al final de esta linea <type name="ajv:carpeta">, o sea <type name="ajv:carpeta"/>, y efectivamente, adios error y adios problema, lo curioso del asunto es que al principio estaba puesta y no funcionaba y no sé en que momento la quité, pero bueno, ya no importa.
<parent>cm:content</parent>
<properties>
<property name="ajv:Zona">
<title>Zona</title>
<type>d:text</type>
<protected>false</protected>
<mandatory>true</mandatory>
<multiple>false</multiple>
<constraints>
<constraint ref="ajv:Zona_list"/>
</constraints>
</property>
<constraints>
<constraint name="ajv:Zona_list" type="list">
<parameter name="allowedValues">
<list>
<value>Sevilla</value>
<value>Huelva</value>
<value>Cádiz</value>
<value>Córdoba</value>
<value>Málaga</value>
<value>Granada</value>
<value>Jaén</value>
<value>Almería</value>
</list>
</parameter>
</constraint>
</constraints>
Content from pre 2016 and from language groups that have been closed.
Content is read-only.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.