[
https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12734126#action_12734126
]
Delos Dai commented on GERONIMODEVTOOLS-583:
--------------------------------------------
After investigation, I found it's a problem of xml editor validation in WTP. I
have create a bug in eclipse bugzilla and provide them with a test case.
Here is the bug:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=284272
> <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.