Mostrando entradas con la etiqueta Seam 2. Mostrar todas las entradas
Mostrando entradas con la etiqueta Seam 2. Mostrar todas las entradas

miércoles, 7 de enero de 2009

Seam JBoss 4.2.3 Problem



En definitiva: borrar la linea que se ve en la imagen dentro del modulo ejb




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

beren

domingo, 7 de diciembre de 2008

Configurar ejemplos de seam para testng - Running integration tests from the TestNG Eclipse Plugin

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!

martes, 2 de diciembre de 2008

Ejemplo de seam con maven

Ejemplo booking de seamframework mavenizado y funciona!

http://www.jboss.org/community/docs/DOC-10763