Bug #803
ferméMultiLevel Tracker
Description
L'accès à un composant multi-axes (liste des cartes à disposition pour tout le personnel) renvoie une erreur lors de la sélection d'un axe (un seul axe pour ce composant).
Si aucun axe n'est sélectionné, la liste des publications apparaît bien, et l'accès aux publications fonctionne bien.
09/07/10-11:14:54,087 - ERROR : coordinates.COORDINATES_LIST_NOT_AVAILABLE | MODULE : coordinates.CoordinatesBmEJB.getCoordinatesByFatherPaths() | Impossible d'obtenir les coordonnées
Impossible d'obtenir les coordonnées
nested (Deepest) :
org.postgresql.util.PSQLException: ERREUR: l'opérateur n'existe pas : character varying = integer
at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1592)
at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1327)
at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:192)
at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:451)
at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:350)
at org.postgresql.jdbc2.AbstractJdbc2Statement.executeQuery(AbstractJdbc2Statement.java:254)
at org.jboss.resource.adapter.jdbc.WrappedPreparedStatement.executeQuery(WrappedPreparedStatement.java:211)
at com.stratelia.webactiv.util.coordinates.ejb.CoordinatesDAO.selectCoordinateIdsByNodeIds(CoordinatesDAO.java:299)
at com.stratelia.webactiv.util.coordinates.ejb.CoordinatesDAO.selectByFatherPaths(CoordinatesDAO.java:234)
at com.stratelia.webactiv.util.coordinates.control.CoordinatesBmEJB.getCoordinatesByFatherPaths(CoordinatesBmEJB.java:129)
Mis à jour par Emmanuel Hugonnet il y a plus de 14 ans
- Statut changé de New à Closed
- % réalisé changé de 0 à 100
- Votre base de données changé de Toutes à PostgreSQL
Utilisation des types SQL corrects dans les requêtes.