Ahh sorry I missed your reply. The answer is no. I deployed the war with the problem to a clean tomcat instance and hit the same problem. It appears that my service implementation is causing this issue. I'm still not sure why. I'm going to comment out everything then slowly readd code until it works.
It's the error message that bothers me. There is no obvious circular reference in the implementation On May 4, 2017 3:31 PM, "Dennis Kieselhorst" <[email protected]> wrote: > > When deploying the second war file, i'm getting a bunch of exceptions, > > everything from > > BeanCurrentlyInCreationException, to cannot create inner bean due to > > circular dependency. > Please post the stacktrace. > > If you deploy the second war file without the first war file it's starting > up properly? > > Regards > Dennis > > >
