Hi @ all, I just started to work on adding some more integration tests for the features that have been implemented up till now.
But I'm a bit confused on how the integration tests are organized. Most tests have been added directly to the core-impl module and are executed there using either OWB or Weld. After that the integration-test module unpacks the tests of core-impl and executed them again. Beside OWB and Weld the integration-test module contains profiles for AS7 and Glassfish which execute only the JUnit categories SE, WebProfile and FullProfile. The problem seems to be that the OWB and Weld profiles completely ignore the JUnit categories and execute everything. So tests annotated with @WebProfile also get executed and fail. I think the OWB and Weld profiles need to be configured to execute only the @SeCategory tests. But this would require to add this annotation to most of the existing tests which is not very nice (but required?). And thoughts on this? Christian -- Christian Kaltepoth Blog: http://chkal.blogspot.com/ Twitter: http://twitter.com/chkal
