[jboss-user] [JBoss Seam] - Re: A few issues.

2007-08-13 Thread [EMAIL PROTECTED]
Ah, if you have something like public abstract class MyAbstractClass { | |@In protected Foo foo; |... | } public class MyClass extends MyAbstractClass { |// Do something with foo | } it should work. If you are unsure, post what you've got. View the original post : ht

[jboss-user] [JBoss Seam] - Re: A few issues.

2007-08-13 Thread tzman
anonymous wrote : I will try to put a patch in for this if I can get a moment to update from cvs. Never mind, you already fixed it. :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073583#4073583 Reply to the post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss Seam] - Re: A few issues.

2007-08-13 Thread tzman
1.) Thanks 2.) Here is the JIRA issue http://jira.jboss.com/jira/browse/JBSEAM-1794 I will try to put a patch in for this if I can get a moment to update from cvs. 3.) anonymous wrote : I don't know what you mean by a base class. By base class I mean a base class we code for our application.

[jboss-user] [JBoss Seam] - Re: A few issues.

2007-08-13 Thread [EMAIL PROTECTED]
"tzman" wrote : My apologies if these issues have already been fixed/mentioned. | | 1.) org.jboss.seam.mock.BaseSeamTest http://jira.jboss.com/jira/browse/JBSEAM-1791 anonymous wrote : | 2.) org.jboss.seam.framework.Identifier | | The equals method checks for an instance of the deriv