Subject RE: [Firebird-Java] Re: firebird jca jdbc driver on weblogic 6.x
Author Sachin Walia
Hi,
 
according to bea weblogic 7.0 docs weblogc needs object to be serialized not referencable..
 
mentioned at the following url: http://edocs.bea.com/wls/docs70/faq/jca.html#293579 
 
it says
 
-----Original Message-----
From: David Jencks [mailto:davidjencks@...]
Sent: Friday, September 06, 2002 10:49 AM
To: Firebird-Java@yahoogroups.com
Subject: Re: [Firebird-Java] Re: firebird jca jdbc driver on weblogic 6.x

Is there any way you can find out if either the datasource or the
ManagedConnectionFactory is being serialized and deserialized before you
use it?  I think that is the most likely explanation of this, but some
confirmation would be nice before I spend a lot of time working around
this.

Thanks
david jencks

On 2002.09.06 00:29:36 -0400 Sachin Walia wrote:
> thanks for the fix..

> It seems to work fine after removing the mentioned config property,

> however an exception is thrown when trying to retrieve connection from
> the
> DataSource.

> 1. Context c = new InitialContext();
> 2. Object jdopmf = c.lookup("eis/firebirdCF");
> 3. DataSource ds = (DataSource)jdopmf;
> 4. Connection cn = ds.getConnection();

> at step 4 NullPointerException is raised..

> The complete stack trace is:

> <Sep 6, 2002 9:38:36 AM IST> <Error> <HTTP>
> <[WebAppServletContext(24832665,Defa
> ultWebApp,/DefaultWebApp)] Servlet failed with Exception
> java.lang.NullPointerException
>         at
> org.firebirdsql.jdbc.FBDataSource.getConnection(FBDataSource.java:97)

>         at jsp_servlet.__img._jspService(__img.java:94)
>         at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
>         at
> weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
> pl.java:265)
>         at
> weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
> pl.java:200)
>         at
> weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe
> rvletContext.java:2456)
>         at
> weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
> pl.java:2039)
>         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
>         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
> >

> any suggestion is welcomed,

