DataSourceImpl does not exist any more. You need to set up a
Minerva pool. There is some documentation at
http://www.jboss.org/minerva/minerva.htm, but the better place to look
would be the manual in CVS (check out the "jbossweb" module and look at
jbossweb/manual/adv_config.html). There's a complete Oracle example
there.
BTW, while I've got you here, I've been unable to get Oracle 8.1.6
running on Red Hat 7, though it works fine on 6.2. If you've been able
to, please get in touch outside of this list!
Aaron
On Mon, 2 Oct 2000, Marcel Ruff wrote:
> Hi,
>
> i have some problems getting jboss configured
> with Oracle 8.1.6 on Linux.
> I am using the new Oracle thin JDBC driver
> classes12_01.jar and the jboss from today (using cvs).
>
> I followed the hints in bugzilla etc.:
>
> - cp classes12_01.jar to JBOSS_HOME\lib\ext
>
> <MLET CODE="org.jboss.jdbc.DataSourceImpl"
> ARCHIVE="jboss.jar,jdbc2_0-stdext.jar,classes12_01.jar"
> CODEBASE="../lib/ext/">
> <ARG TYPE="java.lang.String"
> VALUE="jdbc:oracle:thin:@localhost:1521:Marcel">
> <ARG TYPE="java.lang.String" VALUE="Oracle">
> <ARG TYPE="java.lang.String" VALUE="oracle.jdbc.driver.OracleDriver">
> <ARG TYPE="java.lang.String" VALUE="Marcel">
> <ARG TYPE="java.lang.String" VALUE="Marcel">
> </MLET>
>
> added
> jdbc.drivers=org.hsql.jdbcDriver,jdbc.idbDriver,oracle.jdbc.driver.OracleDriver
>
>
> When starting jboss i get the following error:
>
> ...
> [Classpath] Added
> library:file:/home/dekra/jboss.cvs/dist/lib/ext/classes12_01.jar
> ...
> [Configuration] Initialized
> javax.management.ReflectionException: The MBean class could not be
> loaded by the specified loader
> at
> com.sun.management.jmx.MBeanServerImpl.createMBean(MBeanServerImpl.java:754)
> at javax.management.loading.MLet.getMBeansFromURL(MLet.java:540)
> at javax.management.loading.MLet.getMBeansFromURL(MLet.java:369)
> at org.jboss.Main.<init>(Main.java:119)
> at org.jboss.Main.<init>(Main.java:94)
> at org.jboss.Main$1.run(Main.java:84)
> at java.security.AccessController.doPrivileged(Native Method)
> at org.jboss.Main.main(Main.java:75)
>
>
> Is there anybody out there who has Oracle running with jboss
> and can give me a hint what i do wrong?
>
> thanks,
>
> Marcel
>
>
>
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]