[jboss-user] [Beginners Corner] - Re: Problem while deploying JBoss Seam on Tomcat 5.5.17

2006-07-21 Thread ranik
I used JEMS installer and everything works from JBoss AS. But, I keep getting this error in all TestNG tests for Seam. This happened after I upgraded to the JEMS version and switched Jboss IDE to 3.2 Alpha. I understand I am using alpha software, but please don't release such software in future

[jboss-user] [Beginners Corner] - Re: Problem while deploying JBoss Seam on Tomcat 5.5.17

2006-07-21 Thread ranik
Found the issue: Resources.getResourceAsStream(/WEB-INF/components.xml, servletContext); I got it working by putting the components.xml in WEB-INF subfolder even for testng unit tests. If this was documented somewhere, then it was cleverly hidden. Obviously, I am not in a good mood as it