[CONF] Confluence Changes in the last 24 hours
- This is a daily summary of all recent changes in Confluence. - Updated Spaces: - Apache Camel (CAMEL) http://cwiki.apache.org/confluence/display/CAMEL | |-Pages Added or Edited in This Space |-- CXF Example was last edited by njiang (08:53 PM). | http://cwiki.apache.org/confluence/display/CAMEL/CXF+Example |-- Building was last edited by njiang (07:57 PM). | http://cwiki.apache.org/confluence/display/CAMEL/Building |-- CXF was last edited by njiang (06:36 PM). | http://cwiki.apache.org/confluence/display/CAMEL/CXF |-- JNDI was created by jstrachan (05:15 AM). | http://cwiki.apache.org/confluence/display/CAMEL/JNDI |-- Registry was last edited by jstrachan (05:12 AM). | http://cwiki.apache.org/confluence/display/CAMEL/Registry |-- Exception - javax.naming.NoInitialContextException was created by jstrachan (05:11 AM). | http://cwiki.apache.org/confluence/display/CAMEL/Exception+-+javax.naming.NoInitialContextException Apache Geronimo (GMOxSITE) http://cwiki.apache.org/confluence/display/GMOxSITE | |-Pages Added or Edited in This Space |-- Events was last edited by vamsic007 (10:32 AM). | http://cwiki.apache.org/confluence/display/GMOxSITE/Events Apache CXF 2.0 Documentation (CXF20DOC) http://cwiki.apache.org/confluence/display/CXF20DOC | |-Pages Added or Edited in This Space |-- Aegis Theory of Operation was last edited by [EMAIL PROTECTED] (05:11 PM). | http://cwiki.apache.org/confluence/display/CXF20DOC/Aegis+Theory+of+Operation |-- Aegis Databinding was last edited by [EMAIL PROTECTED] (05:07 PM). | http://cwiki.apache.org/confluence/display/CXF20DOC/Aegis+Databinding Apache ActiveMQ (ACTIVEMQ) http://cwiki.apache.org/confluence/display/ACTIVEMQ | |-Pages Added or Edited in This Space |-- Team was last edited by jstrachan (01:22 AM). | http://cwiki.apache.org/confluence/display/ACTIVEMQ/Team Apache Roller (ROLLER) http://cwiki.apache.org/confluence/display/ROLLER | |-New Comments in This Space |-- http://cwiki.apache.org/confluence/display/ROLLER/Roller+4.0+with+LDAP+and+CAS (1) Apache ServiceMix (SM) http://cwiki.apache.org/confluence/display/SM | |-Pages Added or Edited in This Space |-- servicemix-jms new endpoints was last edited by emjohnson (02:52 PM). | http://cwiki.apache.org/confluence/display/SM/servicemix-jms+new+endpoints |-- servicemix-script was last edited by bsnyder (10:26 AM). | http://cwiki.apache.org/confluence/display/SM/servicemix-script Apache MINA (MINA) http://cwiki.apache.org/confluence/display/MINA | |-Pages Added or Edited in This Space |-- Apache MINA 2.0.0-M1 release was created by mheath (10:14 AM). | http://cwiki.apache.org/confluence/display/MINA/2008/02/25/Apache+MINA+2.0.0-M1+release Apache CXF (CXF) http://cwiki.apache.org/confluence/display/CXF | |-Pages Added or Edited in This Space |-- Resources and Articles was last edited by mazzag (05:04 PM). | http://cwiki.apache.org/confluence/display/CXF/Resources+and+Articles Apache Geronimo v2.1 (GMOxDOC21) http://cwiki.apache.org/confluence/display/GMOxDOC21 | |-Pages Added or Edited in This Space |-- Configuring Virtual Hosts in Geronimo-Tomcat was last edited by gawor (05:28 PM). | http://cwiki.apache.org/confluence/display/GMOxDOC21/Configuring+Virtual+Hosts+in+Geronimo-Tomcat |-- Running Multiple Instances of Geronimo was created by jcleong (01:07 PM). | http://cwiki.apache.org/confluence/display/GMOxDOC21/Running+Multiple+Instances+of+Geronimo |-- startup was created by jcleong (02:07 PM). | http://cwiki.apache.org/confluence/display/GMOxDOC21/startup |-- shutdown was created by jcleong (02:07 PM). | http://cwiki.apache.org/confluence/display/GMOxDOC21/shutdown |-- jpa.jar was created by jcleong (02:07 PM). | http://cwiki.apache.org/confluence/display/GMOxDOC21/jpa.jar |-- geronimo was created by jcleong (02:07 PM). | http://cwiki.apache.org/confluence/display/GMOxDOC21/geronimo |-- Deployer tool was created by jcleong (02:07 PM). | http://cwiki.apache.org/confluence/display/GMOxDOC21/Deployer+tool |-- deploy was created by jcleong (02:06 PM). | http://cwiki.apache.org/confluence/display/GMOxDOC21/deploy |-- client.jar was created by jcleong (02:06 PM). | http://cwiki.apache.org/confluence/display/GMOxDOC21/client.jar |-- Tools and commands was created by jcleong (02:05 PM). | http://cwiki.apache.org/confluence/display/GMOxDOC21/Tools+and+commands |-- Apache Geronimo v2.1 User's guide development status was last edited by jcleong (01:33 PM). | http://cwiki.apache.org/confluence/display/GMOxDOC21/Apache+Geronimo+v2.1+User%27s+guide+development+status |-- Migrating with the J2G Migration Tool was created by jawarner (06:58 AM). | http://cwiki.apache.org/confluence/display/GMOxDOC21/Migrating+
[Struts Wiki] Trivial Update of "StrutsUpgradeNotes11to124" by DonAndrews
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Struts Wiki" for change notification. The following page has been changed by DonAndrews: http://wiki.apache.org/struts/StrutsUpgradeNotes11to124 The comment on the change is: /* Added closing double-quote to URI in taglib examples */ -- '''B.''' If you have used the simplified deployment allowed by Servlet 2.3 onwards (see [http://struts.apache.org/userGuide/configuration.html#dd_config_taglib_23 User Guide]) then this should also continue to work as versions of the tld's with the old uri have now been included in the struts.jar (and struts-el.jar). Its recommended that for new development that you use the new uri - Struts 1.1 {{{ <%@ taglib uri="http://jakarta.apache.org/struts/tags-html prefix="html" %> }}} + Struts 1.1 {{{ <%@ taglib uri="http://jakarta.apache.org/struts/tags-html"; prefix="html" %> }}} - Struts 1.2.x {{{ <%@ taglib uri="http://struts.apache.org/tags-html prefix="html" %> }}} + Struts 1.2.x {{{ <%@ taglib uri="http://struts.apache.org/tags-html"; prefix="html" %> }}} == validator.xml ==