Problem openfire extension and spring

Hi all,

I try to make a openfire extension which uses spring framework. In my applicationContext.xml, a bean is defined like that :

<bean id=“mybean” class=“com.MyBean” />

When I load the extension I have this error : “com.MyBean” Class Not Found. But In my project, I have this class.

Do you have an idea why spring cannot find the class ?

Thank you for your help,