To get my tests to work in Eclipse using the JUnit plugin, I had to add my src/main/webapp folder to the classpath (under Run As/JUnit) and make sure init() and begin() were called at the top of the test method (must be a better way, especially since none of the official Seam tests do that, but so far is the only way I can get things to work).
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094249#4094249 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094249 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
