Our legacy application is using ejb1.1 with websphere and we are planning to move to JBOSS. Just wanted to know if JBOSS 4.0 or 4.2 supports ejb1.1. I checked on the JBOSS forum and could get any answer for this issue. Please reply. Replys are highly appreciated. Thanks.
We are glad to have you here. We have a naming policy at JavaRanch. Your displayed name must consist of a first name (or an initial), a space, and a family name (in that order) and not be obviously fictitious. Please take a moment to change it, which you can do right here. [ July 06, 2007: Message edited by: Jaikiran Pai ]
As for your question, this documentation from JBoss, mentions
JBoss AS 4.0 implements the EJB 2.1 specification instead of the EJB 2.0 in JBoss AS 3.2. The EJB 2.1 specification extends the message-driven bean contracts to support other messaging types in addition to JMS. It supports stateless session beans as web service endpoints. It also includes a new container managed service called the EJB timer service.
However i am not sure whether this means that it even "supports" earlier versions of EJB.