[CONF] Confluence Changes in the last 24 hours
- This is a daily summary of all recent changes in Confluence. - Updated Spaces: - OpenJPA (openjpa) http://cwiki.apache.org/confluence/display/openjpa | |-Pages Added or Edited in This Space |-- JPA 2.0 Roadmap was last edited by techhusky (01:40 PM). | http://cwiki.apache.org/confluence/display/openjpa/JPA+2.0+Roadmap |-- Index was last edited by techhusky (07:40 AM). | http://cwiki.apache.org/confluence/display/openjpa/Index Apache Geronimo Project Management (GMOxPMGT) http://cwiki.apache.org/confluence/display/GMOxPMGT | |-Pages Added or Edited in This Space |-- Geronimo Eclipse Plugin Release Process was last edited by mcconne (11:57 AM). | http://cwiki.apache.org/confluence/display/GMOxPMGT/Geronimo+Eclipse+Plugin+Release+Process Apache Shindig (SHINDIG) http://cwiki.apache.org/confluence/display/SHINDIG | |-Pages Added or Edited in This Space |-- Index was last edited by elias (01:11 AM). | http://cwiki.apache.org/confluence/display/SHINDIG/Index Apache VCL (VCL) http://cwiki.apache.org/confluence/display/VCL | |-Pages Added or Edited in This Space |-- Documentation Organization was last edited by jfthomps (01:44 PM). | http://cwiki.apache.org/confluence/display/VCL/Documentation+Organization |-- Install Prerequisites was created by jfthomps (01:41 PM). | http://cwiki.apache.org/confluence/display/VCL/Install+Prerequisites |-- Index was last edited by jfthomps (01:01 PM). | http://cwiki.apache.org/confluence/display/VCL/Index |-- VCL Architecture was created by fapeeler (09:28 AM). | http://cwiki.apache.org/confluence/display/VCL/VCL+Architecture Apache Cayenne Documentation (CAYDOC) http://cwiki.apache.org/confluence/display/CAYDOC | |-Pages Added or Edited in This Space |-- maven2-cdbimport was created by nirvdrum (03:24 PM). | http://cwiki.apache.org/confluence/display/CAYDOC/maven2-cdbimport |-- Maven2 Plugins was last edited by nirvdrum (03:19 PM). | http://cwiki.apache.org/confluence/display/CAYDOC/Maven2+Plugins Apache Pivot (PIVOT) http://cwiki.apache.org/confluence/display/PIVOT | |-Pages Added or Edited in This Space |-- Event Handling was last edited by gkbr...@mac.com (05:24 AM). | http://cwiki.apache.org/confluence/display/PIVOT/Event+Handling |-- Forms was last edited by gkbr...@mac.com (05:22 AM). | http://cwiki.apache.org/confluence/display/PIVOT/Forms |-- Separators was last edited by gkbr...@mac.com (05:21 AM). | http://cwiki.apache.org/confluence/display/PIVOT/Separators |-- Text Areas was created by gkbr...@mac.com (05:15 AM). | http://cwiki.apache.org/confluence/display/PIVOT/Text+Areas Apache Struts 2 Wiki (S2WIKI) http://cwiki.apache.org/confluence/display/S2WIKI | |-Pages Added or Edited in This Space |-- Companies that provide Struts 2 support was last edited by suneelgv (08:05 AM). | http://cwiki.apache.org/confluence/display/S2WIKI/Companies+that+provide+Struts+2+support Apache Tuscany (TUSCANY) http://cwiki.apache.org/confluence/display/TUSCANY | |-Pages Added or Edited in This Space |-- Home was last edited by haleh (10:56 AM). | http://cwiki.apache.org/confluence/display/TUSCANY/Home Apache Directory Website (DIRxSITE) http://cwiki.apache.org/confluence/display/DIRxSITE | |-Pages Added or Edited in This Space |-- Navigation was last edited by pamarcelot (06:56 AM). | http://cwiki.apache.org/confluence/display/DIRxSITE/Navigation |-- Apache Directory Studio 1.4.0 released was created by pamarcelot (06:43 AM). | http://cwiki.apache.org/confluence/display/DIRxSITE/2009/04/10/Apache+Directory+Studio+1.4.0+released Apache Labs (labs) http://cwiki.apache.org/confluence/display/labs | |-Pages Added or Edited in This Space |-- BeanData forking was created by simo...@apache.org (09:57 AM). | http://cwiki.apache.org/confluence/display/labs/BeanData+forking Apache Qpid (qpid) http://cwiki.apache.org/confluence/display/qpid | |-Pages Added or Edited in This Space |-- Use Priority Queues was last edited by ritchiem (03:57 AM). | http://cwiki.apache.org/confluence/display/qpid/Use+Priority+Queues Apache Cassandra (CSDR) http://cwiki.apache.org/confluence/display/CSDR | |-Pages Added or Edited in This Space |-- HowToContribute was last edited by johan (10:07 AM). | http://cwiki.apache.org/confluence/display/CSDR/HowToContribute Tuscany Wiki (TUSCANYWIKI) http://cwiki.apache.org/confluence/display/TUSCANYWIKI | |-Pages Added or Edited in This Space |-- Conformance Testing was last edited by slaws (03:49 AM). | http://cwiki.apache.org/confluence/display/TUSCANYWIKI/Conformance+Testing Apache Lucene Mahout (MAHOUT) http://cwiki.apache.org/confluence/display/MAHOUT | |-Pages Added or Edited in This Space |-- HowToUpdateTheWebsite was last edited by gsingers (11:39 AM). | h
svn commit: r764282 - in /struts/sandbox/trunk/struts2-osgi-plugin: demo-bundle/ demo-bundle/src/main/java/actions/osgi/ demo-bundle/src/main/resources/ demo-bundle/src/main/resources/content/osgi/ pl
Author: musachy Date: Sun Apr 12 05:26:26 2009 New Revision: 764282 URL: http://svn.apache.org/viewvc?rev=764282&view=rev Log: Refactor Felix start up into a listener (now there is full support for Spring IoC). Remove activator Added: struts/sandbox/trunk/struts2-osgi-plugin/plugin/src/main/java/org/apache/struts2/osgi/StrutsOsgiListener.java struts/sandbox/trunk/struts2-osgi-plugin/plugin/src/main/java/org/apache/struts2/osgi/interceptor/ struts/sandbox/trunk/struts2-osgi-plugin/plugin/src/main/java/org/apache/struts2/osgi/interceptor/BundleContextAware.java struts/sandbox/trunk/struts2-osgi-plugin/plugin/src/main/java/org/apache/struts2/osgi/interceptor/OsgiInterceptor.java struts/sandbox/trunk/struts2-osgi-plugin/plugin/src/main/java/org/apache/struts2/osgi/interceptor/ServiceAware.java struts/sandbox/trunk/struts2-osgi-plugin/plugin/src/main/resources/beanRefContext.xml struts/sandbox/trunk/struts2-osgi-plugin/plugin/src/test/java/org/apache/struts2/osgi/interceptor/ struts/sandbox/trunk/struts2-osgi-plugin/plugin/src/test/java/org/apache/struts2/osgi/interceptor/OsgiInterceptorTest.java Removed: struts/sandbox/trunk/struts2-osgi-plugin/plugin/src/main/java/org/apache/struts2/osgi/StrutsActivator.java Modified: struts/sandbox/trunk/struts2-osgi-plugin/demo-bundle/pom.xml struts/sandbox/trunk/struts2-osgi-plugin/demo-bundle/src/main/java/actions/osgi/HelloWorldAction.java struts/sandbox/trunk/struts2-osgi-plugin/demo-bundle/src/main/resources/content/osgi/hello.ftl struts/sandbox/trunk/struts2-osgi-plugin/demo-bundle/src/main/resources/content/osgi/hello.vm struts/sandbox/trunk/struts2-osgi-plugin/demo-bundle/src/main/resources/struts.xml struts/sandbox/trunk/struts2-osgi-plugin/plugin/pom.xml struts/sandbox/trunk/struts2-osgi-plugin/plugin/src/main/java/org/apache/struts2/osgi/FelixOsgiHost.java struts/sandbox/trunk/struts2-osgi-plugin/plugin/src/main/java/org/apache/struts2/osgi/OsgiConfigurationProvider.java struts/sandbox/trunk/struts2-osgi-plugin/plugin/src/main/java/org/apache/struts2/osgi/OsgiHost.java struts/sandbox/trunk/struts2-osgi-plugin/plugin/src/main/resources/struts-plugin.xml Modified: struts/sandbox/trunk/struts2-osgi-plugin/demo-bundle/pom.xml URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2-osgi-plugin/demo-bundle/pom.xml?rev=764282&r1=764281&r2=764282&view=diff == --- struts/sandbox/trunk/struts2-osgi-plugin/demo-bundle/pom.xml (original) +++ struts/sandbox/trunk/struts2-osgi-plugin/demo-bundle/pom.xml Sun Apr 12 05:26:26 2009 @@ -39,6 +39,12 @@ 2.1.7-SNAPSHOT + +org.apache.struts +struts2-osgi-plugin +1.0.0-SNAPSHOT + + org.apache.struts struts2-spring-plugin @@ -56,15 +62,9 @@ META-INF - -*,com.opensymphony.xwork2 - - -org.apache.struts2.osgi.StrutsActivator - - -*;create-asynchronously:=false - + *,com.opensymphony.xwork2 + *;create-asynchronously:=false +true Modified: struts/sandbox/trunk/struts2-osgi-plugin/demo-bundle/src/main/java/actions/osgi/HelloWorldAction.java URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2-osgi-plugin/demo-bundle/src/main/java/actions/osgi/HelloWorldAction.java?rev=764282&r1=764281&r2=764282&view=diff == --- struts/sandbox/trunk/struts2-osgi-plugin/demo-bundle/src/main/java/actions/osgi/HelloWorldAction.java (original) +++ struts/sandbox/trunk/struts2-osgi-plugin/demo-bundle/src/main/java/actions/osgi/HelloWorldAction.java Sun Apr 12 05:26:26 2009 @@ -1,13 +1,19 @@ package actions.osgi; import com.opensymphony.xwork2.ActionSupport; -import org.apache.struts2.convention.annotation.ParentPackage; -import org.apache.struts2.convention.annotation.ResultPath; import org.apache.struts2.convention.annotation.Action; +import org.apache.struts2.convention.annotation.ResultPath; +import org.apache.struts2.osgi.interceptor.BundleContextAware; +import org.apache.struts2.osgi.interceptor.ServiceAware; +import org.osgi.framework.BundleContext; +import org.springframework.context.ApplicationContext; + +import java.util.List; @ResultPath("/content") -public class HelloWorldAction extends ActionSupport { +public class HelloWorldAction extends ActionSupport implements BundleContextAware, ServiceAware { private Message message; +private BundleContex