Could you add the error trace that occurs. This will help everyone see what is going wrong.
As far as the example programs go, they all use ant for their deployment rather than eclipse wtp/jboss ide/myeclispe, so therefore : 1) Place the jboss-seam project in your workspace (download or cvs). 2) Edit build.properties to correctly point to your jboss application server (containing the EJB3 install version). 3) In the examples directory deploy booking by going into the booking directory and running build.xml (as an ant task by Shift-Alt-X then Q). This will deploy the sample app to your running server, you should see a load of output showing the example app loading. Once you have proved that the example app works (by deploying it) then copy one of the example apps structure into a new project that you can then customise for your own project. I only suggest to do it this way because I had exactly the same problem as you (trying to create an eclipse deployable project for seam), and I kept on stumbling (my idiocy) and the most pragramtic method was to copy and work from a known working example. You however will need to link the new project to the jboss-seam project, and export relevant libraries from the jboss-seam project. Also you will have to edit the build.xml file in your new project to correctly link to the build.xml file in the jboss-seam project. I apologise for the ramble. James View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915372#3915372 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3915372 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
