You can find the full source code for this website in the Seam package in the directory /examples/wiki. It is licensed under the LGPL.
| Online: | 4 Members of 9424 |
| Forum: Seam Users |
30. Jan 2009, 15:57 America/New_York | Link |
Hi everyone,
each time I create a new seam project in my Eclipse IDE, the wizard creates 4 projects (projectname, projectname-ear, projectname-ejb and projectname-test).
In my ejb-Project the Imports of org.jboss.seam cannot be resolved, lthough the EAR Libraries, which contain the jboss-seam.jar, are referenced.
Sometimes it takes some time or it works out of the box, but mostly the imports cannot be resolved. Any ideas?
Sorry, I forgot to mention some important facts: My environment: Eclipse Ganymede JBoss Tools Seam 2.1.1 JBoss AS 5.0.0
Hi, JBoss Tools Seam 2.1.1 doesn't support Eclipse Ganymede (3.4). Download 3.0.0CR2 My Link or use Eclipse Europe (3.3)
Thanks for your help... as I want to use stable versions only I decided to use Eclipse Europe and Seam 2.0... I don't have these compilations errors anymore, but I wonder why the jboss-seam.jar is not deployed within the ear-file:
The library exists in the EarContent directory, but it's not deployed... may someone can help me again?
There were a lot of bugs in Eclipse Web Tools that does a big part of deployment work.
I recommend you downloading Eclipse 3.4.2 + WTP-R-3.0.3 + other dependencies + JBoss Tools CR2. CR2 is quite stable and it's close to GA.
go to the your jboss deploy folder, enter in your ear module folder and paste there the jar that is missing.
I think is interesting erase the tmp files too
In the eclipse, with wtp plugin, in the server view, if your ear is added on the server just proceed with righ click on it and choose full publish, and if are not, proceed with a right click on the server instance, choose add/remove e make a simple deploy of your ear
start the server
this method works with me, good luck!
wagner