Re: how to use other jsf jar files, continued

2008-07-25 Thread zhoub
, if your jsf impl has multiple jars, you may have to pack them into one car module so that you can use the newly created module id as newartifactId. Lin On Wed, Jul 23, 2008 at 10:30 PM, zhoub [EMAIL PROTECTED] wrote: error message is : java.util.NoSuchElementException Caused

Re: how to use other jsf jar files, continued

2008-07-24 Thread zhoub
. -- Yun Feng zhoub wrote: 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

how to disable myfaces

2008-07-23 Thread zhoub
Geronimo uses apache myfaces. But I use another company's implementation of jsf. There are conflict. How to resovle this problem? -- View this message in context: http://www.nabble.com/how-to-disable-myfaces-tp18607775s134p18607775.html Sent from the Apache Geronimo - Dev mailing list archive

how to use other jsf jar files

2008-07-23 Thread zhoub
I found the way to disable myfaces. At the geronimo console, choose system modules. All the modules will be list at right. Then check the Expert User, the stop, restart, and uninstall actions will appear. Then you can disable myfaces. But the new problem is how to make the other jsf jars work.

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)