The redeployment problem is now fixed. It was a dumb issue with the
DefaultStructureBuilder using a instance variable for the DeploymentContext map being
built from the ContextInfo when this should have just been a transient local variable.
Redeployment was reusing old DeploymentContexts. You need to get the updated
jboss-deployers.jar from the mc snapshot.
| [starksm@succubus testsuite]$ run_tests.sh
| ant -Dtest=org.jboss.test.aop.test.ExtenderTestCase -Dnojars=t one-test
| Buildfile: build.xml
| Overriding previous definition of reference to jboss.test.classpath
|
| one-test:
| [mkdir] Created dir: /home/svn/JBossHead/jboss-head/testsuite/output/log
| [junit] Running org.jboss.test.aop.test.ExtenderTestCase
| [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.024 sec
|
| BUILD SUCCESSFUL
| Total time: 5 seconds
| [starksm@succubus testsuite]$ run_tests.sh
| ant -Dtest=org.jboss.test.aop.test.ExtenderTestCase -Dnojars=t one-test
| Buildfile: build.xml
| Overriding previous definition of reference to jboss.test.classpath
|
| one-test:
| [mkdir] Created dir: /home/svn/JBossHead/jboss-head/testsuite/output/log
| [junit] Running org.jboss.test.aop.test.ExtenderTestCase
| [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.001 sec
|
| BUILD SUCCESSFUL
| Total time: 5 seconds
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981462#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...