View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-jdk-matrix?log=log20041120022120Lbuild.19

BUILD COMPLETE -  build.19
Date of build: 11/20/2004 02:21:20
Time to build: 32 minutes 54 seconds
Last changed: 11/19/2004 23:49:13
Last log entry: Allow protected access to the xaProps.

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

 Modifications since last build:  (36)
1.16.6.1modifiedstarksmconnector/src/main/org/jboss/resource/adapter/jdbc/xa/XAManagedConnectionFactory.javaAllow protected access to the xaProps.
1.4.2.1modifiedstarksmconnector/src/etc/example-config/informix-xa-ds.xmlIntegrate [ 633002 ] Patched informix-xa-ds.xml from Frank Langelage.
1.75.4.1modifiedstarksmserver/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.84.2.4modifiedstarksmserver/src/etc/conf/default/standardjbosscmp-jdbc.xmlApplied patch [ 1029240 ] PostgreSQL 8.0 JDBC mapping from Juan Martinez.
1.1.2.3modifiedstarksmserver/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.6.4.3modifiedstarksmsystem/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.33.4.4modifiedstarksmnaming/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.9.2.1modifiedstarksmconnector/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.2.2.1modifiedstarksmconnector/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.9.2.1modifiedtdieslerwebservice/src/main/org/jboss/webservice/client/CallImpl.javaSupport attachments on client side. Rudimentary, first cut - more to come.
1.4.2.2modifiedtdieslerwebservice/src/main/org/jboss/webservice/client/PortProxy.javaSupport attachments on client side. Rudimentary, first cut - more to come.
1.1.2.2modifiedtdieslerwebservice/src/main/org/jboss/webservice/client/Stub.javaSupport attachments on client side. Rudimentary, first cut - more to come.
1.4.2.6modifiedtdieslerjaxrpc/src/main/org/apache/axis/client/Call.javaStub out adding of attachments to SOAP message
1.1.2.1modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/attachment/AttachmentDIITestCase.javaAdd attachment tests for DII and generated proxy
1.1.2.3modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/attachment/AttachmentImpl.javaAdd attachment tests for DII and generated proxy
1.1.2.1modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/attachment/AttachmentSAAJTestCase.javaAdd attachment tests for DII and generated proxy
1.1.2.3modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/attachment/AttachmentTestCase.javaAdd attachment tests for DII and generated proxy
1.41.2.1modifiedstarksmsecurity/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.24.4.5modifiedstarksmtestsuite/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.27.2.4modifiedstarksmsecurity/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.14.6.1modifiedstarksmsecurity/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.3.2.1modifiedstarksmsecurity/src/main/org/jboss/security/plugins/SubjectActions.javaMake it clear what the copy from/to arguments were in the copySubject action.
1.5.6.1modifiedstarksmcommon/src/main/org/jboss/util/TimedCachePolicy.javaAdd the ability to set the interval of resolution timer
1.1.1.1.4.1modifiedtdieslerjaxrpc/src/main/org/apache/axis/utils/Mapping.javaSuuport MimeMultipart on server side
1.3.2.3modifiedtdieslerjaxrpc/src/main/org/apache/axis/message/SOAPElementAxisImpl.javaSuuport MimeMultipart on server side
1.1.1.1.4.3modifiedtdieslerjaxrpc/src/main/org/apache/axis/encoding/DeserializationContextImpl.javaSuuport MimeMultipart on server side
1.1.1.1.4.4modifiedtdieslerjaxrpc/src/main/org/apache/axis/attachments/AttachmentPartImpl.javaSuuport MimeMultipart on server side
1.1.1.1.4.2modifiedtdieslerjaxrpc/src/main/org/apache/axis/attachments/MimeUtils.javaSuuport MimeMultipart on server side
1.1.1.1.4.1modifiedtdieslerjaxrpc/src/main/org/apache/axis/utils/IOUtils.javaReplace bugy ManagedMemoryDataSource with a simple all in memory data source.Support multiple/* <-> MimeMultiple in AttachmentPart.getContent()
1.2.2.7modifiedtdieslerjaxrpc/src/main/org/apache/axis/providers/java/RPCInvocation.javaReplace bugy ManagedMemoryDataSource with a simple all in memory data source.Support multiple/* <-> MimeMultiple in AttachmentPart.getContent()
1.1.1.1.4.3modifiedtdieslerjaxrpc/src/main/org/apache/axis/attachments/AttachmentPartImpl.javaReplace bugy ManagedMemoryDataSource with a simple all in memory data source.Support multiple/* <-> MimeMultiple in AttachmentPart.getContent()
1.1.1.1.4.2modifiedtdieslerjaxrpc/src/main/org/apache/axis/attachments/AttachmentsImpl.javaReplace bugy ManagedMemoryDataSource with a simple all in memory data source.Support multiple/* <-> MimeMultiple in AttachmentPart.getContent()
1.1.1.1.4.3modifiedtdieslerjaxrpc/src/main/org/apache/axis/attachments/ManagedMemoryDataSource.javaReplace bugy ManagedMemoryDataSource with a simple all in memory data source.Support multiple/* <-> MimeMultiple in AttachmentPart.getContent()
1.1.1.1.4.2modifiedtdieslerjaxrpc/src/main/org/apache/axis/attachments/MultiPartDimeInputStream.javaReplace bugy ManagedMemoryDataSource with a simple all in memory data source.Support multiple/* <-> MimeMultiple in AttachmentPart.getContent()
1.1.1.1.4.2modifiedtdieslerjaxrpc/src/main/org/apache/axis/attachments/MultiPartRelatedInputStream.javaReplace bugy ManagedMemoryDataSource with a simple all in memory data source.Support multiple/* <-> MimeMultiple in AttachmentPart.getContent()
1.2.8.1modifiedtdieslerj2ee/src/main/javax/xml/soap/AttachmentPart.javajavadoc

Reply via email to