unit test advicewith sql-stored

2018-05-17 Thread Mary Cochran
I am having some issues when I am trying to use adviceWith in my unit test to intercept my sql-stored endpoint. I am fine with skipping this endpoint, but haven't been able to get anything to work. Below is the exception even when I can see the logging for advice with is there. *Logging:*

camel-atmosphere-websocket + TomEE

2018-05-17 Thread Shultz, Dmitry
Hi All, I'm running CDI + JSF + Deltaspike + Camel web app in TomEE. My web.xml contains following config for the servlets: Faces Servlet javax.faces.webapp.FacesServlet 1 Faces Servlet *.xhtml dashboard.xhtml

Re: unit test advicewith sql-stored

2018-05-17 Thread Mary Cochran
Hi Claus, Camel version 2.20.2. I get the exception when it gets to that point in the route (not on startup). I can't easily post the whole exception here due to it containing client information. I started to print off the camel context endpoints after it started and it is still containing the

Re: unit test advicewith sql-stored

2018-05-17 Thread Claus Ibsen
Hi Mary What version of Camel do you use? And at what time do you get that exdeption, maybe you can post the full stacktrace? I suspect it may be during startup of Camel that the sql-store component does some init logic that then fails, before even any endpoints is created. On Thu, May 17,