You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to java...@googlegroups.com
Hi guys,
Wanted to start by saying thank for JavaSimon, I've been enjoying it a lot and it was super easy to integrate in my application. The only part so far which I could not get working at all has been the plugins for the web console.
- Added the init params to the JavaSimon servlet in web.xml;
- Registered the callback at construction time for one of my classes.
Now, when I go to the console, there's nothing new there. There's also no error though...
Is there anything else that needs to be done to use web plugins?
Thanks,
L.
Gérald
unread,
Nov 23, 2012, 6:11:32 AM11/23/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to java...@googlegroups.com
Hi Luis,
Which variant of QuantilesCallback are you using? In 3.2 there is only Auto, in 3.3 there are Auto, Fixed and Properties variants. If you're using the AutoQuantilesCallback there is a warmup period used to compute the best buckets size.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to java...@googlegroups.com
Hi Gérald,
Thank for the info.
I found out what the problem was: when I first searched http://mvnrepository.org/ for org.javasimon artifacts, the latest version there was 3.2.1 (actually it still is). Then, on the code.google.com I saw that your latest version was 3.3.0 and I updated it on my POM *but* only for the core artifact.
So, my web.xml line including the plugin was not doing anything at all. :-$ Weird that it also didn't complain that it couldn't find that class though...
Anyways, I updated all the artifacts I was using to 3.3.0 and I can now see the Quatiles screen after clicking on any of Simons.
This shows 3.3.0 as the latest version - and of course you can use it
in your POMs without downloading anything. I don't know what
mvnrepository is, who is responsible for it, but it's definitely good
to know (for me) that I can't rely on it that much. :-)