0 Replies Latest reply on May 4, 2004 5:59 AM by pepcodina

    Deploy EJB 1.1 beans in JBoss

    pepcodina

      Hi.

      I'm migrating some EJBs (spec 1.1) from WebSphere to JBoss 3.2.3. I configured JBoss to work with JAAS, so that I defined a security domain in my jboss.xml files. At that time, the EJBs deployed successfully to JBoss, but when trying to access them the following error came up:

      No method permissions assigned to method=create, interface=HOME

      I fixed that by defining a security role for all methods in my ejb-jar files. Nevertheless i realized that this is an EJB 2.0 specific constraint rather than an EJB 1.1, so I guess JBoss assumed my EJBs to follow the EJB 2.0 specification.

      I wonder if there is a way to deploy EJBs 1.1 to JBoss 3.2.3 without having to define security roles (or the unchecked entry) in my ejb-jar files. Does anyone knows that?


      Thanx.