[jboss-user] [JBoss Seam] - Re: Could not create Component : class is abstract!

2007-07-31 Thread doballve
Hi Stefano, As you might have figured out by now, Seam cannot instantiate your component class (defined w/ @Name(jwf_clifor)) because the class is marked as abstract. Looks like @Name can only be used in non-abstract classes. I got to the same situation when trying to define an abstract class

[jboss-user] [JBoss Seam] - Re: Could not create Component : class is abstract!

2007-07-31 Thread szaccaria
Thanks Diego, I appreciated your reply!!! I had already resolved the problem, but you have cleared me the thing ulteriorly. Scusa, ma sei italiano? Grazie comunque ;-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069410#4069410 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Could not create Component : class is abstract!

2007-07-14 Thread szaccaria
Hallo Norman, first all thanks thousand for your reply, I had lost the hope!!! The component that failing is doing the same thing that do the the entity abstract class User in the dvdstore example of seam 2.0B1. Could perhaps being a problem in to the hibernate configuration? Thanks again!

[jboss-user] [JBoss Seam] - Re: Could not create Component : class is abstract!

2007-07-14 Thread matt.drees
The User class in the dvdstore example is not a Seam component - it doesn't have a @Name. I don't think you can't make an abstract class be a Seam component. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4064206#4064206 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Could not create Component : class is abstract!

2007-07-14 Thread szaccaria
You are right! I have spend two days of job in order to understand it... I'm very newbie in Seam! Thanks thousand View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4064211#4064211 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Could not create Component : class is abstract!

2007-07-13 Thread [EMAIL PROTECTED]
What does the component that is failing look like? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4064188#4064188 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4064188 ___