Uploaded image for project: 'Geronimo-Devtools'
  1. Geronimo-Devtools
  2. GERONIMODEVTOOLS-583

<sec:security> and <dep:gbean> coexistence results in error in geronimo-application deployment plan on eclipse 3.5

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • eclipse-plugin
    • None
    • os:win 2003
      eclipse: 3.5
      JDK: 1.5

    Description

      1.Install GEP in eclipse 3.5 , and create an enterprise application project, add
      <security-role>
      <role-name>admin</role-name>
      </security-role>
      in application.xml deployment descriptor,
      2.Open geronimo-application.xml , add:
      <sec:security>
      <sec:role-mappings>
      <sec:role role-name="admin">
      <sec:principal class="org.apache.geronimo.security.realm.providers.GeronimoGroupPrincipal" name="geronimo-default"/>
      </sec:role>
      </sec:role-mappings>
      </sec:security>
      <dep:gbean class="org.apache.geronimo.system.logging.log4j.ApplicationLog4jConfigurationGBean" name="test"/>

      to it, but there is an error in deployment plan.

      This problem doesn't exist in eclipse 3.4.*

      Attachments

        Activity

          People

            delos Xuan Dai
            viola.lu viola.lu
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: