According to this article
an EJB 2.0 CMP bean implementation class must be abstract, will it work in JBoss?
As I understand it JBoss does not generate "wrapper" class instead it uses the Proxy class to "wrap" the bean, the call to Class.newInstance() will not work on an abstract class.  I am just wondering how it is done.
Kar

Reply via email to