View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-jdk-matrix?log=log20041121002822Lbuild.15

BUILD COMPLETE -  build.15
Date of build: 11/21/2004 00:28:22
Time to build: 19 minutes 37 seconds
Last changed: 11/20/2004 21:52:08
Last log entry: Add support for property references of the form ${p:v}. This allows for a reference to system property 'p', and if there is no such property, then the default value v will be returned.

 Unit Tests: (0)  Total Errors and Failures: (0)
 

 Modifications since last build:  (47)
1.7modifiedstarksmtestsuite/src/main/org/jboss/test/util/test/PropertyPatternUnitTestCase.javaAdd support for property references of the form ${p:v}. This allows for a reference to system property 'p', and if there is no such property, then the default value v will be returned.
1.3modifiedstarksmcommon/src/main/org/jboss/util/StringPropertyReplacer.javaAdd support for property references of the form ${p:v}. This allows for a reference to system property 'p', and if there is no such property, then the default value v will be returned.
1.3modifiedstarksmjmx/src/main/org/jboss/mx/util/JBossNotificationBroadcasterSupport.javaIncrease the logging of invalid handleNotification exceptions to debug level. Fixes [ 1063812 ] JBossNotificationBroadcasterSupport only traces Throwable
1.4modifiedloubyanskytestsuite/src/main/org/jboss/test/xml/MappingTestCase.javatestcases for [un]marshalling of choice group, [un]marshalling of immutable classes with no no-arg constructors
1.2modifiedloubyanskytestsuite/src/main/org/jboss/test/xml/book/BookGenericObjectModelFactory.javatestcases for [un]marshalling of choice group, [un]marshalling of immutable classes with no no-arg constructors
1.1addedloubyanskytestsuite/src/main/org/jboss/test/xml/choice/Choice1.javatestcases for [un]marshalling of choice group, [un]marshalling of immutable classes with no no-arg constructors
1.1addedloubyanskytestsuite/src/main/org/jboss/test/xml/choice/Choice2.javatestcases for [un]marshalling of choice group, [un]marshalling of immutable classes with no no-arg constructors
1.1addedloubyanskytestsuite/src/main/org/jboss/test/xml/choice/Root.javatestcases for [un]marshalling of choice group, [un]marshalling of immutable classes with no no-arg constructors
1.1addedloubyanskytestsuite/src/main/org/jboss/test/xml/immutable/Child1.javatestcases for [un]marshalling of choice group, [un]marshalling of immutable classes with no no-arg constructors
1.1addedloubyanskytestsuite/src/main/org/jboss/test/xml/immutable/Child2.javatestcases for [un]marshalling of choice group, [un]marshalling of immutable classes with no no-arg constructors
1.1addedloubyanskytestsuite/src/main/org/jboss/test/xml/immutable/Child3.javatestcases for [un]marshalling of choice group, [un]marshalling of immutable classes with no no-arg constructors
1.1addedloubyanskytestsuite/src/main/org/jboss/test/xml/immutable/ImmutableChoice.javatestcases for [un]marshalling of choice group, [un]marshalling of immutable classes with no no-arg constructors
1.1addedloubyanskytestsuite/src/main/org/jboss/test/xml/immutable/Parent.javatestcases for [un]marshalling of choice group, [un]marshalling of immutable classes with no no-arg constructors
1.1addedloubyanskytestsuite/src/resources/xml/immutable.xsdxsd's for choice group marshalling/unmarshalling and unmarshalling into immutable java classes with no no-arg constructors
1.1addedloubyanskytestsuite/src/resources/xml/choice.xsdxsd's for choice group marshalling/unmarshalling and unmarshalling into immutable java classes with no no-arg constructors
1.2modifiedloubyanskycommon/src/main/org/jboss/xml/binding/DelegatingObjectModelFactory.javasupport for unmarshalling xml content into java classes that don't have default no-arg constructors
1.3modifiedloubyanskycommon/src/main/org/jboss/xml/binding/GenericObjectModelFactory.javasupport for unmarshalling xml content into java classes that don't have default no-arg constructors
1.4modifiedloubyanskycommon/src/main/org/jboss/xml/binding/MappingObjectModelFactory.javasupport for unmarshalling xml content into java classes that don't have default no-arg constructors
1.18modifiedloubyanskycommon/src/main/org/jboss/xml/binding/ObjectModelBuilder.javasupport for unmarshalling xml content into java classes that don't have default no-arg constructors
1.3modifiedloubyanskycommon/src/main/org/jboss/xml/binding/SchemalessObjectModelFactory.javasupport for unmarshalling xml content into java classes that don't have default no-arg constructors
1.5modifiedloubyanskycommon/src/main/org/jboss/xml/binding/Util.javasupport for unmarshalling xml content into java classes that don't have default no-arg constructors
1.5modifiedstarksmthirdparty/licenses/thirdparty-licenses.xmlUpdate the current license info
1.10modifiedstarksmserver/src/etc/deploy/ejb-deployer.xmlSynch up with changes from 4.0
1.2modifiedstarksmserver/src/main/org/jboss/ejb/txtimer/DatabasePersistencePlugin.javaSynch up with changes from 4.0
1.8modifiedstarksmserver/src/main/org/jboss/ejb/txtimer/DatabasePersistencePolicy.javaSynch up with changes from 4.0
1.3modifiedstarksmserver/src/main/org/jboss/ejb/txtimer/OracleDatabasePersistencePlugin.javaSynch up with changes from 4.0
1.76modifiedstarksmserver/src/main/org/jboss/ejb/plugins/EntityInstanceInterceptor.javaFix the instance pool management of home invocations. Applied patch [ 1054374 ] OutOfMemoryError caused by EntityInstanceInterceptor by Jamie Burns.
1.88modifiedstarksmserver/src/etc/conf/default/standardjbosscmp-jdbc.xmlApplied patch [ 1029240 ] PostgreSQL 8.0 JDBC mapping from Juan Martinez.
1.2modifiedstarksmserver/src/main/org/jboss/ejb/txtimer/GeneralPurposeDatabasePersistencePlugin.javaUse the SQLUtil.tableExists method to validate table existence to deal with table name case correctly. Fixes [ 1034920 ] EJB Timer database check.
1.8modifiedstarksmsystem/src/bin/run.confDon't unconditionally set the JAVA_OPTS variable to avoid overwriting existing values. Fixes [ 1068984 ] run.conf (called by run.sh) resets JAVA_OPTS environment var
1.36modifiedstarksmnaming/src/main/org/jnp/interfaces/NamingContext.javaValidate that the jnp.localAddress property is not null before attempting to create an InetSocketAddress from it. Fixes [ 1067836 ] HA-JNDI auto-discovery failed with java.lang.IllegalArgument
1.10modifiedstarksmconnector/src/main/org/jboss/resource/security/CallerIdentityLoginModule.javaUpdate the GetCredentialAction to deal with non-char[] forms of the credential since not all routes will provide this type of information. Fixes [ 1067726 ] SecurityException in CallerIdentityLoginModule.
1.3modifiedstarksmconnector/src/main/org/jboss/resource/security/GetPrincipalInfoAction.javaUpdate the GetCredentialAction to deal with non-char[] forms of the credential since not all routes will provide this type of information. Fixes [ 1067726 ] SecurityException in CallerIdentityLoginModule.
1.29modifiedstarksmtestsuite/src/main/org/jboss/test/security/test/EJBSpecUnitTestCase.javaAdd a testStressNoJaasCache test that runs multiple threads against a secured ejb using the same login with caching disabled.
1.42modifiedstarksmsecurity/src/main/org/jboss/security/plugins/JaasSecurityManager.javaChange the implementation of the authorization phase to use the roles associated with the thread local copy of the authenticated Subject rather than using the domain cache values. This is needed as there is a race condition between authenticating and then using the cached roles and the next thread flushing the cache value. This shows up particularly when the auth cache is disabled and each new authentication flushes the cache. Fixes [ 1064635 ] principalRoles=null but princpal and roles are okay.
1.4modifiedstarksmsecurity/src/main/org/jboss/security/plugins/SubjectActions.javaMake it clear what the copy from/to arguments were in the copySubject action.
1.6modifiedstarksmcommon/src/main/org/jboss/util/TimedCachePolicy.javaAdd the ability to set the interval of resolution timer
1.30modifiedstarksmsecurity/src/main/org/jboss/security/plugins/JaasSecurityManagerService.javaAdd a setCacheTimeout(String securityDomain, int timeoutInSecs, int resInSecs) to set the indicated security domain cache timeout.
1.15modifiedstarksmsecurity/src/main/org/jboss/security/plugins/JaasSecurityManagerServiceMBean.javaAdd a setCacheTimeout(String securityDomain, int timeoutInSecs, int resInSecs) to set the indicated security domain cache timeout.
1.3modifiedtelrodremoting/tests/src/org/jboss/remoting/transport/mock/MockServerInvocationHandler.javaAdded ability to do pass by value via locator uri parameter.
1.10modifiedtelrodremoting/src/main/org/jboss/remoting/InvokerLocator.javaAdded ability to do pass by value via locator uri parameter.
1.14modifiedtelrodremoting/src/main/org/jboss/remoting/InvokerRegistry.javaAdded ability to do pass by value via locator uri parameter.
1.1addedtelrodremoting/tests/src/org/jboss/remoting/byvalue/ByValueInvocationTestCase.javaAdded ability to do pass by value via locator uri parameter.
1.1addedtelrodremoting/tests/src/org/jboss/remoting/byvalue/ByValuePayload.javaAdded ability to do pass by value via locator uri parameter.
1.5modifiedtelrodremoting/src/main/org/jboss/remoting/transport/http/HTTPClientInvoker.javaAdded ability to do pass by value via locator uri parameter.
1.187modifiedbelabancache/src/main/org/jboss/cache/TreeCache.javans
1.6deletedbelabantestsuite/src/main/org/jboss/test/cache/test/local/MBeanUnitTestCase.javamoved

Reply via email to