Rif: jboss problem

2005-09-29 Thread roberto . cavenaghi
If im'not wrong jboss doesn't look for jars in WEB-INF/lib. Try isolating the classloading process for your webapp: http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration Hope this will help you. Roberto

Re: Rif: jboss problem

2005-09-29 Thread Werner Punz
Could be but the wiki indicates that 4.0.2 already uses the tomcat classloader so this problem should not persist anymore [EMAIL PROTECTED] wrote: > If im'not wrong jboss doesn't look for jars in WEB-INF/lib. > Try isolating the classloading process for your webapp: > > http://wiki.jboss.org/wik

Re: Rif: jboss problem

2005-09-29 Thread Sean Schofield
Are you using JSF in your login page? I would avoid that if possible. There's really no need for JSF for something that simple. Try a generic login page just to see if it works. sean On 9/29/05, Werner Punz <[EMAIL PROTECTED]> wrote: > Could be but the wiki indicates that 4.0.2 already uses th

Re: Rif: jboss problem

2005-09-29 Thread Werner Punz
Thanks for the hint, actually the login stuff is jsfed for a number of reasons, one being that it is not only a login page... But I do not think it will solve the problem, I will give those issues a testrun tomorrow when I have more time on my hands, I really would love to try jboss for their Seam

Re: Rif: jboss problem

2005-09-29 Thread Dennis Byrne
>hands, I really would love to try jboss for their Seam stuff ;-) >It looks to interesting to be bypassed. Please share the experience w/ the rest of us once you have done this Werner. Dennis Byrne

Re: Rif: jboss problem

2005-09-29 Thread Werner Punz
As soon as I have things up and running... I tried to integrate it via the embedded toolkit into a normal tomcat yesterday and failed miserably due to the integrated sql server not running, so I tried to go to a straig jboss today, the server looked to be excellent ( I have to admit I havent had

Re: Rif: jboss problem

2005-09-29 Thread Bruno Aranda
We are using JBoss in out projects and we have not found any problem with JSF. The only thing is that JBoss 4.0.3 comes with myfaces already in it. So if you are using newer versions of myfaces you have to replace the jars in JBoss with your new ones in the folder $JBOSS_HOME/server/all/deploy/jbos

Re: Rif: jboss problem

2005-09-29 Thread Emmanuel Jay
We are using JBoss 4.0.2 and having no problem with JSF. We have even recently tried some Jenia4Faces component and all works fine... For the login we use a standard html page together with j_security_check and that works fine... Regards, EmmanuelOn 9/29/05, Bruno Aranda <[EMAIL PROTECTED]> wrote

Re: Rif: jboss problem

2005-09-29 Thread Werner Punz
Ok thanks, then something must be going wrong with my configuration, I will give it another try soon. Werner Emmanuel Jay wrote: > We are using JBoss 4.0.2 and having no problem with JSF. We have even > recently tried some Jenia4Faces component and all works fine... > > For the login we use a s

RE: Rif: jboss problem

2005-09-30 Thread Frode Oldervoll
Oldervoll > -Original Message- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of Werner Punz > Sent: 29. september 2005 21:21 > To: users@myfaces.apache.org > Subject: Re: Rif: jboss problem > > Ok thanks, then something must be going wrong with my configurat

Re: Rif: jboss problem

2005-10-03 Thread Werner Punz
I think I have solved some of the problems... library version conflicts are a constant problem anyway, with one webapp I ran into the problem that I was using spring and the spring-jsf binding lib and I ran into an internal el error once I had declared managed properties, where the calling order we