|
| 59136 | modified | alesj | //projects/microcontainer/trunk/container/src/main/org/jboss/joinpoint/plugins/Config.java | javadoc, exc. on null classInfo |
| 59105 | modified | scott.stark@jboss.org | //projects/microcontainer/trunk/container/build-test.xml | JBMICROCONT-137, Add a filesonly.war to test-resource-jars |
| 59103 | added | scott.stark@jboss.org | //projects/microcontainer/trunk/container/src/resources/tests/vfs/test/filesonly.war | JBMICROCONT-137, handle the case of SynthenticDirEntryHandler having multiple children, some of which are added after the first createChildHandler call. |
| 59103 | modified | scott.stark@jboss.org | //projects/microcontainer/trunk/container/src/tests/org/jboss/test/virtual/test/FileVFSUnitTestCase.java | JBMICROCONT-137, handle the case of SynthenticDirEntryHandler having multiple children, some of which are added after the first createChildHandler call. |
| 59103 | modified | scott.stark@jboss.org | //projects/microcontainer/trunk/container/src/main/org/jboss/virtual/plugins/context/jar/SynthenticDirEntryHandler.java | JBMICROCONT-137, handle the case of SynthenticDirEntryHandler having multiple children, some of which are added after the first createChildHandler call. |
| 59103 | added | scott.stark@jboss.org | //projects/microcontainer/trunk/container/src/resources/tests/vfs/test/filesonly.mf | JBMICROCONT-137, handle the case of SynthenticDirEntryHandler having multiple children, some of which are added after the first createChildHandler call. |
| 59083 | modified | bill.burke@jboss.com | //projects/microcontainer/trunk/container/src/main/org/jboss/virtual/spi/VirtualFileHandler.java | add a hasBeenModified() method to VF and VFH. VirtualFileURLConnection's VFS cache is purged if the VFS Root has been modified since the last cache lookup. This is to make sure we don't cache stale JAR files as they may have been redeployed since last lookup.FileHandler's child cache is purged when child's hasBeenModified returns true for same reasons as above. |
| 59083 | modified | bill.burke@jboss.com | //projects/microcontainer/trunk/container/src/main/org/jboss/virtual/plugins/context/file/FileHandler.java | add a hasBeenModified() method to VF and VFH. VirtualFileURLConnection's VFS cache is purged if the VFS Root has been modified since the last cache lookup. This is to make sure we don't cache stale JAR files as they may have been redeployed since last lookup.FileHandler's child cache is purged when child's hasBeenModified returns true for same reasons as above. |
| 59083 | modified | bill.burke@jboss.com | //projects/microcontainer/trunk/container/src/main/org/jboss/virtual/VirtualFile.java | add a hasBeenModified() method to VF and VFH. VirtualFileURLConnection's VFS cache is purged if the VFS Root has been modified since the last cache lookup. This is to make sure we don't cache stale JAR files as they may have been redeployed since last lookup.FileHandler's child cache is purged when child's hasBeenModified returns true for same reasons as above. |
| 59083 | modified | bill.burke@jboss.com | //projects/microcontainer/trunk/container/src/main/org/jboss/virtual/plugins/vfs/VirtualFileURLConnection.java | add a hasBeenModified() method to VF and VFH. VirtualFileURLConnection's VFS cache is purged if the VFS Root has been modified since the last cache lookup. This is to make sure we don't cache stale JAR files as they may have been redeployed since last lookup.FileHandler's child cache is purged when child's hasBeenModified returns true for same reasons as above. |
| 59083 | modified | bill.burke@jboss.com | //projects/microcontainer/trunk/container/src/main/org/jboss/virtual/plugins/context/AbstractURLHandler.java | add a hasBeenModified() method to VF and VFH. VirtualFileURLConnection's VFS cache is purged if the VFS Root has been modified since the last cache lookup. This is to make sure we don't cache stale JAR files as they may have been redeployed since last lookup.FileHandler's child cache is purged when child's hasBeenModified returns true for same reasons as above. |
| 59083 | modified | bill.burke@jboss.com | //projects/microcontainer/trunk/container/src/main/org/jboss/virtual/protocol/vfsfile/Handler.java | add a hasBeenModified() method to VF and VFH. VirtualFileURLConnection's VFS cache is purged if the VFS Root has been modified since the last cache lookup. This is to make sure we don't cache stale JAR files as they may have been redeployed since last lookup.FileHandler's child cache is purged when child's hasBeenModified returns true for same reasons as above. |
| 59083 | modified | bill.burke@jboss.com | //projects/microcontainer/trunk/container/src/main/org/jboss/virtual/plugins/context/AbstractVirtualFileHandler.java | add a hasBeenModified() method to VF and VFH. VirtualFileURLConnection's VFS cache is purged if the VFS Root has been modified since the last cache lookup. This is to make sure we don't cache stale JAR files as they may have been redeployed since last lookup.FileHandler's child cache is purged when child's hasBeenModified returns true for same reasons as above. |
| 59083 | modified | bill.burke@jboss.com | //projects/microcontainer/trunk/container/src/main/org/jboss/virtual/plugins/context/jar/JarEntryHandler.java | add a hasBeenModified() method to VF and VFH. VirtualFileURLConnection's VFS cache is purged if the VFS Root has been modified since the last cache lookup. This is to make sure we don't cache stale JAR files as they may have been redeployed since last lookup.FileHandler's child cache is purged when child's hasBeenModified returns true for same reasons as above. |
| 59081 | added | alesj | //projects/microcontainer/trunk/spring-int/src/tests/org/jboss/test/spring/test/TempSpringMicrocontainerTest.java | Spring beans deploy test |
| 59080 | modified | alesj | //projects/microcontainer/trunk/spring-int/src/tests/org/jboss/test/spring/test/InstantiateSpringTestCase.java | rename |
| 59079 | modified | alesj | //projects/microcontainer/trunk/spring-int/src/tests/org/jboss/test/spring/test/DescribeSpringTestCase.java | Added mixed test - injection of Spring beans into MC's, and vice versa. |
| 59079 | added | alesj | //projects/microcontainer/trunk/spring-int/src/tests/org/jboss/test/spring/support/OldBean.java | Added mixed test - injection of Spring beans into MC's, and vice versa. |
| 59079 | modified | alesj | //projects/microcontainer/trunk/spring-int/src/tests/org/jboss/test/spring/test/InstantiateSpringTestCase.java | Added mixed test - injection of Spring beans into MC's, and vice versa. |
| 59079 | modified | alesj | //projects/microcontainer/trunk/spring-int/src/resources/xml-test/org/jboss/test/spring/test/InstantiateSpringTestCase.xml | Added mixed test - injection of Spring beans into MC's, and vice versa. |
| 59079 | added | alesj | //projects/microcontainer/trunk/spring-int/src/tests/org/jboss/test/spring/test/InstantiateMixedTestCase.java | Added mixed test - injection of Spring beans into MC's, and vice versa. |
| 59079 | added | alesj | //projects/microcontainer/trunk/spring-int/src/tests/org/jboss/test/spring/test/InstantiateMixed2TestCase.java | Added mixed test - injection of Spring beans into MC's, and vice versa. |
| 59079 | added | alesj | //projects/microcontainer/trunk/spring-int/src/resources/xml-test/org/jboss/test/spring/test/InstantiateMixedTestCase.xml | Added mixed test - injection of Spring beans into MC's, and vice versa. |
| 59079 | added | alesj | //projects/microcontainer/trunk/spring-int/src/resources/xml-test/org/jboss/test/spring/test/InstantiateMixed2TestCase.xml | Added mixed test - injection of Spring beans into MC's, and vice versa. |
| 59079 | modified | alesj | //projects/microcontainer/trunk/spring-int/src/tests/org/jboss/test/spring/support/SimpleBean.java | Added mixed test - injection of Spring beans into MC's, and vice versa. |
| 59079 | modified | alesj | //projects/microcontainer/trunk/spring-int/src/tests/org/jboss/test/spring/test/SpringTestSuite.java | Added mixed test - injection of Spring beans into MC's, and vice versa. |
| 59076 | modified | alesj | //projects/microcontainer/trunk/spring-int/src/tests/org/jboss/test/spring/test/InstantiateSpringTestCase.java | Test - working for list, set.Not yet for Map - see DescribeSpringTC which now fails differently - after XB snapshot update. |
| 59076 | modified | alesj | //projects/microcontainer/trunk/spring-int/src/resources/xml-test/org/jboss/test/spring/test/TestDescribe.xml | Test - working for list, set.Not yet for Map - see DescribeSpringTC which now fails differently - after XB snapshot update. |
| 59076 | modified | alesj | //projects/microcontainer/trunk/spring-int/src/resources/xml-test/org/jboss/test/spring/test/InstantiateSpringTestCase.xml | Test - working for list, set.Not yet for Map - see DescribeSpringTC which now fails differently - after XB snapshot update. |
| 59076 | modified | alesj | //projects/microcontainer/trunk/spring-int/src/tests/org/jboss/test/spring/support/SimpleBean.java | Test - working for list, set.Not yet for Map - see DescribeSpringTC which now fails differently - after XB snapshot update. |
| 59075 | modified | alesj | //projects/microcontainer/trunk/spring-int/src/resources/xml-test/org/jboss/test/spring/test/TestDescribe.xml | Describe test - working for list, set. |
| 59074 | added | alesj | //projects/microcontainer/trunk/spring-int/src/tests/org/jboss/test/spring/test/TempSpringMicrocontainerTestDelegate.java | Instantiation tests - not yet supporting collections. |
| 59074 | added | alesj | //projects/microcontainer/trunk/spring-int/src/tests/org/jboss/test/spring/test/InstantiateSpringTestCase.java | Instantiation tests - not yet supporting collections. |
| 59074 | added | alesj | //projects/microcontainer/trunk/spring-int/src/tests/org/jboss/test/spring/test/TempSpringMIcrocontainerTest.java | Instantiation tests - not yet supporting collections. |
| 59074 | added | alesj | //projects/microcontainer/trunk/spring-int/src/resources/xml-test/org/jboss/test/spring/test/InstantiateSpringTestCase.xml | Instantiation tests - not yet supporting collections. |
| 59074 | modified | alesj | //projects/microcontainer/trunk/spring-int/src/main/org/jboss/spring/deployment/xml/SpringBeanHandler.java | Instantiation tests - not yet supporting collections. |
| 59074 | modified | alesj | //projects/microcontainer/trunk/spring-int/src/tests/org/jboss/test/spring/support/SimpleBean.java | Instantiation tests - not yet supporting collections. |
| 59074 | modified | alesj | //projects/microcontainer/trunk/spring-int/src/tests/org/jboss/test/spring/test/SpringTestSuite.java | Instantiation tests - not yet supporting collections. |
| 59073 | modified | alesj | //projects/microcontainer/trunk/spring-int/src/main/org/jboss/spring/deployment/xml/SpringSchemaBindingHelper.java | typo |
| 59066 | deleted | alesj | //projects/microcontainer/trunk/spring-int/src/resources/schema/xml.xsd | unnecessary |