[
https://issues.apache.org/jira/browse/JS2-1095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12799597#action_12799597
]
Woonsan Ko commented on JS2-1095:
---------------------------------
Hi Amir,
Regarding the namespace issue in the portlet descriptor, it is not required any
more to put namespace uri in the portlet descriptor from the next release,
2.2.1. This problem has been improved by the issue,
https://issues.apache.org/jira/browse/JS2-1061.
It will be enough to put "version" attribute without namespace uri for
convenience. So, I think the documentation could be kept as it is.
By the way, did you set another pages folder during installation? I think the
default location is $CATALINA_HOME/webapps/jetspeed/WEB-INF/pages.
If it is the case, I think we need to mention the location as a default one.
-Woonsan
> simplest portal documentation broken
> ------------------------------------
>
> Key: JS2-1095
> URL: https://issues.apache.org/jira/browse/JS2-1095
> Project: Jetspeed 2
> Issue Type: Bug
> Components: Site Documentation
> Affects Versions: 2.2.0
> Reporter: Amir Tahvildaran
>
> http://portals.apache.org/jetspeed-2/devguide/guide-simple-portlet.html
> Following the deployment for the simplest portal doesn't work. It gives the
> error:
> DefaultValidationEventHandler: [FATAL_ERROR]: unexpected element (uri:"",
> local:"portlet-app"). Expected elements are
> <{http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd}portlet-app>,<{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}portlet-app>
>
> Location: line 2
> changing line 2 of portlet.xml to:
> <portlet-app id="simplest"
> xmlns="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd" version="1.0"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>
> xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd
>
> http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd">
> works, although I'm not sure about the versions "1_0" or "2_0". Seems like
> either would work from the error message.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]