Timestamp | Author | Details |
---|
2007-10-09 14:23:07 | Mario Ivankovits | /myfaces/orchestra/tags/core-1_0 (von /myfaces/orchestra/trunk/core:583132) v 583137 /myfaces/orchestra/tags/core-1_0/pom.xml (von /myfaces/orchestra/trunk/core/pom.xml:583136) v 583137 [maven-scm] copy for tag core-1_0
|
2007-10-09 11:11:02 | Simon Kitching | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationManager.java v 583084 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationMessager.java v 583084 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/FrameworkAdapter.java v 583084 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/basic/BasicFrameworkAdapter.java v 583084 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/basic/BasicFrameworkAdapterFilter.java v 583084 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/jsf/JsfFrameworkAdapter.java v 583084 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/jsf/JsfFrameworkAdapterFilter.java v 583084 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/local/LocalFrameworkAdapter.java v 583084 Rename private member. Update documentation.
|
2007-10-09 10:57:13 | Mario Ivankovits | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/basic/BasicFrameworkAdapter.java v 583080 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/lib/_ClassUtils.java v 583080 get rid of MyFaces dependency
|
2007-10-09 09:52:23 | Simon Kitching | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/FrameworkAdapter.java v 583065 Add a prepare method to initialise the instance after setters have been called, and invoke the
prepare method from setCurrentInstance if it has not already been done.
|
2007-10-09 08:35:41 | Simon Kitching | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationManager.java v 583057 Remove createMessager method that is unused now that the FrameworkAdapter is responsible for creating it.
|
2007-10-08 14:05:15 | Mario Ivankovits | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/basic/BasicConversationMessager.java v 582794 /myfaces/orchestra/trunk/sandbox/src/main/java/org/apache/myfaces/orchestra/dynaForm/guiBuilder/impl/myfaces/MyFacesGuiBuilder.java v 582794 core: renamed BasicConversationMessager to LogConversationMessager
core15: correctly configure the TypedNumberConverter to also work with VB pointing into maps
|
2007-10-08 10:21:33 | Mario Ivankovits | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationManager.java v 582743 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationUtils.java v 582743 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/FlashScopeManager.java v 582743 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/basic/LogConversationMessager.java (von /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/basic/BasicConversationMessager.java:582742) v 582743 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/jsf/_JsfConversationUtils.java v 582743 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/AbstractFrameworkAdapter.java v 582743 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/FrameworkAdapter.java (von /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/AbstractFrameworkAdapter.java:582742) v 582743 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/basic/BasicFrameworkAdapter.java v 582743 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/local/LocalFrameworkAdapter.java v 582743 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/lib/jsf/OrchestraApplication.java v 582743 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/lib/jsf/OrchestraApplicationFactory.java v 582743 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/lib/jsf/SerializableConverter.java v 582743 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/requestParameterProvider/RequestParameterProviderManager.java v 582743 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/viewController/AbstractViewControllerManager.java v 582743 /myfaces/orchestra/trunk/core/src/test/java/org/apache/myfaces/orchestra/conversation/TestConversation.java v 582743 /myfaces/orchestra/trunk/core/src/test/resources/testApplicationContext.xml v 582743 /myfaces/orchestra/trunk/core15/src/main/java/org/apache/myfaces/orchestra/conversation/spring/AnnotationsInitializer.java v 582743 /myfaces/orchestra/trunk/core15/src/main/java/org/apache/myfaces/orchestra/viewController/AbstractAnnotationsViewControllerManager.java v 582743 /myfaces/orchestra/trunk/core15/src/test/java/org/apache/myfaces/orchestra/conversation/TestConversationPersistence.java v 582743 /myfaces/orchestra/trunk/core15/src/test/resources/testApplicationContext.xml v 582743 some FA fixes/cleanups
|
2007-10-07 21:59:18 | Mario Ivankovits | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/AbstractFrameworkAdapter.java v 582673 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/FrameworkAdapterInterface.java v 582673 FA tests - taken over comments from removed interface
|
2007-10-07 21:46:48 | Simon Kitching | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/filter/OrchestraServletFilter.java v 582671 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/FrameworkAdapter.java v 582671 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/FrameworkAdapterInterface.java v 582671 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/local/LocalFrameworkAdapter.java v 582671 Minor javadoc updates only.
|
2007-10-07 21:25:30 | Mario Ivankovits | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationManager.java v 582669 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/AbstractFrameworkAdapter.java (von /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/FrameworkAdapterInterface.java:582656) v 582669 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/FrameworkAdapter.java v 582669 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/basic/BasicFrameworkAdapter.java v 582669 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/basic/BasicFrameworkAdapterFilter.java v 582669 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/jsf/JsfFrameworkAdapter.java v 582669 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/jsf/JsfFrameworkAdapterFilter.java v 582669 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/local/LocalFrameworkAdapter.java v 582669 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/requestParameterProvider/RequestParameterProviderManager.java v 582669 FA tests
|
2007-10-07 19:25:19 | Simon Kitching | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/basic/BasicConversationMessager.java v 582654 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/jsf/components/UIEndConversation.java v 582654 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/spring/AbstractSpringOrchestraScope.java v 582654 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/spring/BeanDefinitionConversationNameAttrDecorator.java v 582654 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/spring/OrchestraNamespaceHandler.java v 582654 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/spring/SpringConversationScope.java v 582654 Minor javadoc updates only.
|
2007-10-07 18:33:05 | Simon Kitching | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/connectionManager/DisconnectableConnection.java v 582643 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/connectionManager/DisconnectableConnectionFactory.java v 582643 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationAspects.java v 582643 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationAware.java v 582643 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationBindingListener.java v 582643 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationManager.java v 582643 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationMessager.java v 582643 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationRequestParameterProvider.java v 582643 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationTimeoutableAspect.java v 582643 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationUtils.java v 582643 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationWiperThread.java v 582643 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/CurrentConversationAdvice.java v 582643 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/CurrentConversationInfo.java v 582643 Minor javadoc updates only.
|
2007-10-05 16:01:42 | Simon Kitching | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/urlParamNav/UrlParameterNavigationHandler.java v 582274 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/urlParamNav/UrlParameterViewHandler.java v 582274 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/urlParamNav/package.html v 582274 Add javadoc only.
|
2007-10-05 15:34:53 | Simon Kitching | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/requestParameterProvider/RequestParameterServletFilter.java v 582259 Add a second flag to indicate the response was wrapped by something other than a servlet filter.
|
2007-10-05 15:33:44 | Simon Kitching | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/requestParameterProvider/RequestParameterProviderManager.java v 582256 Remove unused method hasProviders.
Check for either of two "response wrapped" flags (filter and jsf-specific one).
|
2007-10-05 15:32:11 | Simon Kitching | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/requestParameterProvider/jsf/RequestParameterFacesContextFactory.java v 582255 Set a second (different) request flag when the response has been internally wrapped; the RequestParameterProviderManager
does need to be reassured that the response wrapping has occurred when no servletfilter is present. Also update
comments/docs.
|
2007-10-05 15:16:39 | Simon Kitching | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/lib/jsf/OrchestraApplication.java v 582248 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/lib/jsf/SerializableConverter.java v 582248 Just comment/javadoc updates.
|
2007-10-05 15:10:10 | Simon Kitching | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/CurrentConversationAdvice.java v 582245 Minor javadoc tweak: remove reference to Spring. Any AOC container can use this class.
|
2007-10-05 14:59:14 | Simon Kitching | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationManager.java v 582240 Javadoc updates only.
|
2007-10-05 14:54:05 | Simon Kitching | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationManager.java v 582234 * Make non-final var lowercase.
* Move object initialisation into the constructor. This allows NEW to be used rather than a create method.
* Make createMessager method use frameworkadapter.getBean, so
(a) IOC config can define the instance to use, and
(b) the framework adapter can provide a framework-specific default.
|
2007-10-05 14:50:37 | Simon Kitching | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationMessager.java v 582233 Add comments only.
|
2007-10-05 14:42:54 | Simon Kitching | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/local/LocalFrameworkAdapter.java v 582232 Fix: the getBean method should return null if the bean does not exist, rather than throw an exception.
|
2007-10-05 14:42:22 | Simon Kitching | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/jsf/JsfFrameworkAdapter.java v 582231 Implement "magic beans" in order to provide framework-specific default objects.
|
2007-10-05 13:49:00 | Simon Kitching | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/FrameworkAdapterInterface.java v 582218 Document expected behaviour of getBean(name) when the bean does not exist.
|
2007-10-05 12:35:11 | Simon Kitching | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/basic v 582200 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/basic/BasicConversationMessager.java v 582200 Add non-JSF version of ConversationMessager.
|
2007-10-05 12:32:34 | Simon Kitching | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/jsf/JsfConversationMessager.java v 582196 Break up long lines of code. No logic changes.
|
2007-10-05 11:47:28 | Simon Kitching | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/_ConversationUtils.java v 582167 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/jsf/_JsfConversationUtils.java v 582167 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/jsf/components/UIEndConversation.java v 582167 Move jsf-specific utility methods into jsf package.
|
2007-10-05 11:25:27 | Simon Kitching | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/jsf/JsfFrameworkAdapterFilter.java v 582157 Minor javadoc update.
|
2007-10-05 11:24:51 | Simon Kitching | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/jsf/JsfFrameworkAdapter.java v 582156 Get rid of Spring dependencies.
|
2007-10-05 11:06:49 | Simon Kitching | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/basic/BasicFrameworkAdapter.java v 582147 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/basic/BasicFrameworkAdapterFilter.java v 582147 Fix copy-and-paste problems in javadoc.
|
2007-10-05 11:04:45 | Simon Kitching | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/basic/BasicFrameworkAdapter.java v 582143 Fix some accidental dependencies on JSF classes.
|
2007-10-05 10:53:20 | Simon Kitching | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/FrameworkAdapterInterface.java v 582136 Improve docs; clarify meaning of "getBean" method.
|
2007-10-05 10:34:25 | Simon Kitching | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/basic v 582123 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/basic/BasicFrameworkAdapter.java v 582123 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/basic/BasicFrameworkAdapterFilter.java v 582123 Add FrameworkAdapter for non-jsf environments. Formerly, non-jsf environments just used the jsf adapter, and
relied on the fact that it always falls back to the standard req/rsp/session stuff if the FacesContext cannot
be found. That isn't very elegant though; a separate class is nicer.
|
2007-10-05 10:15:40 | Simon Kitching | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/FrameworkAdapterInterface.java v 582115 Add javadoc only.
|
2007-10-05 09:20:22 | Simon Kitching | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/local/LocalFrameworkAdapter.java v 582100 Add comments only.
|
2007-10-04 23:13:46 | Simon Kitching | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationManager.java v 582013 Comment/javadoc changes only.
|
2007-10-04 23:05:31 | Simon Kitching | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationContext.java v 582012 Minor comment fix.
|
2007-10-04 22:56:48 | Simon Kitching | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationContext.java v 582010 Reduce lock contention.
|
2007-10-04 22:54:26 | Simon Kitching | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationContext.java v 582007 Add comments. Remove unnecessary log statement. Rename variable for clarity. All pretty trivial.
|
2007-10-04 22:19:23 | Simon Kitching | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationContext.java v 582001 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationManager.java v 582001 Remove unused constructor parameter.
|
2007-10-04 22:18:53 | Simon Kitching | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/FlashScopeManager.java v 582000 Remove unused constant.
|
2007-10-04 17:28:13 | Simon Kitching | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/Conversation.java v 581950 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationAspect.java v 581950 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationTimeoutableAspect.java v 581950 Update javadoc only.
|
2007-10-04 16:56:20 | Simon Kitching | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationAspects.java v 581939 Add javadoc only.
|
2007-10-04 16:24:56 | Simon Kitching | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/persistenceContexts v 581922 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/spring/JpaPersistenceContextFactory.java (von /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/persistenceContexts/JpaPersistenceContextFactory.java:581905) v 581922 Move the JpaPersistenceContextFactory class into the spring package; it is spring-specific.
|
2007-10-04 15:51:18 | Simon Kitching | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/persistenceContexts/JpaPersistenceContextFactory.java v 581905 Add comments and javadoc only.
|
2007-10-04 15:19:50 | Simon Kitching | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationContext.java v 581893 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/jsf/JsfConversationMessager.java v 581893 Add javadoc only.
|
2007-10-04 15:17:54 | Simon Kitching | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/jsf/FlashScopePhaseListener.java v 581892 Simplify code a little now that ConversationContext.iterateConversations cannot return null.
Add javadoc and comments.
|
2007-10-04 15:15:03 | Simon Kitching | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationManager.java v 581890 Always return an iterator from iterateConversations, to simplify code that calls this method. Also add comments.
|
2007-10-04 15:06:12 | Simon Kitching | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/FlashScopeManager.java v 581886 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/FlashScopeManagerConfiguration.java v 581886 Add javadoc only.
|
2007-10-04 13:54:21 | Simon Kitching | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/jsf/components/EndConversationTag.java v 581867 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/jsf/components/UIEndConversation.java v 581867 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/jsf/lib/EndConversationMethodBindingFacade.java v 581867 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/jsf/lib/_EndConversationMethodBindingFacade.java (von /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/jsf/lib/EndConversationMethodBindingFacade.java:581866) v 581867 Prefix EndConversationMethodBindingFacade classname with underscore to indicate it is for internal use only.
|
2007-10-04 13:51:41 | Simon Kitching | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/jsf/lib/EndConversationMethodBindingFacade.java v 581866 Fix problem in previous commit, where an instance with original=null would no longer terminate the conversation.
The previous behaviour has been restored (always terminate conversation).
|
2007-10-04 13:20:05 | Simon Kitching | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/jsf/lib/EndConversationMethodBindingFacade.java v 581852 INCOMPATIBLE CHANGE:
Change behavior of ox:endConversation tag when null is returned by an action method; the conversation is now never
terminated in this case. Previously, it was terminated if onOutcomes was null, and not terminated otherwise.
|
2007-10-04 12:55:18 | Simon Kitching | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/jsf/filter/OrchestraServletFilter.java v 581845 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/filter v 581845 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/filter/OrchestraServletFilter.java v 581845 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/FrameworkAdapterServletFilter.java v 581845 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/jsf/JsfFrameworkAdapter.java v 581845 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/jsf/JsfFrameworkAdapterFilter.java v 581845 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/lib/CompoundFilter.java v 581845 Alter implementations of orchestra-provided servlet filters. This makes the following incompatible changes:
1. Class frameworkAdapter/FrameworkAdapterServletFilter no longer exists. It is replaced by
frameworkAdapter/jsf/JsfFrameworkAdapterFilter.
2. Class conversation.jsf.OrchestraServletFilter no longer has a servlet config param to choose the framework; it
always chooses jsf (as the package name indicates).
There are some other API changes, but nothing that is likely to affect users.
|
2007-10-04 09:06:58 | Simon Kitching | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationRequestParameterProvider.java v 581788 Remove unused import.
|
2007-10-03 09:44:17 | Simon Kitching | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/jsf/components/UISeparateConversationContext.java v 581518 Trivial comment improvement.
|
2007-10-02 17:42:31 | Simon Kitching | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/servlet/ConversationManagerSessionListener.java v 581284 Add comment only.
|
2007-10-02 17:38:07 | Simon Kitching | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationRequestParameterProvider.java v 581283 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/jsf/components/UISeparateConversationContext.java v 581283 Move the separationMode property to a more appropriate location, to avoid having the (potentially generic)
ConversationRequestParameterProvider referencing a specific JSF component.
|
2007-10-02 17:19:25 | Simon Kitching | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/spring/PersistenceContextConversationInterceptor.java v 581275 Add javadoc only.
|
2007-09-28 11:59:15 | Mario Ivankovits | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/jsf/FlashScopePhaseListener.java v 580279 avoid creating a conversation manager if none exists yet
|
2007-09-27 23:04:36 | Mario Ivankovits | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/requestParameterProvider/jsf/RequestParameterFacesContextFactory.java v 580153 fixed the case where the response wrapper was not wrapped in the JSF FacesContext if you created your own FacesContext previousely
|
2007-09-18 15:15:53 | Mario Ivankovits | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/spring/SpringConversationScope.java v 576896 /myfaces/orchestra/trunk/pom.xml v 576896 moved to released artifacts
fixed regression with flash scope
|
2007-09-11 07:30:37 | Mario Ivankovits | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/local/LocalFrameworkAdapter.java v 574463 implement Spring's ApplicationContextAware interface to automatically get in touch with its application-context
|
2007-09-11 07:21:27 | Mario Ivankovits | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/FrameworkAdapterInterface.java v 574461 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/jsf/JsfFrameworkAdapter.java v 574461 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/local v 574461 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/local/LocalFrameworkAdapter.java (von /myfaces/orchestra/trunk/core/src/test/java/org/apache/myfaces/orchestra/frameworkAdapter/MockFrameworkAdapter.java:573836) v 574461 /myfaces/orchestra/trunk/core/src/test/java/org/apache/myfaces/orchestra/conversation/TestConversation.java v 574461 /myfaces/orchestra/trunk/core/src/test/java/org/apache/myfaces/orchestra/frameworkAdapter v 574461 /myfaces/orchestra/trunk/core15/src/test/java/org/apache/myfaces/orchestra/conversation/TestConversationPersistence.java v 574461 /myfaces/orchestra/trunk/core15/src/test/java/org/apache/myfaces/orchestra/frameworkAdapter v 574461 provide a LocalFrameworkAdapter to make Orchestra work in generic non Servlet/JSF environments
|
2007-09-10 18:07:54 | Simon Kitching | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/jsf/filter/OrchestraServletFilter.java v 574292 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/FrameworkAdapterServletFilter.java (von /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/jsf/FrameworkAdapterServletFilter.java:574272) v 574292 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/jsf/FrameworkAdapterServletFilter.java v 574292 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/jsf/JsfFrameworkAdapter.java v 574292 Move FrameworkAdapterServletFilter up out of the "jsf" subpackage; it is not jsf-specific.
|
2007-09-10 18:04:22 | Simon Kitching | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/connectionManager/AbstractConnectionManagerListener.java v 574290 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/connectionManager/ConnectionManagerDataSource.java v 574290 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/connectionManager/ConnectionManagerListener.java v 574290 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/connectionManager/DisconnectableConnection.java v 574290 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/connectionManager/DisconnectableConnectionFactory.java v 574290 Remove listener functionality from ConnectionManagerDataSource.
|
2007-09-10 16:59:55 | Simon Kitching | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/FrameworkAdapter.java v 574274 Remove obsolete documentation.
|
2007-09-10 16:57:04 | Simon Kitching | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/jsf/FrameworkAdapterServletFilter.java v 574272 Remove unused method; the connection cleanup is directly invoked on ConnectionManagerDataSource by OrchestraServletFilter.
|
2007-09-10 16:24:30 | Simon Kitching | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/jsf/components/AbstractConversationComponent.java v 574258 This class is used as an abstract base class, so mark it as abstract.
|
2007-09-10 16:23:22 | Simon Kitching | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/spring/PersistenceContextCloser.java v 574257 Update javadoc only.
|
2007-09-10 16:20:45 | Simon Kitching | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/spring/PersistenceContext.java v 574256 Update javadoc only.
|
2007-09-10 16:07:12 | Simon Kitching | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/persistenceContexts (von /myfaces/orchestra/trunk/core15/src/main/java/org/apache/myfaces/orchestra/conversation/persistenceContexts:574147) v 574253 /myfaces/orchestra/trunk/core15/src/main/java/org/apache/myfaces/orchestra/conversation/persistenceContexts v 574253 Move JpaPersistenceContextFactory from the core15 module to the core module, as it is possible to use Orchestra persistence without annotations.
Note that this is a binary-compatible change, as no classnames have changed.
|
2007-09-10 13:36:16 | Simon Kitching | /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/jsf/components/EndConversationTag.java v 574207 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/jsf/components/UIEndConversation.java v 574207 /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/jsf/lib/EndConversationMethodBindingFacade.java v 574207 /myfaces/orchestra/trunk/core/src/main/tld/myfaces_orchestra.tld v 574207 * Remove restart and restartAction attributes from the endConversation tag.
* Check errorOutcome against onOutcome, so conversations can potentially be closed
when an exception is thrown.
|