Index: JCRCompositeMetadata.java =================================================================== RCS file: /cvs/produits/Ametys/AnyContent_2.9/plugins/anycontent/src/org/ametys/anycontent/plugins/anycontent/repository/jcr/JCRCompositeMetadata.java,v retrieving revision 1.4 diff -u -r1.4 JCRCompositeMetadata.java --- JCRCompositeMetadata.java 3 Sep 2008 12:55:04 -0000 1.4 +++ JCRCompositeMetadata.java 13 Oct 2009 12:11:44 -0000 @@ -117,7 +117,7 @@ case PropertyType.LONG: return TYPE_LONG; default: - throw new java.lang.IllegalArgumentException("Unhandled JCR property type : " + type); + throw new java.lang.IllegalArgumentException("Unhandled JCR property type : " + type + " for property " + metadataName + " on node " + _node.getUUID()); } } catch (javax.jcr.RepositoryException e)