Data base version I am using : Oracle Database 10g Release 10.2.0.1.0 - Production
The driver information:
Manifest-Version: 1.0
Specification-Title: Oracle JDBC driver classes for use with JDK14
Sealed: true
Created-By: 1.4.2_08 (Sun Microsystems Inc.)
Implementation-Title: ojdbc14.jar
Specification-Vendor: Oracle Corporation
Specification-Version: Oracle JDBC Driver version - "10.2.0.1.0"
Implementation-Version: Oracle JDBC Driver version - "10.2.0.1.0"
Implementation-Vendor: Oracle Corporation
Implementation-Time: Wed Jun 22 11:19:45 2005
Name: oracle/sql/converter/
Sealed: false
Name: oracle/sql/
Sealed: false
Name: oracle/sql/converter_xcharset/
Sealed: false
I tried by turning off batch updates option, still the same problem.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075658#4075658
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075658
I deploy my application as an ear. For that app I need to configure some of JBoss MBeans. When I write this XML file in deploy that works fine.
I'd like to add the XML config inside the EAR. I have tried to put it at the root of the EAR of in the META-INF directory, XML config files are ignored.
Is it possible to deploy XML conf file in an EAR ?
Is there a naming convention for that XML file in an EAR ? (I have triex x-service.xml and jboss-service.xml)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075653#4075653
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075653