[jboss-cvs] JBossAS SVN: r73441 - trunk/system/src/main/org/jboss/system/server/profileservice/repository.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri May 16 07:31:28 EDT 2008


Author: scott.stark at jboss.org
Date: 2008-05-16 07:31:28 -0400 (Fri, 16 May 2008)
New Revision: 73441

Modified:
   trunk/system/src/main/org/jboss/system/server/profileservice/repository/SerializableDeploymentRepository.java
Log:
JBAS-5370, throw a not implemented exception from addDeploymentContent

Modified: trunk/system/src/main/org/jboss/system/server/profileservice/repository/SerializableDeploymentRepository.java
===================================================================
--- trunk/system/src/main/org/jboss/system/server/profileservice/repository/SerializableDeploymentRepository.java	2008-05-16 11:30:45 UTC (rev 73440)
+++ trunk/system/src/main/org/jboss/system/server/profileservice/repository/SerializableDeploymentRepository.java	2008-05-16 11:31:28 UTC (rev 73441)
@@ -229,6 +229,7 @@
    public void addDeploymentContent(String name, ZipInputStream contentIS, DeploymentPhase phase)
       throws IOException
    {
+      throw new IOException("Not yet implemented");
    }
    public void addDeployment(String vfsPath, VFSDeployment d, DeploymentPhase phase)
       throws Exception




More information about the jboss-cvs-commits mailing list