BUILD COMPLETE - build.84 |
Date of build: 07/05/2006 11:42:17 |
Time to build: 5 minutes 9 seconds |
Last changed: 07/05/2006 00:24:16 |
Last log entry: Updated documentation for @WebRemote annotation |
Unit Tests: (26) Total Errors and Failures: (0) | |||
All Tests Passed | |||
Modifications since last build: (first 50 of 243) | ||||
1.19 | modified | sbryzak2 | src/main/org/jboss/seam/remoting/remote.js | JBSEAM-267 |
1.4 | modified | sbryzak2 | src/test/misc/org/jboss/seam/test/RemotingTest.java | Added unit tests for remoting constraints, re-organized some remoting classes for greater flexibility |
1.15 | modified | sbryzak2 | src/main/org/jboss/seam/remoting/ExecutionHandler.java | Added unit tests for remoting constraints, re-organized some remoting classes for greater flexibility |
1.1 | added | sbryzak2 | src/main/org/jboss/seam/remoting/MarshalUtils.java | Added unit tests for remoting constraints, re-organized some remoting classes for greater flexibility |
1.3 | modified | sbryzak2 | src/main/org/jboss/seam/remoting/CallContext.java | Apply constraints to collections and maps. Updated unit tests for NumberWrapper |
1.14 | modified | sbryzak2 | src/main/org/jboss/seam/remoting/ExecutionHandler.java | Apply constraints to collections and maps. Updated unit tests for NumberWrapper |
1.5 | modified | sbryzak2 | src/main/org/jboss/seam/remoting/PollHandler.java | Apply constraints to collections and maps. Updated unit tests for NumberWrapper |
1.18 | modified | sbryzak2 | src/main/org/jboss/seam/remoting/remote.js | Apply constraints to collections and maps. Updated unit tests for NumberWrapper |
1.4 | modified | sbryzak2 | src/main/org/jboss/seam/remoting/wrapper/BagWrapper.java | Apply constraints to collections and maps. Updated unit tests for NumberWrapper |
1.3 | modified | sbryzak2 | src/main/org/jboss/seam/remoting/wrapper/BaseWrapper.java | Apply constraints to collections and maps. Updated unit tests for NumberWrapper |
1.8 | modified | sbryzak2 | src/main/org/jboss/seam/remoting/wrapper/BeanWrapper.java | Apply constraints to collections and maps. Updated unit tests for NumberWrapper |
1.3 | modified | sbryzak2 | src/main/org/jboss/seam/remoting/wrapper/MapWrapper.java | Apply constraints to collections and maps. Updated unit tests for NumberWrapper |
1.3 | modified | sbryzak2 | src/main/org/jboss/seam/remoting/wrapper/Wrapper.java | Apply constraints to collections and maps. Updated unit tests for NumberWrapper |
1.3 | modified | sbryzak2 | src/test/misc/org/jboss/seam/test/RemotingTest.java | Apply constraints to collections and maps. Updated unit tests for NumberWrapper |
1.2 | modified | gavin | src/ui/org/jboss/seam/ui/UISelection.java | more robust datamodelselection from s:link |
1.5 | modified | gavin | src/main/org/jboss/seam/util/Reflections.java | allow config via instvars or lonely setter methods |
1.3 | modified | gavin | src/main/org/jboss/seam/util/Conversions.java | much more elegant impl |
1.2 | modified | gavin | src/main/org/jboss/seam/util/Conversions.java | support maps |
1.1 | added | gavin | src/main/org/jboss/seam/util/Conversions.java | enhancements to components.xml:support <value> elementsupport #{...}support collections of non-string elements |
1.4 | modified | gavin | src/main/org/jboss/seam/util/Reflections.java | enhancements to components.xml:support <value> elementsupport #{...}support collections of non-string elements |
1.3 | deleted | gavin | src/main/org/jboss/seam/util/SetPropertyEditor.java | enhancements to components.xml:support <value> elementsupport #{...}support collections of non-string elements |
1.5 | deleted | gavin | src/main/org/jboss/seam/util/StringArrayPropertyEditor.java | enhancements to components.xml:support <value> elementsupport #{...}support collections of non-string elements |
1.27 | modified | gavin | src/test/misc/org/jboss/seam/test/InitializationTest.java | fix tests |
1.22 | modified | gavin | src/test/misc/org/jboss/seam/test/InterceptorTest.java | fix tests |
1.5 | modified | gavin | src/main/org/jboss/seam/jsf/SeamExtendedManagedPersistencePortletPhaseListener.java | fixed some problems with tx mgmt |
1.82 | modified | gavin | src/main/org/jboss/seam/jsf/SeamPhaseListener.java | fixed some problems with tx mgmt |
1.9 | modified | gavin | src/main/org/jboss/seam/jsf/SeamPortletPhaseListener.java | fixed some problems with tx mgmt |
1.2 | modified | gavin | src/main/org/jboss/seam/pageflow/Page.java | let pageflows define no-conversation-view-id |
1.2 | modified | gavin | src/ui/org/jboss/seam/ui/UIConversationIsLongRunning.java | oops |
1.1 | added | gavin | src/ui/org/jboss/seam/ui/UIConversationIsLongRunning.java | replacement approach for @Conversational |
1.13 | modified | gavin | src/main/org/jboss/seam/remoting/ExecutionHandler.java | replacement functionality for @Conversational |
1.7 | modified | gavin | src/main/org/jboss/seam/remoting/SubscriptionHandler.java | replacement functionality for @Conversational |
1.5 | modified | gavin | src/main/org/jboss/seam/servlet/SeamRedirectFilter.java | replacement functionality for @Conversational |
1.9 | modified | gavin | src/ui/org/jboss/seam/ui/HtmlLink.java | replacement functionality for @Conversational |
1.17 | modified | gavin | src/main/org/jboss/seam/servlet/SeamExceptionFilter.java | minor |
1.16 | modified | gavin | src/main/org/jboss/seam/servlet/SeamExceptionFilter.java | minor |
1.15 | modified | gavin | src/main/org/jboss/seam/servlet/SeamExceptionFilter.java | new exception handling functionality |
1.1 | added | tbaeyens | src/test/misc/org/jboss/seam/test/PageflowConfigurationTest.java | moved pageflow impl to seam sources: JBSEAM-272 |
1.2 | modified | tbaeyens | src/test/misc/org/jboss/seam/test/PageflowTest.java | moved pageflow impl to seam sources: JBSEAM-272 |
1.1 | added | tbaeyens | src/main/org/jboss/seam/pageflow/Page.java | moved pageflow impl to seam sources: JBSEAM-272 |
1.1 | added | tbaeyens | src/main/org/jboss/seam/pageflow/PageflowHelper.java | moved pageflow impl to seam sources: JBSEAM-272 |
1.1 | added | tbaeyens | src/main/org/jboss/seam/pageflow/PageflowParser.java | moved pageflow impl to seam sources: JBSEAM-272 |
1.1 | added | tbaeyens | src/main/org/jboss/seam/pageflow/jbpm.pageflow.cfg.xml | moved pageflow impl to seam sources: JBSEAM-272 |
1.8 | modified | gavin | src/ui/org/jboss/seam/ui/HtmlLink.java | applied JBSEAM-282 by Goran Ehrsson |
1.81 | modified | gavin | src/main/org/jboss/seam/jsf/SeamPhaseListener.java | ws |
1.15 | modified | gavin | src/main/org/jboss/seam/jsf/SeamVariableResolver.java | fix JBSEAM-283 |
1.2 | modified | gavin | src/ui/org/jboss/seam/ui/UIConversationId.java | org.jboss.seam.core.manager.conversationIdParameter |
1.80 | modified | gavin | src/main/org/jboss/seam/jsf/SeamPhaseListener.java | fix a bug with backbutton handling, related to JBSEAM-284, add concept of render parameters |
1.8 | modified | gavin | src/main/org/jboss/seam/jsf/SeamPortletPhaseListener.java | fix a bug with backbutton handling, related to JBSEAM-284, add concept of render parameters |
1.4 | modified | gavin | src/main/org/jboss/seam/servlet/SeamRedirectFilter.java | fix a bug with backbutton handling, related to JBSEAM-284, add concept of render parameters |
Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ JBoss-Development mailing list JBoss-Development@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-development