[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-671) comments dissappear in components.xml

Max Andersen (JIRA) jira-events at lists.jboss.org
Tue Aug 7 06:51:50 EDT 2007


    [ http://jira.jboss.com/jira/browse/JBIDE-671?page=comments#action_12371300 ] 
            
Max Andersen commented on JBIDE-671:
------------------------------------

note: the worst thing it happens even though I don't use the "Tree" page, but just the source editor ;(

> comments dissappear in components.xml
> -------------------------------------
>
>                 Key: JBIDE-671
>                 URL: http://jira.jboss.com/jira/browse/JBIDE-671
>             Project: JBoss Tools
>          Issue Type: Bug
>          Components: Seam
>    Affects Versions: 2.0.0.Beta3
>            Reporter: Max Andersen
>         Assigned To: Viacheslav Kabanovich
>
> edit this file:
> <?xml version="1.0" encoding="UTF-8"?>
> <components xmlns="http://jboss.com/products/seam/components"
>  xmlns:core="http://jboss.com/products/seam/core"
>  xmlns:drools="http://jboss.com/products/seam/drools"
>  xmlns:security="http://jboss.com/products/seam/security"
>  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jboss.com/products/seam/core http://jboss.com/products/seam/core-1.1.xsd                   http://jboss.com/products/seam/drools http://jboss.com/products/seam/drools-1.1.xsd                  http://jboss.com/products/seam/security http://jboss.com/products/seam/security-1.1.xsd                  http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.1.xsd">
>  <core:init debug="true" jndi-pattern="sss/#{ejbName}/local"/>
>  <core:manager concurrent-request-timeout="500"
>   conversation-id-parameter="cid"
>   conversation-is-long-running-parameter="clr" conversation-timeout="120000"/>
>  <core:managed-persistence-context auto-create="true"
>   entity-manager-factory="#{sssEntityManagerFactory}" name="entityManager"/>
>  <core:entity-manager-factory name="sssEntityManagerFactory" persistence-unit-name="sss"/>
>  <core:ejb installed="false"/>
>  <drools:rule-base name="securityRules">
>   <drools:rule-files>
>    <value>/security.drl</value>
>   </drools:rule-files>
>  </drools:rule-base>
>  <security:identity authenticate-method="#{authenticator.authenticate}"
>   remember-me="true" security-rules="#{securityRules}"/>
>  <event type="org.jboss.seam.notLoggedIn">
>   <action expression="#{redirect.captureCurrentView}"/>
>  </event>
>  <event type="org.jboss.seam.postAuthenticate">
>   <action expression="#{redirect.returnToCapturedView}"/>
>  </event>
>  
>  <!--  
>  <event type="org.jboss.seam.postAuthenticate">
>   <action expression="#{redirect.returnToCapturedView}"/>
>  </event>  -->
> </components>
> ctrl+s and the lower comment is removed - it shouldn't. xml comments should be preserved.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list