[jboss-user] [JBoss Seam] - Re: java.lang.UnsupportedOperationException

2007-07-02 Thread robin.hultman
I did as rmemoria suggested and made a new project with seamgen and cut and pasted my code. However I ran into another problem, when I open one of my xhtml pages in Internet Explorer everything works fine, however when I open the same page in Firefox it thinks it is an xml file and displays

[jboss-user] [JBoss Seam] - Re: java.lang.UnsupportedOperationException

2007-06-29 Thread robin.hultman
[EMAIL PROTECTED] wrote : Post your web.xml and faces-config.xml web.xml | | ?xml version=1.0 ? | web-app xmlns=http://java.sun.com/xml/ns/j2ee; | xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; | xsi:schemaLocation=http://java.sun.com/xml/ns/j2ee

[jboss-user] [JBoss Seam] - Re: java.lang.UnsupportedOperationException

2007-06-29 Thread robin.hultman
I have compared my web.xml and faces-config.xml to the ones in the example applications, but I dont seem to find the solution. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4059143#4059143 Reply to the post :

[jboss-user] [JBoss Seam] - Re: java.lang.UnsupportedOperationException

2007-06-29 Thread [EMAIL PROTECTED]
This is a horrendously useless error message, that is probably wrapping some classloading exception. try filter | filter-nameSeam Filter/filter-name |filter-classorg.jboss.seam.servlet.SeamFilter/filter-class | /filter View the original post :

[jboss-user] [JBoss Seam] - Re: java.lang.UnsupportedOperationException

2007-06-28 Thread robin.hultman
Sorry not 1.3.0.BETA; 2.0.0.BETA View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058747#4058747 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4058747 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: java.lang.UnsupportedOperationException

2007-06-28 Thread robin.hultman
Before I got that error I had some problem with drools. After I changed the drools-core and drools-compiler from 3.0.5 to drools-core-4.0.0.12865MR3 I got rid of those errors instead got the error described above. Was that a correct thing to do or is my new problems related to the new drools

[jboss-user] [JBoss Seam] - Re: java.lang.UnsupportedOperationException

2007-06-28 Thread [EMAIL PROTECTED]
Post your web.xml and faces-config.xml View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058781#4058781 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4058781 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: java.lang.UnsupportedOperationException

2007-06-28 Thread rmemoria
After spending a long time trying to upgrade from one SEAM version to another I found a quick way: 1 - Rename your eclipse project; 2 - With the new SEAM version, use SEAM-GEN to generate a project with the same name of the previous one; 3 - Copy the .xhtml pages, and source dir from the

[jboss-user] [JBoss Seam] - Re: java.lang.UnsupportedOperationException

2007-06-28 Thread [EMAIL PROTECTED]
This error is almost always the result of some misconfiguration in web.xml or faces-config.xml. Check the Seam examples to see what these should now look like. (And read the migration guide.) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058880#4058880 Reply

[jboss-user] [JBoss Seam] - Re: java.lang.UnsupportedOperationException - exception in P

2006-11-23 Thread [EMAIL PROTECTED]
Fixed in CVS. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3988276#3988276 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3988276 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: java.lang.UnsupportedOperationException - exception in P

2006-11-22 Thread [EMAIL PROTECTED]
This would happen if the viewRoot was null at the end of the RESTORE_VIEW phase. For some reason JSF is not creating a ViewRoot during RESTORE_VIEW. I'm not sure why this would happen, but anyway, Seam should tolerate that, so I will fix that problem now. View the original post :

[jboss-user] [JBoss Seam] - Re: java.lang.UnsupportedOperationException

2006-10-18 Thread rlhr
Works fine in jboss-seam-CVS.20061018 Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3979042#3979042 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3979042 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: java.lang.UnsupportedOperationException

2006-10-17 Thread rlhr
In build jboss-seam-CVS.20061016 I get this: java.util.NoSuchElementException | at org.jboss.seam.util.EnumerationEnumeration.nextElement(EnumerationEnumeration.java:34) | at org.jboss.seam.core.Messages$1.entrySet(Messages.java:87) | at

[jboss-user] [JBoss Seam] - Re: java.lang.UnsupportedOperationException

2006-10-17 Thread [EMAIL PROTECTED]
oops, fixed View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978769#3978769 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3978769 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: java.lang.UnsupportedOperationException

2006-10-17 Thread rlhr
I'll check the next build then :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978774#3978774 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3978774 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: java.lang.UnsupportedOperationException

2006-10-16 Thread rlhr
Is it supposed to be fixed in jboss-seam-CVS.20061015? I still have the same issue in that one. I'll try with the next build. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978551#3978551 Reply to the post :

[jboss-user] [JBoss Seam] - Re: java.lang.UnsupportedOperationException

2006-10-15 Thread [EMAIL PROTECTED]
I'll fix it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978394#3978394 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3978394 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: java.lang.UnsupportedOperationException

2006-10-15 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBSEAM-415 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978395#3978395 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3978395 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: java.lang.UnsupportedOperationException

2006-10-15 Thread rlhr
Thanks. Let me know when you fix it and I'll test the according build. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978396#3978396 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3978396

[jboss-user] [JBoss Seam] - Re: java.lang.UnsupportedOperationException

2006-10-15 Thread [EMAIL PROTECTED]
done View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978399#3978399 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3978399 ___ jboss-user mailing list jboss-user@lists.jboss.org