Started by an SCM change Building in workspace /var/lib/jenkins/home/jobs/WTF-Context/workspace Cleaning up /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context Deleting /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/target Updating https://fhdwdev.ha.bib.de/svn/ipcms14/trunk/Workspace/Context at revision '2016-05-26T17:15:17.038 +0200' U src/main/java/de/fhdw/wtf/context/core/AnyTypeCache.java U src/main/java/de/fhdw/wtf/context/model/AnyType.java AU src/main/java/de/fhdw/wtf/context/model/AbstractExceptionLayer.java AU src/main/java/de/fhdw/wtf/context/model/IAnyType.java U src/main/java/de/fhdw/wtf/context/model/AnyTypeDbAspect.aj At revision 4204 Cleaning up /var/lib/jenkins/home/jobs/WTF-Context/workspace/developmentTools Updating https://fhdwdev.ha.bib.de/svn/ipcms14/trunk/Workspace/developmentTools at revision '2016-05-26T17:15:17.038 +0200' At revision 4204 No changes for https://fhdwdev.ha.bib.de/svn/ipcms14/trunk/Workspace/developmentTools since the previous build Parsing POMs Modules changed, recalculating dependency graph Established TCP socket on 39265 [Context] $ /usr/lib/jvm/oracle-jdk-bin-1.7/bin/java -Xmx1024m -XX:MaxPermSize=128m -cp /var/lib/jenkins/home/plugins/maven-plugin/WEB-INF/lib/maven32-agent-1.7.jar:/usr/share/maven-bin-3.3/boot/plexus-classworlds-2.5.2.jar:/usr/share/maven-bin-3.3/conf/logging jenkins.maven3.agent.Maven32Main /usr/share/maven-bin-3.3 /var/lib/jenkins/home/war/WEB-INF/lib/remoting-2.53.2.jar /var/lib/jenkins/home/plugins/maven-plugin/WEB-INF/lib/maven32-interceptor-1.7.jar /var/lib/jenkins/home/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.7.jar 39265 <===[JENKINS REMOTING CAPACITY]===>channel started Executing Maven: -B -f /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/pom.xml clean install site [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building de.fhdw.wtf.context 1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ de.fhdw.wtf.context --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ de.fhdw.wtf.context --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ de.fhdw.wtf.context --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 65 source files to /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/target/classes [INFO] [INFO] --- aspectj-maven-plugin:1.8:compile (default) @ de.fhdw.wtf.context --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [WARNING] no interface constructor-execution join point - use de.fhdw.wtf.context.model.IAnyType+ for implementing classes [Xlint:noInterfaceCtorJoinpoint] /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/src/main/java/de/fhdw/wtf/context/model/AnyTypeDbAspect.aj:41 pointcut executingNewAnyType(): execution(IAnyType.new()); ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] Type 'de.fhdw.wtf.context.model.AnyType' (AnyType.java) has intertyped field from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.aj:'java.util.HashSet de.fhdw.wtf.context.model.IAnyType.valid') [INFO] Type 'de.fhdw.wtf.context.model.Service' (Service.java) has intertyped field from 'de.fhdw.wtf.context.model.ServiceAspectWithDB' (ServiceAspectWithDB.aj:'java.util.HashSet de.fhdw.wtf.context.model.Service.valid') [INFO] Join point 'constructor-execution(void de.fhdw.wtf.context.model.Service.())' in Type 'de.fhdw.wtf.context.model.Service' (Service.java:27) advised by afterReturning advice from 'de.fhdw.wtf.context.model.ServiceAspectWithDB' (ServiceAspectWithDB.aj:43) [INFO] Type 'de.fhdw.wtf.context.model.IAnyType' (IAnyType.java) has intertyped field from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.aj:'java.util.HashSet de.fhdw.wtf.context.model.IAnyType.valid') [INFO] Type 'de.fhdw.wtf.context.model.AbstractExceptionLayer' (AbstractExceptionLayer.java) has intertyped field from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.aj:'java.util.HashSet de.fhdw.wtf.context.model.IAnyType.valid') [WARNING] advice defined in de.fhdw.wtf.context.model.AnyTypeDbAspect has not been applied [Xlint:adviceDidNotMatch] /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/src/main/java/de/fhdw/wtf/context/model/AnyTypeDbAspect.aj:63 [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ de.fhdw.wtf.context --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ de.fhdw.wtf.context --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 50 source files to /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/target/test-classes [ERROR] /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/src/test/java/generated/model/de/fhdw/partner/service/PersonService.java:[30,41] cannot find symbol symbol: method findByName(de.fhdw.wtf.context.model.Str) location: class generated.model.de.fhdw.partner.NatuerlichePerson [INFO] [INFO] --- aspectj-maven-plugin:1.8:test-compile (default) @ de.fhdw.wtf.context --- [INFO] Showing AJC message detail for messages of types: [error, warning, fail] [INFO] Join point 'constructor-call(void de.fhdw.wtf.context.model.collections.MutableList.())' in Type 'test.integration.TestPersonModel' (TestPersonModel.java:181) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:77(from AnyTypeDbAspect.aj)) [INFO] Join point 'constructor-call(void de.fhdw.wtf.context.model.collections.MutableList.())' in Type 'test.integration.TestPersonModel' (TestPersonModel.java:184) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:77(from AnyTypeDbAspect.aj)) [INFO] Join point 'constructor-call(void de.fhdw.wtf.context.model.collections.MutableList.())' in Type 'test.integration.TestPersonModel' (TestPersonModel.java:230) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:77(from AnyTypeDbAspect.aj)) [INFO] Join point 'constructor-call(void de.fhdw.wtf.context.model.collections.MutableList.())' in Type 'test.integration.TestPersonModel' (TestPersonModel.java:237) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:77(from AnyTypeDbAspect.aj)) [INFO] Join point 'constructor-call(void de.fhdw.wtf.context.model.collections.MutableList.())' in Type 'test.integration.TestMutableSetIterator' (TestMutableSetIterator.java:30) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:77(from AnyTypeDbAspect.aj)) [INFO] Join point 'constructor-call(void de.fhdw.wtf.context.model.collections.MutableList.())' in Type 'test.integration.TestMutableSetIterator' (TestMutableSetIterator.java:45) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:77(from AnyTypeDbAspect.aj)) [INFO] Join point 'constructor-call(void de.fhdw.wtf.context.model.collections.MutableList.())' in Type 'test.integration.TestMutableSetIterator' (TestMutableSetIterator.java:60) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:77(from AnyTypeDbAspect.aj)) [INFO] Join point 'constructor-call(void de.fhdw.wtf.context.model.collections.MutableList.())' in Type 'test.integration.TestMutableSetIterator' (TestMutableSetIterator.java:62) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:77(from AnyTypeDbAspect.aj)) [INFO] Join point 'constructor-call(void de.fhdw.wtf.context.model.collections.MutableList.())' in Type 'test.integration.TestMutableSetIterator' (TestMutableSetIterator.java:79) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:77(from AnyTypeDbAspect.aj)) [INFO] Join point 'constructor-call(void de.fhdw.wtf.context.model.collections.MutableList.())' in Type 'test.integration.TestMutableSetIterator' (TestMutableSetIterator.java:82) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:77(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-get(boolean test.aspectApplication.ClassForAspectApplicationTest.wasAspectApplied)' in Type 'test.aspectApplication.TestAspectApplication' (TestAspectApplication.java:12) advised by before advice from 'test.aspectApplication.AspectForAspectApplicationTest' (AspectForAspectApplicationTest.aj:5) [INFO] Join point 'field-set(de.fhdw.wtf.context.model.Int generated.model.de.fhdw.partner.Telefon.nr)' in Type 'generated.model.de.fhdw.partner.Telefon' (Telefon.java:24) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:82(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-set(de.fhdw.wtf.context.model.Int generated.model.de.fhdw.partner.Telefon.nr)' in Type 'generated.model.de.fhdw.partner.Telefon' (Telefon.java:24) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:240(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-get(de.fhdw.wtf.context.model.Int generated.model.de.fhdw.partner.Telefon.nr)' in Type 'generated.model.de.fhdw.partner.Telefon' (Telefon.java:43) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:213(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-get(de.fhdw.wtf.context.model.Int generated.model.de.fhdw.partner.Telefon.nr)' in Type 'generated.model.de.fhdw.partner.Telefon' (Telefon.java:48) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:213(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-set(de.fhdw.wtf.context.model.Str generated.model.de.fhdw.partner.Country.name)' in Type 'generated.model.de.fhdw.partner.Country' (Country.java:24) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:82(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-set(de.fhdw.wtf.context.model.Str generated.model.de.fhdw.partner.Country.name)' in Type 'generated.model.de.fhdw.partner.Country' (Country.java:24) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:233(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-get(de.fhdw.wtf.context.model.Str generated.model.de.fhdw.partner.Country.name)' in Type 'generated.model.de.fhdw.partner.Country' (Country.java:43) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:193(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-get(de.fhdw.wtf.context.model.collections.MutableMap generated.model.de.fhdw.partner.GlobalTelefonbuch.telefonbuchMapsPerCity)' in Type 'generated.model.de.fhdw.partner.GlobalTelefonbuch' (GlobalTelefonbuch.java:24) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:119(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-get(de.fhdw.wtf.context.model.collections.MutableMap generated.model.de.fhdw.partner.GlobalTelefonbuch.telefonbuchMapsPerCity)' in Type 'generated.model.de.fhdw.partner.GlobalTelefonbuch' (GlobalTelefonbuch.java:36) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:119(from AnyTypeDbAspect.aj)) [INFO] Join point 'constructor-call(void de.fhdw.wtf.context.model.collections.MutableList.())' in Type 'generated.model.de.fhdw.partner.GlobalTelefonbuch' (GlobalTelefonbuch.java:38) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:77(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-get(de.fhdw.wtf.context.model.collections.MutableMap generated.model.de.fhdw.partner.GlobalTelefonbuch.telefonbuchMapsPerCity)' in Type 'generated.model.de.fhdw.partner.GlobalTelefonbuch' (GlobalTelefonbuch.java:40) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:119(from AnyTypeDbAspect.aj)) [INFO] Join point 'constructor-call(void de.fhdw.wtf.context.model.collections.MutableMap.())' in Type 'generated.model.de.fhdw.partner.GlobalTelefonbuch' (GlobalTelefonbuch.java:50) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:71(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-set(de.fhdw.wtf.context.model.collections.MutableMap generated.model.de.fhdw.partner.GlobalTelefonbuch.telefonbuchMapsPerCity)' in Type 'generated.model.de.fhdw.partner.GlobalTelefonbuch' (GlobalTelefonbuch.java:50) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:82(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-set(de.fhdw.wtf.context.model.collections.MutableMap generated.model.de.fhdw.partner.GlobalTelefonbuch.telefonbuchMapsPerCity)' in Type 'generated.model.de.fhdw.partner.GlobalTelefonbuch' (GlobalTelefonbuch.java:50) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:247(from AnyTypeDbAspect.aj)) [WARNING] unchecked conversion when advice applied at shadow field-get(de.fhdw.wtf.context.model.collections.MutableMap generated.model.de.fhdw.partner.GlobalTelefonbuch.telefonbuchMapsPerCity), expected de.fhdw.wtf.context.model.collections.MutableMap>> but advice uses de.fhdw.wtf.context.model.collections.MutableMap [Xlint:uncheckedAdviceConversion] /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/src/test/java/generated/model/de/fhdw/partner/GlobalTelefonbuch.java:24 return this.telefonbuchMapsPerCity; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [WARNING] unchecked conversion when advice applied at shadow field-get(de.fhdw.wtf.context.model.collections.MutableMap generated.model.de.fhdw.partner.GlobalTelefonbuch.telefonbuchMapsPerCity), expected de.fhdw.wtf.context.model.collections.MutableMap>> but advice uses de.fhdw.wtf.context.model.collections.MutableMap [Xlint:uncheckedAdviceConversion] /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/src/test/java/generated/model/de/fhdw/partner/GlobalTelefonbuch.java:36 MutableList> set = this.telefonbuchMapsPerCity.get(city); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [WARNING] unchecked conversion when advice applied at shadow field-get(de.fhdw.wtf.context.model.collections.MutableMap generated.model.de.fhdw.partner.GlobalTelefonbuch.telefonbuchMapsPerCity), expected de.fhdw.wtf.context.model.collections.MutableMap>> but advice uses de.fhdw.wtf.context.model.collections.MutableMap [Xlint:uncheckedAdviceConversion] /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/src/test/java/generated/model/de/fhdw/partner/GlobalTelefonbuch.java:40 this.telefonbuchMapsPerCity.put(city, set); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] Join point 'field-set(de.fhdw.wtf.context.model.Str generated.model.de.fhdw.partner.Postfach.stadt)' in Type 'generated.model.de.fhdw.partner.Postfach' (Postfach.java:31) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:82(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-set(de.fhdw.wtf.context.model.Str generated.model.de.fhdw.partner.Postfach.stadt)' in Type 'generated.model.de.fhdw.partner.Postfach' (Postfach.java:31) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:233(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-set(de.fhdw.wtf.context.model.Int generated.model.de.fhdw.partner.Postfach.nr)' in Type 'generated.model.de.fhdw.partner.Postfach' (Postfach.java:32) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:82(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-set(de.fhdw.wtf.context.model.Int generated.model.de.fhdw.partner.Postfach.nr)' in Type 'generated.model.de.fhdw.partner.Postfach' (Postfach.java:32) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:240(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-get(de.fhdw.wtf.context.model.Int generated.model.de.fhdw.partner.Postfach.nr)' in Type 'generated.model.de.fhdw.partner.Postfach' (Postfach.java:47) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:213(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-get(de.fhdw.wtf.context.model.Str generated.model.de.fhdw.partner.Postfach.stadt)' in Type 'generated.model.de.fhdw.partner.Postfach' (Postfach.java:47) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:193(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-set(de.fhdw.wtf.context.model.Str generated.model.de.fhdw.partner.City.name)' in Type 'generated.model.de.fhdw.partner.City' (City.java:24) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:82(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-set(de.fhdw.wtf.context.model.Str generated.model.de.fhdw.partner.City.name)' in Type 'generated.model.de.fhdw.partner.City' (City.java:24) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:233(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-get(de.fhdw.wtf.context.model.Str generated.model.de.fhdw.partner.City.name)' in Type 'generated.model.de.fhdw.partner.City' (City.java:43) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:193(from AnyTypeDbAspect.aj)) [INFO] Type 'generated.model.de.fhdw.partner.NatuerlichePerson' (NatuerlichePerson.java) has intertyped method from 'generated.model.FinderAspect' (FinderAspect.aj:'de.fhdw.wtf.context.model.collections.ImmutableCollection generated.model.de.fhdw.partner.NatuerlichePerson.findByName(de.fhdw.wtf.context.model.Str)') [INFO] Join point 'field-get(de.fhdw.wtf.context.model.collections.MutableList generated.model.de.fhdw.partner.NatuerlichePerson.kanal)' in Type 'generated.model.de.fhdw.partner.NatuerlichePerson' (NatuerlichePerson.java:32) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:157(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-set(de.fhdw.wtf.context.model.collections.MutableList generated.model.de.fhdw.partner.NatuerlichePerson.kanal)' in Type 'generated.model.de.fhdw.partner.NatuerlichePerson' (NatuerlichePerson.java:42) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:82(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-set(de.fhdw.wtf.context.model.collections.MutableList generated.model.de.fhdw.partner.NatuerlichePerson.kanal)' in Type 'generated.model.de.fhdw.partner.NatuerlichePerson' (NatuerlichePerson.java:42) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:247(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-set(de.fhdw.wtf.context.model.Str generated.model.de.fhdw.partner.NatuerlichePerson.name)' in Type 'generated.model.de.fhdw.partner.NatuerlichePerson' (NatuerlichePerson.java:52) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:82(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-set(de.fhdw.wtf.context.model.Str generated.model.de.fhdw.partner.NatuerlichePerson.name)' in Type 'generated.model.de.fhdw.partner.NatuerlichePerson' (NatuerlichePerson.java:52) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:233(from AnyTypeDbAspect.aj)) [INFO] Join point 'constructor-call(void de.fhdw.wtf.context.model.collections.MutableList.())' in Type 'generated.model.de.fhdw.partner.NatuerlichePerson' (NatuerlichePerson.java:53) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:77(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-set(de.fhdw.wtf.context.model.collections.MutableList generated.model.de.fhdw.partner.NatuerlichePerson.kanal)' in Type 'generated.model.de.fhdw.partner.NatuerlichePerson' (NatuerlichePerson.java:53) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:82(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-set(de.fhdw.wtf.context.model.collections.MutableList generated.model.de.fhdw.partner.NatuerlichePerson.kanal)' in Type 'generated.model.de.fhdw.partner.NatuerlichePerson' (NatuerlichePerson.java:53) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:247(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-get(de.fhdw.wtf.context.model.Str generated.model.de.fhdw.partner.NatuerlichePerson.name)' in Type 'generated.model.de.fhdw.partner.NatuerlichePerson' (NatuerlichePerson.java:72) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:193(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-set(de.fhdw.wtf.context.model.Str generated.model.de.fhdw.partner.NatuerlichePerson.name)' in Type 'generated.model.de.fhdw.partner.NatuerlichePerson' (NatuerlichePerson.java:82) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:82(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-set(de.fhdw.wtf.context.model.Str generated.model.de.fhdw.partner.NatuerlichePerson.name)' in Type 'generated.model.de.fhdw.partner.NatuerlichePerson' (NatuerlichePerson.java:82) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:233(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-get(de.fhdw.wtf.context.model.Str generated.model.de.fhdw.partner.NatuerlichePerson.name)' in Type 'generated.model.de.fhdw.partner.NatuerlichePerson' (NatuerlichePerson.java:87) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:193(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-get(generated.model.de.fhdw.partner.Haus generated.model.de.fhdw.partner.NatuerlichePerson.wohnhaft)' in Type 'generated.model.de.fhdw.partner.NatuerlichePerson' (NatuerlichePerson.java:96) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:88(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-set(generated.model.de.fhdw.partner.Haus generated.model.de.fhdw.partner.NatuerlichePerson.wohnhaft)' in Type 'generated.model.de.fhdw.partner.NatuerlichePerson' (NatuerlichePerson.java:106) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:82(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-set(generated.model.de.fhdw.partner.Haus generated.model.de.fhdw.partner.NatuerlichePerson.wohnhaft)' in Type 'generated.model.de.fhdw.partner.NatuerlichePerson' (NatuerlichePerson.java:106) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:247(from AnyTypeDbAspect.aj)) [WARNING] unchecked conversion when advice applied at shadow field-get(de.fhdw.wtf.context.model.collections.MutableList generated.model.de.fhdw.partner.NatuerlichePerson.kanal), expected de.fhdw.wtf.context.model.collections.MutableList but advice uses de.fhdw.wtf.context.model.collections.MutableList [Xlint:uncheckedAdviceConversion] /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/src/test/java/generated/model/de/fhdw/partner/NatuerlichePerson.java:32 return this.kanal; ^^^^^^^^^^^^^^^^^ [INFO] Join point 'method-execution(de.fhdw.wtf.context.model.collections.ImmutableCollection generated.model.de.fhdw.partner.service.PersonService.findePersonen(de.fhdw.wtf.context.model.Str))' in Type 'generated.model.de.fhdw.partner.service.PersonService' (PersonService.java:29) advised by afterReturning advice from 'de.fhdw.wtf.context.model.ServiceAspectWithDB' (ServiceAspectWithDB.class:50(from ServiceAspectWithDB.aj)) [INFO] Join point 'method-execution(generated.model.de.fhdw.partner.NatuerlichePerson generated.model.de.fhdw.partner.service.PersonService.createPerson(de.fhdw.wtf.context.model.Str))' in Type 'generated.model.de.fhdw.partner.service.PersonService' (PersonService.java:35) advised by afterReturning advice from 'de.fhdw.wtf.context.model.ServiceAspectWithDB' (ServiceAspectWithDB.class:50(from ServiceAspectWithDB.aj)) [INFO] Join point 'method-execution(generated.model.de.fhdw.partner.Telefon generated.model.de.fhdw.partner.service.PersonService.createTelefon(de.fhdw.wtf.context.model.Int))' in Type 'generated.model.de.fhdw.partner.service.PersonService' (PersonService.java:40) advised by afterReturning advice from 'de.fhdw.wtf.context.model.ServiceAspectWithDB' (ServiceAspectWithDB.class:50(from ServiceAspectWithDB.aj)) [INFO] Join point 'method-execution(generated.model.de.fhdw.partner.Postfach generated.model.de.fhdw.partner.service.PersonService.createPostfach(de.fhdw.wtf.context.model.Str, de.fhdw.wtf.context.model.Int))' in Type 'generated.model.de.fhdw.partner.service.PersonService' (PersonService.java:44) advised by afterReturning advice from 'de.fhdw.wtf.context.model.ServiceAspectWithDB' (ServiceAspectWithDB.class:50(from ServiceAspectWithDB.aj)) [INFO] Join point 'method-execution(generated.model.de.fhdw.partner.Telefonbuch generated.model.de.fhdw.partner.service.PersonService.createTelefonbuch())' in Type 'generated.model.de.fhdw.partner.service.PersonService' (PersonService.java:48) advised by afterReturning advice from 'de.fhdw.wtf.context.model.ServiceAspectWithDB' (ServiceAspectWithDB.class:50(from ServiceAspectWithDB.aj)) [INFO] Join point 'method-execution(generated.model.de.fhdw.partner.Account generated.model.de.fhdw.partner.service.PersonService.createAccount())' in Type 'generated.model.de.fhdw.partner.service.PersonService' (PersonService.java:52) advised by afterReturning advice from 'de.fhdw.wtf.context.model.ServiceAspectWithDB' (ServiceAspectWithDB.class:50(from ServiceAspectWithDB.aj)) [INFO] Join point 'method-execution(generated.model.de.fhdw.partner.AccountNumber generated.model.de.fhdw.partner.service.PersonService.createAccountNumber(de.fhdw.wtf.context.model.Int))' in Type 'generated.model.de.fhdw.partner.service.PersonService' (PersonService.java:56) advised by afterReturning advice from 'de.fhdw.wtf.context.model.ServiceAspectWithDB' (ServiceAspectWithDB.class:50(from ServiceAspectWithDB.aj)) [INFO] Join point 'method-execution(generated.model.de.fhdw.partner.Bankidentifier generated.model.de.fhdw.partner.service.PersonService.createBankidentifier(de.fhdw.wtf.context.model.Int))' in Type 'generated.model.de.fhdw.partner.service.PersonService' (PersonService.java:60) advised by afterReturning advice from 'de.fhdw.wtf.context.model.ServiceAspectWithDB' (ServiceAspectWithDB.class:50(from ServiceAspectWithDB.aj)) [INFO] Join point 'method-execution(generated.model.de.fhdw.partner.City generated.model.de.fhdw.partner.service.PersonService.createCity(de.fhdw.wtf.context.model.Str))' in Type 'generated.model.de.fhdw.partner.service.PersonService' (PersonService.java:64) advised by afterReturning advice from 'de.fhdw.wtf.context.model.ServiceAspectWithDB' (ServiceAspectWithDB.class:50(from ServiceAspectWithDB.aj)) [INFO] Join point 'method-execution(generated.model.de.fhdw.partner.Country generated.model.de.fhdw.partner.service.PersonService.createCountry(de.fhdw.wtf.context.model.Str))' in Type 'generated.model.de.fhdw.partner.service.PersonService' (PersonService.java:68) advised by afterReturning advice from 'de.fhdw.wtf.context.model.ServiceAspectWithDB' (ServiceAspectWithDB.class:50(from ServiceAspectWithDB.aj)) [INFO] Join point 'method-execution(generated.model.de.fhdw.partner.GlobalTelefonbuch generated.model.de.fhdw.partner.service.PersonService.createGlobalTelefonbuch())' in Type 'generated.model.de.fhdw.partner.service.PersonService' (PersonService.java:72) advised by afterReturning advice from 'de.fhdw.wtf.context.model.ServiceAspectWithDB' (ServiceAspectWithDB.class:50(from ServiceAspectWithDB.aj)) [INFO] Join point 'method-execution(generated.model.de.fhdw.partner.IBAN_Finder generated.model.de.fhdw.partner.service.PersonService.createIban_Finder())' in Type 'generated.model.de.fhdw.partner.service.PersonService' (PersonService.java:76) advised by afterReturning advice from 'de.fhdw.wtf.context.model.ServiceAspectWithDB' (ServiceAspectWithDB.class:50(from ServiceAspectWithDB.aj)) [INFO] Join point 'method-execution(generated.model.de.fhdw.partner.PersonGroups generated.model.de.fhdw.partner.service.PersonService.createPersonGroups())' in Type 'generated.model.de.fhdw.partner.service.PersonService' (PersonService.java:80) advised by afterReturning advice from 'de.fhdw.wtf.context.model.ServiceAspectWithDB' (ServiceAspectWithDB.class:50(from ServiceAspectWithDB.aj)) [INFO] Join point 'method-execution(generated.model.de.fhdw.partner.Telefonbuecher generated.model.de.fhdw.partner.service.PersonService.createTelefonbuecher())' in Type 'generated.model.de.fhdw.partner.service.PersonService' (PersonService.java:84) advised by afterReturning advice from 'de.fhdw.wtf.context.model.ServiceAspectWithDB' (ServiceAspectWithDB.class:50(from ServiceAspectWithDB.aj)) [INFO] Join point 'method-execution(generated.model.de.fhdw.partner.TelefonbuchMitPersonAlsKey generated.model.de.fhdw.partner.service.PersonService.createTelefonbuchMitPersonAlsKey())' in Type 'generated.model.de.fhdw.partner.service.PersonService' (PersonService.java:88) advised by afterReturning advice from 'de.fhdw.wtf.context.model.ServiceAspectWithDB' (ServiceAspectWithDB.class:50(from ServiceAspectWithDB.aj)) [INFO] Join point 'method-execution(void generated.model.de.fhdw.partner.service.PersonService.addKommunikationskanal(generated.model.de.fhdw.partner.Kommunikationskanal, generated.model.de.fhdw.partner.NatuerlichePerson))' in Type 'generated.model.de.fhdw.partner.service.PersonService' (PersonService.java:94) advised by afterReturning advice from 'de.fhdw.wtf.context.model.ServiceAspectWithDB' (ServiceAspectWithDB.class:50(from ServiceAspectWithDB.aj)) [INFO] Join point 'method-execution(void generated.model.de.fhdw.partner.service.PersonService.addTelefonbuchEintrag(generated.model.de.fhdw.partner.Telefonbuch, generated.model.de.fhdw.partner.Telefon, generated.model.de.fhdw.partner.NatuerlichePerson))' in Type 'generated.model.de.fhdw.partner.service.PersonService' (PersonService.java:98) advised by afterReturning advice from 'de.fhdw.wtf.context.model.ServiceAspectWithDB' (ServiceAspectWithDB.class:50(from ServiceAspectWithDB.aj)) [INFO] Join point 'method-execution(void generated.model.de.fhdw.partner.service.PersonService.addTelefonnummernZuPerson(generated.model.de.fhdw.partner.TelefonbuchMitPersonAlsKey, generated.model.de.fhdw.partner.NatuerlichePerson, de.fhdw.wtf.context.model.collections.MutableList))' in Type 'generated.model.de.fhdw.partner.service.PersonService' (PersonService.java:104) advised by afterReturning advice from 'de.fhdw.wtf.context.model.ServiceAspectWithDB' (ServiceAspectWithDB.class:50(from ServiceAspectWithDB.aj)) [INFO] Join point 'method-execution(generated.model.de.fhdw.partner.NatuerlichePerson generated.model.de.fhdw.partner.service.PersonService.findeInhaberEinesTelefons(generated.model.de.fhdw.partner.Telefonbuch, generated.model.de.fhdw.partner.Telefon))' in Type 'generated.model.de.fhdw.partner.service.PersonService' (PersonService.java:112) advised by afterReturning advice from 'de.fhdw.wtf.context.model.ServiceAspectWithDB' (ServiceAspectWithDB.class:50(from ServiceAspectWithDB.aj)) [INFO] Join point 'method-execution(generated.model.de.fhdw.partner.NatuerlichePerson generated.model.de.fhdw.partner.service.PersonService.entferneInhaberEinesTelefons(generated.model.de.fhdw.partner.Telefonbuch, generated.model.de.fhdw.partner.Telefon))' in Type 'generated.model.de.fhdw.partner.service.PersonService' (PersonService.java:116) advised by afterReturning advice from 'de.fhdw.wtf.context.model.ServiceAspectWithDB' (ServiceAspectWithDB.class:50(from ServiceAspectWithDB.aj)) [INFO] Join point 'method-execution(generated.model.de.fhdw.partner.Account generated.model.de.fhdw.partner.service.PersonService.findAccount(generated.model.de.fhdw.partner.IBAN_Finder, generated.model.de.fhdw.partner.Country, generated.model.de.fhdw.partner.Bankidentifier, generated.model.de.fhdw.partner.AccountNumber))' in Type 'generated.model.de.fhdw.partner.service.PersonService' (PersonService.java:120) advised by afterReturning advice from 'de.fhdw.wtf.context.model.ServiceAspectWithDB' (ServiceAspectWithDB.class:50(from ServiceAspectWithDB.aj)) [INFO] Join point 'method-execution(void generated.model.de.fhdw.partner.service.PersonService.addAccount(generated.model.de.fhdw.partner.IBAN_Finder, generated.model.de.fhdw.partner.Country, generated.model.de.fhdw.partner.Bankidentifier, generated.model.de.fhdw.partner.AccountNumber, generated.model.de.fhdw.partner.Account))' in Type 'generated.model.de.fhdw.partner.service.PersonService' (PersonService.java:127) advised by afterReturning advice from 'de.fhdw.wtf.context.model.ServiceAspectWithDB' (ServiceAspectWithDB.class:50(from ServiceAspectWithDB.aj)) [INFO] Join point 'method-execution(void generated.model.de.fhdw.partner.service.PersonService.addPersonGroup(generated.model.de.fhdw.partner.PersonGroups, de.fhdw.wtf.context.model.collections.MutableList))' in Type 'generated.model.de.fhdw.partner.service.PersonService' (PersonService.java:135) advised by afterReturning advice from 'de.fhdw.wtf.context.model.ServiceAspectWithDB' (ServiceAspectWithDB.class:50(from ServiceAspectWithDB.aj)) [INFO] Join point 'method-execution(void generated.model.de.fhdw.partner.service.PersonService.addTelefonbuchToCity(generated.model.de.fhdw.partner.GlobalTelefonbuch, generated.model.de.fhdw.partner.City, generated.model.de.fhdw.partner.Telefonbuch))' in Type 'generated.model.de.fhdw.partner.service.PersonService' (PersonService.java:139) advised by afterReturning advice from 'de.fhdw.wtf.context.model.ServiceAspectWithDB' (ServiceAspectWithDB.class:50(from ServiceAspectWithDB.aj)) [INFO] Join point 'method-execution(generated.model.de.fhdw.partner.Haus generated.model.de.fhdw.partner.service.HausService.createHaus(de.fhdw.wtf.context.model.Str))' in Type 'generated.model.de.fhdw.partner.service.HausService' (HausService.java:9) advised by afterReturning advice from 'de.fhdw.wtf.context.model.ServiceAspectWithDB' (ServiceAspectWithDB.class:50(from ServiceAspectWithDB.aj)) [INFO] Join point 'constructor-call(void de.fhdw.wtf.context.model.collections.MutableList.())' in Type 'generated.model.de.fhdw.partner.Telefonbuecher' (Telefonbuecher.java:23) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:77(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-set(de.fhdw.wtf.context.model.collections.MutableList generated.model.de.fhdw.partner.Telefonbuecher.eintraege)' in Type 'generated.model.de.fhdw.partner.Telefonbuecher' (Telefonbuecher.java:23) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:82(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-set(de.fhdw.wtf.context.model.collections.MutableList generated.model.de.fhdw.partner.Telefonbuecher.eintraege)' in Type 'generated.model.de.fhdw.partner.Telefonbuecher' (Telefonbuecher.java:23) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:247(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-get(de.fhdw.wtf.context.model.collections.MutableList generated.model.de.fhdw.partner.Telefonbuecher.eintraege)' in Type 'generated.model.de.fhdw.partner.Telefonbuecher' (Telefonbuecher.java:42) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:157(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-get(de.fhdw.wtf.context.model.collections.MutableList generated.model.de.fhdw.partner.Telefonbuecher.eintraege)' in Type 'generated.model.de.fhdw.partner.Telefonbuecher' (Telefonbuecher.java:52) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:157(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-get(de.fhdw.wtf.context.model.collections.MutableList generated.model.de.fhdw.partner.Telefonbuecher.eintraege)' in Type 'generated.model.de.fhdw.partner.Telefonbuecher' (Telefonbuecher.java:53) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:157(from AnyTypeDbAspect.aj)) [WARNING] unchecked conversion when advice applied at shadow field-get(de.fhdw.wtf.context.model.collections.MutableList generated.model.de.fhdw.partner.Telefonbuecher.eintraege), expected de.fhdw.wtf.context.model.collections.MutableList>> but advice uses de.fhdw.wtf.context.model.collections.MutableList [Xlint:uncheckedAdviceConversion] /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/src/test/java/generated/model/de/fhdw/partner/Telefonbuecher.java:42 return this.eintraege; ^^^^^^^^^^^^^^^^^^^^^^ [WARNING] unchecked conversion when advice applied at shadow field-get(de.fhdw.wtf.context.model.collections.MutableList generated.model.de.fhdw.partner.Telefonbuecher.eintraege), expected de.fhdw.wtf.context.model.collections.MutableList>> but advice uses de.fhdw.wtf.context.model.collections.MutableList [Xlint:uncheckedAdviceConversion] /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/src/test/java/generated/model/de/fhdw/partner/Telefonbuecher.java:52 if (!this.eintraege.contains(telefonbuch)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [WARNING] unchecked conversion when advice applied at shadow field-get(de.fhdw.wtf.context.model.collections.MutableList generated.model.de.fhdw.partner.Telefonbuecher.eintraege), expected de.fhdw.wtf.context.model.collections.MutableList>> but advice uses de.fhdw.wtf.context.model.collections.MutableList [Xlint:uncheckedAdviceConversion] /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/src/test/java/generated/model/de/fhdw/partner/Telefonbuecher.java:53 this.eintraege.insert(telefonbuch); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] Join point 'constructor-call(void de.fhdw.wtf.context.model.collections.MutableMap.())' in Type 'generated.model.de.fhdw.partner.Telefonbuch' (Telefonbuch.java:21) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:71(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-set(de.fhdw.wtf.context.model.collections.MutableMap generated.model.de.fhdw.partner.Telefonbuch.eintraege)' in Type 'generated.model.de.fhdw.partner.Telefonbuch' (Telefonbuch.java:21) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:82(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-set(de.fhdw.wtf.context.model.collections.MutableMap generated.model.de.fhdw.partner.Telefonbuch.eintraege)' in Type 'generated.model.de.fhdw.partner.Telefonbuch' (Telefonbuch.java:21) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:247(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-get(de.fhdw.wtf.context.model.collections.MutableMap generated.model.de.fhdw.partner.Telefonbuch.eintraege)' in Type 'generated.model.de.fhdw.partner.Telefonbuch' (Telefonbuch.java:40) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:119(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-set(de.fhdw.wtf.context.model.collections.MutableMap generated.model.de.fhdw.partner.Telefonbuch.eintraege)' in Type 'generated.model.de.fhdw.partner.Telefonbuch' (Telefonbuch.java:50) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:82(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-set(de.fhdw.wtf.context.model.collections.MutableMap generated.model.de.fhdw.partner.Telefonbuch.eintraege)' in Type 'generated.model.de.fhdw.partner.Telefonbuch' (Telefonbuch.java:50) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:247(from AnyTypeDbAspect.aj)) [WARNING] unchecked conversion when advice applied at shadow field-get(de.fhdw.wtf.context.model.collections.MutableMap generated.model.de.fhdw.partner.Telefonbuch.eintraege), expected de.fhdw.wtf.context.model.collections.MutableMap but advice uses de.fhdw.wtf.context.model.collections.MutableMap [Xlint:uncheckedAdviceConversion] /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/src/test/java/generated/model/de/fhdw/partner/Telefonbuch.java:40 return this.eintraege; ^^^^^^^^^^^^^^^^^^^^^^ [INFO] Join point 'field-set(de.fhdw.wtf.context.model.Int generated.model.de.fhdw.partner.AccountNumber.id)' in Type 'generated.model.de.fhdw.partner.AccountNumber' (AccountNumber.java:24) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:82(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-set(de.fhdw.wtf.context.model.Int generated.model.de.fhdw.partner.AccountNumber.id)' in Type 'generated.model.de.fhdw.partner.AccountNumber' (AccountNumber.java:24) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:240(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-get(de.fhdw.wtf.context.model.Int generated.model.de.fhdw.partner.AccountNumber.id)' in Type 'generated.model.de.fhdw.partner.AccountNumber' (AccountNumber.java:43) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:213(from AnyTypeDbAspect.aj)) [INFO] Join point 'constructor-call(void de.fhdw.wtf.context.model.collections.MutableMap.())' in Type 'generated.model.de.fhdw.partner.TelefonbuchMitPersonAlsKey' (TelefonbuchMitPersonAlsKey.java:22) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:71(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-set(de.fhdw.wtf.context.model.collections.MutableMap generated.model.de.fhdw.partner.TelefonbuchMitPersonAlsKey.eintraege)' in Type 'generated.model.de.fhdw.partner.TelefonbuchMitPersonAlsKey' (TelefonbuchMitPersonAlsKey.java:22) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:82(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-set(de.fhdw.wtf.context.model.collections.MutableMap generated.model.de.fhdw.partner.TelefonbuchMitPersonAlsKey.eintraege)' in Type 'generated.model.de.fhdw.partner.TelefonbuchMitPersonAlsKey' (TelefonbuchMitPersonAlsKey.java:22) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:247(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-get(de.fhdw.wtf.context.model.collections.MutableMap generated.model.de.fhdw.partner.TelefonbuchMitPersonAlsKey.eintraege)' in Type 'generated.model.de.fhdw.partner.TelefonbuchMitPersonAlsKey' (TelefonbuchMitPersonAlsKey.java:41) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:119(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-set(de.fhdw.wtf.context.model.collections.MutableMap generated.model.de.fhdw.partner.TelefonbuchMitPersonAlsKey.eintraege)' in Type 'generated.model.de.fhdw.partner.TelefonbuchMitPersonAlsKey' (TelefonbuchMitPersonAlsKey.java:51) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:82(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-set(de.fhdw.wtf.context.model.collections.MutableMap generated.model.de.fhdw.partner.TelefonbuchMitPersonAlsKey.eintraege)' in Type 'generated.model.de.fhdw.partner.TelefonbuchMitPersonAlsKey' (TelefonbuchMitPersonAlsKey.java:51) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:247(from AnyTypeDbAspect.aj)) [WARNING] unchecked conversion when advice applied at shadow field-get(de.fhdw.wtf.context.model.collections.MutableMap generated.model.de.fhdw.partner.TelefonbuchMitPersonAlsKey.eintraege), expected de.fhdw.wtf.context.model.collections.MutableMap> but advice uses de.fhdw.wtf.context.model.collections.MutableMap [Xlint:uncheckedAdviceConversion] /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/src/test/java/generated/model/de/fhdw/partner/TelefonbuchMitPersonAlsKey.java:41 return this.eintraege; ^^^^^^^^^^^^^^^^^^^^^^ [INFO] Join point 'constructor-call(void de.fhdw.wtf.context.model.collections.MutableMap.())' in Type 'generated.model.de.fhdw.partner.IBAN_Finder' (IBAN_Finder.java:21) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:71(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-set(de.fhdw.wtf.context.model.collections.MutableMap generated.model.de.fhdw.partner.IBAN_Finder.accountTree)' in Type 'generated.model.de.fhdw.partner.IBAN_Finder' (IBAN_Finder.java:21) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:82(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-set(de.fhdw.wtf.context.model.collections.MutableMap generated.model.de.fhdw.partner.IBAN_Finder.accountTree)' in Type 'generated.model.de.fhdw.partner.IBAN_Finder' (IBAN_Finder.java:21) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:247(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-get(de.fhdw.wtf.context.model.collections.MutableMap generated.model.de.fhdw.partner.IBAN_Finder.accountTree)' in Type 'generated.model.de.fhdw.partner.IBAN_Finder' (IBAN_Finder.java:46) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:119(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-get(de.fhdw.wtf.context.model.collections.MutableMap generated.model.de.fhdw.partner.IBAN_Finder.accountTree)' in Type 'generated.model.de.fhdw.partner.IBAN_Finder' (IBAN_Finder.java:73) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:119(from AnyTypeDbAspect.aj)) [INFO] Join point 'constructor-call(void de.fhdw.wtf.context.model.collections.MutableMap.())' in Type 'generated.model.de.fhdw.partner.IBAN_Finder' (IBAN_Finder.java:79) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:71(from AnyTypeDbAspect.aj)) [INFO] Join point 'constructor-call(void de.fhdw.wtf.context.model.collections.MutableMap.())' in Type 'generated.model.de.fhdw.partner.IBAN_Finder' (IBAN_Finder.java:84) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:71(from AnyTypeDbAspect.aj)) [INFO] Join point 'constructor-call(void de.fhdw.wtf.context.model.collections.MutableMap.())' in Type 'generated.model.de.fhdw.partner.IBAN_Finder' (IBAN_Finder.java:85) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:71(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-get(de.fhdw.wtf.context.model.collections.MutableMap generated.model.de.fhdw.partner.IBAN_Finder.accountTree)' in Type 'generated.model.de.fhdw.partner.IBAN_Finder' (IBAN_Finder.java:88) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:119(from AnyTypeDbAspect.aj)) [WARNING] unchecked conversion when advice applied at shadow field-get(de.fhdw.wtf.context.model.collections.MutableMap generated.model.de.fhdw.partner.IBAN_Finder.accountTree), expected de.fhdw.wtf.context.model.collections.MutableMap>> but advice uses de.fhdw.wtf.context.model.collections.MutableMap [Xlint:uncheckedAdviceConversion] /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/src/test/java/generated/model/de/fhdw/partner/IBAN_Finder.java:46 final MutableMap> countryMap = this.accountTree.get(country); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [WARNING] unchecked conversion when advice applied at shadow field-get(de.fhdw.wtf.context.model.collections.MutableMap generated.model.de.fhdw.partner.IBAN_Finder.accountTree), expected de.fhdw.wtf.context.model.collections.MutableMap>> but advice uses de.fhdw.wtf.context.model.collections.MutableMap [Xlint:uncheckedAdviceConversion] /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/src/test/java/generated/model/de/fhdw/partner/IBAN_Finder.java:73 MutableMap> countryMap = this.accountTree.get(country); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [WARNING] unchecked conversion when advice applied at shadow field-get(de.fhdw.wtf.context.model.collections.MutableMap generated.model.de.fhdw.partner.IBAN_Finder.accountTree), expected de.fhdw.wtf.context.model.collections.MutableMap>> but advice uses de.fhdw.wtf.context.model.collections.MutableMap [Xlint:uncheckedAdviceConversion] /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/src/test/java/generated/model/de/fhdw/partner/IBAN_Finder.java:88 this.accountTree.put(country, countryMap); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] Join point 'field-set(de.fhdw.wtf.context.model.Int generated.model.de.fhdw.partner.Bankidentifier.id)' in Type 'generated.model.de.fhdw.partner.Bankidentifier' (Bankidentifier.java:24) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:82(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-set(de.fhdw.wtf.context.model.Int generated.model.de.fhdw.partner.Bankidentifier.id)' in Type 'generated.model.de.fhdw.partner.Bankidentifier' (Bankidentifier.java:24) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:240(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-get(de.fhdw.wtf.context.model.Int generated.model.de.fhdw.partner.Bankidentifier.id)' in Type 'generated.model.de.fhdw.partner.Bankidentifier' (Bankidentifier.java:43) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:213(from AnyTypeDbAspect.aj)) [INFO] Join point 'constructor-call(void de.fhdw.wtf.context.model.collections.MutableList.())' in Type 'generated.model.de.fhdw.partner.PersonGroups' (PersonGroups.java:21) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:77(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-set(de.fhdw.wtf.context.model.collections.MutableList generated.model.de.fhdw.partner.PersonGroups.personGroups)' in Type 'generated.model.de.fhdw.partner.PersonGroups' (PersonGroups.java:21) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:82(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-set(de.fhdw.wtf.context.model.collections.MutableList generated.model.de.fhdw.partner.PersonGroups.personGroups)' in Type 'generated.model.de.fhdw.partner.PersonGroups' (PersonGroups.java:21) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:247(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-get(de.fhdw.wtf.context.model.collections.MutableList generated.model.de.fhdw.partner.PersonGroups.personGroups)' in Type 'generated.model.de.fhdw.partner.PersonGroups' (PersonGroups.java:41) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:157(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-get(de.fhdw.wtf.context.model.collections.MutableList generated.model.de.fhdw.partner.PersonGroups.personGroups)' in Type 'generated.model.de.fhdw.partner.PersonGroups' (PersonGroups.java:50) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:157(from AnyTypeDbAspect.aj)) [WARNING] unchecked conversion when advice applied at shadow field-get(de.fhdw.wtf.context.model.collections.MutableList generated.model.de.fhdw.partner.PersonGroups.personGroups), expected de.fhdw.wtf.context.model.collections.MutableList> but advice uses de.fhdw.wtf.context.model.collections.MutableList [Xlint:uncheckedAdviceConversion] /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/src/test/java/generated/model/de/fhdw/partner/PersonGroups.java:41 this.personGroups.insert(group); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [WARNING] unchecked conversion when advice applied at shadow field-get(de.fhdw.wtf.context.model.collections.MutableList generated.model.de.fhdw.partner.PersonGroups.personGroups), expected de.fhdw.wtf.context.model.collections.MutableList> but advice uses de.fhdw.wtf.context.model.collections.MutableList [Xlint:uncheckedAdviceConversion] /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/src/test/java/generated/model/de/fhdw/partner/PersonGroups.java:50 return this.personGroups; ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] Join point 'field-get(de.fhdw.wtf.context.model.Str generated.model.de.fhdw.partner.Haus.hausNummer)' in Type 'generated.model.de.fhdw.partner.Haus' (Haus.java:22) advised by around advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:193(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-set(de.fhdw.wtf.context.model.Str generated.model.de.fhdw.partner.Haus.hausNummer)' in Type 'generated.model.de.fhdw.partner.Haus' (Haus.java:32) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:82(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-set(de.fhdw.wtf.context.model.Str generated.model.de.fhdw.partner.Haus.hausNummer)' in Type 'generated.model.de.fhdw.partner.Haus' (Haus.java:32) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:233(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-set(de.fhdw.wtf.context.model.Str generated.model.de.fhdw.partner.Haus.hausNummer)' in Type 'generated.model.de.fhdw.partner.Haus' (Haus.java:42) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:82(from AnyTypeDbAspect.aj)) [INFO] Join point 'field-set(de.fhdw.wtf.context.model.Str generated.model.de.fhdw.partner.Haus.hausNummer)' in Type 'generated.model.de.fhdw.partner.Haus' (Haus.java:42) advised by after advice from 'de.fhdw.wtf.context.model.AnyTypeDbAspect' (AnyTypeDbAspect.class:233(from AnyTypeDbAspect.aj)) [WARNING] advice defined in de.fhdw.wtf.context.model.ServiceAspectWithDB has not been applied [Xlint:adviceDidNotMatch] /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/target/classes!de/fhdw/wtf/context/model/ServiceAspectWithDB.class:43 [WARNING] advice defined in de.fhdw.wtf.context.model.AnyTypeDbAspect has not been applied [Xlint:adviceDidNotMatch] /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/target/classes!de/fhdw/wtf/context/model/AnyTypeDbAspect.class:63 [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ de.fhdw.wtf.context --- [INFO] Surefire report directory: /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running test.integration.TestContextWithDB Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 3.764 sec <<< FAILURE! - in test.integration.TestContextWithDB test1(test.integration.TestContextWithDB) Time elapsed: 3.759 sec <<< ERROR! java.lang.NullPointerException: null at de.fhdw.wtf.persistence.facade.OracleObjectFacadeImplementation.setHelper(OracleObjectFacadeImplementation.java:655) at de.fhdw.wtf.persistence.facade.OracleObjectFacadeImplementation.set(OracleObjectFacadeImplementation.java:693) at de.fhdw.wtf.context.core.PersistenceContext.set(PersistenceContext.java:166) at de.fhdw.wtf.context.model.AnyTypeDbAspect.ajc$after$de_fhdw_wtf_context_model_AnyTypeDbAspect$10$960af406(AnyTypeDbAspect.aj:236) at generated.model.de.fhdw.partner.NatuerlichePerson.(NatuerlichePerson.java:52) at generated.model.de.fhdw.partner.service.PersonService.createPerson(PersonService.java:36) at test.integration.TestContextWithDB.test1(TestContextWithDB.java:36) Running test.integration.TestAnyTypeIdWithDB Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 4.972 sec <<< FAILURE! - in test.integration.TestAnyTypeIdWithDB testmixed(test.integration.TestAnyTypeIdWithDB) Time elapsed: 1.414 sec <<< ERROR! java.lang.NullPointerException: null at de.fhdw.wtf.persistence.facade.OracleObjectFacadeImplementation.setHelper(OracleObjectFacadeImplementation.java:655) at de.fhdw.wtf.persistence.facade.OracleObjectFacadeImplementation.set(OracleObjectFacadeImplementation.java:693) at de.fhdw.wtf.context.core.PersistenceContext.set(PersistenceContext.java:166) at de.fhdw.wtf.context.model.AnyTypeDbAspect.ajc$after$de_fhdw_wtf_context_model_AnyTypeDbAspect$10$960af406(AnyTypeDbAspect.aj:236) at generated.model.de.fhdw.partner.NatuerlichePerson.(NatuerlichePerson.java:52) at test.integration.TestAnyTypeId.testmixed(TestAnyTypeId.java:55) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) testtransient(test.integration.TestAnyTypeIdWithDB) Time elapsed: 2.181 sec <<< ERROR! java.lang.NullPointerException: null at de.fhdw.wtf.persistence.facade.OracleObjectFacadeImplementation.setHelper(OracleObjectFacadeImplementation.java:655) at de.fhdw.wtf.persistence.facade.OracleObjectFacadeImplementation.set(OracleObjectFacadeImplementation.java:693) at de.fhdw.wtf.context.core.PersistenceContext.set(PersistenceContext.java:166) at de.fhdw.wtf.context.model.AnyTypeDbAspect.ajc$after$de_fhdw_wtf_context_model_AnyTypeDbAspect$10$960af406(AnyTypeDbAspect.aj:236) at generated.model.de.fhdw.partner.NatuerlichePerson.(NatuerlichePerson.java:52) at test.integration.TestAnyTypeId.testtransient(TestAnyTypeId.java:40) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) test(test.integration.TestAnyTypeIdWithDB) Time elapsed: 1.364 sec <<< ERROR! java.lang.NullPointerException: null at de.fhdw.wtf.persistence.facade.OracleObjectFacadeImplementation.setHelper(OracleObjectFacadeImplementation.java:655) at de.fhdw.wtf.persistence.facade.OracleObjectFacadeImplementation.set(OracleObjectFacadeImplementation.java:693) at de.fhdw.wtf.context.core.PersistenceContext.set(PersistenceContext.java:166) at de.fhdw.wtf.context.model.AnyTypeDbAspect.ajc$after$de_fhdw_wtf_context_model_AnyTypeDbAspect$10$960af406(AnyTypeDbAspect.aj:236) at generated.model.de.fhdw.partner.NatuerlichePerson.(NatuerlichePerson.java:52) at generated.model.de.fhdw.partner.service.PersonService.createPerson(PersonService.java:36) at test.integration.TestAnyTypeId.test(TestAnyTypeId.java:25) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Running test.integration.TestAssociation3WithDB Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.229 sec - in test.integration.TestAssociation3WithDB Running test.integration.TestAnyTypeCacheWithDB Tests run: 4, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 5.632 sec <<< FAILURE! - in test.integration.TestAnyTypeCacheWithDB testCacheWithContextSwitchService(test.integration.TestAnyTypeCacheWithDB) Time elapsed: 1.381 sec <<< ERROR! java.lang.NullPointerException: null at de.fhdw.wtf.persistence.facade.OracleObjectFacadeImplementation.setHelper(OracleObjectFacadeImplementation.java:655) at de.fhdw.wtf.persistence.facade.OracleObjectFacadeImplementation.set(OracleObjectFacadeImplementation.java:693) at de.fhdw.wtf.context.core.PersistenceContext.set(PersistenceContext.java:166) at de.fhdw.wtf.context.model.AnyTypeDbAspect.ajc$after$de_fhdw_wtf_context_model_AnyTypeDbAspect$10$960af406(AnyTypeDbAspect.aj:236) at generated.model.de.fhdw.partner.Haus.(Haus.java:42) at generated.model.de.fhdw.partner.service.HausService.createHaus(HausService.java:10) at test.integration.TestAnyTypeCacheWithDB.testCacheWithContextSwitchService(TestAnyTypeCacheWithDB.java:61) testCachePersonHaus(test.integration.TestAnyTypeCacheWithDB) Time elapsed: 1.452 sec <<< ERROR! java.lang.NullPointerException: null at de.fhdw.wtf.persistence.facade.OracleObjectFacadeImplementation.setHelper(OracleObjectFacadeImplementation.java:655) at de.fhdw.wtf.persistence.facade.OracleObjectFacadeImplementation.set(OracleObjectFacadeImplementation.java:693) at de.fhdw.wtf.context.core.PersistenceContext.set(PersistenceContext.java:166) at de.fhdw.wtf.context.model.AnyTypeDbAspect.ajc$after$de_fhdw_wtf_context_model_AnyTypeDbAspect$10$960af406(AnyTypeDbAspect.aj:236) at generated.model.de.fhdw.partner.Haus.(Haus.java:42) at test.integration.TestAnyTypeCache.testCachePersonHaus(TestAnyTypeCache.java:60) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) testPersonIdWithSameNameNotEquals1(test.integration.TestAnyTypeCacheWithDB) Time elapsed: 1.342 sec <<< ERROR! java.lang.NullPointerException: null at de.fhdw.wtf.persistence.facade.OracleObjectFacadeImplementation.setHelper(OracleObjectFacadeImplementation.java:655) at de.fhdw.wtf.persistence.facade.OracleObjectFacadeImplementation.set(OracleObjectFacadeImplementation.java:693) at de.fhdw.wtf.context.core.PersistenceContext.set(PersistenceContext.java:166) at de.fhdw.wtf.context.model.AnyTypeDbAspect.ajc$after$de_fhdw_wtf_context_model_AnyTypeDbAspect$10$960af406(AnyTypeDbAspect.aj:236) at generated.model.de.fhdw.partner.NatuerlichePerson.(NatuerlichePerson.java:52) at generated.model.de.fhdw.partner.service.PersonService.createPerson(PersonService.java:36) at test.integration.TestAnyTypeCache.testPersonIdWithSameNameNotEquals1(TestAnyTypeCache.java:40) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) testCachePersonService(test.integration.TestAnyTypeCacheWithDB) Time elapsed: 1.454 sec <<< ERROR! java.lang.NullPointerException: null at de.fhdw.wtf.persistence.facade.OracleObjectFacadeImplementation.setHelper(OracleObjectFacadeImplementation.java:655) at de.fhdw.wtf.persistence.facade.OracleObjectFacadeImplementation.set(OracleObjectFacadeImplementation.java:693) at de.fhdw.wtf.context.core.PersistenceContext.set(PersistenceContext.java:166) at de.fhdw.wtf.context.model.AnyTypeDbAspect.ajc$after$de_fhdw_wtf_context_model_AnyTypeDbAspect$10$960af406(AnyTypeDbAspect.aj:236) at generated.model.de.fhdw.partner.Haus.(Haus.java:42) at generated.model.de.fhdw.partner.service.HausService.createHaus(HausService.java:10) at test.integration.TestAnyTypeCache.testCachePersonService(TestAnyTypeCache.java:94) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Running test.integration.TestPersonModelWithDB Tests run: 6, Failures: 0, Errors: 6, Skipped: 0, Time elapsed: 8.108 sec <<< FAILURE! - in test.integration.TestPersonModelWithDB testMapGetValue(test.integration.TestPersonModelWithDB) Time elapsed: 1.33 sec <<< ERROR! java.lang.NullPointerException: null at de.fhdw.wtf.persistence.facade.OracleObjectFacadeImplementation.setHelper(OracleObjectFacadeImplementation.java:655) at de.fhdw.wtf.persistence.facade.OracleObjectFacadeImplementation.set(OracleObjectFacadeImplementation.java:693) at de.fhdw.wtf.context.core.PersistenceContext.set(PersistenceContext.java:166) at de.fhdw.wtf.context.model.AnyTypeDbAspect.ajc$after$de_fhdw_wtf_context_model_AnyTypeDbAspect$10$960af406(AnyTypeDbAspect.aj:236) at generated.model.de.fhdw.partner.NatuerlichePerson.(NatuerlichePerson.java:52) at generated.model.de.fhdw.partner.service.PersonService.createPerson(PersonService.java:36) at test.integration.TestPersonModelWithDB.setUp(TestPersonModelWithDB.java:33) testSetMapSet(test.integration.TestPersonModelWithDB) Time elapsed: 1.117 sec <<< ERROR! java.lang.NullPointerException: null at de.fhdw.wtf.persistence.facade.OracleObjectFacadeImplementation.setHelper(OracleObjectFacadeImplementation.java:655) at de.fhdw.wtf.persistence.facade.OracleObjectFacadeImplementation.set(OracleObjectFacadeImplementation.java:693) at de.fhdw.wtf.context.core.PersistenceContext.set(PersistenceContext.java:166) at de.fhdw.wtf.context.model.AnyTypeDbAspect.ajc$after$de_fhdw_wtf_context_model_AnyTypeDbAspect$10$960af406(AnyTypeDbAspect.aj:236) at generated.model.de.fhdw.partner.NatuerlichePerson.(NatuerlichePerson.java:52) at generated.model.de.fhdw.partner.service.PersonService.createPerson(PersonService.java:36) at test.integration.TestPersonModelWithDB.setUp(TestPersonModelWithDB.java:33) testMapMapMap(test.integration.TestPersonModelWithDB) Time elapsed: 1.383 sec <<< ERROR! java.lang.NullPointerException: null at de.fhdw.wtf.persistence.facade.OracleObjectFacadeImplementation.setHelper(OracleObjectFacadeImplementation.java:655) at de.fhdw.wtf.persistence.facade.OracleObjectFacadeImplementation.set(OracleObjectFacadeImplementation.java:693) at de.fhdw.wtf.context.core.PersistenceContext.set(PersistenceContext.java:166) at de.fhdw.wtf.context.model.AnyTypeDbAspect.ajc$after$de_fhdw_wtf_context_model_AnyTypeDbAspect$10$960af406(AnyTypeDbAspect.aj:236) at generated.model.de.fhdw.partner.NatuerlichePerson.(NatuerlichePerson.java:52) at generated.model.de.fhdw.partner.service.PersonService.createPerson(PersonService.java:36) at test.integration.TestPersonModelWithDB.setUp(TestPersonModelWithDB.java:33) testMapRemove(test.integration.TestPersonModelWithDB) Time elapsed: 1.327 sec <<< ERROR! java.lang.NullPointerException: null at de.fhdw.wtf.persistence.facade.OracleObjectFacadeImplementation.setHelper(OracleObjectFacadeImplementation.java:655) at de.fhdw.wtf.persistence.facade.OracleObjectFacadeImplementation.set(OracleObjectFacadeImplementation.java:693) at de.fhdw.wtf.context.core.PersistenceContext.set(PersistenceContext.java:166) at de.fhdw.wtf.context.model.AnyTypeDbAspect.ajc$after$de_fhdw_wtf_context_model_AnyTypeDbAspect$10$960af406(AnyTypeDbAspect.aj:236) at generated.model.de.fhdw.partner.NatuerlichePerson.(NatuerlichePerson.java:52) at generated.model.de.fhdw.partner.service.PersonService.createPerson(PersonService.java:36) at test.integration.TestPersonModelWithDB.setUp(TestPersonModelWithDB.java:33) testMapSetMap(test.integration.TestPersonModelWithDB) Time elapsed: 1.688 sec <<< ERROR! java.lang.NullPointerException: null at de.fhdw.wtf.persistence.facade.OracleObjectFacadeImplementation.setHelper(OracleObjectFacadeImplementation.java:655) at de.fhdw.wtf.persistence.facade.OracleObjectFacadeImplementation.set(OracleObjectFacadeImplementation.java:693) at de.fhdw.wtf.context.core.PersistenceContext.set(PersistenceContext.java:166) at de.fhdw.wtf.context.model.AnyTypeDbAspect.ajc$after$de_fhdw_wtf_context_model_AnyTypeDbAspect$10$960af406(AnyTypeDbAspect.aj:236) at generated.model.de.fhdw.partner.NatuerlichePerson.(NatuerlichePerson.java:52) at generated.model.de.fhdw.partner.service.PersonService.createPerson(PersonService.java:36) at test.integration.TestPersonModelWithDB.setUp(TestPersonModelWithDB.java:33) testSetSet(test.integration.TestPersonModelWithDB) Time elapsed: 1.263 sec <<< ERROR! java.lang.NullPointerException: null at de.fhdw.wtf.persistence.facade.OracleObjectFacadeImplementation.setHelper(OracleObjectFacadeImplementation.java:655) at de.fhdw.wtf.persistence.facade.OracleObjectFacadeImplementation.set(OracleObjectFacadeImplementation.java:693) at de.fhdw.wtf.context.core.PersistenceContext.set(PersistenceContext.java:166) at de.fhdw.wtf.context.model.AnyTypeDbAspect.ajc$after$de_fhdw_wtf_context_model_AnyTypeDbAspect$10$960af406(AnyTypeDbAspect.aj:236) at generated.model.de.fhdw.partner.NatuerlichePerson.(NatuerlichePerson.java:52) at generated.model.de.fhdw.partner.service.PersonService.createPerson(PersonService.java:36) at test.integration.TestPersonModelWithDB.setUp(TestPersonModelWithDB.java:33) Running test.integration.TestMutableSetIteratorWithDB Tests run: 4, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 6.187 sec <<< FAILURE! - in test.integration.TestMutableSetIteratorWithDB test1(test.integration.TestMutableSetIteratorWithDB) Time elapsed: 1.793 sec <<< ERROR! java.lang.NullPointerException: null at de.fhdw.wtf.persistence.facade.OracleObjectFacadeImplementation.setHelper(OracleObjectFacadeImplementation.java:655) at de.fhdw.wtf.persistence.facade.OracleObjectFacadeImplementation.set(OracleObjectFacadeImplementation.java:693) at de.fhdw.wtf.context.core.PersistenceContext.set(PersistenceContext.java:166) at de.fhdw.wtf.context.model.AnyTypeDbAspect.ajc$after$de_fhdw_wtf_context_model_AnyTypeDbAspect$10$960af406(AnyTypeDbAspect.aj:236) at generated.model.de.fhdw.partner.NatuerlichePerson.(NatuerlichePerson.java:52) at test.integration.TestMutableSetIterator.test1(TestMutableSetIterator.java:28) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) test2(test.integration.TestMutableSetIteratorWithDB) Time elapsed: 1.758 sec <<< ERROR! java.lang.NullPointerException: null at de.fhdw.wtf.persistence.facade.OracleObjectFacadeImplementation.setHelper(OracleObjectFacadeImplementation.java:655) at de.fhdw.wtf.persistence.facade.OracleObjectFacadeImplementation.set(OracleObjectFacadeImplementation.java:693) at de.fhdw.wtf.context.core.PersistenceContext.set(PersistenceContext.java:166) at de.fhdw.wtf.context.model.AnyTypeDbAspect.ajc$after$de_fhdw_wtf_context_model_AnyTypeDbAspect$10$960af406(AnyTypeDbAspect.aj:236) at generated.model.de.fhdw.partner.NatuerlichePerson.(NatuerlichePerson.java:52) at test.integration.TestMutableSetIterator.test2(TestMutableSetIterator.java:43) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) testMutableSetMutableSet(test.integration.TestMutableSetIteratorWithDB) Time elapsed: 1.411 sec <<< ERROR! java.lang.NullPointerException: null at de.fhdw.wtf.persistence.facade.OracleObjectFacadeImplementation.setHelper(OracleObjectFacadeImplementation.java:655) at de.fhdw.wtf.persistence.facade.OracleObjectFacadeImplementation.set(OracleObjectFacadeImplementation.java:693) at de.fhdw.wtf.context.core.PersistenceContext.set(PersistenceContext.java:166) at de.fhdw.wtf.context.model.AnyTypeDbAspect.ajc$after$de_fhdw_wtf_context_model_AnyTypeDbAspect$10$960af406(AnyTypeDbAspect.aj:236) at generated.model.de.fhdw.partner.NatuerlichePerson.(NatuerlichePerson.java:52) at test.integration.TestMutableSetIterator.testMutableSetMutableSet(TestMutableSetIterator.java:77) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) testMutableSet(test.integration.TestMutableSetIteratorWithDB) Time elapsed: 1.225 sec <<< ERROR! java.lang.NullPointerException: null at de.fhdw.wtf.persistence.facade.OracleObjectFacadeImplementation.get(OracleObjectFacadeImplementation.java:397) at de.fhdw.wtf.context.core.PersistenceContext.get(PersistenceContext.java:89) at de.fhdw.wtf.context.model.collections.PersistentList.initLinks(PersistentList.java:52) at de.fhdw.wtf.context.model.collections.PersistentList.(PersistentList.java:32) at test.integration.TestMutableSetIterator.init$_aroundBody5$advice(TestMutableSetIterator.java:78) at test.integration.TestMutableSetIterator.testMutableSet(TestMutableSetIterator.java:58) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Running test.aspectApplication.TestAspectApplication Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in test.aspectApplication.TestAspectApplication Results : Tests in error: TestAnyTypeCacheWithDB>TestAnyTypeCache.testCachePersonHaus:60 » NullPointer TestAnyTypeCacheWithDB>TestAnyTypeCache.testCachePersonService:94 » NullPointer TestAnyTypeCacheWithDB.testCacheWithContextSwitchService:61 » NullPointer TestAnyTypeCacheWithDB>TestAnyTypeCache.testPersonIdWithSameNameNotEquals1:40 » NullPointer TestAnyTypeIdWithDB>TestAnyTypeId.test:25 » NullPointer TestAnyTypeIdWithDB>TestAnyTypeId.testmixed:55 » NullPointer TestAnyTypeIdWithDB>TestAnyTypeId.testtransient:40 » NullPointer TestContextWithDB.test1:36 » NullPointer TestMutableSetIteratorWithDB>TestMutableSetIterator.test1:28 » NullPointer TestMutableSetIteratorWithDB>TestMutableSetIterator.test2:43 » NullPointer TestMutableSetIteratorWithDB>TestMutableSetIterator.testMutableSet:58->TestMutableSetIterator.init$_aroundBody5$advice:78 » NullPointer TestMutableSetIteratorWithDB>TestMutableSetIterator.testMutableSetMutableSet:77 » NullPointer TestPersonModelWithDB.setUp:33 » NullPointer TestPersonModelWithDB.setUp:33 » NullPointer TestPersonModelWithDB.setUp:33 » NullPointer TestPersonModelWithDB.setUp:33 » NullPointer TestPersonModelWithDB.setUp:33 » NullPointer TestPersonModelWithDB.setUp:33 » NullPointer Tests run: 21, Failures: 0, Errors: 18, Skipped: 0 [ERROR] There are test failures. Please refer to /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/target/surefire-reports for the individual test results. [JENKINS] Recording test results [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ de.fhdw.wtf.context --- [INFO] Building jar: /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/target/de.fhdw.wtf.context-1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (default) @ de.fhdw.wtf.context --- [INFO] Building jar: /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/target/de.fhdw.wtf.context-1.0-SNAPSHOT-tests.jar [INFO] [INFO] >>> maven-source-plugin:2.4:jar (attach-sources) > generate-sources @ de.fhdw.wtf.context >>> [WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:2.4:jar (attach-sources) < generate-sources @ de.fhdw.wtf.context <<< [INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ de.fhdw.wtf.context --- [INFO] Building jar: /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/target/de.fhdw.wtf.context-1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ de.fhdw.wtf.context --- [INFO] Installing /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/target/de.fhdw.wtf.context-1.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/de/fhdw/wtf/de.fhdw.wtf.context/1.0-SNAPSHOT/de.fhdw.wtf.context-1.0-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/pom.xml to /var/lib/jenkins/.m2/repository/de/fhdw/wtf/de.fhdw.wtf.context/1.0-SNAPSHOT/de.fhdw.wtf.context-1.0-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/target/de.fhdw.wtf.context-1.0-SNAPSHOT-tests.jar to /var/lib/jenkins/.m2/repository/de/fhdw/wtf/de.fhdw.wtf.context/1.0-SNAPSHOT/de.fhdw.wtf.context-1.0-SNAPSHOT-tests.jar [INFO] Installing /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/target/de.fhdw.wtf.context-1.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/de/fhdw/wtf/de.fhdw.wtf.context/1.0-SNAPSHOT/de.fhdw.wtf.context-1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-site-plugin:3.4:site (default-site) @ de.fhdw.wtf.context --- [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:2.8.1 [INFO] configuring report plugin org.apache.maven.plugins:maven-jxr-plugin:2.5 [INFO] configuring report plugin org.apache.maven.plugins:maven-checkstyle-plugin:2.16 [INFO] configuring report plugin org.codehaus.mojo:findbugs-maven-plugin:3.0.2 [INFO] configuring report plugin org.apache.maven.plugins:maven-pmd-plugin:3.5 [INFO] Fork Value is true [java] Warnings generated: 74 [INFO] Done FindBugs Analysis.... [WARNING] No project URL defined - decoration links will not be relativized! [INFO] Rendering site with org.apache.maven.skins:maven-default-skin:jar:1.0 skin. [INFO] Generating "Source Xref" report --- maven-jxr-plugin:2.5:jxr [INFO] Generating "Test Source Xref" report --- maven-jxr-plugin:2.5:test-jxr [INFO] Generating "Checkstyle" report --- maven-checkstyle-plugin:2.16:checkstyle [INFO] Generating "FindBugs" report --- findbugs-maven-plugin:3.0.2:findbugs [INFO] Generating "CPD" report --- maven-pmd-plugin:3.5:cpd [INFO] Generating "PMD" report --- maven-pmd-plugin:3.5:pmd [CHECKSTYLE] Parsing file /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/target/checkstyle-result.xml [CHECKSTYLE] Successfully parsed file /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/target/checkstyle-result.xml of module de.fhdw.wtf.context with 225 unique warnings and 0 duplicates. [CHECKSTYLE] Computing warning deltas based on reference build #307 [FINDBUGS] Finding all files that match the pattern findbugsXml.xml [FINDBUGS] Parsing 1 file in /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/target [FINDBUGS] Successfully parsed file /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/target/findbugsXml.xml of module de.fhdw.wtf.context with 74 unique warnings and 0 duplicates. [FINDBUGS] Computing warning deltas based on reference build #307 [PMD] Finding all files that match the pattern pmd.xml [PMD] Parsing 1 file in /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/target [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/target/pmd.xml of module de.fhdw.wtf.context with 4 unique warnings and 0 duplicates. [PMD] Computing warning deltas based on reference build #307 [JENKINS] Archiving site from /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/target/site to /var/lib/jenkins/home/jobs/WTF-Context/site [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:24 min [INFO] Finished at: 2016-05-26T17:18:55+02:00 [INFO] Final Memory: 60M/411M [INFO] ------------------------------------------------------------------------ [JENKINS] Archiving /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/pom.xml to de.fhdw.wtf/de.fhdw.wtf.context/1.0-SNAPSHOT/de.fhdw.wtf.context-1.0-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/target/de.fhdw.wtf.context-1.0-SNAPSHOT.jar to de.fhdw.wtf/de.fhdw.wtf.context/1.0-SNAPSHOT/de.fhdw.wtf.context-1.0-SNAPSHOT.jar [JENKINS] Archiving /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/target/de.fhdw.wtf.context-1.0-SNAPSHOT-tests.jar to de.fhdw.wtf/de.fhdw.wtf.context/1.0-SNAPSHOT/de.fhdw.wtf.context-1.0-SNAPSHOT-tests.jar [JENKINS] Archiving /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/target/de.fhdw.wtf.context-1.0-SNAPSHOT-sources.jar to de.fhdw.wtf/de.fhdw.wtf.context/1.0-SNAPSHOT/de.fhdw.wtf.context-1.0-SNAPSHOT-sources.jar /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/pom.xml is not inside /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/Context/; will archive in a separate pass /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/target/de.fhdw.wtf.context-1.0-SNAPSHOT.jar is not inside /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/Context/; will archive in a separate pass /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/target/de.fhdw.wtf.context-1.0-SNAPSHOT-tests.jar is not inside /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/Context/; will archive in a separate pass /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/target/de.fhdw.wtf.context-1.0-SNAPSHOT-sources.jar is not inside /var/lib/jenkins/home/jobs/WTF-Context/workspace/Context/Context/; will archive in a separate pass channel stopped Maven RedeployPublisher use remote maven settings from : /var/lib/jenkins/.m2/settings.xml [INFO] Deployment in http://localhost:8083/nexus/content/repositories/snapshots/ (id=snapshots,uniqueVersion=true) Deploying the main artifact de.fhdw.wtf.context-1.0-SNAPSHOT.jar Downloading: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/wtf/de.fhdw.wtf.context/1.0-SNAPSHOT/maven-metadata.xml Downloaded: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/wtf/de.fhdw.wtf.context/1.0-SNAPSHOT/maven-metadata.xml (2 KB at 8.6 KB/sec) Uploading: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/wtf/de.fhdw.wtf.context/1.0-SNAPSHOT/de.fhdw.wtf.context-1.0-20160526.151856-65.jar Uploaded: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/wtf/de.fhdw.wtf.context/1.0-SNAPSHOT/de.fhdw.wtf.context-1.0-20160526.151856-65.jar (96 KB at 2510.5 KB/sec) Uploading: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/wtf/de.fhdw.wtf.context/1.0-SNAPSHOT/de.fhdw.wtf.context-1.0-20160526.151856-65.pom Uploaded: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/wtf/de.fhdw.wtf.context/1.0-SNAPSHOT/de.fhdw.wtf.context-1.0-20160526.151856-65.pom (5 KB at 101.6 KB/sec) Downloading: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/wtf/de.fhdw.wtf.context/maven-metadata.xml Downloaded: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/wtf/de.fhdw.wtf.context/maven-metadata.xml (346 B at 7.7 KB/sec) Uploading: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/wtf/de.fhdw.wtf.context/1.0-SNAPSHOT/maven-metadata.xml Uploaded: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/wtf/de.fhdw.wtf.context/1.0-SNAPSHOT/maven-metadata.xml (2 KB at 10.8 KB/sec) Uploading: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/wtf/de.fhdw.wtf.context/maven-metadata.xml Uploaded: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/wtf/de.fhdw.wtf.context/maven-metadata.xml (346 B at 18.8 KB/sec) Deploying the main artifact de.fhdw.wtf.context-1.0-SNAPSHOT-tests.jar Uploading: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/wtf/de.fhdw.wtf.context/1.0-SNAPSHOT/de.fhdw.wtf.context-1.0-20160526.151856-65-tests.jar Uploaded: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/wtf/de.fhdw.wtf.context/1.0-SNAPSHOT/de.fhdw.wtf.context-1.0-20160526.151856-65-tests.jar (102 KB at 4233.9 KB/sec) Uploading: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/wtf/de.fhdw.wtf.context/1.0-SNAPSHOT/maven-metadata.xml Uploaded: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/wtf/de.fhdw.wtf.context/1.0-SNAPSHOT/maven-metadata.xml (2 KB at 58.6 KB/sec) Deploying the main artifact de.fhdw.wtf.context-1.0-SNAPSHOT-sources.jar Uploading: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/wtf/de.fhdw.wtf.context/1.0-SNAPSHOT/de.fhdw.wtf.context-1.0-20160526.151856-65-sources.jar Uploaded: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/wtf/de.fhdw.wtf.context/1.0-SNAPSHOT/de.fhdw.wtf.context-1.0-20160526.151856-65-sources.jar (59 KB at 2261.7 KB/sec) Uploading: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/wtf/de.fhdw.wtf.context/1.0-SNAPSHOT/maven-metadata.xml Uploaded: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/wtf/de.fhdw.wtf.context/1.0-SNAPSHOT/maven-metadata.xml (2 KB at 69.0 KB/sec) [INFO] Deployment done in 0.75 sec Sending e-mails to: Christoph.Schulz@fhdw.de Warning: you have no plugins providing access control for builds, so falling back to legacy behavior of permitting any downstream builds to be triggered Finished: UNSTABLE