Still no luck on the Atinav drivers.  I think I must be missing a specific
property name
and that is why it is throwing a nullPointerException.  I was getting this
same exception
with the Weblogic drivers before I got each and every property name exactly
right.

I am also trying to get JBoss to work with the Type 4 driver that ships with
JRun 3.0 Advanced and Enterprise.  It is a Merant OEM, so I tried the Merant
property names, but I am still getting a nullPointerException with that one
as well.

Good news is the Weblogic driver is up, running, and working great with
JBoss.

thanks!

brenton
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

I've forwarded it to Kunle. BTW, how did you resolve the problems with the
Atinav drivers?. I looked at the post but couldn't see any reason for the
error and since I don't have/use the Atinav drivers...

Did you resolve the issue?. Any pearls of wisdom that you can pass on to
others in the community?

Cheers!,

Micheal

PS Some of the property names below are foreign to me. I presume they are
specific to the WebLogic driver. Are they passed on to the WebLogic jDriver
transparently?. I also presume that this info is from a tested, working,
JBoss configuration. Is this the case?.


> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Brenton
> House
> Sent: 29 March 2001 21:44
> To: [EMAIL PROTECTED]
> Subject: [JBoss-user] <mbean> for weblogic JDBC Type 4 Drivers
>
>
> I'm not sure what the process is to add this to the How To Page at:
> http://jboss.org/documentation/mssql.htm
> but here is the <mbean> for weblogic JDBC Type 4 Drivers.
>
> Enjoy!
>
> Brenton House
> ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
> ::::::::::
> ::::::::::::::::
>
> Driver:   weblogic.jdbc.mssqlserver4.Driver
>
> <mbean code="org.jboss.jdbc.XADataSourceLoader"
> name="DefaultDomain:service=XADataSource,name=SQLServerPool">
>    <attribute
> name="DataSourceClass">org.opentools.minerva.jdbc.xa.wrapper.XADat
> aSourceImp
> l</attribute>
>    <attribute name="PoolName">SQLServerPool</attribute>
>    <attribute name="URL">jdbc:weblogic:mssqlserver4:SERVER</attribute>
>    <attribute name="loginDelaySecs">1</attribute>
>    <attribute name="initialCapacity">4</attribute>
>    <attribute name="maxCapacity">10</attribute>
>    <attribute name="capacityIncrement">2</attribute>
>    <attribute name="allowShrinking">true</attribute>
>    <attribute name="shrinkPeriodMins">15</attribute>
>    <attribute name="refreshTestMinutes">10</attribute>
>    <attribute name="testTable">dual</attribute>
>    <attribute
> name="props">user=USERNAME;password=PASSWORD;server=SERVER</attribute>
> </mbean>
>
>
> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
>
>
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user
>


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


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


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

Reply via email to