You can find the full source code for this website in the Seam package in the directory /examples/wiki. It is licensed under the LGPL.
| Online: | 2 Members of 12451 |
When Seam is in debug mode:
<core:init debug="true" />
then you may see this and other problems in a concurrent/multi-user environment.
Just disable debug mode:
<core:init debug="false" />
I don't like. The debug page is quite useful, but now I have to turn it off during testing?
I've gotten this even on my dev system, when I'm the only one using it!
I don't understand why a non-functioning debug system isn't considered a defect. These bugs (https://jira.jboss.org/jira/browse/JBSEAM-2086 https://jira.jboss.org/jira/browse/JBSEAM-2359) are being closed with the resolution of . Why isn't it getting fixed?