Any tips for speeding up JBoss when launched from Eclipse?
Hava a look at the JBoss 5.x Tuning/Slimming article. Less services need less time to initialize.
You could also use 'exploded' deployment to save the time for building an ear. Seam uses an embedded JBOss for unittesting (TestNG), maybe you find further tricks there.