The NoSpringServletServer was the basis for the test code.

I do send a request through to the endpoint, generate the error (which
would count against the fault count)

I understand that the CounterRepository wouldn't show up until a request
goes through, but the endpoint entry should show up without any requests--
at least that's the observed behavior when running in container with Spring
or Blueprint.

On Wed, Sep 10, 2014 at 5:50 AM, Aki Yoshida <[email protected]> wrote:

> have you sent at least one message through?
> If I remember it correctly, CR doesn't show up before the counting
> really starts (i.e., before the first message goes through).
>
> 2014-09-10 3:31 GMT+02:00 Matt Pavlovich <[email protected]>:
> > I’m trying to wire up a Bus without Spring, and include a couple
> extensions. Scanning through unit tests in the source gets me part of the
> way there.  I see the Bus register via JMX, but the deployed service and
> CounterRepository doesn’t wire up to JMX correctly.
> >
> > Is there some order of operations here that I am missing?
> >
> > Code snippet:
> > http://pastebin.com/54dxxDzS
> >
> > Screenshot of JMX:
> > http://imgur.com/zJz2Q4N
> >
> > Thanks,
> > Matt
>

Reply via email to