Re: how to use other jsf jar files, continued

2008-07-25 Thread zhoub
How to make car module? Lin Sun-2 wrote: Hi, assuming that you have disabled the myfaces and myfaces-deployer module, did you update your artifact-aliases.properties file per the instruction here (http://cwiki.apache.org/GMOxDOC21/how-to-upgrade-jars-and-swap-modules.html)? Also, if

Re: how to use other jsf jar files, continued

2008-07-25 Thread Lin Sun
You can do this using maven 2 - you specify your new moduleid as the artifactid and your jsf impl jars are dependencies. I found this configuration example in our 2.0 svn that you can follow as an example - https://svn.apache.org/repos/asf/geronimo/server/branches/2.0/configs/webservices-common/

Re: how to use other jsf jar files, continued

2008-07-25 Thread Kevan Miller
On Jul 24, 2008, at 10:58 PM, Lin Sun wrote: Hi, assuming that you have disabled the myfaces and myfaces-deployer module, did you update your artifact-aliases.properties file per the instruction here (http://cwiki.apache.org/GMOxDOC21/how-to-upgrade-jars-and-swap-modules.html)? Also, if your

Re: how to use other jsf jar files, continued

2008-07-25 Thread Lin Sun
I am under the impression that zhoub wants to use a different jsf impl than myfaces per his email - http://www.nabble.com/how-to-disable-myfaces-tp18607775s134p18607775.html But I am with you - i don't really know the exact steps to get to the exception. Lin On Fri, Jul 25, 2008 at 11:10 AM,

Re: how to use other jsf jar files, continued

2008-07-24 Thread YunFeng Ma
It seems like your JSF framework (operamasks) error, not Geronimo error. Have you tried run your sample in the other container? such as Tomcat. Thanks a lot. -- Yun Feng zhoub wrote: error message is : java.util.NoSuchElementException Caused by: java.util.NoSuchElementException +-

Re: how to use other jsf jar files, continued

2008-07-24 Thread zhoub
The operamasks can work well in Jboss4.2.2, with proper configure. That is remove the jsf framework of JBoss. YunFeng Ma wrote: It seems like your JSF framework (operamasks) error, not Geronimo error. Have you tried run your sample in the other container? such as Tomcat. Thanks a lot.

Re: how to use other jsf jar files, continued

2008-07-24 Thread Lin Sun
Hi, assuming that you have disabled the myfaces and myfaces-deployer module, did you update your artifact-aliases.properties file per the instruction here (http://cwiki.apache.org/GMOxDOC21/how-to-upgrade-jars-and-swap-modules.html)? Also, if your jsf impl has multiple jars, you may have to pack

Re: how to use other jsf jar files, continued

2008-07-23 Thread zhoub
error message is : java.util.NoSuchElementException Caused by: java.util.NoSuchElementException +- Stack Trace java.util.NoSuchElementException at java.util.AbstractList$Itr.next(AbstractList.java:350) at java.util.AbstractCollection.addAll(AbstractCollection.java:305)