> sachin
>
>
> -----Original Message-----
> From: David Jencks [mailto:davidjencks@...]
> Sent: Thursday, September 05, 2002 8:55 PM
> To: Firebird-Java@yahoogroups.com
> Subject: Re: [Firebird-Java] Re: firebird jca jdbc driver on weblogic 6.x
>
>
> What happens if you take
> >     <config-property>
> >       <config-property-name>BlobBufferLength</config-property-name>
> >       <config-property-type>int</config-property-type>
> >       <config-property-value></config-property-value>
> >     </config-property>
>
>
> out of ra.xml?
>
> I think perhaps I need to convert this to an Integer property.
> If this is not it, you may need to ask Weblogic what their npe means, it
> is
> not terribly informative.
>
> thanks
> david jencks
>
> On 2002.09.05 01:05:36 -0400 sachinwalia wrote:
> > following is the server log and deployment descriptor on deployment of
> > jca-jdbc driver as resource adapter rar file on weblogic 6.1 sp2 on
> > win2k and jdk 1.3.1
> >
> > ####<Sep 4, 2002 12:29:42 PM IST> <Error> <Management> <sachin>
> > <sachin> <Application Manager Thread> <> <> <140002>
> > <InvocationTargetException setting attribute Deployed on MBean
> > solutions:Location=sachin,Name=firebird.rar,Type=ApplicationConfig to
> > value true. Method: public void
> > weblogic.management.mbeans.custom.Application.setDeployed(boolean)
> > throws
> >
> weblogic.management.DeploymentException,weblogic.management.UndeploymentExce
> ption>
> >
> > java.lang.NullPointerException
> >       at
> >
> weblogic.connector.common.internal.ConnectionPool.<init>(ConnectionPool.java
> :457)
> >       at
> >
> weblogic.connector.common.internal.ConnectionPoolManager.addManagedConnectio
> nFactory(ConnectionPoolManager.java:54)
> >       at
> >
> weblogic.j2ee.ResourceAdapterComponent.deploy(ResourceAdapterComponent.java:
> 189)
> >       at weblogic.j2ee.Application.deploy(Application.java:231)
> >       at weblogic.j2ee.J2EEService.deployApplication(J2EEService.java:185)
> >       at
> >
> weblogic.management.mbeans.custom.Application.setLocalDeployed(Application.j
> ava:359)
> >       at
> >
> weblogic.management.mbeans.custom.Application.setDeployed(Application.java:2
> 93)
> >       at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source)
> >       at
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
> .java:25)
> >       at java.lang.reflect.Method.invoke(Method.java:324)
> >       at
> >
> weblogic.management.internal.DynamicMBeanImpl.invokeSetter(DynamicMBeanImpl.
> java:1334)
> >       at
> >
> weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBeanImpl.
> java:844)
> >       at
> >
> weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBeanImpl.
> java:810)
> >       at
> >
> weblogic.management.internal.ConfigurationMBeanImpl.setAttribute(Configurati
> onMBeanImpl.java:288)
> >       at
> >
> com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:135
> 6)
> >       at
> >
> com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:133
> 1)
> >       at
> >
> weblogic.management.internal.ConfigurationMBeanImpl.updateConfigMBeans(Confi
> gurationMBeanImpl.java:385)
> >       at
> >
> weblogic.management.internal.ConfigurationMBeanImpl.setAttribute(Configurati
> onMBeanImpl.java:291)
> >       at
> >
> com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:135
> 6)
> >       at
> >
> com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:133
> 1)
> >       at
> > weblogic.management.internal.MBeanProxy.setAttribute(MBeanProxy.java:303)
> >       at
> weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:185)
> >       at $Proxy7.setDeployed(Unknown Source)
> >       at
> >
> weblogic.management.mbeans.custom.ApplicationManager.autoDeploy(ApplicationM
> anager.java:846)
> >       at
> >
> weblogic.management.mbeans.custom.ApplicationManager.poll(ApplicationManager
> .java:811)
> >       at
> >
> weblogic.management.mbeans.custom.ApplicationManager.poll(ApplicationManager
> .java:705)
> >       at
> >
> weblogic.management.mbeans.custom.ApplicationManager.update(ApplicationManag
> er.java:200)
> >       at
> >
> weblogic.management.mbeans.custom.ApplicationManager$ApplicationPoller.run(A
> pplicationManager.java:1020)
> > --------------- nested within: ------------------
> > weblogic.management.DeploymentException:  - with nested exception:
> > [java.lang.NullPointerException]
> >       at
> >
> weblogic.j2ee.ResourceAdapterComponent.deploy(ResourceAdapterComponent.java:
> 195)
> >       at weblogic.j2ee.Application.deploy(Application.java:231)
> >       at weblogic.j2ee.J2EEService.deployApplication(J2EEService.java:185)
> >       at
> >
> weblogic.management.mbeans.custom.Application.setLocalDeployed(Application.j
> ava:359)
> >       at
> >
> weblogic.management.mbeans.custom.Application.setDeployed(Application.java:2
> 93)
> >       at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source)
> >       at
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
> .java:25)
> >       at java.lang.reflect.Method.invoke(Method.java:324)
> >       at
> >
> weblogic.management.internal.DynamicMBeanImpl.invokeSetter(DynamicMBeanImpl.
> java:1334)
> >       at
> >
> weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBeanImpl.
> java:844)
> >       at
> >
> weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBeanImpl.
> java:810)
> >       at
> >
> weblogic.management.internal.ConfigurationMBeanImpl.setAttribute(Configurati
> onMBeanImpl.java:288)
> >       at
> >
> com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:135
> 6)
> >       at
> >
> com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:133
> 1)
> >       at
> >
> weblogic.management.internal.ConfigurationMBeanImpl.updateConfigMBeans(Confi
> gurationMBeanImpl.java:385)
> >       at
> >
> weblogic.management.internal.ConfigurationMBeanImpl.setAttribute(Configurati
> onMBeanImpl.java:291)
> >       at
> >
> com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:135
> 6)
> >       at
> >
> com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:133
> 1)
> >       at
> > weblogic.management.internal.MBeanProxy.setAttribute(MBeanProxy.java:303)
> >       at
> weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:185)
> >       at $Proxy7.setDeployed(Unknown Source)
> >       at
> >
> weblogic.management.mbeans.custom.ApplicationManager.autoDeploy(ApplicationM
> anager.java:846)
> >       at
> >
> weblogic.management.mbeans.custom.ApplicationManager.poll(ApplicationManager
> .java:811)
> >       at
> >
> weblogic.management.mbeans.custom.ApplicationManager.poll(ApplicationManager
> .java:705)
> >       at
> >
> weblogic.management.mbeans.custom.ApplicationManager.update(ApplicationManag
> er.java:200)
> >       at
> >
> weblogic.management.mbeans.custom.ApplicationManager$ApplicationPoller.run(A
> pplicationManager.java:1020)
> > ####<Sep 4, 2002 12:29:44 PM IST> <Warning> <J2EE> <sachin> <sachin>
> > <ExecuteThread: '11' for queue: 'default'> <system> <> <160007> <You
> > are running WebLogic Server in J2EE 1.3 mode. The implementation of
> > specific J2EE 1.3 features (EJB 2.0, JSP 1.2, Servlet 2.3, and J2EE
> > Connector Architecture 1.0) in BEA WebLogic Server 6.1 is of a
> > non-final version of the appropriate specification. It is subject to
> > change in future releases once the specification becomes finalized.
> > This may cause application code developed for BEA WebLogic Server 6.1
> > that uses the new features of J2EE 1.3 to be incompatible with the
> > J2EE 1.3 platform supported in future releases of BEA WebLogic Server.
> > You may prevent this message from displaying in the future by
> > de-selecting "J2EE 1.3 Notification" in the Administration Console.>
> >
> > -----------------Deployment Descriptor--------------
> >
> > ra.xml
> >
> > <?xml version="1.0" encoding="UTF-8"?>
> > <!DOCTYPE connector PUBLIC '-//Sun Microsystems, Inc.//DTD Connector
> > 1.0//EN' ' http://java.sun.com/dtd/connector_1_0.dtd'
> <http://java.sun.com/dtd/connector_1_0.dtd'> >
> > <connector>
> >   <display-name>Firebird Database Connector</display-name>
> >   <vendor-name>David Jencks</vendor-name>
> >   <spec-version>1.0</spec-version>
> >   <eis-type>FireBird RDBMS</eis-type>
> >   <version>1.0</version>
> >   <license>
> >     <license-required>false</license-required>
> >   </license>
> >   <resourceadapter>
> >   
> >
> <managedconnectionfactory-class>org.firebirdsql.jca.FBManagedConnectionFacto
> ry</managedconnectionfactory-class>
> >   
> >
> <connectionfactory-interface>javax.sql.DataSource</connectionfactory-interfa
> ce>
> >   
> >
> <connectionfactory-impl-class>org.firebirdsql.jdbc.FBDataSource</connectionf
> actory-impl-class>
> >     <connection-interface>java.sql.Connection</connection-interface>
> >   
> >
> <connection-impl-class>org.firebirdsql.jdbc.FBConnection</connection-impl-cl
> ass>
> >     <transaction-support>XATransaction</transaction-support>
> >     <config-property>
> >       <config-property-name>Password</config-property-name>
> >       <config-property-type>java.lang.String</config-property-type>
> >       <config-property-value>sachin</config-property-value>
> >     </config-property>
> >     <config-property>
> >       <config-property-name>BlobBufferLength</config-property-name>
> >       <config-property-type>int</config-property-type>
> >       <config-property-value></config-property-value>
> >     </config-property>
> >     <config-property>
> >       <config-property-name>Database</config-property-name>
> >       <config-property-type>java.lang.String</config-property-type>
> >     
> >
> <config-property-value>jdbc:firebirdsql:sachin/3050:/firebird/soapDB.gdb</co
> nfig-property-value>
> >     </config-property>
> >     <config-property>
> >       <config-property-name>UserName</config-property-name>
> >       <config-property-type>java.lang.String</config-property-type>
> >       <config-property-value>sachin</config-property-value>
> >     </config-property>
> >     <authentication-mechanism>
> >     
> >
> <authentication-mechanism-type>BasicPassword</authentication-mechanism-type>
> >     
> >
> <credential-interface>javax.resource.security.PasswordCredential</credential
> -interface>
> >     </authentication-mechanism>
> >     <reauthentication-support>false</reauthentication-support>
> >   </resourceadapter>
> > </connector>
> >
> > ----weblogic-ra.xml---
> >
> > <?xml version="1.0" encoding="UTF-8"?>
> > <!DOCTYPE weblogic-connection-factory-dd PUBLIC '-//BEA Systems,
> > Inc.//DTD WebLogic 6.0.0 Connector//EN'
> > ' http://www.bea.com/servers/wls600/dtd/weblogic-ejb-jar.dtd'
> <http://www.bea.com/servers/wls600/dtd/weblogic-ejb-jar.dtd'> >
> > <weblogic-connection-factory-dd>
> >   <connection-factory-name>firebirdCF</connection-factory-name>
> >   <jndi-name>eis/firebirdCF</jndi-name>
> >   <pool-params>
> >     <initial-capacity>0</initial-capacity>
> >     <max-capacity>1</max-capacity>
> >     <capacity-increment>1</capacity-increment>
> >     <shrinking-enabled>false</shrinking-enabled>
> >     <shrink-period-minutes>200</shrink-period-minutes>
> >   </pool-params>
> >   <map-config-property>
> >     <map-config-property-name>Database</map-config-property-name>
> >   
> >
> <map-config-property-value>jdbc:firebirdsql:sachin/3050:/firebird/soapDB.gdb
> </map-config-property-value>
> >   </map-config-property>
> >   <security-principal-map>
> >   </security-principal-map>
> > </weblogic-connection-factory-dd>
> >
> >
> >
> > thanks
> >
> > --- In Firebird-Java@y..., "sachinwalia" <sachinw@s...> wrote:
> > > Hi,
> > >
> > > does anyone knows how to integrate firebird jca jdbc driver with
> > > weblogic 6.x / 7.0. the resource adapter is not getting deployed on
> > > weblogic and is throwing a battery of Exceptions.
> > >
> > > Please respond immediately. its very very urgent.
> > >
> > > thanks in advance.
> > >
> > > sachin walia
> >
> >
> >
> > To unsubscribe from this group, send an email to:
> > Firebird-Java-unsubscribe@yahoogroups.com
> >
> > 
> >
> > Your use of Yahoo! Groups is subject to
> http://docs.yahoo.com/info/terms/
> <http://docs.yahoo.com/info/terms/>
> >
> >
> >
> >
> >
>
>
> Yahoo! Groups Sponsor     
>
> ADVERTISEMENT

