|
| 59370 | modified | wolfc | //trunk/server/src/main/org/jboss/naming/client/java/javaURLContextFactory.java | JBAS-3967: Fixed hack |
| 59369 | modified | scott.stark@jboss.org | //trunk/system-jmx/src/main/org/jboss/system/metadata/ServiceConstructorMetaData.java | Make the metadata Serializable |
| 59369 | modified | scott.stark@jboss.org | //trunk/system-jmx/src/main/org/jboss/system/metadata/ServiceElementValueMetaData.java | Make the metadata Serializable |
| 59369 | modified | scott.stark@jboss.org | //trunk/system-jmx/src/main/org/jboss/system/metadata/ServiceDependencyListValueMetaData.java | Make the metadata Serializable |
| 59369 | modified | scott.stark@jboss.org | //trunk/system-jmx/src/main/org/jboss/system/metadata/ServiceDependencyValueMetaData.java | Make the metadata Serializable |
| 59369 | modified | scott.stark@jboss.org | //trunk/system-jmx/src/main/org/jboss/system/metadata/ServiceDependencyMetaData.java | Make the metadata Serializable |
| 59369 | modified | scott.stark@jboss.org | //trunk/system-jmx/src/main/org/jboss/system/metadata/ServiceDeployment.java | Make the metadata Serializable |
| 59369 | modified | scott.stark@jboss.org | //trunk/system-jmx/src/main/org/jboss/system/metadata/ServiceInjectionValueMetaData.java | Make the metadata Serializable |
| 59369 | modified | scott.stark@jboss.org | //trunk/system-jmx/src/main/org/jboss/system/metadata/ServiceMetaData.java | Make the metadata Serializable |
| 59369 | modified | scott.stark@jboss.org | //trunk/system-jmx/src/main/org/jboss/system/metadata/ServiceTextValueMetaData.java | Make the metadata Serializable |
| 59369 | modified | scott.stark@jboss.org | //trunk/system-jmx/src/main/org/jboss/system/metadata/ServiceDeploymentClassPath.java | Make the metadata Serializable |
| 59369 | modified | scott.stark@jboss.org | //trunk/system-jmx/src/main/org/jboss/system/metadata/ServiceJBXBValueMetaData.java | Make the metadata Serializable |
| 59369 | modified | scott.stark@jboss.org | //trunk/system-jmx/src/main/org/jboss/system/metadata/ServiceAttributeMetaData.java | Make the metadata Serializable |
| 59369 | modified | scott.stark@jboss.org | //trunk/system-jmx/src/main/org/jboss/system/metadata/ServiceJavaBeanValueMetaData.java | Make the metadata Serializable |
| 59365 | modified | bstansberry@jboss.com | //trunk/testsuite/src/main/org/jboss/test/cluster/test/DRMTestCase.java | Test that entries from both nodes are in replicants set |
| 59364 | modified | bstansberry@jboss.com | //trunk/testsuite/src/resources/cluster/drm/jboss-service.xml | Comment out an unnecessary depends tag |
| 59363 | modified | bstansberry@jboss.com | //trunk/testsuite/imports/server-config.xml | Give 128MB to the AS when running clustering tests |
| 59360 | modified | bstansberry@jboss.com | //trunk/ejb3/build-test.xml | Give 128MB to the AS as 64M seems to be insufficient |
| 59358 | modified | anil.saldhana@jboss.com | //trunk/server/src/main/org/jboss/deployment/JBossEjbObjectFactory.java | Handle the <security-domain/> usecase in container configuration that allows security checks to be turned off for a particular bean |
| 59357 | modified | anil.saldhana@jboss.com | //trunk/server/src/main/org/jboss/deployment/JBossEjbParsingDeployer.java | correct javadoc |
| 59355 | modified | bstansberry@jboss.com | //trunk/cluster/src/resources/jgroups/multiplexer-stacks.xml | Disable FLUSH until we use a JBC release that supports it |
| 59352 | modified | wolfc | //trunk/ejb3/src/main/org/jboss/injection/EJBHandler.java | cleanup & logging |
| 59352 | modified | wolfc | //trunk/ejb3/src/main/org/jboss/ejb3/clientmodule/ClientENCInjectionContainer.java | cleanup & logging |
| 59352 | modified | wolfc | //trunk/ejb3/src/main/org/jboss/ejb3/entity/InjectedEntityManagerFactory.java | cleanup & logging |
| 59351 | modified | wolfc | //trunk/server/src/main/org/jboss/naming/client/java/javaURLContextFactory.java | JBAS-3967: Hack for EJB3 client enc |
| 59350 | modified | wolfc | //trunk/ejb3/src/main/org/jboss/ejb3/entity/PersistenceUnitDeployment.java | Fixed transaction type setting |
| 59349 | modified | wolfc | //trunk/ejb3/src/main/org/jboss/ejb3/metamodel/ApplicationClientDDObjectFactory.java | Fixed ejb-ref |
| 59344 | modified | dimitris@jboss.org | //trunk/system-jmx/src/main/org/jboss/system/server/jmx/JMXKernel.java | JBAS-3966, add a VersionNumber attribute |
| 59343 | modified | dimitris@jboss.org | //trunk/system/src/main/org/jboss/system/server/profileservice/ServerImpl.java | JBAS-3966, add a VersionNumber attribute |
| 59341 | modified | dimitris@jboss.org | //trunk/tools/etc/buildmagic/buildmagic.ent | remove the full svn tag |
| 59341 | modified | dimitris@jboss.org | //trunk/tools/etc/buildmagic/version-info.xml | remove the full svn tag |
| 59340 | modified | dimitris@jboss.org | //trunk/system/src/main/org/jboss/system/server/Server.java | JBAS-3966, add a VersionNumber attribute |
| 59337 | modified | dimitris@jboss.org | //trunk/system-jmx/src/main/org/jboss/system/server/ServerImpl.java | JBAS-3966, add a VersionNumber attribute |
| 59332 | modified | dimitris@jboss.org | //trunk/system/src/main/org/jboss/Version.java | Add method to return the full version number, correct the toString() formating. |
| 59325 | modified | scott.stark@jboss.org | //trunk/system/src/main/org/jboss/system/server/ServerLoader.java | Add jboss-managed.jar, jboss-metatype.jar to the bootstrap list |
| 59323 | modified | tom.elrod@jboss.com | //trunk/server/src/main/org/jboss/invocation/pooled/interfaces/OptimizedObjectInputStream.java | JBAS-3198 - fix for pooled invoker scoped deployments class caching. |
| 59323 | added | tom.elrod@jboss.com | //trunk/testsuite/src/main/org/jboss/test/scoped/ejb/b/SessionBEJB.java | JBAS-3198 - fix for pooled invoker scoped deployments class caching. |
| 59323 | added | tom.elrod@jboss.com | //trunk/testsuite/src/main/org/jboss/test/scoped/interfaces/dto/SimpleResponseDTO.java | JBAS-3198 - fix for pooled invoker scoped deployments class caching. |
| 59323 | added | tom.elrod@jboss.com | //trunk/testsuite/src/main/org/jboss/test/scoped/test/ScopedUnitTestCase.java | JBAS-3198 - fix for pooled invoker scoped deployments class caching. |
| 59323 | added | tom.elrod@jboss.com | //trunk/testsuite/src/main/org/jboss/test/scoped/interfaces/dto | JBAS-3198 - fix for pooled invoker scoped deployments class caching. |
| 59323 | added | tom.elrod@jboss.com | //trunk/testsuite/src/main/org/jboss/test/scoped/interfaces/b/SessionB.java | JBAS-3198 - fix for pooled invoker scoped deployments class caching. |
| 59323 | added | tom.elrod@jboss.com | //trunk/testsuite/src/main/org/jboss/test/scoped/test/ScopedBUnitTestCase.java | JBAS-3198 - fix for pooled invoker scoped deployments class caching. |
| 59323 | added | tom.elrod@jboss.com | //trunk/testsuite/src/main/org/jboss/test/scoped/test | JBAS-3198 - fix for pooled invoker scoped deployments class caching. |
| 59323 | added | tom.elrod@jboss.com | //trunk/testsuite/src/resources/scoped/a/ejb | JBAS-3198 - fix for pooled invoker scoped deployments class caching. |
| 59323 | added | tom.elrod@jboss.com | //trunk/testsuite/src/resources/scoped/a | JBAS-3198 - fix for pooled invoker scoped deployments class caching. |
| 59323 | added | tom.elrod@jboss.com | //trunk/testsuite/src/resources/scoped/b | JBAS-3198 - fix for pooled invoker scoped deployments class caching. |
| 59323 | added | tom.elrod@jboss.com | //trunk/testsuite/src/resources/scoped/b/ejb | JBAS-3198 - fix for pooled invoker scoped deployments class caching. |
| 59323 | added | tom.elrod@jboss.com | //trunk/testsuite/src/resources/scoped/b/ejb/META-INF | JBAS-3198 - fix for pooled invoker scoped deployments class caching. |
| 59323 | added | tom.elrod@jboss.com | //trunk/testsuite/src/main/org/jboss/test/scoped/interfaces/b/SessionBHome.java | JBAS-3198 - fix for pooled invoker scoped deployments class caching. |
| 59323 | added | tom.elrod@jboss.com | //trunk/testsuite/src/resources/scoped/b/ear/META-INF/jboss-app.xml | JBAS-3198 - fix for pooled invoker scoped deployments class caching. |