|
Note that WidFly EJB subsytem logs following warning:
[EJB3.1 spec, section 4.9.2] Session bean implementation class MUST be public, not abstract and not final - org.jboss.weld.tests.ejb.singleton.Foo won't be considered as a session bean, since it doesn't meet that requirement
|