Hi Pete,

Sorry, I forgot to add that code to my OP. As far as I can see, this is just as 
you do in your examples. I tried adding an @Out as well, but the same thing 
happens.


  |     @Factory("companyTypes")
  |     public List<CompanyType> buildCompanyTypes() {
  |         CompanyType[] companyTypes = CompanyType.values();
  |         return Arrays.asList(companyTypes);
  |     }
  | 

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

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

Reply via email to