Hi,
I got it working using the latest CVS version of Seam. Gavin posted a fix very recently:
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=73702
Here is my factory method :
@Factory("contentLoaded")
@Begin
public String findAllNapContent() {
logger.info("Loading all content. Starting conversation");
loadContent();
loadAllLanguages();
contentLoaded = new String("content loaded");
return "success";
}Cool, we give it a try! :)
thanks,
Lachezar