Help

Built with Seam

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.

FAQ Category:

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" />
1 comment:
 
05. Nov 2009, 22:53 America/New_York | Link

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 turn off debug. Why isn't it getting fixed?