By renaming I mean to use junit.configuration so tests appear renamed in reports. Thus testname(security-manager) means we use junit.configuration=security-manager.
So I see two options:
1. use junit.configuration value to rename all tests except these run by tests-standard-unit target.
2. resolve duplicates by tunning include/exclude patterns and invent some mechanism to notify if we have duplicate testcases again.
"1" seems much easier to me.
Let me know what do you think.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017784#4017784
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4017784
The tests cannot be renamed in that fashion because testname(security-manager) is not a valid java package name. Tests that require a specific configuration should have a distinct naming convention that excludes them from the less selective runs. Tests that can be run under multiple configurations should use the junit.configuration value to distinguish the run.
In general it looks like we need to go through the duplicates and determine if its because of poor names or poor exclusion filters.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017778#4017778
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4017778
I updated to the latest source, built, and ran the server. I had also deleted the thirdparty directory and allowed all of the dependencies to re-downloaded. Everything ran correctly. I wanted to run the profile service, so I followed the instructions in: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=99122
When I booted the server again, I saw the following exception appear a number of times.
12:11:18,535 ERROR [AbstractKernelController] Error installing to Instantiated: name=JAXWSDeployerEJB3 state=Described
java.lang.ClassFormatError: Failed to load dyn class: AOPContainerProxy$22
... snip ...
Caused by: java.lang.ClassNotFoundException: Unexpected error during load of: AOPContainerProxy$22, msg=class AOPContainerProxy$22 overrides final method .
I was unable to get to the welcome page at the root context.
Any ideas?
Thanks
- J
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017751#4017751
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4017751