[jboss-user] [JBoss Seam] - Re: Exception when page is re-rendered after missing require

2007-04-18 Thread petemuir
Or get current CVS and replace your jboss-el.jar with the current one should 
work

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038540#4038540

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038540
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Exception when page is re-rendered after missing require

2007-04-18 Thread rlhr
So I got the lasted from cvs and built Seam (the build doesn't seem to be 
broken anymore, I had no problem).
Replaced all the Seam jar in my project by the new ones.
Replaced jboss-el.jar in my project by the one found in jboss-seam/lib folder.

I still get the same exception though.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038567#4038567

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038567
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Exception when page is re-rendered after missing require

2007-04-18 Thread rlhr
Actually, lastest from CVS + jboss-4.2.0.CR2 fix it :)
(I was still using jboss-4.2.0.CR1 earlier)

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038575#4038575

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038575
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Exception when page is re-rendered after missing require

2007-04-18 Thread rlhr
Actually I spoke too fast. The page is re-rendered properly this time, but the 
log still has the exception.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038579#4038579

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038579
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Exception when page is re-rendered after missing require

2007-04-18 Thread petemuir
Can you post the whole log again? Just so I can see the latest exception :)

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038582#4038582

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038582
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Exception when page is re-rendered after missing require

2007-04-18 Thread rlhr
Here is the new exception stacktrace:


  | 13:37:09,953 ERROR [STDERR] java.lang.ClassNotFoundException: No 
ClassLoaders found for: com.app.ui.util.ELUtils
  | 13:37:09,953 ERROR [STDERR] at 
org.jboss.mx.loading.LoadMgr3.beginLoadTask(LoadMgr3.java:306)
  | 13:37:09,953 ERROR [STDERR] at 
org.jboss.mx.loading.RepositoryClassLoader.loadClassImpl(RepositoryClassLoader.java:514)
  | 13:37:09,953 ERROR [STDERR] at 
org.jboss.mx.loading.RepositoryClassLoader.loadClass(RepositoryClassLoader.java:408)
  | 13:37:09,953 ERROR [STDERR] at 
java.lang.ClassLoader.loadClass(ClassLoader.java:251)
  | 13:37:09,953 ERROR [STDERR] at 
java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
  | 13:37:09,953 ERROR [STDERR] at java.lang.Class.forName0(Native 
Method)
  | 13:37:09,953 ERROR [STDERR] at 
java.lang.Class.forName(Class.java:164)
  | 13:37:09,953 ERROR [STDERR] at 
org.jboss.el.lang.FunctionMapperImpl$Function.getMethod(FunctionMapperImpl.java:148)
  | 13:37:09,953 ERROR [STDERR] at 
org.jboss.el.lang.FunctionMapperImpl$Function.writeExternal(FunctionMapperImpl.java:124)
  | 13:37:09,953 ERROR [STDERR] at 
java.io.ObjectOutputStream.writeExternalData(ObjectOutputStream.java:1310)
  | 13:37:09,953 ERROR [STDERR] at 
java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1288)
  | 13:37:09,953 ERROR [STDERR] at 
java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1079)
  | 13:37:09,953 ERROR [STDERR] at 
java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:302)
  | 13:37:09,953 ERROR [STDERR] at 
java.util.HashMap.writeObject(HashMap.java:1039)
  | 13:37:09,953 ERROR [STDERR] at 
sun.reflect.GeneratedMethodAccessor172.invoke(Unknown Source)
  | 13:37:09,953 ERROR [STDERR] at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | 13:37:09,953 ERROR [STDERR] at 
java.lang.reflect.Method.invoke(Method.java:585)
  | 13:37:09,953 ERROR [STDERR] at 
java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:917)
  | 13:37:09,953 ERROR [STDERR] at 
java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1339)
  | 13:37:09,953 ERROR [STDERR] at 
java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1290)
  | 13:37:09,953 ERROR [STDERR] at 
java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1079)
  | 13:37:09,953 ERROR [STDERR] at 
java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:302)
  | 13:37:09,953 ERROR [STDERR] at 
org.jboss.el.lang.FunctionMapperImpl.writeExternal(FunctionMapperImpl.java:74)
  | 13:37:09,953 ERROR [STDERR] at 
java.io.ObjectOutputStream.writeExternalData(ObjectOutputStream.java:1310)
  | 13:37:09,953 ERROR [STDERR] at 
java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1288)
  | 13:37:09,953 ERROR [STDERR] at 
java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1079)
  | 13:37:09,953 ERROR [STDERR] at 
java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:302)
  | 13:37:09,953 ERROR [STDERR] at 
org.jboss.el.ValueExpressionImpl.writeExternal(ValueExpressionImpl.java:256)
  | 13:37:09,953 ERROR [STDERR] at 
java.io.ObjectOutputStream.writeExternalData(ObjectOutputStream.java:1310)
  | 13:37:09,953 ERROR [STDERR] at 
java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1288)
  | 13:37:09,953 ERROR [STDERR] at 
java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1079)
  | 13:37:09,953 ERROR [STDERR] at 
java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:302)
  | 13:37:09,953 ERROR [STDERR] at 
com.sun.facelets.el.TagValueExpression.writeExternal(TagValueExpression.java:128)
  | 13:37:09,953 ERROR [STDERR] at 
java.io.ObjectOutputStream.writeExternalData(ObjectOutputStream.java:1310)
  | 13:37:09,953 ERROR [STDERR] at 
java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1288)
  | 13:37:09,953 ERROR [STDERR] at 
java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1079)
  | 13:37:09,953 ERROR [STDERR] at 
java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1375)
  | 13:37:09,953 ERROR [STDERR] at 
java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1347)
  | 13:37:09,953 ERROR [STDERR] at 
java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1290)
  | 13:37:09,953 ERROR [STDERR] at 
java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1079)
  | 13:37:09,953 ERROR [STDERR] at 
java.io.ObjectOutputStream.writeArray(ObjectOutputStream.java:1251)
  | 13:37:09,953 ERROR [STDERR] at 
java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1075)
  | 13:37:09,953

[jboss-user] [JBoss Seam] - Re: Exception when page is re-rendered after missing require

2007-04-18 Thread petemuir
Where is the jar in which your ELUtils are packaged.  

http://jira.jboss.com/jira/browse/JBSEAM-1207

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038593#4038593

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038593
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Exception when page is re-rendered after missing require

2007-04-18 Thread rlhr
In development, the class is under project.ear/project.war/WEB-INF/classes/... 
in the Jboss deploy folder.
In "production" mode, the jar is in the war file under WEB_INF/lib. And the war 
file is in the ear file that is itself in the Jboss deploy folder.

I tried both (ear file and exploded) just to see and get the same exception.

I hope this helps.



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038607#4038607

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038607
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Exception when page is re-rendered after missing require

2007-04-18 Thread petemuir
Can you try packaging them off the ear? (in your ejb module for example?)

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038608#4038608

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038608
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Exception when page is re-rendered after missing require

2007-04-18 Thread rlhr
So I move that particular class in the jar that contains the ebj and I don't 
see the exception anymore.
So it seems that being in the war file is the problem.

I guess I'll keep that class there (It was in the war because I only use this 
class in custom functions through tags)

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038615#4038615

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038615
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Exception when page is re-rendered after missing require

2007-04-18 Thread petemuir
So, it should be in the war - this is a bug, and putting it in the ear is a 
workaround :(

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038618#4038618

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038618
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Exception when page is re-rendered after missing require

2007-04-18 Thread rlhr
Yes it would be nice to be able to keep it in the war. 
But for now I think I can live having it with the ebj :)

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038621#4038621

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038621
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user