> <http://rd.yahoo.com/M=228862.2128520.3581629.2225242/D=egroupweb/S=17050067
> 64:HM/A=1182727/R=0/*http://adfarm.mediaplex.com/ad/ck/990-1736-1039-336>
>
>
> To unsubscribe from this group, send an email to:
> Firebird-Java-unsubscribe@yahoogroups.com
>
>
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
> <http://docs.yahoo.com/info/terms/> .
>
>
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> <HTML><HEAD>
> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
>
>
> <META content="MSHTML 6.00.2600.0" name=GENERATOR></HEAD>
> <BODY>
>
>
> <DIV><SPAN class=512101904-06092002><FONT face=Arial color=#0000ff
> size=2>thanks
> for the fix..</FONT></SPAN></DIV>
> <DIV><SPAN class=512101904-06092002><FONT face=Arial color=#0000ff
> size=2></FONT></SPAN>&nbsp;</DIV>
> <DIV><SPAN class=512101904-06092002><FONT face=Arial color=#0000ff
> size=2>It
> seems to work fine after removing the mentioned config
> property,</FONT></SPAN></DIV>
> <DIV><SPAN class=512101904-06092002><FONT face=Arial color=#0000ff
> size=2></FONT></SPAN>&nbsp;</DIV>
> <DIV><SPAN class=512101904-06092002><FONT face=Arial color=#0000ff
> size=2>however an exception is thrown when trying to retrieve connection
> from
> the DataSource.</FONT></SPAN></DIV>
> <DIV><SPAN class=512101904-06092002><FONT face=Arial color=#0000ff
> size=2></FONT></SPAN>&nbsp;</DIV>
> <DIV><SPAN class=512101904-06092002><FONT face=Arial color=#0000ff
> size=2>1.
> Context c = new InitialContext();<BR>2. Object jdopmf =
> c.lookup("eis/firebirdCF");<BR>3. DataSource ds =
> (DataSource)jdopmf;<BR>4.
> Connection cn = ds.getConnection();</FONT></SPAN></DIV>
> <DIV><SPAN class=512101904-06092002><FONT face=Arial color=#0000ff
> size=2></FONT></SPAN>&nbsp;</DIV>
> <DIV><SPAN class=512101904-06092002><FONT face=Arial color=#0000ff
> size=2>at
> step 4 NullPointerException is raised..</FONT></SPAN></DIV>
> <DIV><SPAN class=512101904-06092002><FONT face=Arial color=#0000ff
> size=2></FONT></SPAN>&nbsp;</DIV>
> <DIV><SPAN class=512101904-06092002><FONT face=Arial color=#0000ff
> size=2>The
> complete stack trace is:</FONT></SPAN></DIV>
> <DIV><SPAN class=512101904-06092002><FONT face=Arial color=#0000ff
> size=2></FONT></SPAN>&nbsp;</DIV>
> <DIV><SPAN class=512101904-06092002><FONT face=Arial color=#0000ff
> size=2>&lt;Sep 6, 2002 9:38:36 AM IST&gt; &lt;Error&gt; &lt;HTTP&gt;
> &lt;[WebAppServletContext(24832665,Defa<BR>ultWebApp,/DefaultWebApp)]
> Servlet
> failed with
> Exception<BR>java.lang.NullPointerException<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
>
> at
> org.firebirdsql.jdbc.FBDataSource.getConnection(FBDataSource.java:97)</FONT></SPAN></DIV>
> <DIV><FONT face=Arial color=#0000ff size=2></FONT>&nbsp;</DIV>
> <DIV><SPAN class=512101904-06092002><FONT face=Arial color=#0000ff
> size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at
> jsp_servlet.__img._jspService(__img.java:94)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
>
> at
> weblogic.servlet.jsp.JspBase.service(JspBase.java:27)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
>
> at
> weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm<BR>pl.java:265)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
>
> at
> weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm<BR>pl.java:200)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
>
> at
> weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe<BR>rvletContext.java:2456)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
>
> at
> weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm<BR>pl.java:2039)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
>
> at
> weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
>
> at
> weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)<BR>&gt;</FONT>&nbsp;</SPAN></DIV>
> <DIV><SPAN class=512101904-06092002><FONT face=Arial color=#0000ff
> size=2></FONT></SPAN>&nbsp;</DIV>
> <DIV><SPAN class=512101904-06092002><FONT face=Arial color=#0000ff
> size=2>any
> suggestion is welcomed,</FONT></SPAN></DIV>
> <DIV><SPAN class=512101904-06092002><FONT face=Arial color=#0000ff
> size=2></FONT></SPAN>&nbsp;</DIV>
> <DIV><SPAN class=512101904-06092002><FONT face=Arial color=#0000ff
> size=2>sachin</DIV>
> <DIV><BR></DIV></FONT></SPAN>
> <BLOCKQUOTE>
>   <DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma
>   size=2>-----Original Message-----<BR><B>From:</B> David Jencks
>   [mailto:davidjencks@...]<BR><B>Sent:</B> Thursday,
> September
>   05, 2002 8:55 PM<BR><B>To:</B>
>   Firebird-Java@yahoogroups.com<BR><B>Subject:</B> Re: [Firebird-Java]
> Re:
>   firebird jca jdbc driver on weblogic 6.x<BR><BR></FONT></DIV><TT>What
> happens
>   if you take <BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;
>   &lt;config-property&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
>   &lt;config-property-name&gt;BlobBufferLength&lt;/config-property-name&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
>
>   &lt;config-property-type&gt;int&lt;/config-property-type&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
>
>   &lt;config-property-value&gt;&lt;/config-property-value&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;
>
>   &lt;/config-property&gt;<BR><BR><BR>out of ra.xml?<BR><BR>I think
> perhaps I
>   need to convert this to an Integer property.<BR>If this is not it, you
> may
>   need to ask Weblogic what their npe means, it is<BR>not terribly
>   informative.<BR><BR>thanks<BR>david jencks<BR><BR>On 2002.09.05
> 01:05:36 -0400
>   sachinwalia wrote:<BR>&gt; following is the server log and deployment
>   descriptor on deployment of<BR>&gt; jca-jdbc driver as resource adapter
> rar
>   file on weblogic 6.1 sp2 on<BR>&gt; win2k and jdk 1.3.1<BR>&gt;
> <BR>&gt;
>   ####&lt;Sep 4, 2002 12:29:42 PM IST&gt; &lt;Error&gt;
> &lt;Management&gt;
>   &lt;sachin&gt;<BR>&gt; &lt;sachin&gt; &lt;Application Manager
> Thread&gt;
>   &lt;&gt; &lt;&gt; &lt;140002&gt;<BR>&gt; &lt;InvocationTargetException
> setting
>   attribute Deployed on MBean<BR>&gt;
>   solutions:Location=sachin,Name=firebird.rar,Type=ApplicationConfig
> to<BR>&gt;
>   value true. Method: public void<BR>&gt;
>   weblogic.management.mbeans.custom.Application.setDeployed(boolean)<BR>&gt;
>
>   throws<BR>&gt;
>   weblogic.management.DeploymentException,weblogic.management.UndeploymentException&gt;<BR>&gt;
>
>   <BR>&gt; java.lang.NullPointerException<BR>&gt;
> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
>   at<BR>&gt;
>   weblogic.connector.common.internal.ConnectionPool.&lt;init&gt;(ConnectionPool.java:457)<BR>&gt;
>
>   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at<BR>&gt;
>   weblogic.connector.common.internal.ConnectionPoolManager.addManagedConnectionFactory(ConnectionPoolManager.java:54)<BR>&gt;
>
>   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at<BR>&gt;
>   weblogic.j2ee.ResourceAdapterComponent.deploy(ResourceAdapterComponent.java:189)<BR>&gt;
>
>   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at
>   weblogic.j2ee.Application.deploy(Application.java:231)<BR>&gt;
>   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at
>   weblogic.j2ee.J2EEService.deployApplication(J2EEService.java:185)<BR>&gt;
>
>   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at<BR>&gt;
>   weblogic.management.mbeans.custom.Application.setLocalDeployed(Application.java:359)<BR>&gt;
>
>   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at<BR>&gt;
>   weblogic.management.mbeans.custom.Application.setDeployed(Application.java:293)<BR>&gt;
>
>   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at
>   sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source)<BR>&gt;
>   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at<BR>&gt;
>   sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<BR>&gt;
>
>   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at
>   java.lang.reflect.Method.invoke(Method.java:324)<BR>&gt;
>   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at<BR>&gt;
>   weblogic.management.internal.DynamicMBeanImpl.invokeSetter(DynamicMBeanImpl.java:1334)<BR>&gt;
>
>   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at<BR>&gt;
>   weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBeanImpl.java:844)<BR>&gt;
>
>   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at<BR>&gt;
>   weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBeanImpl.java:810)<BR>&gt;
>
>   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at<BR>&gt;
>   weblogic.management.internal.ConfigurationMBeanImpl.setAttribute(ConfigurationMBeanImpl.java:288)<BR>&gt;
>
>   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at<BR>&gt;
>   com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1356)<BR>&gt;
>
>   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at<BR>&gt;
>   com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1331)<BR>&gt;
>
>   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at<BR>&gt;
>   weblogic.management.internal.ConfigurationMBeanImpl.updateConfigMBeans(ConfigurationMBeanImpl.java:385)<BR>&gt;
>
>   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at<BR>&gt;
>   weblogic.management.internal.ConfigurationMBeanImpl.setAttribute(ConfigurationMBeanImpl.java:291)<BR>&gt;
>
>   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at<BR>&gt;
>   com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1356)<BR>&gt;
>
>   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at<BR>&gt;
>   com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1331)<BR>&gt;
>
>   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at<BR>&gt;
>   weblogic.management.internal.MBeanProxy.setAttribute(MBeanProxy.java:303)<BR>&gt;
>
>   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at
>   weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:185)<BR>&gt;
>
>   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at $Proxy7.setDeployed(Unknown
> Source)<BR>&gt;
>   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at<BR>&gt;
>   weblogic.management.mbeans.custom.ApplicationManager.autoDeploy(ApplicationManager.java:846)<BR>&gt;
>
>   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at<BR>&gt;
>   weblogic.management.mbeans.custom.ApplicationManager.poll(ApplicationManager.java:811)<BR>&gt;
>
>   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at<BR>&gt;
>   weblogic.management.mbeans.custom.ApplicationManager.poll(ApplicationManager.java:705)<BR>&gt;
>
>   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at<BR>&gt;
>   weblogic.management.mbeans.custom.ApplicationManager.update(ApplicationManager.java:200)<BR>&gt;
>
>   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at<BR>&gt;
>   weblogic.management.mbeans.custom.ApplicationManager$ApplicationPoller.run(ApplicationManager.java:1020)<BR>&gt;
>
>   --------------- nested within: ------------------<BR>&gt;
>   weblogic.management.DeploymentException:&nbsp; - with nested
>   exception:<BR>&gt; [java.lang.NullPointerException]<BR>&gt;
>   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at<BR>&gt;
>   weblogic.j2ee.ResourceAdapterComponent.deploy(ResourceAdapterComponent.java:195)<BR>&gt;
>
>   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at
>   weblogic.j2ee.Application.deploy(Application.java:231)<BR>&gt;
>   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at
>   weblogic.j2ee.J2EEService.deployApplication(J2EEService.java:185)<BR>&gt;
>
>   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at<BR>&gt;
>   weblogic.management.mbeans.custom.Application.setLocalDeployed(Application.java:359)<BR>&gt;
>
>   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at<BR>&gt;
>   weblogic.management.mbeans.custom.Application.setDeployed(Application.java:293)<BR>&gt;
>
>   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at
>   sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source)<BR>&gt;
>   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at<BR>&gt;
>   sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<BR>&gt;
>
>   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at
>   java.lang.reflect.Method.invoke(Method.java:324)<BR>&gt;
>   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at<BR>&gt;
>   weblogic.management.internal.DynamicMBeanImpl.invokeSetter(DynamicMBeanImpl.java:1334)<BR>&gt;
>
>   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at<BR>&gt;
>   weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBeanImpl.java:844)<BR>&gt;
>
>   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at<BR>&gt;
>   weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBeanImpl.java:810)<BR>&gt;
>
>   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at<BR>&gt;
>   weblogic.management.internal.ConfigurationMBeanImpl.setAttribute(ConfigurationMBeanImpl.java:288)<BR>&gt;
>
>   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at<BR>&gt;
>   com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1356)<BR>&gt;
>
>   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at<BR>&gt;
>   com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1331)<BR>&gt;
>
>   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at<BR>&gt;
>   weblogic.management.internal.ConfigurationMBeanImpl.updateConfigMBeans(ConfigurationMBeanImpl.java:385)<BR>&gt;
>
>   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at<BR>&gt;
>   weblogic.management.internal.ConfigurationMBeanImpl.setAttribute(ConfigurationMBeanImpl.java:291)<BR>&gt;
>
>   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at<BR>&gt;
>   com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1356)<BR>&gt;
>
>   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at<BR>&gt;
>   com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1331)<BR>&gt;
>
>   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at<BR>&gt;
>   weblogic.management.internal.MBeanProxy.setAttribute(MBeanProxy.java:303)<BR>&gt;
>
>   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at
>   weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:185)<BR>&gt;
>
>   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at $Proxy7.setDeployed(Unknown
> Source)<BR>&gt;
>   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at<BR>&gt;
>   weblogic.management.mbeans.custom.ApplicationManager.autoDeploy(ApplicationManager.java:846)<BR>&gt;
>
>   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at<BR>&gt;
>   weblogic.management.mbeans.custom.ApplicationManager.poll(ApplicationManager.java:811)<BR>&gt;
>
>   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at<BR>&gt;
>   weblogic.management.mbeans.custom.ApplicationManager.poll(ApplicationManager.java:705)<BR>&gt;
>
>   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at<BR>&gt;
>   weblogic.management.mbeans.custom.ApplicationManager.update(ApplicationManager.java:200)<BR>&gt;
>
>   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at<BR>&gt;
>   weblogic.management.mbeans.custom.ApplicationManager$ApplicationPoller.run(ApplicationManager.java:1020)<BR>&gt;
>
>   ####&lt;Sep 4, 2002 12:29:44 PM IST&gt; &lt;Warning&gt; &lt;J2EE&gt;
>   &lt;sachin&gt; &lt;sachin&gt;<BR>&gt; &lt;ExecuteThread: '11' for
> queue:
>   'default'&gt; &lt;system&gt; &lt;&gt; &lt;160007&gt; &lt;You<BR>&gt;
> are
>   running WebLogic Server in J2EE 1.3 mode. The implementation of<BR>&gt;
>
>   specific J2EE 1.3 features (EJB 2.0, JSP 1.2, Servlet 2.3, and
> J2EE<BR>&gt;
>   Connector Architecture 1.0) in BEA WebLogic Server 6.1 is of a<BR>&gt;
>   non-final version of the appropriate specification. It is subject
> to<BR>&gt;
>   change in future releases once the specification becomes
> finalized.<BR>&gt;
>   This may cause application code developed for BEA WebLogic Server
> 6.1<BR>&gt;
>   that uses the new features of J2EE 1.3 to be incompatible with
> the<BR>&gt;
>   J2EE 1.3 platform supported in future releases of BEA WebLogic
> Server.<BR>&gt;
>   You may prevent this message from displaying in the future by<BR>&gt;
>   de-selecting "J2EE 1.3 Notification" in the Administration Console.&gt;
>
>   <BR>&gt; <BR>&gt; -----------------Deployment
> Descriptor--------------<BR>&gt;
>   <BR>&gt; ra.xml<BR>&gt; <BR>&gt; &lt;?xml version="1.0"
>   encoding="UTF-8"?&gt;<BR>&gt; &lt;!DOCTYPE connector PUBLIC '-//Sun
>   Microsystems, Inc.//DTD Connector<BR>&gt; 1.0//EN' '<A
>   href="http://java.sun.com/dtd/connector_1_0.dtd'">http://java.sun.com/dtd/connector_1_0.dtd'</A>&gt;<BR>&gt;
>
>   &lt;connector&gt;<BR>&gt;&nbsp;&nbsp; &lt;display-name&gt;Firebird
> Database
>   Connector&lt;/display-name&gt;<BR>&gt;&nbsp;&nbsp;
> &lt;vendor-name&gt;David
>   Jencks&lt;/vendor-name&gt;<BR>&gt;&nbsp;&nbsp;
>   &lt;spec-version&gt;1.0&lt;/spec-version&gt;<BR>&gt;&nbsp;&nbsp;
>   &lt;eis-type&gt;FireBird RDBMS&lt;/eis-type&gt;<BR>&gt;&nbsp;&nbsp;
>   &lt;version&gt;1.0&lt;/version&gt;<BR>&gt;&nbsp;&nbsp;
>   &lt;license&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;
>   &lt;license-required&gt;false&lt;/license-required&gt;<BR>&gt;&nbsp;&nbsp;
>
>   &lt;/license&gt;<BR>&gt;&nbsp;&nbsp;
>   &lt;resourceadapter&gt;<BR>&gt;&nbsp;&nbsp;&nbsp; <BR>&gt;
>   &lt;managedconnectionfactory-class&gt;org.firebirdsql.jca.FBManagedConnectionFactory&lt;/managedconnectionfactory-class&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;
>
>   <BR>&gt;
>   &lt;connectionfactory-interface&gt;javax.sql.DataSource&lt;/connectionfactory-interface&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;
>
>   <BR>&gt;
>   &lt;connectionfactory-impl-class&gt;org.firebirdsql.jdbc.FBDataSource&lt;/connectionfactory-impl-class&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;
>
>   &lt;connection-interface&gt;java.sql.Connection&lt;/connection-interface&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;
>
>   <BR>&gt;
>   &lt;connection-impl-class&gt;org.firebirdsql.jdbc.FBConnection&lt;/connection-impl-class&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;
>
>   &lt;transaction-support&gt;XATransaction&lt;/transaction-support&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;
>
>   &lt;config-property&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
>   &lt;config-property-name&gt;Password&lt;/config-property-name&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
>
>   &lt;config-property-type&gt;java.lang.String&lt;/config-property-type&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
>
>   &lt;config-property-value&gt;sachin&lt;/config-property-value&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;
>
>   &lt;/config-property&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;
>   &lt;config-property&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
>   &lt;config-property-name&gt;BlobBufferLength&lt;/config-property-name&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
>
>   &lt;config-property-type&gt;int&lt;/config-property-type&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
>
>   &lt;config-property-value&gt;&lt;/config-property-value&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;
>
>   &lt;/config-property&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;
>   &lt;config-property&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
>   &lt;config-property-name&gt;Database&lt;/config-property-name&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
>
>   &lt;config-property-type&gt;java.lang.String&lt;/config-property-type&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
>
>   <BR>&gt;
>   &lt;config-property-value&gt;jdbc:firebirdsql:sachin/3050:/firebird/soapDB.gdb&lt;/config-property-value&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;
>
>   &lt;/config-property&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;
>   &lt;config-property&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
>   &lt;config-property-name&gt;UserName&lt;/config-property-name&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
>
>   &lt;config-property-type&gt;java.lang.String&lt;/config-property-type&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
>
>   &lt;config-property-value&gt;sachin&lt;/config-property-value&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;
>
>   &lt;/config-property&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;
>   &lt;authentication-mechanism&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
>   <BR>&gt;
>   &lt;authentication-mechanism-type&gt;BasicPassword&lt;/authentication-mechanism-type&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
>
>   <BR>&gt;
>   &lt;credential-interface&gt;javax.resource.security.PasswordCredential&lt;/credential-interface&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;
>
>   &lt;/authentication-mechanism&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;
>   &lt;reauthentication-support&gt;false&lt;/reauthentication-support&gt;<BR>&gt;&nbsp;&nbsp;
>
>   &lt;/resourceadapter&gt;<BR>&gt; &lt;/connector&gt;<BR>&gt; <BR>&gt;
>   ----weblogic-ra.xml---<BR>&gt; <BR>&gt; &lt;?xml version="1.0"
>   encoding="UTF-8"?&gt;<BR>&gt; &lt;!DOCTYPE
> weblogic-connection-factory-dd
>   PUBLIC '-//BEA Systems,<BR>&gt; Inc.//DTD WebLogic 6.0.0
>   Connector//EN'<BR>&gt; '<A
>   href="http://www.bea.com/servers/wls600/dtd/weblogic-ejb-jar.dtd'">http://www.bea.com/servers/wls600/dtd/weblogic-ejb-jar.dtd'</A>&gt;<BR>&gt;
>
>   &lt;weblogic-connection-factory-dd&gt;<BR>&gt;&nbsp;&nbsp;
>   &lt;connection-factory-name&gt;firebirdCF&lt;/connection-factory-name&gt;<BR>&gt;&nbsp;&nbsp;
>
>   &lt;jndi-name&gt;eis/firebirdCF&lt;/jndi-name&gt;<BR>&gt;&nbsp;&nbsp;
>   &lt;pool-params&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;
>   &lt;initial-capacity&gt;0&lt;/initial-capacity&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;
>
>   &lt;max-capacity&gt;1&lt;/max-capacity&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;
>
>   &lt;capacity-increment&gt;1&lt;/capacity-increment&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;
>
>   &lt;shrinking-enabled&gt;false&lt;/shrinking-enabled&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;
>
>   &lt;shrink-period-minutes&gt;200&lt;/shrink-period-minutes&gt;<BR>&gt;&nbsp;&nbsp;
>
>   &lt;/pool-params&gt;<BR>&gt;&nbsp;&nbsp;
>   &lt;map-config-property&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;
>   &lt;map-config-property-name&gt;Database&lt;/map-config-property-name&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;
>
>   <BR>&gt;
>   &lt;map-config-property-value&gt;jdbc:firebirdsql:sachin/3050:/firebird/soapDB.gdb&lt;/map-config-property-value&gt;<BR>&gt;&nbsp;&nbsp;
>
>   &lt;/map-config-property&gt;<BR>&gt;&nbsp;&nbsp;
>   &lt;security-principal-map&gt;<BR>&gt;&nbsp;&nbsp;
>   &lt;/security-principal-map&gt;<BR>&gt;
>   &lt;/weblogic-connection-factory-dd&gt;<BR>&gt; <BR>&gt; <BR>&gt;
> <BR>&gt;
>   thanks<BR>&gt; <BR>&gt; --- In Firebird-Java@y..., "sachinwalia"
>   &lt;sachinw@s...&gt; wrote:<BR>&gt; &gt; Hi,<BR>&gt; &gt; <BR>&gt; &gt;
> does
>   anyone knows how to integrate firebird jca jdbc driver with<BR>&gt;
> &gt;
>   weblogic 6.x / 7.0. the resource adapter is not getting deployed
> on<BR>&gt;
>   &gt; weblogic and is throwing a battery of Exceptions. <BR>&gt; &gt;
> <BR>&gt;
>   &gt; Please respond immediately. its very very urgent.<BR>&gt; &gt;
> <BR>&gt;
>   &gt; thanks in advance.<BR>&gt; &gt; <BR>&gt; &gt; sachin walia<BR>&gt;
>
>   <BR>&gt; <BR>&gt; <BR>&gt; To unsubscribe from this group, send an
> email
>   to:<BR>&gt; Firebird-Java-unsubscribe@yahoogroups.com<BR>&gt;
> <BR>&gt;&nbsp;
>   <BR>&gt; <BR>&gt; Your use of Yahoo! Groups is subject to <A
>   href="http://docs.yahoo.com/info/terms/">http://docs.yahoo.com/info/terms/</A><BR>&gt;
>
>   <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR></TT><BR><BR><TT>To
>   unsubscribe from this group, send an email
>   to:<BR>Firebird-Java-unsubscribe@yahoogroups.com<BR><BR></TT><BR><BR><TT>Your
>
>   use of Yahoo! Groups is subject to the <A
>   href="http://docs.yahoo.com/info/terms/">Yahoo! Terms of
> Service</A>.</TT>
> <BR></BLOCKQUOTE>
> <br>
>
> <!-- |**|begin egp html banner|**| -->
>
> <table border=0 cellspacing=0 cellpadding=2>
> <tr bgcolor=#FFFFCC>
> <td align=center><font size="-1" color=#003399><b>Yahoo! Groups
> Sponsor</b></font></td>
> </tr>
> <tr bgcolor=#FFFFFF>
> <td align=center width=470><table border=0 cellpadding=0
> cellspacing=0><tr><td align=center><font face=arial
> size=-2>ADVERTISEMENT</font><br><a href="http://rd.yahoo.com/M=228862.2128520.3581629.2225242/D=egroupweb/S=1705006764:HM/A=1182728/R=0/*http://adfarm.mediaplex.com/ad/ck/990-1736-1039-333
> " target="_top"><img border="0" src="http://us.a1.yimg.com/us.yimg.com/a/co/columbiahouse/d_300x250_4for49_idsoc.gif"
> height="250" width="300"></a></td></tr></table></td>
> </tr>
> </table>
>
> <!-- |**|end egp html banner|**| -->
>
>
> <br>
> <tt>
> To unsubscribe from this group, send an email to:<BR>
> Firebird-Java-unsubscribe@yahoogroups.com<BR>
> <BR>
> </tt>
> <br>
>
> <br>
> <tt>Your use of Yahoo! Groups is subject to the <a
> href="http://docs.yahoo.com/info/terms/">Yahoo! Terms of
> Service</a>.</tt>
> </br>
>
> </BODY></HTML>
>


To unsubscribe from this group, send an email to:
Firebird-Java-unsubscribe@yahoogroups.com



Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.