8
エンティティエラーのマッピングの別の繰り返し列
他のすべての投稿にもかかわらず、MacOSX、NetBeans 7.2ではGlassFishでこのエラーの解決策を見つけることができません。 Here the error : SEVERE: Exception while invoking class org.glassfish.persistence.jpa.JPADeployer prepare method SEVERE: Exception while preparing the app SEVERE: [PersistenceUnit: supmarket] Unable to build EntityManagerFactory ... Caused by: org.hibernate.MappingException: Repeated column in mapping for entity: com.supmarket.entity.Sale column: customerId (should be mapped with insert="false" update="false") ここにコード: Sale.java @Entity public …