Hi, I did the following and had no problems with the tutorial.
- Downloaded the Tutorial Material from http://www.jboss.org/products/jbosside - Unzip'ed the materials to my Eclipse workspace directory - File Menu -> Import -> 'Existing Project into Workspace' - Switched to the imported project in Package Explorer - Tried to build project but it failed because of missing jar files - Located jboss-j2ee.jar in my JBoss 3.2.5 installation (server/default/lib) - Located servlet-api.jar in my Apache Tapestry installation - Added both missing jars to project (Project->Properties->Java Build Path->Libraries) - Rebuilt project without errors - Ran XDoclet - Rebuilt project - Ran Packaging - Started JBoss Server (from within Eclipse) - Deployed the FiboEJB.jar - waited until it was loaded - Deployed the FiboWeb.jar - waited until it was loaded - tested app using webbrowser and it worked. 01:23:19,046 INFO [ChannelSocket] JK2: ajp13 listening on /0.0.0.0:8009 | 01:23:19,078 INFO [JkMain] Jk running ID=0 time=0/141 config=null | 01:23:43,687 INFO [EjbModule] Deploying Fibo | 01:23:43,937 INFO [EJBDeployer] Deployed: file:/D:/jboss-3.2.5/server/default/deploy/FiboEJB.jar | 01:23:54,218 INFO [TomcatDeployer] deploy, ctxPath=/FiboWeb, warUrl=file:/D:/jboss-3.2.5/server/default/tmp/deploy/tmp14220FiboWeb.war/ | 01:23:54,328 INFO [TomcatDeployer] ClusteredHTTPSessionService not found | 01:23:54,328 ERROR [TomcatDeployer] Failed to setup clustering, clustering disabled | This is using Eclipse 3.0 final, JBoss 3.2.5 on Windows with JDK 1.4.2_04. -Jonas- View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3840382#3840382 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3840382 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
