- 
        1. Re: Seam-messages demo fails. Does not appear to be invokinheislord5 Mar 18, 2006 1:38 PM (in response to heislord5)Does not appear to be invoking the factory. 
 Out of 10 examples, the other nine examples run. This one won't bring up the first page.
- 
        2. Re: Seam-messages demo fails. Does not appear to be invokingavin.king Mar 18, 2006 7:33 PM (in response to heislord5)looks like this is broken in cvs 
- 
        3. Re: Seam-messages demo fails. Does not appear to be invokingavin.king Mar 18, 2006 7:56 PM (in response to heislord5)Fixed, the problem is that I introduced a new built-in component named "messages" in CVS, and that conflicted with the name of a context variable used in the example. 
 Can someone think of a better name for the built-in component? It is a Map of i18nized strings. "resourceMap" sounds silly....
- 
        4. Re: Seam-messages demo fails. Does not appear to be invokinheislord5 Mar 19, 2006 12:04 AM (in response to heislord5)Thanks Mr. King! 
 I've seen a discussion somewhere about the possibility of having annotations organized somehow to scope them within something similar to "packages", like classes.
 At some point do you think there will be a way to have a:
 @com.mycompany.myannotation
 or something similar?
- 
        5. Re: Seam-messages demo fails. Does not appear to be invokinheislord5 Mar 19, 2006 12:06 AM (in response to heislord5)"heislord5" wrote: 
 Thanks Mr. King!
 I've seen a discussion somewhere about the possibility of having annotations organized somehow to scope them within something similar to "packages", like classes.
 At some point do you think there will be a way to have a:
 @com.mycompany.myannotation
 or something similar?
 I just realized my question about doesn't really address the above issue but I still like the question.
- 
        6. Re: Seam-messages demo fails. Does not appear to be invokingavin.king Mar 19, 2006 12:18 AM (in response to heislord5)Annotations *are* scoped! 
 And so are Seam names. If you have @Name("foo.bar.baz"), you refer to the component as #{foo$bar$baz.property} in the EL.
 But I don't want to use scoped names for really commonly used builtin components.
- 
        7. Re: Seam-messages demo fails. Does not appear to be invokinheislord5 Mar 19, 2006 1:14 AM (in response to heislord5)Thanks. 
 
    