3 ~ Licensed under the Apache License, Version 2.0 (the "License");
4 ~ you may not use this file except in compliance with the License.
5 ~ You may obtain a copy of the License at
7 ~ http://www.apache.org/licenses/LICENSE-2.0
9 ~ Unless required by applicable law or agreed to in writing, software
10 ~ distributed under the License is distributed on an "AS IS" BASIS,
11 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 ~ See the License for the specific language governing permissions and
13 ~ limitations under the License.
19 <role>com.opensymphony.xwork2.Action</role>
20 <role-hint>testAction</role-hint>
21 <implementation>org.codehaus.plexus.redback.struts2.action.TestPlexusAction</implementation>
24 <role>com.opensymphony.xwork2.interceptor.Interceptor</role>
25 <role-hint>testCustomInterceptor</role-hint>
26 <implementation>org.codehaus.plexus.redback.struts2.interceptor.MockCustomInterceptor</implementation>
29 <role>org.codehaus.plexus.redback.struts2.interceptor.MockComponent</role>
34 <role>org.codehaus.plexus.redback.struts2.interceptor.MockComponent</role>
35 <implementation>org.codehaus.plexus.redback.struts2.interceptor.MockComponentImpl</implementation>
38 <role>org.codehaus.plexus.jdo.JdoFactory</role>
39 <role-hint>users</role-hint>
40 <implementation>org.codehaus.plexus.jdo.DefaultConfigurableJdoFactory</implementation>
42 <persistenceManagerFactoryClass>org.jpox.PersistenceManagerFactoryImpl</persistenceManagerFactoryClass>
43 <driverName>org.hsqldb.jdbcDriver</driverName>
44 <url>jdbc:hsqldb:mem:MailGeneratorTest</url>
45 <userName>sa</userName>
48 <name>org.jpox.rdbms.dateTimezone</name>
49 <value>JDK_DEFAULT_TIMEZONE</value>