View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050118235849Lbuild.714

BUILD COMPLETE -  build.714
Date of build: 01/18/2005 23:58:49
Time to build: 18 minutes 54 seconds
Last changed: 01/18/2005 19:05:09
Last log entry: Common definitions for jbossbuild

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

 Modifications since last build:  (40)
1.1addedejorttools/etc/jbossbuild/tasks.xmlCommon definitions for jbossbuild
1.1addedejorttools/lib/jbossbuild.jarCurrent snapshot of the jboss build project
1.1addedejortcommon/jbossbuild.xmlAlternate build file for the new jboss build
1.23modifiedpatriot1burkethirdparty/javassist/lib/javassist.jarjavassist 3.0
1.2modifiedbelabancache/src/main/org/jboss/cache/Version.javachanged to 1.2.1
1.5modifiedpatriot1burkeejb3x/src/main/javax/ejb/ManyToMany.javamappedBy and remove of isInverse
1.26modifiedpatriot1burkeejb3/build-test.xmlmappedBy
1.2modifiedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/relationships/SessionBean.javamappedBy
1.2modifiedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/relationships/SessionRemote.javamappedBy
1.2modifiedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/relationships/Order.javamappedBy
1.1addedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/relationships/Customer.javamappedBy
1.1addedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/relationships/CustomerRecord.javamappedBy
1.1addedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/relationships/unit/RelationshipUnitTestCase.javamappedBy
1.2deletedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/relationships/unit/DeleteUnitTestCase.javamappedBy
1.4modifiedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/regression/Branch.javamappedBy
1.2modifiedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/manytomany/Company.javamappedBy
1.2modifiedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/manytomany/Customer.javamappedBy
1.2modifiedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/manytomany/Flight.javamappedBy
1.2modifiedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/entitycallback/Customer.javamappedBy
1.4modifiedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/entity/Customer.javamappedBy
1.2modifiedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/entity/FieldCompany.javamappedBy
1.2modifiedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/entity/FieldCustomer.javamappedBy
1.3modifiedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/entity/Company.javamappedBy
1.2modifiedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/composite/Flight.javamappedBy
1.2modifiedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/composite/FieldFlight.javamappedBy
1.2modifiedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/composite/FieldCustomer.javamappedBy
1.3modifiedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/composite/Customer.javamappedBy
1.1addedpatriot1burkeejb3/src/main/org/jboss/ejb3/entity/JoinColumnImpl.javamappedBy
1.19modifiedpatriot1burkeejb3/src/main/org/jboss/ejb3/entity/EntityToHibernateXml.javamappedBy
1.2modifiedpatriot1burkeejb3/docs/tutorial/relationships/src/org/jboss/tutorial/relationships/bean/Flight.javamappedBy
1.3modifiedpatriot1burkeejb3/docs/tutorial/relationships/src/org/jboss/tutorial/relationships/bean/Customer.javamappedBy
1.3modifiedpatriot1burkeejb3/docs/tutorial/entity/src/org/jboss/tutorial/entity/bean/Order.javamappedBy
1.2modifiedpatriot1burkeejb3/docs/tutorial/composite/src/org/jboss/tutorial/composite/bean/Flight.javamappedBy
1.3modifiedpatriot1burkeejb3/docs/tutorial/composite/src/org/jboss/tutorial/composite/bean/Customer.javamappedBy
1.217modifiedbelabancache/src/main/org/jboss/cache/TreeCache.javaadded releasing of nodes on failed state transfer
1.14modifiedstarksmcluster/src/main/org/jboss/proxy/ejb/ProxyFactoryHA.javaUnbind the bean and home invokers from jndi during destroy.
1.1addedstarksmserver/src/main/org/jboss/proxy/ejb/RetryInterceptor.javaAn ejb proxy interceptor that will retry failed invocations by restoring the InvocationContext invoker. This is triggered by a ServiceUnavailableException which causes the interceptor to fall into a while loop that retries the lookup of the transport invoker using the jndi name obtained from the invocation context under the key InvocationKey.JNDI_NAME, with the additional extension of "-RemoteInvoker" if the invocation type is InvocationType.REMOTE and "-HomeInvoker" if the invocation type is InvocationType.HOME.The JNDI environment used for the lookup must be set via the setRetryEnv. Typically this is an HA-JNDI configuration with one or more bootstrap urls.
1.1addedosdchicagowebservice/docs/tools-docs/wsdl_mapping.docFirst pass at defining the Mapping between WSDL 1.1 and WSDL 2.0 This document will act as the reference for our decision to go with a single object model based on WSDL 2.0.
1.14modifiedstarksmcluster/src/main/org/jboss/invocation/jrmp/interfaces/JRMPInvokerProxyHA.javaUpdate to throw a org.jboss.invocation.ServiceUnavailableException when all targets have been exahausted instead of a java.rmi.RemoteException so that there is a clear distinction between a failure to invoke on a remote target and a RemoteException which could be a normal result of the invocation.
1.1addedstarksmserver/src/main/org/jboss/invocation/ServiceUnavailableException.javaAn extension of the RMI RemoteException that is used to indicate that there are no target services available for an invocation. An example usage is for an HA proxy to throw this exception when all targets are found to be unavailable.

Reply via email to