"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 derived type 
org.jboss.seam.framework.EntityIdentifier

Please raise a JIRA issue for this.


anonymous wrote : 3.) It doesn't appear as though we can use injection in base 
classes. Am I mistaken? Is this a design decision?
  | We have gotten around this by retrieving the components programatically, 
i.e. Component.getInstance( "entityManager" );
  | 
  | This means that for testing I have to load the container, when I only need 
hibernate; or I have to do a check in by base class before retrieving the 
component to ensure the application context is active

I don't know what you mean by a base class.  But Seam injection only occurs in 
classes annotated @Name.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073552
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to