Hi, No, there isn't a JIRA for this, but this was an issue identified.
Thanks, Fazlan On Wed, Apr 27, 2011 at 5:38 PM, Afkham Azeez <[email protected]> wrote: > Is there a JIRA for this? If so, you MUST include that JIRA key in your > commit message. We have JIRA+SVN integration, so we can view a JIRA, all the > related file changes related to the fixes for that JIRA. > > > On Wed, Apr 27, 2011 at 3:50 PM, <[email protected]> wrote: > >> Author: fazlan >> Date: Wed Apr 27 03:20:15 2011 >> New Revision: 92696 >> URL: http://wso2.org/svn/browse/wso2?view=rev&revision=92696 >> >> Log: >> Fixed updating of the last modified timestamp field of resource when >> setting the content. >> >> >> Modified: >> >> trunk/carbon/core/org.wso2.carbon.registry.core/src/main/java/org/wso2/carbon/registry/core/jdbc/handlers/builtin/MountHandler.java >> >> Modified: >> trunk/carbon/core/org.wso2.carbon.registry.core/src/main/java/org/wso2/carbon/registry/core/jdbc/handlers/builtin/MountHandler.java >> URL: >> http://wso2.org/svn/browse/wso2/trunk/carbon/core/org.wso2.carbon.registry.core/src/main/java/org/wso2/carbon/registry/core/jdbc/handlers/builtin/MountHandler.java?rev=92696&r1=92695&r2=92696&view=diff >> >> ============================================================================== >> --- >> trunk/carbon/core/org.wso2.carbon.registry.core/src/main/java/org/wso2/carbon/registry/core/jdbc/handlers/builtin/MountHandler.java >> (original) >> +++ >> trunk/carbon/core/org.wso2.carbon.registry.core/src/main/java/org/wso2/carbon/registry/core/jdbc/handlers/builtin/MountHandler.java >> Wed Apr 27 03:20:15 2011 >> @@ -398,7 +398,7 @@ >> } finally { >> setInExecution(true); >> } >> - tempResource.setContent(nonLinkPaths.toArray(new >> String[nonLinkPaths.size()])); >> + ((ResourceImpl) >> tempResource).setContentWithNoUpdate(nonLinkPaths.toArray(new >> String[nonLinkPaths.size()])); >> } >> ((ResourceImpl) tempResource).setPath(fullPath); >> ((ResourceImpl) tempResource).setAuthorUserName(author); >> _______________________________________________ >> Carbon-commits mailing list >> [email protected] >> https://wso2.org/cgi-bin/mailman/listinfo/carbon-commits >> > > > > -- > *Afkham Azeez* > Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com, > * > * > *Member; Apache Software Foundation; > **http://www.apache.org/*<http://www.apache.org/> > * > email: **[email protected]* <[email protected]>* cell: +94 77 3320919 > blog: **http://blog.afkham.org* <http://blog.afkham.org>* > twitter: **http://twitter.com/afkham_azeez*<http://twitter.com/afkham_azeez> > * > linked-in: **http://lk.linkedin.com/in/afkhamazeez* > * > * > *Lean . Enterprise . Middleware* > > -- Thanks, Fazlan
_______________________________________________ Carbon-dev mailing list [email protected] http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
