0 Replies Latest reply on Jul 1, 2002 12:23 PM by stefan12

    starting an SessionBean by an MBean ends with SecurityExcept

    stefan12

      Hi,
      I want to call a SessionBean from within an MBean. The create-method fails because of a SecurityException. There are no restrictions in the ejb-jar.xml.

      <?xml version="1.0"?>

      <ejb-jar>
      <display-name>dbf-austausch</display-name>
      <enterprise-beans>


      <display-name>AuftragsTabellenFuellerBean</display-name>
      <ejb-name>AuftragsTabellenFuellerBean</ejb-name>
      de.ietac.mbeanservices.lg_psDBF.AuftragsTabellenFuellerSessionHome
      de.ietac.mbeanservices.lg_psDBF.AuftragsTabellenFuellerSession
      <ejb-class>de.ietac.mbeanservices.lg_psDBF.AuftragsTabellenFuellerSessionBean</ejb-class>
      <session-type>Stateful</session-type>
      <transaction-type>Bean</transaction-type>
      <container-transaction>
      <trans-attribute>Required</trans-attribute>
      </container-transaction>

      </enterprise-beans>

      </ejb-jar>

      What can I do???
      Thx Stefan