Hi there,
I try to get an Adabas DB installation running with jBoss but there are
some problems, I couldn't solve after half a day of reading manual,
descriptions, sources ...
So I hope anybody on this list could point me to my failure:
in jboss.conf, I defined the MLET as
------
<MLET CODE = "org.jboss.jdbc.DataSourceImpl" ARCHIVE="jboss.jar,jdbc2_0-stdext.jar"
CODEBASE="../lib/ext/">
<ARG TYPE="java.lang.String" VALUE="jdbc:adabasd://gandalf:7200/MYDB">
<ARG TYPE="java.lang.String" VALUE="Adabas">
<ARG TYPE="java.lang.String" VALUE="de.sag.jdbc.adabasd.ADriver">
<ARG TYPE="java.lang.String" VALUE="demo">
<ARG TYPE="java.lang.String" VALUE="demo">
</MLET>
------
I use exactly the same value for the jdbc: url as it works fine in a
testclass if I try to connect directly to the DB.
The user demo, identified by demo is enabled for multiple connections
to the DB.
The jdbc-driver is in the classpath AND appended in jboss.properties
to the jdbc.drivers entry AND is found when starting jBoss.
But console-output still complains:
------------
[Configuration] Initializing
java.sql.SQLException: UNKNOWN USER NAME/PASSWORD COMBINATION
at de.sag.jdbc.adabasd.server.AServer.throwSQLException(AServer.java)
at de.sag.jdbc.adabasd.server.AServer.connect(AServer.java)
at de.sag.jdbc.adabasd.AConnection.doServerConnect(AConnection.java)
at de.sag.jdbc.adabasd.AConnection.<init>(AConnection.java)
at de.sag.jdbc.adabasd.ADriver.connect(ADriver.java)
at java.sql.DriverManager.getConnection(DriverManager.java:517)
at java.sql.DriverManager.getConnection(DriverManager.java:177)
at org.jboss.jdbc.DataSourceImpl.getConnection(DataSourceImpl.java:134)
...
------------
I tried several other user/password-combinations and tried all
combinations of upper- and lowercase but without any success.
So I guess I missed some important fact in my setting which I had not
detected in the online-tutorial.
Hope you can help me!
best regards
tom
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]