You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by "Alex O'Ree (JIRA)" <ju...@ws.apache.org> on 2015/11/17 23:27:11 UTC

[jira] [Commented] (JUDDI-945) Validation error in the JUDDI web.xml

    [ https://issues.apache.org/jira/browse/JUDDI-945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15009712#comment-15009712 ] 

Alex O'Ree commented on JUDDI-945:
----------------------------------

try with the following.

<listener>
        <listener-class>
            org.springframework.web.context.ContextLoaderListener
        </listener-class>
    </listener>
    <listener>
        <!-- this class setups the encryption key for the session-->
        <listener-class>org.apache.juddi.adminconsole.StartupServlet</listener-class>
    
    </listener>




> Validation error in the JUDDI web.xml
> -------------------------------------
>
>                 Key: JUDDI-945
>                 URL: https://issues.apache.org/jira/browse/JUDDI-945
>             Project: jUDDI
>          Issue Type: Bug
>          Components: juddi-gui
>    Affects Versions: 3.3.2
>            Reporter: Matthieu Ghilain
>            Assignee: Alex O'Ree
>            Priority: Critical
>         Attachments: 2015-11-17 14_36_28-_web.xml-validation-notepadd++-weblogic.png
>
>
> There is a validation error in the web.xml of JUDDI. How to reproduce:
> - Download juddi 3.3.2 distro
> - Go to juddiv3-war folder
> - Open command line and execute: mvn clean install
> - Take the WAR from the target folder
> - Deploy on WebLogic 12c.
> It seems that the problem is not WebLogic itself but the web.xml which is indeed not valid according to the XSD/DTD. I have opened notepad++ and validated the web.xml and it is indeed not valid (see attached screenshot).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)