Broken RepositoryListener.getLocation method
--------------------------------------------

                 Key: AXIS2-1359
                 URL: http://issues.apache.org/jira/browse/AXIS2-1359
             Project: Apache Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: core
    Affects Versions: 1.1
         Environment: Sun JVM 1.5, WinXP, Eclipse IDE
            Reporter: yogen


While debugging Kernel module in Eclipse IDE, I stumbled on this bug. I was 
trying to have addressing module loaded on startup. AXIS2 could not load any of 
the modules bcoz it did not find any of the *.mar file in the root path. The 
reason being that the method RepositoryListener.getLocation returns location 
like this...
"C:\\Documents%20and%20Settings\\yyadav\\Application%20Data\\EclipseIDE3.1\\workspace\\default\\axis2-rc1-kernel"

this is an invalid path bcoz of "%20" characters, replacing them with space 
char makes the path valid.

the line File[] files = root.listFiles(); in method 
RepositoryListener.loadClassPathModules returns null, therefore no modules get 
loaded.

-- 
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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to