You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-dev@portals.apache.org by "David DeWolf (JIRA)" <ji...@apache.org> on 2007/02/10 22:25:06 UTC

[jira] Closed: (PLUTO-159) ClassNotFoundException when using testsuites Simple Preference Test

     [ https://issues.apache.org/jira/browse/PLUTO-159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David DeWolf closed PLUTO-159.
------------------------------


> ClassNotFoundException when using testsuites Simple Preference Test
> -------------------------------------------------------------------
>
>                 Key: PLUTO-159
>                 URL: https://issues.apache.org/jira/browse/PLUTO-159
>             Project: Pluto
>          Issue Type: Bug
>          Components: portlets-testsuite
>    Affects Versions: 1.1.0-alpha1
>            Reporter: David DeWolf
>             Fix For: 1.1.0-alpha1
>
>         Attachments: PortletPreferencesImpl.java.svndiff
>
>
> javax.portlet.ValidatorException
>         at org.apache.pluto.core.impl.PortletPreferencesImpl.store(PortletPreferencesImpl.java:231)
>         at org.apache.pluto.testsuite.test.SimplePreferenceTest.checkResetPreferences(SimplePreferenceTest.java:261)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:585)
>         at org.apache.pluto.testsuite.test.AbstractReflectivePortletTest.invoke(AbstractReflectivePortletTest.java:92)
>         at org.apache.pluto.testsuite.test.AbstractReflectivePortletTest.doTest(AbstractReflectivePortletTest.java:45)
>         at org.apache.pluto.testsuite.TestPortlet.processAction(TestPortlet.java:100)
> . . . 
> Caused by: java.lang.ClassNotFoundException: org.apache.pluto.core.impl.PreferencesValidatorImpl
>         at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
>         at java.security.AccessController.doPrivileged(Native Method)
>         at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
>         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
>         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
>         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
>         at java.lang.Class.forName0(Native Method)
>         at java.lang.Class.forName(Class.java:164)
>         at org.apache.pluto.core.impl.PortletPreferencesImpl.store(PortletPreferencesImpl.java:223)
>         ... 38 more

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.