You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Adam Greene <ag...@romulin.com> on 2002/04/29 16:30:15 UTC

EJB Support

Can Apache AXIS support Stateful and Entity EJBs??  Apache SOAP says that it can, but in my tests with AXIS, it only supports Stateless.  Is there any plans to support stateful beans (to be used with sessions).  You can use a stateful bean, it just doesn't release the bean when the session times out and it ends up getting persisted to the database, eventually clogging up the database with dead objects.