1 Reply Latest reply on Sep 17, 2012 4:07 AM by mkouba

    "could not instantiate seam component" error concept?

    blashadow

      I've been reciving this error in many escenaries And I resolved but the error apear in many way And I don't know what is the cause.

       

      can someone tell me in what cases I can get this error?

       

      thanks in advanced.

        • 1. Re: "could not instantiate seam component" error concept?
          mkouba

          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...