On Jul 24, 2006, at 1:35 PM, David Blevins wrote:

Going to take a whack at support for EJB 3 POJO Style beans. Thinking to start here http://jira.codehaus.org/browse/OPENEJB-76

Got some trivial support in the stateless container. It longer assumes that all bean instances are subclasses of SessionBean. Considered dynamically subclassing each bean class to adapt it to be a SessionBean class, but that would add significant overhead to startup. The other downer would be you'd never get to see your bean classname in the stacktrace, only the generated class name.

Still poking at it.

-David


-David


Reply via email to