[jboss-cvs] JBossAS SVN: r83390 - trunk/profileservice/src/main/org/jboss/profileservice/management.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jan 23 18:46:03 EST 2009


Author: emuckenhuber
Date: 2009-01-23 18:46:03 -0500 (Fri, 23 Jan 2009)
New Revision: 83390

Modified:
   trunk/profileservice/src/main/org/jboss/profileservice/management/ManagementViewImpl.java
Log:
getRoot

Modified: trunk/profileservice/src/main/org/jboss/profileservice/management/ManagementViewImpl.java
===================================================================
--- trunk/profileservice/src/main/org/jboss/profileservice/management/ManagementViewImpl.java	2009-01-23 23:45:48 UTC (rev 83389)
+++ trunk/profileservice/src/main/org/jboss/profileservice/management/ManagementViewImpl.java	2009-01-23 23:46:03 UTC (rev 83390)
@@ -150,7 +150,7 @@
    {
       if(uri == null)
          throw new IllegalArgumentException("Null template root uri.");
-      this.templateRoot = VFS.getCachedFile(uri);
+      this.templateRoot = VFS.getRoot(uri);
       
       currentLocale = Locale.getDefault();
       formatter.setLocale(currentLocale);




More information about the jboss-cvs-commits mailing list