You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Rajith Attapattu (JIRA)" <ji...@apache.org> on 2006/04/11 20:17:21 UTC

[jira] Created: (AXIS2-563) [Axis2] Deployment engine should filter out the files by extention .mar or .aar instead of reading every file in that directory

[Axis2] Deployment engine should filter out the files by extention .mar or .aar instead of reading every file in that directory 
--------------------------------------------------------------------------------------------------------------------------------

         Key: AXIS2-563
         URL: http://issues.apache.org/jira/browse/AXIS2-563
     Project: Apache Axis 2.0 (Axis2)
        Type: Bug

  Components: deployment  
    Versions: 0.95    
    Reporter: Rajith Attapattu
    Priority: Minor


 The deployment engine should filter out the files in the repository by extention (.mar or .aar)
 
  The deployment exception can be annoying especialy if you share the repo with other files or if you happen to have a private repo as part of a unit test.
 
 org.apache.axis2.deployment.DeploymentException: module.xml not found  for the module :   /opt/workspace/wadi/wadi/modules/axis2/resources/modules/.svn
        at org.apache.axis2.deployment.repository.util.ArchiveReader.readModuleArchive(ArchiveReader.java:323)
        at org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:476)
        at org.apache.axis2.deployment.RepositoryListener.init(RepositoryListener.java:155)
        at org.apache.axis2.deployment.RepositoryListener.<init>(RepositoryListener.java:53)
        at org.apache.axis2.deployment.DeploymentEngine.load(DeploymentEngine.java:558)

  

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


[jira] Resolved: (AXIS2-563) [Axis2] Deployment engine should filter out the files by extention .mar or .aar instead of reading every file in that directory

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-563?page=all ]
     
Davanum Srinivas resolved AXIS2-563:
------------------------------------

    Resolution: Fixed

Marking item as fixed.

thanks,
dims

> [Axis2] Deployment engine should filter out the files by extention .mar or .aar instead of reading every file in that directory
> -------------------------------------------------------------------------------------------------------------------------------
>
>          Key: AXIS2-563
>          URL: http://issues.apache.org/jira/browse/AXIS2-563
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Bug

>   Components: deployment
>     Versions: 0.95
>     Reporter: Rajith Attapattu
>     Priority: Minor

>
>  The deployment engine should filter out the files in the repository by extention (.mar or .aar)
>  
>   The deployment exception can be annoying especialy if you share the repo with other files or if you happen to have a private repo as part of a unit test.
>  
>  org.apache.axis2.deployment.DeploymentException: module.xml not found  for the module :   /opt/workspace/wadi/wadi/modules/axis2/resources/modules/.svn
>         at org.apache.axis2.deployment.repository.util.ArchiveReader.readModuleArchive(ArchiveReader.java:323)
>         at org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:476)
>         at org.apache.axis2.deployment.RepositoryListener.init(RepositoryListener.java:155)
>         at org.apache.axis2.deployment.RepositoryListener.<init>(RepositoryListener.java:53)
>         at org.apache.axis2.deployment.DeploymentEngine.load(DeploymentEngine.java:558)
>   

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


[jira] Commented: (AXIS2-563) [Axis2] Deployment engine should filter out the files by extention .mar or .aar instead of reading every file in that directory

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2-563?page=comments#action_12374743 ] 

Deepal Jayasinghe commented on AXIS2-563:
-----------------------------------------

btw which Axis2 version you are talking about as I can see in the current impl Deployment guy will ignore .svn and .cvs directories.

And I can not filter .mar and .aar since we do support file based deployment .

> [Axis2] Deployment engine should filter out the files by extention .mar or .aar instead of reading every file in that directory
> -------------------------------------------------------------------------------------------------------------------------------
>
>          Key: AXIS2-563
>          URL: http://issues.apache.org/jira/browse/AXIS2-563
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Bug

>   Components: deployment
>     Versions: 0.95
>     Reporter: Rajith Attapattu
>     Priority: Minor

>
>  The deployment engine should filter out the files in the repository by extention (.mar or .aar)
>  
>   The deployment exception can be annoying especialy if you share the repo with other files or if you happen to have a private repo as part of a unit test.
>  
>  org.apache.axis2.deployment.DeploymentException: module.xml not found  for the module :   /opt/workspace/wadi/wadi/modules/axis2/resources/modules/.svn
>         at org.apache.axis2.deployment.repository.util.ArchiveReader.readModuleArchive(ArchiveReader.java:323)
>         at org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:476)
>         at org.apache.axis2.deployment.RepositoryListener.init(RepositoryListener.java:155)
>         at org.apache.axis2.deployment.RepositoryListener.<init>(RepositoryListener.java:53)
>         at org.apache.axis2.deployment.DeploymentEngine.load(DeploymentEngine.java:558)
>   

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