jboss and ingres

From: bevyn quiding (bqui001_at_yahoo.com)
Date: 10/30/03


Date: 29 Oct 2003 19:00:27 -0800

Hi,

  Im trying to get jboss 3.2.2 running against an ingres database.
I have tried doing the ingres-service.xml file but i get a jndiname
not found error.

  I used this for the source for the ingres-service.xml
http://esupport.ca.com/public/cool/joe/manuals/JBoss30Joe31.pdf page
26.

  So i created an ingres-ds.xml file modifying the hsqldb-ds.xml file
so it pointed to the edbc driver. then jboss said
Trying to install an already registered mbean:
jboss.jca:service=LocalTxCM,name=IngresDS)

have i put something in the ingres-ds.xml file that i shouldn't have?

ingres-ds.xml

<?xml version="1.0" encoding="UTF-8"?>

<datasources>
   <local-tx-datasource>

      <jndi-name>IngresDS</jndi-name>

      <connection-url>jdbc:edbc://mymachine:a01/machinename::database</connection-url>

      <!-- The driver class -->
      <driver-class>ca.edbc.jdbc.EdbcDriver</driver-class>

      <min-pool-size>5</min-pool-size>

      <max-pool-size>20</max-pool-size>

      <idle-timeout-minutes>0</idle-timeout-minutes>

      <track-statements>true</track-statements>

   </local-tx-datasource>

</datasources>

incidentally the url i have used works when tested by a simple java
program.
also when i run jboss jboss without the ingres-service.xml it starts
up fine though i haven't tested whether it connects to the database
yet.

can anyone shed some light on this for me?

Thanks Bevyn



Relevant Pages

  • Remotely DoSing JBoss 4.0.2 with serialized java objects
    ... Remotely DoSing JBoss 4.0.2 with serialized java objects ... Implications of serialisation vulnerabilies in JDK ... of JBoss application on Win32, up to the current 4.0.2 version. ...
    (Bugtraq)
  • Re: Advantages of Lisp?
    ... >> and JBOSS, I've come to the conclusion that the main advantage of Lisp ... >> is that it allows you to not use Java. ... local effects ... that their idea of "error handling" is you can either raise errors or ...
    (comp.lang.lisp)
  • Re: Java app as Windows Service w/JGSS+Kerberos - should it work?
    ... that this simply won't work - is there something about the Java GSS- ... own service wrapper which does not launch the JBoss JVM as a child ... process but simply invokes the JBoss run and shutdown scripts (from ... service wrapper launches JBoss. ...
    (comp.protocols.kerberos)
  • Re: JBoss for Delphi Users
    ... Jboss means Java which means new platform and new library to learn. ... In case you are new to Java I suggest you to try JBuilder trial and see what it can do for you to learn about java web development. ... I have been looking at JBoss and wonder if anyone here has any experience with it? ...
    (borland.public.delphi.non-technical)
  • Stand alone Tomcat 5.5.4 and JBoss 3.2.6
    ... to deploy a basic JBoss server, assuming that the Java dev okes will ... I would then restart JBoss (my custom init script - seems ... latest version of Tomcat to get around certain bugs/probles (Java ...
    (comp.lang.java.programmer)