Can anybody help to solve issue?
Type: Posts; User: TuralM; Keyword(s):
Can anybody help to solve issue?
Could you be more concrete?
I'm developing 2-in-1 application: Web Service and Web UI for administration. I use the following in my application:
Spring Framework 3.1
MyBatis-Spring integration
Apache CXF for Web...
The reason was that, I missed factory="org.apache.tomcat.jdbc.pool.DataSourceFactory". Right definition of resource must be:
<Resource name="jdbc/ApsuserAtAzistst"
...
I want to use JNDI DataSource provided by Tomcat in Spring based application and use Tomcat 7 JDBC pool.
I created META-INF\context.xml with content:
<Resource...