[jboss-jira] [JBoss JIRA] (AS7-2242) Initial port of the JUDDI service

Kurt Stam (Commented) (JIRA) jira-events at lists.jboss.org
Tue Nov 1 16:20:45 EDT 2011


    [ https://issues.jboss.org/browse/AS7-2242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12639045#comment-12639045 ] 

Kurt Stam commented on AS7-2242:
--------------------------------

When I add the juddi.properties file and:
wrapper.addInitParameter("juddi.propertiesFile", "juddi.properties");
wrapper.setLoadOnStartup(1);
then in  now fails in RegistryServlet on line 70
InputStream is = 
        getServletContext().getResourceAsStream(propFile);
So it can't read properties file from the classpath using the ServletContext. Not sure how to fix this, but jUDDIv3 will not have this issue.

                
> Initial port of the JUDDI service
> ---------------------------------
>
>                 Key: AS7-2242
>                 URL: https://issues.jboss.org/browse/AS7-2242
>             Project: Application Server 7
>          Issue Type: Task
>          Components: JAXR
>            Reporter: Thomas Diesler
>            Assignee: Thomas Diesler
>             Fix For: 7.1.0.Beta1
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list