|
Gunnar Morling, I have to revoke my last informations.
I used my wildfly with an own modified hibernate-validator.jar to see which exact methods are making trouble. Output is:
java.lang.RuntimeException: resolvedMethods could not be processed. subTypeMethod: public void com.quizzity.domain.relations.DefaultRelation.ajc$interFieldSet$org_springframework_data_neo4j_aspects_support_relationship_Neo4jRelationshipBacking$org_springframework_data_neo4j_aspects_core_RelationshipBacked$entityState(org.springframework.data.neo4j.core.EntityState), superTypeMethod: public abstract void org.springframework.data.neo4j.aspects.core.RelationshipBacked.ajc$interFieldSet$org_springframework_data_neo4j_aspects_support_relationship_Neo4jRelationshipBacking$org_springframework_data_neo4j_aspects_core_RelationshipBacked$entityState(org.springframework.data.neo4j.core.EntityState)
"com.quizzity.domain.relations.DefaultRelation" is my own class. As you know guess, I am using Spring Data neo4j with aspects or in short, I am guessing the hibernate-validator-exception to be caused by using aspects.
Test-setup won't be too easy :-/ Anyway, I keep working to give you a test-case. But in fact I am hoping you to have already an aspectj-setup to reuse for this special case.
|