Hello Marc

I failed to mention that I am using Oracle 8.1.5, Enterprise Edition.  I
have tried
classes111b.zip as well as classes12.zip (as seen in the JBoss documentation
examples) but with the same result.  Both spit out:

javax.management.ReflectionException: The MBean class could not be loaded by
the specified loader

I don't have an simple example to show you.  I was successful in deploying
the example
CDCollection example using the default Hypersonic db, but I need to get CMP
working
with Oracle 8.1.5.

>From what I've been able to piece together, these configurations are
changing rapidly.
What works for someone one day, won't for someone else another day.  Getting
a bit
miffed :(  But my dev lead says look into BEA Weblogic instead.  But I have
invested
a lot of time into JBoss already.  Bummer.  Any additional info will be
greatly
appreciated.

Justin
[EMAIL PROTECTED]

____________________________________________________________________________
______


jboss.conf addition:
<MLET CODE="org.jboss.jdbc.XADataSourceLoader" ARCHIVE="jboss.jar"
CODEBASE="../lib/ext/">
    <ARG TYPE="java.lang.String" VALUE="DefaultDS">
    <ARG TYPE="java.lang.String"
VALUE="oracle.jdbc.xa.client.OracleXADataSource">
</MLET>


jboss.properties:
jboss.xa.xidclass=oracle.jdbc.xa.OracleXid
jdbc.drivers=org.hsql.jdbcDriver,oracle.jdbc.driver.OracleDriver


jboss.jcml
<mbean name="DefaultDomain:service=XADataSource,name=DefaultDS">
      <attribute
name="URL">jdbc:oracle:thin:@host.domain.com:1521:AIRFRAME</attribute>
      <attribute name="JDBCUser">scott</attribute>
      <attribute name="Password">tiger</attribute>
</mbean>


Excerpt from console:
...
[SpyderMQ] Initializing
[SpyderMQ] 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$1.run(Main.java:87)
        at java.security.AccessController.doPrivileged(Native Method)
        at org.jboss.Main.main(Main.java:83)
[EmbeddedTomcat] Starting
[EmbeddedTomcat] Testing if Tomcat is present....
[EmbeddedTomcat] OK
[EmbeddedTomcat] ContextManager: Adding context Ctx(  )
[EmbeddedTomcat] path="" :jsp: init
[EmbeddedTomcat] PoolTcpConnector: Starting HttpConnectionHandler on 8080
[EmbeddedTomcat] Started
...


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to