<sec:security> and <dep:gbean> coexistence results in error in
geronimo-application deployment plan on eclipse 3.5
------------------------------------------------------------------------------------------------------------------
Key: GERONIMODEVTOOLS-583
URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-583
Project: Geronimo-Devtools
Issue Type: Bug
Components: eclipse-plugin
Environment: os:win 2003
eclipse: 3.5
JDK: 1.5
Reporter: viola.lu
Assignee: Delos Dai
Priority: Minor
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.*
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.