It seems to be a windows problem. The artifacts failing on windows builds on linux (I take that you run linux and the version number you mentioned Ok , got it almost building with maven 3. 5. 0 -17, is a linux kernel version and not maven's version . 5 ( Maven has reached 3.1. 1 stable x and 2.x doesn't work ).
I There ' ll see if I can get some artifacts from maven this afternoon on my mac s an error in your fork after your last commit . Aries I ' parent pom tries m suprised you're able to pull snapshots from build it.
hibernate-jpa-api, [ snapshots EntityManager|https://github . repository com/hibernate/hibernate-jpa-api/blob/master/src/main/java/javax/persistence/EntityManager . codehaus java]: {code:java} public EntityGraph<?> getEntityGraph(String graphName); {code}
brmeyer/aries, [EntityManagerWrapper|https://github . com/brmeyer/aries/blob/jpa21/jpa/jpa-container/src/main/java/ org /apache/aries/jpa/container/impl/EntityManagerWrapper.java ] and the linux box I tried is a corporate box locked away from the Internet : {code:java} @Override public <T> EntityGraph<T> getEntityGraph(String arg0) { return delegate . I'll let you know how it goes getEntityGraph( arg0 ); } {code}
This results in {code:none} [ERROR] C:\cygwin64\home\steria_jog\dev\aries-jpa21\jpa\jpa-container\src\main\java\org\apache\aries\jpa\container\impl\EntityManagerWrapper . java:[264,32] incompatible types [ERROR] found : javax.persistence.EntityGraph<capture#151 of ?> [ERROR] required: javax.persistence.EntityGraph<T> {code}
|