[JBoss-user] [JBoss Seam] - Re: Error during model data update, but no exception in the

2006-06-30 Thread [EMAIL PROTECTED]
When you deploy your app, Seam tells you the component it found. Look there. My guess is that it is something else. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954604#3954604 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[JBoss-user] [JBoss Seam] - Re: Error during model data update, but no exception in the

2006-06-29 Thread free67
King, you say I say Seam is evil!?! Of course it is. How else do you expect it to take over the world. You are right. Seam does not swallow exceptions and... I never mentioned swallowing in my post. blah, that's so anticlimactic. Fine, this is just the way faces is designed and also the way myf

[JBoss-user] [JBoss Seam] - Re: Error during model data update, but no exception in the

2006-06-29 Thread [EMAIL PROTECTED]
"free67" wrote : It seems like seam cannot locate my user variable in the contexts. Actualy it seems like it can't even locate the class annotated with @Name("user"): | Am I reading this right? and if yes, should it not throw an Exception? | Probably Seam has not installed your "user" compo

[JBoss-user] [JBoss Seam] - Re: Error during model data update, but no exception in the

2006-06-29 Thread [EMAIL PROTECTED]
"free67" wrote : anonymous wrote : Model update is a JSF lifecycle phase | I agree with this. But if there is an error in the application (lifecycle, persistence or whatever), I need to see the exception in the log and a stack trace. And of course you will. Seam does not swallow any exceptions

[JBoss-user] [JBoss Seam] - Re: Error during model data update, but no exception in the

2006-06-29 Thread free67
It seems like seam cannot locate my user variable in the contexts. Actualy it seems like it can't even locate the class annotated with @Name("user"): | 15:31:18,155 DEBUG [org.jboss.seam.jsf.SeamVariableResolver] resolving name: user | 15:31:18,155 DEBUG [org.jboss.seam.Component] seam compo

[JBoss-user] [JBoss Seam] - Re: Error during model data update, but no exception in the

2006-06-29 Thread free67
anonymous wrote : Model update is a JSF lifecycle phase I agree with this. But if there is an error in the application (lifecycle, persistence or whatever), I need to see the exception in the log and a stack trace. First for debugging purposes and later for monitoring the application in producti

[JBoss-user] [JBoss Seam] - Re: Error during model data update, but no exception in the

2006-06-29 Thread petemuir
Model update is a JSF lifecycle phase, it has nothing to do with entity persistence. I've found model update errors often occur when the object it refers to is null, but I would suggest using the debugger to find out more Depending on the setting of hibernate.hbm2ddl.auto in persistence.xml the