Friday, July 25, 2008

Could not instantiate bean class Is it an abstract class?

Ran into an interesting error this afternoon. I have a base class which is abstract and when i deployed my app I received the above error.

The fix is simple add abstract=”true” to your bean defination:

Hey Presto!

No comments: