Turns out my circular reference problem was that I had an Endpoint reference in my implementation class. It was used under another app container to programmatically add a jaxws handler to the chain. When migrating to CXF, this had to be removed and replaced with a corresponding definition in beans.xml
On Fri, May 12, 2017 at 7:39 AM, Alex O'Ree <[email protected]> wrote: > 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 >> >> >
