This content has been marked as final.
Show 1 reply
-
1. Re: "could not instantiate seam component" error concept?
mkouba Sep 17, 2012 4:07 AM (in response to blashadow)Hi,
actually this is the general info message for InstantiationException -> indicating problems when instantiating any Seam component. Anyway the message always contains the component name. Also you should be able to extract the exception root cause (either in your try/catch or lookup the server log).
If you have any specific problem, paste the stack trace so that we could analyze it...