[jboss-user] [JBoss Seam] - Re: Anyone else find SeamTest broken in CVS?

2007-05-03 Thread petemuir
Stu, thanks for finding all this stuff. I'll try to get a fix for this in over the weekend. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043012#4043012 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043012 _

[jboss-user] [JBoss Seam] - Re: Anyone else find SeamTest broken in CVS?

2007-05-03 Thread stu2
The debugger shed some light on the problem. In Application: private static Application getRIApplicationImpl(FacesContext context) { | ExternalContext extContext; | if (context != null) { | extContext = context.getExternalContext(); | } else { |