hi everyone,

first, the init script (for automatic starup with unix systems) is missing
in the docs, is there script code yet, can i access it?

now for my troubles..
im using the same setup that worked with beta-prod-03, (no, i didnt copy
anything over ;) but something goes wrong here..
i have a ds set up in jboss.jcml, jboss.conf, ref and manager in the .xmls
(dont get that far even).
on startup everything seems to work fine:

[Naming] Starting
[Naming] Started
[Hypersonic] Starting
[Hypersonic] Server 1.4 is running
[Hypersonic] Database started
[Hypersonic] Started
[PoolTLDDB] Starting
[PoolTLDDB] XA Connection pool PoolTLDDB bound to java:/PoolTLDDB
[Hypersonic] Press [Ctrl]+[C] to abort
[PoolTLDDB] Started
[InstantDB] Starting

but..

InitialContext
  +- Matrix
  +- TLDDB_Zugriff
  +- TopicConnectionFactory
  +- Fortranberechnungen
  +- jmx:sunrise.i-te.com:rmi
  +- QueueConnectionFactory
  +- topic
  |   +- metrics
  +- queue
  |   +- testQueue
  +- invokers
  |   +- Fortranberechnungen
  |   +- Matrix
  |   +- TLDDB_Zugriff
  +- jmx
  +- RemoteControl

its not there..

im lost. repeat, setup works with beta-prod.

on shutdown there is a javax.managment.RuntimeMBeanException
"runtimexception thrown in operation destroy" when the container tries to
stop the PoolTLDDB xa connection pool, which i can kind of understand but
also tells me that the server thinks the connection is there..

note the line in the startup output
[Hypersonic] Press [Ctrl]+[C] to abort
is it supposed to be there? do i accidentally start the ds with hsql?


appending the relevant configuration parts:

<MLET CODE="org.jboss.jdbc.XADataSourceLoader"
ARCHIVE="jboss.jar,Opta2000.jar" CODEBASE="../lib/ext/">
    <ARG TYPE="java.lang.String" VALUE="PoolTLDDB">
    <ARG TYPE="java.lang.String"
VALUE="org.jboss.minerva.xa.XADataSourceImpl">
</MLET>

     <mbean name="DefaultDomain:service=XADataSource,name=PoolTLDDB">
       <attribute name="Properties"></attribute>
       <attribute
name="URL">jdbc:inetdae:212.63.68.167:1433?database=fok</attribute>
       <attribute name="JDBCUser">asdf</attribute>
       <attribute name="Password">asdf</attribute>
     </mbean>

jdbc.drivers=org.hsql.jdbcDriver,org.enhydra.instantdb.jdbc.idbDriver,com.in
et.tds.TdsDriver

did i forget anything? i hope so..

thanks for your help!

ps: we are using jboss for the technical bearing calculations system at
www.fag.com (its a company ;) in the online catalogue, and we are only just
beginning ;)


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to