View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20041023062858

BUILD FAILED
Ant Error Message: file:/home/cruisecontrol/work/scripts/build-jboss-head.xml:89: exec returned: 1
Date of build: 10/23/2004 06:28:58
Time to build: 162 minutes 30 seconds
Last changed: 10/23/2004 05:42:46
Last log entry: Add support for different formats of attribute serial data. In addition to the default text format, there is support for a javaBean format.

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

 Modifications since last build:  (6)
1.32.4.1modifiedstarksmsystem/src/main/org/jboss/system/ServiceConfigurator.javaAdd support for different formats of attribute serial data. In addition to the default text format, there is support for a javaBean format.
1.1.2.2modifiedstarksmsystem/src/resources/dtd/jboss-service_4_0.dtdAdd support for different formats of attribute serial data. In addition to the default text format, there is support for a javaBean format.
1.1.2.1modifiedstarksmsystem/src/resources/dtd/jboss-service_4_0.dtdAdd attributeClass and serialDataType attributes to the mbean/attribute element to support configuration of non-trivial java bean attribute types. A property element has also been added to support the specification of the java bean configuration, for example: <mbean code="org.jboss.invocation.jrmp.server.JRMPInvoker" name="jboss:service=invoker,type=jrmp,socketType=SSLSocketFactory,wantsClientAuth=true"> <attribute name="RMIObjectPort">0</attribute> <attribute name="RMIClientSocketFactoryBean" attributeClass="org.jboss.security.ssl.RMISSLClientSocketFactory" serialDataType="javaBean"> <property name="wantsClientAuth">true</property> <property name="needsClientAuth">false</property> </attribute> <attribute name="RMIServerSocketFactoryBean" attributeClass="org.jboss.security.ssl.RMISSLServerSocketFactory" serialDataType="javaBean"> <property name="bindAddress">${jboss.bind.address}</property> <property name="securityDomain">java:/jaas/rmi-ssl</property> <property name="wantsClientAuth">true</property> <property name="needsClientAuth">true</property> </attribute> </mbean>
1.6.2.3modifiedstarksmcommon/src/main/org/jboss/util/xml/JBossEntityResolver.javaAdd a mapping for the jboss-service_4_0.dtd
1.27.2.3modifiedstarksmsecurity/src/main/org/jboss/security/plugins/JaasSecurityManagerService.javaInstall the SecurityDomain property editor
1.6.6.1modifiedstarksmcommon/src/main/org/jboss/util/propertyeditor/PropertyEditors.javaAdd a utility method which takes the properties found in the given property map to the bean using the property editor registered for the property.

Reply via email to