Ian,

Just for reference of another thread  that I opened that maybe be
duplicated: Oracle NG (JNDI) Driver with JBoss connection pool problem
<http://osgeo-org.1560.x6.nabble.com/Oracle-NG-JNDI-Driver-with-JBoss-connection-pool-problem-td5292335.html#a5292550>
  


Using the last Oracle Driver in JBoss 6.4 module, removing the same from
geoserver.war and explicit included dependency of driver in
jboss-deployment-descriptor.xml included in geoserver.war JNDI works fine.
Below my jboss-deployment-descriptor.xml used in geoserver.war:

<?xml version="1.0" encoding="UTF-8"?>
<jboss-deployment-structure xmlns="urn:jboss:deployment-structure:1.2">
        <deployment>
                <dependencies>
                        <module name="com.oracle.jdbc" />
                </dependencies>
                <local-last value="true" />
        </deployment>
</jboss-deployment-structure>

The problem was solved, now I can use JNDI and non JNDI Oracle Stores in
GeoServer with JBoss EAP 6.4 DataSource.

Thank you.




--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Oracle-JNDI-connection-with-JBOSS-EAP-tp5091016p5292553.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

------------------------------------------------------------------------------
The Command Line: Reinvented for Modern Developers
Did the resurgence of CLI tooling catch you by surprise?
Reconnect with the command line and become more productive. 
Learn the new .NET and ASP.NET CLI. Get your free copy!
http://sdm.link/telerik
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to