You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by fl...@apache.org on 2010/09/22 13:30:04 UTC

svn commit: r999880 - in /lenya/tags/RELEASE_2_0_3/src: impl/test/org/apache/lenya/cms/workflow/ modules-core/workflow/java/src/org/apache/lenya/cms/workflow/usecases/ modules-core/workflow/java/test/

Author: florent
Date: Wed Sep 22 11:30:04 2010
New Revision: 999880

URL: http://svn.apache.org/viewvc?rev=999880&view=rev
Log:
- revert to previous version cause not patching a release

Added:
    lenya/tags/RELEASE_2_0_3/src/impl/test/org/apache/lenya/cms/workflow/   (props changed)
      - copied from r901020, lenya/tags/RELEASE_2_0_3/src/impl/test/org/apache/lenya/cms/workflow/
    lenya/tags/RELEASE_2_0_3/src/impl/test/org/apache/lenya/cms/workflow/WorkflowTest.java
      - copied unchanged from r901020, lenya/tags/RELEASE_2_0_3/src/impl/test/org/apache/lenya/cms/workflow/WorkflowTest.java
Removed:
    lenya/tags/RELEASE_2_0_3/src/modules-core/workflow/java/test/
Modified:
    lenya/tags/RELEASE_2_0_3/src/modules-core/workflow/java/src/org/apache/lenya/cms/workflow/usecases/Publish.java

Propchange: lenya/tags/RELEASE_2_0_3/src/impl/test/org/apache/lenya/cms/workflow/
------------------------------------------------------------------------------
    svn:eol-stlyle = native

Modified: lenya/tags/RELEASE_2_0_3/src/modules-core/workflow/java/src/org/apache/lenya/cms/workflow/usecases/Publish.java
URL: http://svn.apache.org/viewvc/lenya/tags/RELEASE_2_0_3/src/modules-core/workflow/java/src/org/apache/lenya/cms/workflow/usecases/Publish.java?rev=999880&r1=999879&r2=999880&view=diff
==============================================================================
--- lenya/tags/RELEASE_2_0_3/src/modules-core/workflow/java/src/org/apache/lenya/cms/workflow/usecases/Publish.java (original)
+++ lenya/tags/RELEASE_2_0_3/src/modules-core/workflow/java/src/org/apache/lenya/cms/workflow/usecases/Publish.java Wed Sep 22 11:30:04 2010
@@ -410,7 +410,7 @@ public class Publish extends InvokeWorkf
         Message message = new Message(subject, body, sender, recipients);
 
         NotificationEventDescriptor descriptor = new NotificationEventDescriptor(message);
-        RepositoryEvent event = RepositoryEventFactory.createEvent(this.manager, liveVersion,
+        RepositoryEvent event = RepositoryEventFactory.createEvent(this.manager, getSession(),
                 getLogger(), descriptor);
         getSession().enqueueEvent(event);
     }



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org