Hi Rick,
i'm still getting this error on startup of jboss, when jboss is trying to
start the datasource.
The settings are working with an oracle 8.05 db and a IBM DB2 6.1 with
jdbc1.0 driver, only when
i try to use the jdbc2.0 driver , i get this error. Is something wrong with
my settings or
is only IBM responsible for my problem?
my settings are:
jndi.properties:
java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
#java.naming.provider.url=localhost
java.naming.factory.url.pkgs=org.jboss.naming
jboss.conf:
...
<MLET CODE = "org.jboss.naming.NamingService" ARCHIVE="jnpserver.jar"
CODEBASE="../lib/ext/">
</MLET>
<MLET CODE = "org.jboss.jdbc.JdbcProvider" ARCHIVE="jboss.jar"
CODEBASE="../lib/ext/">
</MLET>
<MLET CODE="org.jboss.jdbc.XADataSourceLoader" ARCHIVE="jboss.jar"
CODEBASE="jboss.jar">
<ARG TYPE="java.lang.String" VALUE="MWNEU">
<ARG TYPE="java.lang.String"
VALUE="org.jboss.minerva.xa.XADataSourceImpl">
</MLET>
...
jboss.jcml:
...
<mbean name="DefaultDomain:service=XADataSource,name=MWNEU">
<attribute name="Properties"></attribute>
<attribute name="URL">jdbc:db2:MWNEU</attribute>
<attribute name="GCMinIdleTime">1200000</attribute>
<attribute name="JDBCUser">###</attribute>
<attribute name="MaxSize">0</attribute>
<attribute name="Password">###</attribute>
<attribute name="GCEnabled">true</attribute>
<attribute name="InvalidateOnError">false</attribute>
<attribute name="TimestampUsed">false</attribute>
<attribute name="Blocking">false</attribute>
<attribute name="GCInterval">120000</attribute>
<attribute name="IdleTimeout">1800000</attribute>
<attribute name="IdleTimeoutEnabled">false</attribute>
<attribute name="LoggingEnabled">false</attribute>
<attribute name="MaxIdleTimeoutPercent">1.0</attribute>
<attribute name="MinSize">10</attribute>
</mbean>
...
Thanx
Tilmann
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]