[JBoss Seam] - Re: Issue when upgrading to Seam 1.3.0.ALPHA (CVS)
by fernando_jmt
"gavin.king(a)jboss.com" wrote : What is the class of the List that throws UOE? Use your debugger to find out.
|
After debugging I saw that the UOE is thrown by the class org.hibernate.type.CollectionType, in the method replaceElements.
| ...
| java.util.Collection result = ( java.util.Collection ) target;
| result.clear(); //just here
| ...
|
When debugging I also saw that the collection is an ArrayList that has the correct value. I researched about possibles causes and it seems the most probable reason for this exception is that the ArrayList to be clear is unmodifiable, but I don't know why!
Related UOE topic: http://forum.java.sun.com/thread.jspa?threadID=700412
"gavin.king(a)jboss.com" wrote :
| BTW, this is definitely not a Seam problem.
|
The debugging tells the exception is thrown by Hibernate, but it really does not involve it is the problem. Specially because hibernate libraries (bundled in seam) are the same in 1.3 and 1.2.1 version (so, nothing has changed), even I did upgrade to latest Hibernate libs and I got the same exception.
I'm really stuck with this, hope someone can give me some hints regarding this, in the meantime I will go back to Seam 1.2.1, where all works fine (but I would like to use the upcoming 1.3).
Any help would be appreciated.
Thanks for your time.
If someone wants to see this problem running, as I said before I have a test case for JBoss 4.2.GA and tomcat 6.0.10.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052969#4052969
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052969
18Â years, 10Â months
[Beginners Corner] - What this mean? --> [RARDeployment] Required license terms e
by jbchurn
Hi,
May I know what do the following mean?
I got them while starting up Jboss 4.0.3SP1
17:28:03,625 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-local-jdbc.rar
17:28:04,015 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-xa-jdbc.rar
17:28:04,328 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-local-jdbc.rar
17:28:04,593 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-xa-jdbc.rar
17:28:04,843 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jms/jms-ra.rar
17:28:05,062 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/mail-ra.rar
Please advise.
Thanks.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052963#4052963
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052963
18Â years, 10Â months