Closed rju closed 3 days ago
author Jan Waller -- Thu, 6 Sep 2012 12:51:07 +0200
fixed lots of warnings
several over or underfull boxes remain
author Jan Waller -- Thu, 6 Sep 2012 13:26:32 +0200
The Texlive distribution on the build server should be updates.
Then \usepackage{scrhack} should be readded to packages.tex
author André van Hoorn -- Mon, 8 Oct 2012 18:08:37 +0200
Nils volunteered to review the user guide (examples).
The major parts that will be added this week:
1.
KIEKER-590
Done
(Update description of Java EE example ->avh)
2.
KIEKER-513
Done
(Short descrption of adaptive monitoring feature ->bjw)
author nils-christian -- Wed, 10 Oct 2012 10:54:23 +0200
I finished my review of the examples(!) within the userguide under Windows. I will do the UNIX part later, as I don't have a running UNIX currently available. My review bases on the nightly build 829. What caught my eye:
author nils-christian -- Wed, 10 Oct 2012 18:26:36 +0200
I checked the problem with HornetQ. With 2.2.5-final there is no problem, but at least(!) in 2.3.0-beta the file hornetq-commons.jar seems to be necessary as well. Should we mention this in the userguide?
author André van Hoorn -- Thu, 11 Oct 2012 09:06:42 +0200
Replying to [nie|comment:6]:
> I checked the problem with HornetQ. With 2.2.5-final there is no problem, but at least(!) in 2.3.0-beta the file hornetq-commons.jar seems to be necessary as well. Should we mention this in the userguide?
Thanks, Nils.
Added the library to the list of required libs in changeset:8e5d722b4ba74fc73c4bc11dec895060863ec5d6/kieker-git (won't hurt for non-beta, I guess)
author nils-christian -- Thu, 11 Oct 2012 10:07:04 +0200
Replying to [avh|comment:7]:
> Added the library to the list of required libs in changeset:8e5d722b4ba74fc73c4bc11dec895060863ec5d6/kieker-git (won't hurt for non-beta, I guess)
Actually it does. The older archives of HornetQ do not contain such a jar. I added a simple "if available" in changeset:9e738382aa5be824481e42245d6ab3745cd146f7/kieker-git
author André van Hoorn -- Mon, 15 Oct 2012 19:31:46 +0200
Replying to [nie|comment:5]:
> * I tried to configure the JPetStore to use AspectJ as described. I activated the JVM argument and disabled the Spring interceptor (by removing it from the applicationContext.xml). This resulted in errors like ERROR 2012-10-10 10:25:39,528 net.sourceforge.stripes.util.Log: Something has gone awry! I have a bridge to nowhere: public void org.mybatis.jpetstore.web.actions.CatalogActionBean.setContext(net.sourceforge.stripes.action.ActionBeanContext). Maybe something more has to be disabled/configured?
These errors also show up for the "raw" JPetStore, i.e., without any Kieker being involved:
vanhoornavanhoorn-thinkpad:0:~/git_work/kieker/20121015-release-test/kieker-1.6/examples/JavaEEServletContainerExample/jetty-hightide-jpetstore <master> $ cp webapps/jpetstore/WEB-INF/applicationContext.KiekerSpringProbesDeactivated.xml webapps/jpetstore/WEB-INF/applicationContext.xml avanhoornavanhoorn-thinkpad:0:~/git_work/kieker/20121015-release-test/kieker-1.6/examples/JavaEEServletContainerExample/jetty-hightide-jpetstore <master> $ cp webapps/jpetstore/WEB-INF/web.original.xml webapps/jpetstore/WEB-INF/web.xml avanhoornavanhoorn-thinkpad:0:~/git_work/kieker/20121015-release-test/kieker-1.6/examples/JavaEEServletContainerExample/jetty-hightide-jpetstore <master> $ java -jar start.jar 2012-10-15 19:25:00.981:INFO:oejs.Server:jetty-7.6.7.v20120910 ... 2012-10-15 19:25:05.588:INFO:oejs.AbstractConnector:Started SelectChannelConnector0.0.0.0:8080 INFO 2012-10-15 19:25:10,457 net.sourceforge.stripes.util.Log: Expression validation will be performed using: net.sourceforge.stripes.validation.expression.Jsp21ExpressionExecutor ERROR 2012-10-15 19:25:10,509 net.sourceforge.stripes.util.Log: Something has gone awry! I have a bridge to nowhere: public void org.mybatis.jpetstore.web.actions.CatalogActionBean.setContext(net.sourceforge.stripes.action.ActionBeanContext) ERROR 2012-10-15 19:25:14,146 net.sourceforge.stripes.util.Log: Something has gone awry! I have a bridge to nowhere: public void org.mybatis.jpetstore.web.actions.CartActionBean.setContext(net.sourceforge.stripes.action.ActionBeanContext) ERROR 2012-10-15 19:25:14,182 net.sourceforge.stripes.util.Log: Something has gone awry! I have a bridge to nowhere: public void org.mybatis.jpetstore.web.actions.AccountActionBean.setContext(net.sourceforge.stripes.action.ActionBeanContext) ^C2012-10-15 19:25:28.843:INFO:oejs.Server:Graceful shutdown SelectChannelConnector0.0.0.0:8080
author Jan Waller -- Tue, 16 Oct 2012 15:41:21 +0200
Anything still missing?
author André van Hoorn -- Tue, 16 Oct 2012 15:45:03 +0200
We should extract open issues from this ticket into new 1.7 tickets:
1. \usepackage{scrhack}? comment:2
1. Item 1., 2. (didn't double check this one) from comment:5
After that, this ticket could be closed.
author Jan Waller -- Tue, 16 Oct 2012 16:30:35 +0200
see KIEKER-721 Done and KIEKER-728 Done
JIRA Issue: KIEKER-647 Update the Userguide Original Reporter: Jan Waller
The listings in the userguide currently display wrong line ranges.