Hello,
I’ve been working successfully with Eclipse 3.3, MyEclipse 6.0GA and JBoss AS 4.2.1GA under Mac OSX for a while. I’m also using Seam 2.0. Everything has been running just fine, but I added one more Seam component and under MyEclipse it now takes 30+ minutes for the server to start. If I remove this component it takes about 40 seconds. At first I assumed it was the component. But if I leave the component in, and start up JBoss AS outside of MyEclipse, it starts in 40 or so seconds and executes without an issue. I thought it might be memory issue, so I added -Xms256M -Xmx1024M to the JVM parameters under preferences–>MyEclipse–>Application Servers–>Jboss–>Jboss 4.x–>JDK but that didn’t seem to help. Any ideas or suggestions would be greatly appreciated. Thanks!