[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-2371) Integration testing Seam components with Maven

Ben Groeneveld (JIRA) jira-events at lists.jboss.org
Wed Jan 21 17:32:05 EST 2009


    [ https://jira.jboss.org/jira/browse/JBSEAM-2371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12449102#action_12449102 ] 

Ben Groeneveld commented on JBSEAM-2371:
----------------------------------------

Thanks for the great work!  We've downloaded the testproject-master-JBSEAM-2371.zip, added the dependency patch Jason describes as <!-- JG added for classpath --> and this works well.  Needed to up the version of TestNG to 5.8 because the @BeforeClass annotation fails otherwise.  We need @BeforeClass because we use a modified SeamTest that loads only one Hibernate session factory for a group or suite.   We have also added dbunit support which brings in dependency conflict for xerces, but that was resolved by adding it also to the dependencies Jason added.  Note that these *must* appear first in order to debug with TestNG in eclipse.  This is our first maven project and so far we have found a maven solution for each of our hurdles - nice.

> Integration testing Seam components with Maven
> ----------------------------------------------
>
>                 Key: JBSEAM-2371
>                 URL: https://jira.jboss.org/jira/browse/JBSEAM-2371
>             Project: Seam
>          Issue Type: Task
>          Components: Build, Test Harness
>    Affects Versions: 2.0.0.GA
>         Environment: Maven 2.0.7
>            Reporter: Siarhei Dudzin
>            Priority: Critical
>             Fix For: The future
>
>         Attachments: jg-seamtest-1.0.tgz, maven-seam-microcontainer-testng-template.zip, tech-stack-1.0.1.pom, testproject-master-JBSEAM-2371.zip
>
>
> Various users have reported integration testing with Seam is not working in 'Mavenized' projects.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list