History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: NXP-580
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: George Lefter
Reporter: Eric Kleinhans
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Google issue summary
Nuxeo Enterprise Platform

deploy/security.sar/jboss-service.xml file is replaced instead of modified during the deployment process

Created: 09/02/07 13:41   Updated: 26/02/07 12:04
Component/s: None
Affects Version/s: None
Fix Version/s: 5.1 M1

Time Tracking:
Original Estimate: 1 day
Original Estimate - 1 day
Remaining Estimate: 1 day
Remaining Estimate - 1 day
Time Spent: Not Specified
Remaining Estimate - 1 day

Environment: Windows

Resolution Date: 26/02/07 12:04
Require Callback: No
Participants: Eric Barroca, Eric Kleinhans, Florent Guillaume, George Lefter and Thierry Delprat
Date of First Response: 12/02/07 20:51
Tags:


 Description  « Hide
During the deployment process the deploy/security.sar/jboss-service.xml file is replaced instead of modified.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Eric Barroca - 12/02/07 20:51
George: Use an XSLT transformation for this.

Eric: could you give some more informations, please?

Florent Guillaume - 17/02/07 18:18
We are already using an XSLT, org.nuxeo.ecm.webapp/build.xml has:

  <!--
    Changes the cache expiration time for security credentials - workaround
    for an application configuration issue
  -->
  <target name="deploy-security-config" description="fix cache expiration period">
    <xslt style="resources/security-jboss-service.xsl" in="${deploy.dir}/${security.dirname}/jboss-service.xml" out="out/security-jboss-service.xml" />
    <copy overwrite="true" file="out/security-jboss-service.xml" tofile="${deploy.dir}/${security.dirname}/jboss-service.xml" />
  </target>

Thierry Delprat - 26/02/07 12:04
We already modify the file and don't replace it ....