| Scott A. Roehrig 2005-03-16, 6:13 pm |
| The people tag impl class must be referencing that jar. Try looking for the
wmm.jar inside the WAS installation. You may have to reference it in your
project to get around that.
"Lee Francis Wilhelmsen" <leefw@start.no-n-o-s-p-a-m> wrote in message
news:d190sj$28rs$1@news.boulder.ibm.com...
> Hi
>
> I recently installed RAD 6.0 with the portlet development toolkit. I
> imported my portlet projects and corrected some minor stuff, but one
> portlet project just won't stop giving me greif on a particular jsp page.
> I get the following error:
>
> JspTranslate:
> java.lang.NoClassDefFoundError:com.ibm.websphere.wmm.datatype.Member.
>
> And it apparantly gets triggered by the line:
>
> <%@ page session="false"
> contentType="text/html"
> import="class here" %>
>
> I have tried to "clean" the project and although it helped for about 5
> minutes it keeps poping up again. Does anyone know what this is? The only
> difference between this jsp file and jsps in this and other portlet
> projects is the fact that it includes the following tld:
>
> <%@ taglib uri="/WEB-INF/tld/people.tld" prefix="pa" %>
>
> Didn't have any trouble with this project when using wsad 5.1.2.
>
> The jsp seems to work correctly when running on the local test environment
> so it seems this is related to the portlet development tools only.
>
> Any ideas?
>
> Regards
> Lee Francis Wilhelmsen
|