On Fri, 17 Aug 2001, David Jencks wrote:
> It looks like I can get a dev-license Oracle 8i, although I haven't tried
> to install it yet.

The install or solaris or win32 is easy.  I was never able to get it
installed on linux... even after modifing the kernel appropriatly.

> Could you send me the XADataSourceLoader config that is not being converted
> properly? I'll see what I can do.

I am not sure that the changes you made actually broke this anymore.  I
think it could have been broken before.  The version of JBoss that I saved,
exhibits very odd behavior... looks like the first time it will work, but
after than some transactions just dissapear. This sucks... =(

I am still using the XADataSourceLoader with this config:

   <!-- Shared DataSource -->
   <mbean code="org.jboss.jdbc.XADataSourceLoader"
          name="JDBC:service=XADataSource,name=SharedDS">
      <attribute
name="DataSourceClass">org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl</attribute>
      <attribute name="PoolName">SharedDS</attribute>
      <attribute name="URL">jdbc:oracle:thin:@bendev:1521:BENDV</attribute>
      <attribute name="JDBCUser">jason</attribute>
      <attribute name="Password">jason</attribute>
      <attribute name="Properties"></attribute>
      <attribute name="GCMinIdleTime">1200000</attribute>
      <attribute name="GCEnabled">false</attribute>
      <attribute name="InvalidateOnError">false</attribute>
      <attribute name="TimestampUsed">false</attribute>
      <attribute name="Blocking">true</attribute>
      <attribute name="GCInterval">120000</attribute>
      <attribute name="IdleTimeout">1800000</attribute>
      <attribute name="IdleTimeoutEnabled">false</attribute>
      <attribute name="LoggingEnabled">false</attribute>
      <attribute name="MaxIdleTimeoutPercent">1.0</attribute>
      <attribute name="MinSize">0</attribute>
      <attribute name="MaxSize">10</attribute>
   </mbean>

It could be that the XADataSourceImpl is having issues... I don't know.
What are the properties that I can specify on the ra to duplicate this?
What do I need to change to plug in the oracle xa datasource impl?

> Are you running on multi-processor hardware? If so are there problems if
> you only use one processor? (assuming you can make that work).

I am only using uni's for the moment.

--jason


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to