I am upgrading from Tapestry 4.1.2 to Tapestry 4.1.6.
When I run my integration tests (using Selenium) I am get a error randomly.
I receive a org.apache.hivemind.ApplicationRuntimeException that indicates that
given component (page) does not contain a component shell.
All of the affected pages have <html jwcid="shell"> which leads me to believe
that I have specified a shell component.
I have tracked the problem into the PageLoader class, but since the problem is
random it is very difficult to debug.
Is it possible that this is a threading problem?
Can anyone help?
Mike