Issue (View Online)

Key: NXP-1406
Issue Type: Problem Problem
Status: Open Open
Priority: Minor Minor
Assignee: Georges Racinet
Reporter: Nicolas Cuvilier
Environment: 5.1.RC application RDE + BRI modifiées pour être executées avec 5.1.RC

Operations

View all
View comments
View history
Divers problèmes de recherche sur la 5.1 RC Non constatés sur la version précédente 
Updated: 03/08/07 12:42   Created: 02/08/07 18:36  

The following issue has been re-assigned.

Assignee: Georges Racinet

Project: Nuxeo Enterprise Platform 5
Components: Query / Search

 Description   
Regressions observées sur la 5.1 RC:

1 ) Si effectue une recherche à vide dans la recherche avancée sans sélectionner de colonne de tri :

org.nuxeo.ecm.core.api.WrappedException: Exception: java.lang.IllegalArgumentException. message: sortColumn cannot be null



2 ) Recherche par date ne fonctionne pas sur un champ date spécifique au type de document : ne trouve aucun résultat avec la requête suivante : (issue du fichier de log) :

SELECT * FROM Document WHERE rde:date-livraison STARTSWITH '2002'

Précision : Dans l'ancienne version , cette recherche fonctionnait en ayant rajouté la conf de champ indexé dans fichier de conf compass (nxdocument.cpm.xml): (rajout du nœud suivant)

<!-- Configuration champ Date RDE -->
<resource-property name="rde:date-livraison" converter="date"
                       store="yes" index="un_tokenized" />


Avec cette même config, ça ne marche pas, il ne trouve pas de document

3) Query issue de l'arbre de navigation ne fonctionne plus : Apparemment, il ne prend plus en compte la query paramétrée via le QueryModel.

Extrait de Exception levée :
org.nuxeo.ecm.core.api.WrappedException

Exception: org.nuxeo.ecm.core.api.ClientException. message: UNknown search type

org.nuxeo.ecm.webapp.search.SearchActionsBean.getResultsProvider(SearchActionsBean.java:487)
sun.reflect.GeneratedMethodAccessor768.invoke(Unknown Source)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
java.lang.reflect.Method.invoke(Method.java:585)
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:112)
org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:166)
org.nuxeo.ecm.platform.ui.web.shield.NuxeoErrorInterceptor.invokeAndWrapExceptions(NuxeoErrorInterceptor.java:71)
sun.reflect.GeneratedMethodAccessor193.invoke(Unknown Source)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
java.lang.reflect.Method.invoke(Method.java:585)
org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:118)
org.jboss.seam.intercept.EJBInvocationContext.proceed(EJBInvocationContext.java:37)
org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:55)
org.jboss.seam.interceptors.BijectionInterceptor.bijectNonreentrantComponent(BijectionInterceptor.java:79)
org.jboss.seam.interceptors.BijectionInterceptor.bijectComponent(BijectionInterceptor.java:58)
sun.reflect.GeneratedMethodAccessor191.invoke(Unknown Source)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
java.lang.reflect.Method.invoke(Method.java:585)
org.jboss.seam.util.Reflections.invoke(Reflections.java:18)
org.jboss.seam.intercept.Interceptor.aroundInvoke(Interceptor.java:169)
org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:64)
org.jboss.seam.interceptors.ManagedEntityIdentityInterceptor.aroundInvoke(ManagedEntityIdentityInterceptor.java:36)
sun.reflect.GeneratedMethodAccessor188.invoke(Unknown Source)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
java.lang.reflect.Method.invoke(Method.java:585)
org.jboss.seam.util.Reflections.invoke(Reflections.java:18)



4) Arbre de navigation joue requête quand on déplie un nœud ... (avant ça mettait juste l'arbre à jour ...)

Merci !

Ps: C'est mon premier post sur Jira Merci de me dire si sur la forme il y a des modifs à apporter.

This message was automatically generated by Atlassian JIRA Enterprise Edition, Version: 3.10-260 - Bug/feature request.
If you think it was sent incorrectly, contact one of this server's administrators.

_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to