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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...