I use JBoss with SAPDB they work quite well
however I have experience minor quirk.
Since SAPDB JDBC driver only supports
JDBC 2.0 and not its standard extension
I have to use Minerva wrapper.
Examples in EJB Spec and Java Blueprint for J2EE
shows that I must retrieve connection,
get UserTransaction context, update database and
then commit. However an insert or update
will not work with SAPDB and
they do not work with Sun JDBC-ODBC Driver either.
However if I get UserTransaction context,
and then get the connection they works.
I consider this to be JDBC driver bugs since
the standard way in the examples works with Oracle.
----- Original Message -----
From: "Kemp Randy-W18971" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 17, 2001 1:23 AM
Subject: [JBoss-user] Jboss and sapdb
> Is anyone using Jboss with the database sapdb at www.sapdb.org? If so,
how
> do you find the combination?
>
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user