Hi first if you change everything it is hard to understand the cause, secondly your example is not self contained and need some dep it can't retrive by default, lastly you use @ManagedBean which is surely not what you want, is it intended? Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau
2014-02-02 Abhijit Sarkar <[email protected]>: > Hi, > I'm getting a StackOverflowError while running tests on the application. > This is a pet project which I'm migrating from Java/Spring/Maven to > Groovy/CDI/Gradle. Is it ok to ask for help here or is there another more > appropriate group? > In case someone decides to help me out, the code is here > (https://github.com/abhijitsarkar/groovy/tree/master/movie-manager) and I've > attached a build log with this email. One thing I noticed, which may not > even be related, is that 2 beans I'm trying to override using @Specializes > are still getting deployed. > > Java 1.7.0_51-b13, Open EJB 4.6.1-SNAPSHOT > > Regards, > Abhijit
