Help

Controls

Switch Workspace

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.

Comparing current revision with historical revision 1.
Document History: Why do I get "value of context variable is not an instance of the component bound to the context variable"?
Current revision:
3
Parent:
Seam Core
Created On:
15. Jun 2008, 06:59 (dan)
Last Modified On:
16. Sep 2011, 08:19 (sbryzak)
Historical revisions:
2 23. Sep 2008, 08:09 (sbryzak) ShowDiff
1 15. Jun 2008, 07:01 (dan) ShowDiff
0 (Initial Revision) ShowDiff

From lines 0 to 1 changed to lines 0 to 1:
You really have to understand how Seam works to understand this message. You see this issue most often during development when using the hot deploy classloader. When Seam dumps and reloads the hot deployable classes, instances of those classes may still existing in an active long-running conversation. When you attempt to use that conversation, worlds collide. You just need to flush the session.

You really have to understand how Seam works to understand this message. You see this issue most often during development when using the hot deploy classloader. When Seam dumps and reloads the hot deployable classes, instances of those classes may still existing in an active long-running conversation. When you attempt to use that conversation, worlds collide. You just need to flush the session.