Junit.jar is my classpath for sure... unfortunately :(

-----Message d'origine-----
De : Bruno Aranda [mailto:[EMAIL PROTECTED] 
Envoyé : mardi 21 février 2006 15:17
À : MyFaces Discussion; [EMAIL PROTECTED]
Objet : Re: inputCalendar

It seems that you are missing the junit.jar in your classpath,

Regards,

Bruno

On 2/21/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Hi!
>
> Does somebody know Alfresco? I do not know if it is the same procedure in
> each J2EE but I was trying to add a class MyXMLConfigService to my project
> and thus added this class to my faces-config.xml as follow:
>
> <managed-bean>
>       <description>
>          The bean that backs up my xml config
>       </description>
>       <managed-bean-name>MyXMLConfigService</managed-bean-name>
>
>
<managed-bean-class>org.alfresco.web.bean.wizard.MyXMLConfigService</managed
> -bean-class>
>       <managed-bean-scope>session</managed-bean-scope>
> </managed-bean>
>
> But I keep having this error:
> javax.portlet.PortletException: Exception while invoking expression #{
> MyNewUserWizard.startWizard}
> caused by:
> javax.faces.el.EvaluationException: Exception while invoking expression
> #{MyNewUserWizard.startWizard}
> caused by:
> java.lang.NoClassDefFoundError: junit/framework/TestCase
>
> Do you know what could be the reason of this error and how I can resolve
it?
>
> Thanks.
> Sophie
>
>

Reply via email to