Is there any way of developing code directly under the JBoss installation ? Can you develop similar to Tomcat by directly editing and compiling code under the webapps/MyApp/WEB-INF/classes folder ?
Have you ever tried JBoss IDE for Eclipse ? Using it, your EJBs are updated when you save the methods (well, sometimes it doesn't work...), without redeployment...