Hi, On the first view I don't see any obvious problem in your code in comparison with NoSpringServletServer test. Do you see any exception thrown by running that? Could you try to comment out all JMX and instrumentation stuff and try only server start with endpoint publishing?
Regards, Andrei. > -----Original Message----- > From: Matt Pavlovich [mailto:[email protected]] > Sent: Mittwoch, 10. September 2014 03:32 > To: [email protected] > Subject: Wiring up Bus without Spring > > 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
