[jboss-dev-forums] [Design of POJO Server] - Re: Structure deployer changes comitted to trunk

scott.stark@jboss.org do-not-reply at jboss.com
Fri Oct 27 18:20:19 EDT 2006


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 at 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 at 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#3981462

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981462



More information about the jboss-dev-forums mailing list