En definitiva: borrar la linea que se ve en la imagen dentro del modulo ejb |
beren
enjava.com
Errores, problemas y soluciones de java y alrededores.
Si te gusta: participa!
Publicado por
Juan Antonio Ruz
en
10:37
1 comentarios
Categorías: JBoss, Seam 2, Soluciones
http://www.seamframework.org/Community/GettingStartedDevelopingTheSeamFramework#H-RunningIntegrationTestsFromTheTestNGEclipsePlugin
En el archivo Readme.txt no se especifica las librerias que hay que adjuntar al path, así que es imposible hacerlo con esas instrucciones, sin embargo en el link de arriba viene todo OK!
Publicado por
Juan Antonio Ruz
en
2:59
0
comentarios
Ejemplo booking de seamframework mavenizado y funciona!
http://www.jboss.org/community/docs/DOC-10763
Publicado por
Juan Antonio Ruz
en
3:51
0
comentarios
http://seamframework.org/Community/ProblemWithJboss423
I have the same issue using JBoss Tools. I have solved this by editing the MANIFEST.MF file in the ejb sub-project. Remove the reference to jboss-seam.jar. Then add this back to your build path manually. Now redeploy and you should be good to go.
On my machine I have this issue with both 1.5 and 1.6 JDKs, but I'll admit that I have a lot of various tools and its possible that somehow the project generation tools are still finding a 1.6 JDK, but I don't think so. I've tried everything I can think of, but I in the end this is a serious shortcoming of the jboss tools that they do not yet support 1.6. Not sure what they are waiting for with 1.5 going end of life next summer. They have support slated for Tools 3.0, but looking at the Jira for that project is not encouraging.
beren