[CONF] Confluence Changes in the last 24 hours
- This is a daily summary of all recent changes in Confluence. - Updated Spaces: - OpenEJB (OPENEJB) http://cwiki.apache.org/confluence/display/OPENEJB | |-Pages Added or Edited in This Space |-- Config Containers was created by dblevins (02:41 PM). | http://cwiki.apache.org/confluence/display/OPENEJB/Config+Containers Apache Directory Server v1.1 Documentation (DIRxSRVx11) http://cwiki.apache.org/confluence/display/DIRxSRVx11 | |-Pages Added or Edited in This Space |-- Schema Normalizers was last edited by elecharny (07:21 AM). | http://cwiki.apache.org/confluence/display/DIRxSRVx11/Schema+Normalizers Apache Geronimo v2.0 (GMOxDOC20) http://cwiki.apache.org/confluence/display/GMOxDOC20 | |-Pages Added or Edited in This Space |-- How to get JNDI working in Geronimo 2.0 was created by lsh33han (06:46 PM). | http://cwiki.apache.org/confluence/display/GMOxDOC20/How+to+get+JNDI+working+in+Geronimo+2.0 |-- 999_Troubleshooting was created by hcunico (06:36 AM). | http://cwiki.apache.org/confluence/display/GMOxDOC20/999_Troubleshooting Apache Geronimo v1.1 (GMOxDOC11) http://cwiki.apache.org/confluence/display/GMOxDOC11 | |-Pages Added or Edited in This Space |-- openejb-jar.xml was last edited by [EMAIL PROTECTED] (10:36 PM). | http://cwiki.apache.org/confluence/display/GMOxDOC11/openejb-jar.xml |-- JBoss to Geronimo - Hibernate Migration was created by [EMAIL PROTECTED] (04:00 AM). | http://cwiki.apache.org/confluence/display/GMOxDOC11/JBoss+to+Geronimo+-+Hibernate+Migration |-- JBoss to Geronimo - Security Migration was created by [EMAIL PROTECTED] (04:00 AM). | http://cwiki.apache.org/confluence/display/GMOxDOC11/JBoss+to+Geronimo+-+Security+Migration |-- JBoss to Geronimo - Web Services Migration was last edited by [EMAIL PROTECTED] (03:47 AM). | http://cwiki.apache.org/confluence/display/GMOxDOC11/JBoss+to+Geronimo+-+Web+Services+Migration |-- JBoss to Geronimo - EJB-BMP Migration was last edited by [EMAIL PROTECTED] (02:14 AM). | http://cwiki.apache.org/confluence/display/GMOxDOC11/JBoss+to+Geronimo+-+EJB-BMP+Migration Apache Struts 2 Documentation (WW) http://cwiki.apache.org/confluence/display/WW | |-Pages Added or Edited in This Space |-- Dependency Injection was last edited by musachy (06:02 PM). | http://cwiki.apache.org/confluence/display/WW/Dependency+Injection |-- Struts Configuration Elements was last edited by musachy (03:24 PM). | http://cwiki.apache.org/confluence/display/WW/Struts+Configuration+Elements |-- web.xml was last edited by musachy (03:12 PM). | http://cwiki.apache.org/confluence/display/WW/web.xml |-- Configuration Files was last edited by musachy (03:08 PM). | http://cwiki.apache.org/confluence/display/WW/Configuration+Files |-- Architecture was last edited by musachy (03:03 PM). | http://cwiki.apache.org/confluence/display/WW/Architecture |-- Can we break up a large struts.xml file into smaller pieces was last edited by musachy (02:46 PM). | http://cwiki.apache.org/confluence/display/WW/Can+we+break+up+a+large+struts.xml+file+into+smaller+pieces |-- Client Validation was last edited by musachy (01:42 PM). | http://cwiki.apache.org/confluence/display/WW/Client+Validation |-- Validation was last edited by musachy (01:33 PM). | http://cwiki.apache.org/confluence/display/WW/Validation |-- Portlet Configuration was last edited by musachy (08:55 AM). | http://cwiki.apache.org/confluence/display/WW/Portlet+Configuration |-- ajax theme was last edited by musachy (08:54 AM). | http://cwiki.apache.org/confluence/display/WW/ajax+theme |-- Stream Result was last edited by musachy (08:52 AM). | http://cwiki.apache.org/confluence/display/WW/Stream+Result |-- Interceptors was last edited by musachy (08:49 AM). | http://cwiki.apache.org/confluence/display/WW/Interceptors |-- Action Chaining was last edited by musachy (08:48 AM). | http://cwiki.apache.org/confluence/display/WW/Action+Chaining |-- Localization was last edited by musachy (08:43 AM). | http://cwiki.apache.org/confluence/display/WW/Localization |-- Type Conversion was last edited by musachy (08:39 AM). | http://cwiki.apache.org/confluence/display/WW/Type+Conversion Apache Cayenne Documentation (CAYDOC) http://cwiki.apache.org/confluence/display/CAYDOC | |-Pages Added or Edited in This Space |-- JAR Files and Dependencies was last edited by andrus (08:32 AM). | http://cwiki.apache.org/confluence/display/CAYDOC/JAR+Files+and+Dependencies Apache Cayenne (CAY) http://cwiki.apache.org/confluence/display/CAY | |-Pages Added or Edited in This Space |-- Building Cayenne was last edited by andrus (08:55 AM). | http://cwiki.apache.org/confluence/display/CAY/Building+Cayenne |-- Summer of Code 2006 was last edited by a
svn commit: r492126 - in /struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles: factory/ impl/
Author: apetrelli Date: Wed Jan 3 04:45:34 2007 New Revision: 492126 URL: http://svn.apache.org/viewvc?view=rev&rev=492126 Log: SB-101 Various fixes to make the keyed definitions factory container work. Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/factory/KeyedDefinitionsFactoryTilesContainerFactory.java struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/factory/TilesContainerFactory.java struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/impl/BasicTilesContainer.java struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/impl/KeyedDefinitionsFactoryTilesContainer.java Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/factory/KeyedDefinitionsFactoryTilesContainerFactory.java URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/factory/KeyedDefinitionsFactoryTilesContainerFactory.java?view=diff&rev=492126&r1=492125&r2=492126 == --- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/factory/KeyedDefinitionsFactoryTilesContainerFactory.java (original) +++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/factory/KeyedDefinitionsFactoryTilesContainerFactory.java Wed Jan 3 04:45:34 2007 @@ -54,6 +54,20 @@ return container; } +// FIXME Probably we should create some sort of "FactoryUtils" to create +// factories dynamically depending on a configuration. +// I think this method does not belong here. +public DefinitionsFactory createDefinitionsFactory(Object context) +throws TilesException { +DefinitionsFactory retValue; +Map config = new HashMap(defaultConfiguration); +config.putAll(getInitParameterMap(context)); +retValue = (DefinitionsFactory) createFactory(config, +DEFINITIONS_FACTORY_INIT_PARAM); + +return retValue; +} + @Override protected void storeContainerDependencies(Object context, BasicTilesContainer container) throws TilesException { @@ -63,17 +77,16 @@ if (keysString != null && container instanceof KeyedDefinitionsFactoryTilesContainer) { String[] keys = keysString.split(","); -Map initParams = new HashMap(); +Map config = new HashMap(defaultConfiguration); +config.putAll(getInitParameterMap(context)); for (int i=0; i < keys.length; i++) { +Map initParams = new HashMap(); String param = getInitParameter(context, BasicTilesContainer.DEFINITIONS_CONFIG + "@" + keys[i]); if (param != null) { initParams.put(BasicTilesContainer.DEFINITIONS_CONFIG, param); } - -Map config = new HashMap(defaultConfiguration); -config.putAll(getInitParameterMap(context)); DefinitionsFactory defsFactory = (DefinitionsFactory) createFactory(config, Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/factory/TilesContainerFactory.java URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/factory/TilesContainerFactory.java?view=diff&rev=492126&r1=492125&r2=492126 == --- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/factory/TilesContainerFactory.java (original) +++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/factory/TilesContainerFactory.java Wed Jan 3 04:45:34 2007 @@ -219,7 +219,7 @@ value = getInitParameterMethod.invoke(context, parameterName); } catch (Exception e) { throw new TilesException("Unrecognized context. Is this context" + -"a ServletContext, PortletContext, or similar?", e); +" a ServletContext, PortletContext, or similar?", e); } return value == null ? null : value.toString(); } Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/impl/BasicTilesContainer.java URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/impl/BasicTilesContainer.java?view=diff&rev=492126&r1=492125&r2=492126 == --- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/impl/BasicTilesContainer.java (original) +++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/impl/BasicTilesContainer.java Wed Jan 3 04:45:34 2007 @@ -63,7 +63,7 @@ * Constant representing the configuration parameter * used to define the tiles defi
svn commit: r492128 - in /struts/sandbox/trunk/tiles/tiles-core/src/test/java/org/apache/tiles: factory/ impl/
Author: apetrelli Date: Wed Jan 3 04:48:35 2007 New Revision: 492128 URL: http://svn.apache.org/viewvc?view=rev&rev=492128 Log: SB-101 Added tests to check keyed definitions factory container functionality. Added: struts/sandbox/trunk/tiles/tiles-core/src/test/java/org/apache/tiles/factory/KeyedDefinitionsFactoryTilesContainerFactoryTest.java (with props) struts/sandbox/trunk/tiles/tiles-core/src/test/java/org/apache/tiles/factory/test-defs-key-one.xml (with props) struts/sandbox/trunk/tiles/tiles-core/src/test/java/org/apache/tiles/factory/test-defs-key-two.xml (with props) struts/sandbox/trunk/tiles/tiles-core/src/test/java/org/apache/tiles/impl/ struts/sandbox/trunk/tiles/tiles-core/src/test/java/org/apache/tiles/impl/BasicTilesContainerTest.java (with props) struts/sandbox/trunk/tiles/tiles-core/src/test/java/org/apache/tiles/impl/KeyedDefinitionsFactoryTilesContainerTest.java (with props) Modified: struts/sandbox/trunk/tiles/tiles-core/src/test/java/org/apache/tiles/factory/TilesContainerFactoryTest.java struts/sandbox/trunk/tiles/tiles-core/src/test/java/org/apache/tiles/factory/test-defs.xml Added: struts/sandbox/trunk/tiles/tiles-core/src/test/java/org/apache/tiles/factory/KeyedDefinitionsFactoryTilesContainerFactoryTest.java URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/test/java/org/apache/tiles/factory/KeyedDefinitionsFactoryTilesContainerFactoryTest.java?view=auto&rev=492128 == --- struts/sandbox/trunk/tiles/tiles-core/src/test/java/org/apache/tiles/factory/KeyedDefinitionsFactoryTilesContainerFactoryTest.java (added) +++ struts/sandbox/trunk/tiles/tiles-core/src/test/java/org/apache/tiles/factory/KeyedDefinitionsFactoryTilesContainerFactoryTest.java Wed Jan 3 04:48:35 2007 @@ -0,0 +1,112 @@ +/* + * $Id$ + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + */ +package org.apache.tiles.factory; + +import junit.framework.TestCase; + +import javax.servlet.ServletContext; + +import org.easymock.EasyMock; +import org.apache.tiles.TilesContainer; +import org.apache.tiles.TilesException; +import org.apache.tiles.impl.BasicTilesContainer; +import org.apache.tiles.impl.KeyedDefinitionsFactoryTilesContainer; + +import java.util.Map; +import java.util.Vector; +import java.util.HashMap; +import java.net.URL; +import java.net.MalformedURLException; + + +/** + * @version $Rev$ $Date$ + */ +public class KeyedDefinitionsFactoryTilesContainerFactoryTest extends TestCase { + +private ServletContext context; + +private Map defaults; + +public void setUp() { +context = EasyMock.createMock(ServletContext.class); +defaults = new HashMap(); +defaults.put(TilesContainerFactory.CONTAINER_FACTORY_INIT_PARAM, +KeyedDefinitionsFactoryTilesContainerFactory.class.getName()); +} + +public void testGetFactory() throws TilesException { +Vector v = new Vector(); + + EasyMock.expect(context.getInitParameterNames()).andReturn(v.elements()); + EasyMock.expect(context.getInitParameter(TilesContainerFactory.CONTAINER_FACTORY_INIT_PARAM)).andReturn(null); +EasyMock.replay(context); +TilesContainerFactory factory = TilesContainerFactory.getFactory(context, +defaults); +assertNotNull(factory); +assertEquals(KeyedDefinitionsFactoryTilesContainerFactory.class, +factory.getClass()); +} + +public void testCreateContainer() throws TilesException, MalformedURLException { +Vector enumeration = new Vector(); + EasyMock.expect(context.getInitParameter(TilesContainerFactory.CONTAINER_FACTORY_INIT_PARAM)).andReturn(null); + EasyMock.expect(context.getInitParameter(TilesContainerFactory.CONTEXT_FACTORY_INIT_PARAM)).andReturn(null); + EasyMock.expect(context.getInitParameter(TilesContainerFactory.DEFINITIONS_FACTORY_INIT_PARAM)).andReturn(null); +EasyMock.expect(context.getInitParameter( + KeyedDefinitionsFactoryTilesContainerFactory.CONTAINER_KEYS_INIT_PARAM)) +.andReturn("one,two").anyTimes(
svn commit: r492136 - in /struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles: factory/ impl/ impl/mgmt/
Author: apetrelli Date: Wed Jan 3 05:25:23 2007 New Revision: 492136 URL: http://svn.apache.org/viewvc?view=rev&rev=492136 Log: SB-101 Added JavaDocs. Small change to a name of an internal method. Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/factory/KeyedDefinitionsFactoryTilesContainerFactory.java struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/impl/KeyedDefinitionsFactoryTilesContainer.java struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/impl/mgmt/CachingKeyedDefinitionsFactoryTilesContainerFactory.java Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/factory/KeyedDefinitionsFactoryTilesContainerFactory.java URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/factory/KeyedDefinitionsFactoryTilesContainerFactory.java?view=diff&rev=492136&r1=492135&r2=492136 == --- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/factory/KeyedDefinitionsFactoryTilesContainerFactory.java (original) +++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/factory/KeyedDefinitionsFactoryTilesContainerFactory.java Wed Jan 3 05:25:23 2007 @@ -32,9 +32,19 @@ import org.apache.tiles.impl.mgmt.CachingKeyedDefinitionsFactoryTilesContainerFactory; import org.apache.tiles.mgmt.MutableTilesContainer; +/** + * Factory that creates instances of container that will extend the + * [EMAIL PROTECTED] KeyedDefinitionsFactoryTilesContainer} class. + * + * @version $Rev$ $Date$ + */ public class KeyedDefinitionsFactoryTilesContainerFactory extends TilesContainerFactory { +/** + * The name of the initialization parameter that will contain a + * comma-separated list of keys to use. + */ public static final String CONTAINER_KEYS_INIT_PARAM = "org.apache.tiles.CONTAINER.keys"; @@ -57,6 +67,12 @@ // FIXME Probably we should create some sort of "FactoryUtils" to create // factories dynamically depending on a configuration. // I think this method does not belong here. +/** + * Creates a definitions factory. + * @param context The context object to use. + * @return The newly created definitions factory. + * @throws TilesException If something goes wrong. + */ public DefinitionsFactory createDefinitionsFactory(Object context) throws TilesException { DefinitionsFactory retValue; Modified: struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/impl/KeyedDefinitionsFactoryTilesContainer.java URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/impl/KeyedDefinitionsFactoryTilesContainer.java?view=diff&rev=492136&r1=492135&r2=492136 == --- struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/impl/KeyedDefinitionsFactoryTilesContainer.java (original) +++ struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/impl/KeyedDefinitionsFactoryTilesContainer.java Wed Jan 3 05:25:23 2007 @@ -31,13 +31,29 @@ import org.apache.tiles.definition.DefinitionsFactory; import org.apache.tiles.definition.DefinitionsFactoryException; +/** + * Container that can be used to store multiple [EMAIL PROTECTED] DefinitionsFactory} + * instances mapped to different keys. + * + * @version $Rev$ $Date$ + */ public class KeyedDefinitionsFactoryTilesContainer extends BasicTilesContainer { +/** + * Name of the attribute inside the request that will be used to get the key + * of the definitions factory to be used. + */ public static final String DEFINITIONS_FACTORY_KEY_ATTRIBUTE_NAME = "org.apache.tiles.DEFINITIONS_FACTORY.key"; + /** +* Maps definition factories to their keys. +*/ protected Map key2definitionsFactory; + /** +* Constructor. +*/ public KeyedDefinitionsFactoryTilesContainer() { key2definitionsFactory = new HashMap(); } @@ -45,7 +61,9 @@ /** * Standard Getter * - * @return the definitions factory used by this container. + * @return the definitions factory used by this container. If the key is not + * valid, the default factory will be returned. + * @param key The key of the needed definitions factory. */ public DefinitionsFactory getDefinitionsFactory(String key) { DefinitionsFactory retValue = null; @@ -63,7 +81,9 @@ /** * Standard Getter * - * @return the definitions factory used by this container. + * @return the definitions factory used by this container. If the key is not + * valid, null will be returned. + * @param key The key of the needed definitions factor
svn commit: r492228 - in /struts/sandbox/trunk/overdrive/PhoneBook2: ./ projects/Core/ projects/Test/ projects/Web/
Author: husted Date: Wed Jan 3 09:34:00 2007 New Revision: 492228 URL: http://svn.apache.org/viewvc?view=rev&rev=492228 Log: PhoneBook2 - Use FilteringTable widget to display phone book entries. Added: struts/sandbox/trunk/overdrive/PhoneBook2/projects/Web/DemoService.ashx - copied unchanged from r491821, struts/sandbox/trunk/overdrive/PhoneBook2/projects/Web/Demo.ashx struts/sandbox/trunk/overdrive/PhoneBook2/projects/Web/DemoService.html - copied, changed from r491822, struts/sandbox/trunk/overdrive/PhoneBook2/projects/Web/DemoDojo.html struts/sandbox/trunk/overdrive/PhoneBook2/projects/Web/Objects.xml Removed: struts/sandbox/trunk/overdrive/PhoneBook2/projects/Web/Demo.ashx struts/sandbox/trunk/overdrive/PhoneBook2/projects/Web/DemoDojo.html Modified: struts/sandbox/trunk/overdrive/PhoneBook2/PhoneBook2.csproj struts/sandbox/trunk/overdrive/PhoneBook2/projects/Core/App.cs struts/sandbox/trunk/overdrive/PhoneBook2/projects/Core/AppEntryList.cs struts/sandbox/trunk/overdrive/PhoneBook2/projects/Core/Core.csproj struts/sandbox/trunk/overdrive/PhoneBook2/projects/Test/Test.csproj struts/sandbox/trunk/overdrive/PhoneBook2/projects/Web/Default.aspx struts/sandbox/trunk/overdrive/PhoneBook2/projects/Web/HelloWorld.html struts/sandbox/trunk/overdrive/PhoneBook2/projects/Web/PhoneBook.ashx struts/sandbox/trunk/overdrive/PhoneBook2/projects/Web/PhoneBook.html Modified: struts/sandbox/trunk/overdrive/PhoneBook2/PhoneBook2.csproj URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/overdrive/PhoneBook2/PhoneBook2.csproj?view=diff&rev=492228&r1=492227&r2=492228 == --- struts/sandbox/trunk/overdrive/PhoneBook2/PhoneBook2.csproj (original) +++ struts/sandbox/trunk/overdrive/PhoneBook2/PhoneBook2.csproj Wed Jan 3 09:34:00 2007 @@ -27,6 +27,22 @@ prompt 4 + +true +bin\x86\Debug\ +DEBUG;TRACE +full +x86 +prompt + + +bin\x86\Release\ +TRACE +true +pdbonly +x86 +prompt + Modified: struts/sandbox/trunk/overdrive/PhoneBook2/projects/Core/App.cs URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/overdrive/PhoneBook2/projects/Core/App.cs?view=diff&rev=492228&r1=492227&r2=492228 == --- struts/sandbox/trunk/overdrive/PhoneBook2/projects/Core/App.cs (original) +++ struts/sandbox/trunk/overdrive/PhoneBook2/projects/Core/App.cs Wed Jan 3 09:34:00 2007 @@ -30,6 +30,12 @@ #region Properties /// +/// Token for Catalog property. +/// +/// +public const string CATALOG_KEY = "Catalog"; + +/// /// Token for entry_key property. /// /// Modified: struts/sandbox/trunk/overdrive/PhoneBook2/projects/Core/AppEntryList.cs URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/overdrive/PhoneBook2/projects/Core/AppEntryList.cs?view=diff&rev=492228&r1=492227&r2=492228 == --- struts/sandbox/trunk/overdrive/PhoneBook2/projects/Core/AppEntryList.cs (original) +++ struts/sandbox/trunk/overdrive/PhoneBook2/projects/Core/AppEntryList.cs Wed Jan 3 09:34:00 2007 @@ -24,5 +24,10 @@ entry.Add(col.Key.ToString(), col.Value.ToString()); Add(entry); } + +public AppEntry[] ToAppEntryArray() +{ +return (AppEntry[])ToArray(typeof(AppEntry)); +} } } Modified: struts/sandbox/trunk/overdrive/PhoneBook2/projects/Core/Core.csproj URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/overdrive/PhoneBook2/projects/Core/Core.csproj?view=diff&rev=492228&r1=492227&r2=492228 == --- struts/sandbox/trunk/overdrive/PhoneBook2/projects/Core/Core.csproj (original) +++ struts/sandbox/trunk/overdrive/PhoneBook2/projects/Core/Core.csproj Wed Jan 3 09:34:00 2007 @@ -27,6 +27,22 @@ prompt 4 + +true +bin\x86\Debug\ +DEBUG;TRACE +full +x86 +prompt + + +bin\x86\Release\ +TRACE +true +pdbonly +x86 +prompt + False Modified: struts/sandbox/trunk/overdrive/PhoneBook2/projects/Test/Test.csproj URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/overdrive/PhoneBook2/projects/Test/Test.csproj?view=diff&rev=492228&r1=492227&r2=492228 == --- struts/sandbox/trunk/overdrive/PhoneBook2/projects/Test/Test.csproj (original) +++ struts/sandbox/trunk/overdrive/PhoneBook2/projects/Test/Test.csproj Wed Jan 3 09:34:00 2007 @@ -27,6 +27,22 @@ prompt 4 + +true +bin\x86\Debug\ +DEBUG;TRACE +full +x86 +prompt + + +bin\x86\Release\ +
svn commit: r492272 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/FilterDispatcher.java
Author: mrdon Date: Wed Jan 3 11:53:44 2007 New Revision: 492272 URL: http://svn.apache.org/viewvc?view=rev&rev=492272 Log: Fixing unused sun import WW-1592 Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/FilterDispatcher.java Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/FilterDispatcher.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/FilterDispatcher.java?view=diff&rev=492272&r1=492271&r2=492272 == --- struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/FilterDispatcher.java (original) +++ struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/FilterDispatcher.java Wed Jan 3 11:53:44 2007 @@ -50,8 +50,6 @@ import org.apache.struts2.dispatcher.mapper.ActionMapper; import org.apache.struts2.dispatcher.mapper.ActionMapping; -import sun.security.action.GetLongAction; - import com.opensymphony.xwork2.inject.Inject; import com.opensymphony.xwork2.util.ClassLoaderUtil; import com.opensymphony.xwork2.util.profiling.UtilTimerStack;
svn commit: r492286 - /struts/struts2/trunk/pom.xml
Author: mrdon Date: Wed Jan 3 12:31:05 2007 New Revision: 492286 URL: http://svn.apache.org/viewvc?view=rev&rev=492286 Log: Moving back to surefire 2.1.3 due to http://jira.codehaus.org/browse/MSUREFIRE-114 Modified: struts/struts2/trunk/pom.xml Modified: struts/struts2/trunk/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/pom.xml?view=diff&rev=492286&r1=492285&r2=492286 == --- struts/struts2/trunk/pom.xml (original) +++ struts/struts2/trunk/pom.xml Wed Jan 3 12:31:05 2007 @@ -211,7 +211,10 @@ + + maven-surefire-plugin +2.1.3 **/*Test.java