[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=bb&op=viewtopic&p=4069410#4069410

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


[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 w/ some @In 
annotations... since they ignored, I tried to define @Name("myAbstractClass") - 
which does not make a lot of sense, but..

Question for Seam advanced users/devels: is it so that Seam annotations in 
super/abstract classes are not considered by Seam interceptor?? That would be 
an unfortunate restriction.

br,
Diego

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

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


[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=bb&op=viewtopic&p=4064211#4064211

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


[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=bb&op=viewtopic&p=4064206#4064206

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


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

2007-07-13 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!

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

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


[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=bb&op=viewtopic&p=4064188#4064188

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