Re: ClassLoading problem

2005-11-17 Thread Marco Mistroni
PM To: MyFaces DiscussionSubject: Re: ClassLoading problem  Hello,   where are you deploying to? i deployed on jboss 3.2.5.. all my classes are in my webapp, including spring,acegi & jsf-spring   regards  marco  On 11/17/05, [EMAIL PROTECTED] <[EMAIL PROTECTED] > wrote: Hi,   I guess I have some

RE: ClassLoading problem

2005-11-17 Thread balaji.saranathan
0408 * 82333 Fax :  91 80 5138 1761 Cell :  91 98868 61757   From: Marco Mistroni [mailto:[EMAIL PROTECTED] Sent: Thursday, November 17, 2005 3:12 PMTo: MyFaces DiscussionSubject: Re: ClassLoading problem Hello,   where are you deploying to? i deployed on jboss 3.2.5.. all my classes are in

Re: ClassLoading problem

2005-11-17 Thread Marco Mistroni
chnologies - ESN:  6  877 8715 Tel :   91 80 2852 0408 * 82333 Fax :  91 80 5138 1761 Cell :  91 98868 61757   From: Wayne Fay [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 16, 2005 9:42 PM To: MyFaces DiscussionSubject: Re: ClassLoading pro

RE: ClassLoading problem

2005-11-16 Thread balaji.saranathan
: Wednesday, November 16, 2005 9:42 PMTo: MyFaces DiscussionSubject: Re: ClassLoading problem Be sure to shut down jboss, then delete the various jars including anything in tmp/work, then restart and redeploy your app including the Myfaces jars...   Wayne  On 11/16/05, Marco Mistroni <[EM

Re: ClassLoading problem

2005-11-16 Thread Wayne Fay
Be sure to shut down jboss, then delete the various jars including anything in tmp/work, then restart and redeploy your app including the Myfaces jars...   Wayne  On 11/16/05, Marco Mistroni <[EMAIL PROTECTED]> wrote: hello  agree... got same error package your spring/myfaces/webapp files in y

Re: ClassLoading problem

2005-11-16 Thread Marco Mistroni
hello  agree... got same error package your spring/myfaces/webapp files in your app and don't trust jboss more than that, delete your tmp/work directory to make sure... once i struggled a day to find out where my app faces file were clashing..and found out that in tmp/work directory i h

Re: ClassLoading problem

2005-11-16 Thread Wayne Fay
From the stack trace, I think your application is failing to find one of your Managed Beans specified in faces-config.xml. buildManagedBean is calling ClassUtils to find and instantiate the bean, but JBoss just can't find it, so it bombs out. I could easily be wrong, but that's what it looks like t