RE: [jBoss-User] installing ORACLE JDBC,

2001-03-16 Thread Todd Bowker
The DataSourceClass attribute doesn't look right. This is how I have mine configured, and I'm also using oracle: attribute name="DataSourceClass"org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImp l/attribute -Original Message- From: Reynir Hbner [mailto:[EMAIL PROTECTED]] Sent:

[jBoss-User] Embedded Tomcat MLET tag 2.1

2001-03-15 Thread Todd Bowker
I thought I would post to the list what I did to get embedded tomcat to work with jboss 2.1 binary distribution. I spent a lot of time checking documentation and reading threads on the user archive until a stumbled upon a solution that works. This is the MLET tag (windows environment) : !--

RE: [jBoss-User] Steps to use mysql

2001-03-09 Thread Todd Bowker
Are you using jboss.xml? If you don't have it, jboss will use the first datasource pool that is defined in jboss.conf. Basically you need to define a resource in jboss.xml and make a reference to it from the ejb-jar.xml. There is a thread about this in the dev archive, if I remember right. Sorry