[sandbox.s2continuations]/trunk/s2continuations/src/test/resources/org/seasar/continuations/integrationtest/ContinuableConstructorAssemblerProxyIntegrationTest_s2container.dicon
Parent Directory
|
Revision Log
Revision 3 -
(show annotations)
Mon Apr 3 01:10:33 2006 JST (7 years, 1 month ago) by t-wada
File size: 846 byte(s)
Mon Apr 3 01:10:33 2006 JST (7 years, 1 month ago) by t-wada
File size: 846 byte(s)
initial load
| 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!DOCTYPE components PUBLIC "-//SEASAR2.1//DTD S2Container//EN" |
| 3 | "http://www.seasar.org/dtd/components21.dtd"> |
| 4 | <components> |
| 5 | <component |
| 6 | instance="prototype" |
| 7 | class="org.seasar.continuations.classloader.ContinuableClassLoader"> |
| 8 | <arg>continuationConfig</arg> |
| 9 | <arg>@Thread@currentThread().getContextClassLoader()</arg> |
| 10 | </component> |
| 11 | <component name="continuationConfig" class="org.seasar.continuations.config.impl.S2ContinuationConfig"> |
| 12 | <property name="entryMethod">"execute()Ljava/lang/String;"</property> |
| 13 | <initMethod name="addPattern"> |
| 14 | <arg>"org.seasar.continuations.sample.impl.*"</arg> |
| 15 | </initMethod> |
| 16 | <initMethod name="init"/> |
| 17 | </component> |
| 18 | <component class="org.seasar.continuations.extension.ContinuableAssemblerProvider" /> |
| 19 | </components> |
| Repository Top ViewVC Help |
![]() |
| Powered by ViewVC |

