You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2009/04/10 10:54:00 UTC

svn commit: r763888 - /servicemix/smx4/nmr/trunk/jbi/deployer/pom.xml

Author: ffang
Date: Fri Apr 10 08:54:00 2009
New Revision: 763888

URL: http://svn.apache.org/viewvc?rev=763888&view=rev
Log:
[SMX4NMR-133]use create spring context asynchronously for org.apache.servicemix.jbi.deployer bundle

Modified:
    servicemix/smx4/nmr/trunk/jbi/deployer/pom.xml

Modified: servicemix/smx4/nmr/trunk/jbi/deployer/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/jbi/deployer/pom.xml?rev=763888&r1=763887&r2=763888&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/jbi/deployer/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/jbi/deployer/pom.xml Fri Apr 10 08:54:00 2009
@@ -92,7 +92,7 @@
                             *
                         </Import-Package>
                         <Export-Package>org.apache.servicemix.jbi.deployer*</Export-Package>
-                        <Spring-Context>*;publish-context:=false;create-asynchronously:=false</Spring-Context>
+                        <Spring-Context>*;publish-context:=false;create-asynchronously:=true</Spring-Context>
                     </instructions>
                 </configuration>
             </plugin>