S2JDBCをデフォルトで使用できるようにする
pom.xml
downloadSources, downloadJavadocs,geronimo-jpa_3.0_spec
<plugin>
<artifactId>maven-eclipse-plugin</artifactId>
<configuration>
<wtpversion>1.5</wtpversion>
<downloadSources>true</downloadSources>
<downloadJavadocs>true</downloadJavadocs>
</configuration>
</plugin>
...
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jpa_3.0_spec</artifactId>
<version>1.0</version>
</dependency>
app.dicon
<include path="s2jdbc.dicon"/>
convation.dicon
<component class="org.seasar.framework.convention.impl.PersistenceConventionImpl"/>