Using commons dbcp in SOA 8 for connection pool?

Hi there,
It is possible to use commons dbcp in SOA 8 for connection pool ing?
At far I tried SOA 8 does not work either Mckoi and AS400 databases jdbc drivers in a connection pool.
So having the experience with Tomcat and commons-dbcp with successfull connection pools, I am trying to use a alternative database connection pool, or use SOA8 connection pool using commons-dbcp and it with our AS400 db.
Do you think it is possible?
Thanks for your input!
Lorenzo Jimenez

I am really lost.
All I know i that I used this jtopen driver on tomcat with and without connection pool.
I used the same parameters, but SOA implementation or program is different. Maybe is the 1.4 api, maybe is the jdbc expected.
Really don't know.
What I know I as400 and mckoi drivers don't work where in Tomcat work ok.
Please check this thread with the error that SOA gave to me
http://forum.java.sun.com/thread.jsp?forum=136&thread=524472&tstart=0&trange=15
Thanks,
Lorenzo

Similar Messages

  • Can i use my ipad2 as inertnet device for connect my desktop

    Can i use my ipad2 as inertnet device for connect my desktop

    No, the iPad doesn't have the personal hotspot function and can't share its connection with other devices - that is currently only found on the iPhone

  • Use of Semaphore in addition to db connection pool

    Hi,
    I have a multi-threaded app, about 4 threads, reading from a local DB then pushing to a web service,
    then writing a response back to the local DB. I'm using Commons DBCP with a size of 20.
    Do you think there is any added benefit to using semaphore to safe-guard access to the DB pool?
    Will this prevent any deadlocks in a more thorough manner?

    iketurner wrote:
    Yes,
    after I am done with the connection I explicitly close it:
    conn.closeThis should handle things for me.
    I will add in the use of finally
    Will this make a difference you think, even though I am using conn.close()?whenever you use a "resource" you should close it in a finally block. otherwise you can leak resources if you encounter problems (i.e. throw exception):
    Connection c = null;
    try {
      c = ...;
      // do something with c
    } finally {
      if(c != null) {
        c.close();
    }this is a must if you are using db connections, otherwise an exception thrown during the "do something with c" part will cause your connection to not be closed. then you would encounter problems later as all you run out of connections in your connection pool and your application hangs.

  • Principals for connection pools

    We are using a dbms realm for our application on a Bea WeblogicServer
    5.1 on Solaris
    7.
    It seems that it is not possible to use a group as principal for
    a connection pool in the
    weblogic.properties file. This results in a SecurityException when
    a user which is a
    member of the corresponding group tries to get a connection from
    the connection pool.
    Does anybody have similar problems or even better a solution or
    explanation for this
    problem?
    Dieter Arnold
    GFT Technologies AG
    Curiestr. 5
    D-70563 Stuttgart-Vaihingen
    Tel:+49-711-62042-100, Fax: +49-711-62042-101,
    mailto:[email protected]
    http://www.gft.com

    probably not your problem, but groupnames and usernames should
    be unique in weblogic, so if you happen to have a user with the
    same name as the group you are trying to use, it would confuse
    the server.
    but, like I said, probably not your problem.
    -Don
    "Ken Hu" <[email protected]> wrote:
    Dieter,
    I got the same problem as yours when I am working with
    WLS 5.1:
    I have a connection pool set up in the weblogic.properties
    file and a Oracle
    RDBMSRealm. And there is an acl entry in the database
    indicating that a
    certain group has 'reserve' right to the connection pool.
    Then when one user which in fact belongs to that group
    try to use the
    connection pool, he will get SecurityException saying
    that he doesn't has a
    reserve right. But when I change group name of the acl
    entry to that user,
    he is able to use the connection pool. All seems that
    I can't use a group as
    principal in the Connection Pool acl settings.
    But when I used WLS6.0, the problem disappeared. Does
    anybody have any idea?
    Thanks,
    Ken
    Tom Mitchell <[email protected]> wrote in message news:[email protected]..
    Dieter,
    I am not sure I understand what you are trying to do.a group is a
    collection of users and does not have a password. Canyou explain what
    you are trying to accomplish?
    Thanks.
    Dieter Arnold wrote:
    It seems that it is not possible to use a group as
    principal for
    a connection pool in the
    weblogic.properties file. This results in a SecurityExceptionwhen
    a user which is a--
    Tom Mitchell
    [email protected]
    Very Current Stoneham, MA Weather
    http://www.tom.org

  • Credentialling for Connection Pools

    I've been looking at different documents on dev2dev, but being new to the
    security I'm not sure what I'm looking at. That's at least simple humble
    way to say it.
    Is it possible to configure WebLogic (8.1) server to use external
    credentials for a connection pool?
    Thanks,
    Michael

    probably not your problem, but groupnames and usernames should
    be unique in weblogic, so if you happen to have a user with the
    same name as the group you are trying to use, it would confuse
    the server.
    but, like I said, probably not your problem.
    -Don
    "Ken Hu" <[email protected]> wrote:
    Dieter,
    I got the same problem as yours when I am working with
    WLS 5.1:
    I have a connection pool set up in the weblogic.properties
    file and a Oracle
    RDBMSRealm. And there is an acl entry in the database
    indicating that a
    certain group has 'reserve' right to the connection pool.
    Then when one user which in fact belongs to that group
    try to use the
    connection pool, he will get SecurityException saying
    that he doesn't has a
    reserve right. But when I change group name of the acl
    entry to that user,
    he is able to use the connection pool. All seems that
    I can't use a group as
    principal in the Connection Pool acl settings.
    But when I used WLS6.0, the problem disappeared. Does
    anybody have any idea?
    Thanks,
    Ken
    Tom Mitchell <[email protected]> wrote in message news:[email protected]..
    Dieter,
    I am not sure I understand what you are trying to do.a group is a
    collection of users and does not have a password. Canyou explain what
    you are trying to accomplish?
    Thanks.
    Dieter Arnold wrote:
    It seems that it is not possible to use a group as
    principal for
    a connection pool in the
    weblogic.properties file. This results in a SecurityExceptionwhen
    a user which is a--
    Tom Mitchell
    [email protected]
    Very Current Stoneham, MA Weather
    http://www.tom.org

  • Using a SAN certificate with RemoteApps for connections outside of the firewall

    I have two fairly simple two-server farms on the LAN with gateway servers in the DMZ.  (One is 2008 R2 and the other is 2012 R2 in the same configuration) Users connect via the 2012 RD Web Access portal to run the apps on the two farms
    and all that works fine.  The trouble is that when connecting they get the certificate mis-match warning from the session host that is assigned the connection.  I would like to get rid of that by installing  a SAN/UCC certificate that lists
    both servers and the DNS of the farm A record so that whichever server gets the connection ca present the cert and authenticate without the warning. 
    Our internal and Internet domains are the same (pre-dates me)  We maintain our internal DNS and the outside world gets its info from a provider.  The inside hosts do not exist on the outside DNS, which they don't need to anyway. As I said, this
    configuration functions just fine except for the cert mismatch business.
    I bought a SAN/UCC cert through DigiCert:
    Ensures the identity of a remote computer
    Proves your identity to a remote computer
    2.16.840.1.114412.1.1
    The subject shows the dns name of the farm host
    The subject Alt Name shows all the hostnames:
    DNS Name=rds-farm.myDomain.com
    DNS Name=server1.myDomain.com
    DNS Name=server2.myDomain.com
    DNS Name=server3.myDomain.com  (There isn't actually a server3 at this point but I figured I might as well add it for possible expansion)
    The cert chains properly back to DigiCert.
    On the 2012 install, when I try to add the cert for Connection Broker - Publishing it comes back with the following message:
    "The specified certificate is not valid. The certificate properties must match the requirements of the role service."
    So what are the requirements that don't match and what do I need to do to rekey this cert correctly?

    Hi,
    Do you have a DNS A record on your internal network?  Does it point to the RD Connection Broker server?
    Please try to change the FQDN name of the server. You can use this cmdlet to change the server name that is used when publishing RemoteApps:
    Change published FQDN for Server 2012 or 2012 R2 RDS Deployment
    http://gallery.technet.microsoft.com/Change-published-FQDN-for-2a029b80
    Additionally check the following article for information.
    Certificate Requirements for Windows 2008 R2 and Windows 2012 Remote Desktop Services
    http://blogs.technet.com/b/askperf/archive/2014/01/24/certificate-requirements-for-windows-2008-r2-and-windows-2012-remote-desktop-services.aspx
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • SOA Suite 11g - Connection Pools constantly getting suspended...

    Hi,
    I have composites, bpel processes using database adapters.
    *I keep getting "+Pool mds-owsm is Suspended, cannot allocate resources to applications+"  and " Pool SOALocalTxDataSource is Suspended, cannot allocate resources to applications.." in soa_server logg.*
    There are no errors in db trace logs. It seems related to the WLS JDBC data sources, they are constantly getting suspended.
    After a while no new connections can be created, and managed soa server hangs. Restart is the only "solution" for now...
    I have increased "Maximum Capacity" on the connection pool to 300 without success.
    Any ideas, pointers, help appreciated.
    +<Jan 6, 2011 8:55:02 AM CET> <Error> <org.quartz.impl.jdbcjobstore.JobStoreCMT> <BEA-000000>+
    +<ClusterManager: Error managing cluster: Failed to obtain DB connection from data source 'soaNonManagedDS': java.sql.SQLException:+
    Could not retrieve datasource via JNDI url 'jdbc/SOALocalTxDataSource'*
    weblogic.jdbc.extensions.PoolDisabledSQLException: weblogic.common.resourcepool.ResourceDisabledException: Pool SOALocalTxDataSource is Suspended, cannot allocate resources to applications..org.quartz.JobPersistenceException:
    Failed to obtain DB connection from data source 'soaNonManagedDS': java.sql.SQLException:
    Could not retrieve datasource via JNDI url 'jdbc/SOALocalTxDataSource' weblogic.jdbc.extensions.PoolDisabledSQLException:
    weblogic.common.resourcepool.ResourceDisabledException: Pool SOALocalTxDataSource is Suspended, cannot allocate resources to applications..
    +[See nested exception: java.sql.SQLException: Could not retrieve datasource via JNDI url 'jdbc/SOALocalTxDataSource'+
    +weblogic.jdbc.extensions.PoolDisabledSQLException: weblogic.common.resourcepool.ResourceDisabledException: Pool SOALocalTxDataSource is Suspended, cannot allocate resources to applications..]+
    +     at org.quartz.impl.jdbcjobstore.JobStoreCMT.getNonManagedTXConnection(JobStoreCMT.java:167)+
    +     at org.quartz.impl.jdbcjobstore.JobStoreSupport.doCheckin(JobStoreSupport.java:3167)+
    +     at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.manage(JobStoreSupport.java:3811)+
    +     at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.run(JobStoreSupport.java:3847)+
    +<Jan 10, 2011 6:22:47 AM CET> <Warning> <oracle.wsm.resources.policyaccess> <WSM-06001> <Error obtaining Policy Set.+
    oracle.wsm.policymanager.PolicyManagerException: WSM-02079 : Failed to connect to Policy Manager instance due to error "java.rmi.Rem
    oteException: EJB Exception: ; nested exception is:
    oracle.mds.exception.MDSRuntimeException: MDS-00001: exception in Metadata Services layer
    MDS-00001: exception in Metadata Services layer
    +weblogic.common.resourcepool.ResourceDisabledException: Pool mds-owsm is Suspended, cannot allocate resources to applications..".+ at oracle.wsm.policymanager.client.PolicyAccessServiceDelegate.getPolicies(PolicyAccessServiceDelegate.java:136)
    at oracle.wsm.policyaccess.impl.cache.PolicyCacheImpl$BackTracingSynchronizationThread$1.run(PolicyCacheImpl.java:714)
    at oracle.wsm.policyaccess.impl.cache.PolicyCacheImpl$BackTracingSynchronizationThread$1.run(PolicyCacheImpl.java:711)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    at oracle.security.jps.internal.jaas.AccActionExecutor.execute(AccActionExecutor.java:47)
    at oracle.security.jps.internal.jaas.CascadeActionExecutor$SubjectPrivilegedExceptionAction.run(CascadeActionExecutor.java:7
    +9)+
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
    at weblogic.security.Security.runAs(Security.java:61)
    at oracle.security.jps.wls.jaas.WlsActionExecutor.execute(WlsActionExecutor.java:48)
    at oracle.security.jps.internal.jaas.CascadeActionExecutor.execute(CascadeActionExecutor.java:52)
    at oracle.wsm.policyaccess.impl.cache.PolicyCacheImpl$BackTracingSynchronizationThread.run(PolicyCacheImpl.java:710)
    Caused By: java.rmi.RemoteException: EJB Exception: ; nested exception is:
    oracle.mds.exception.MDSRuntimeException: MDS-00001: exception in Metadata Services layer
    MDS-00001: exception in Metadata Services layer
    +weblogic.common.resourcepool.ResourceDisabledException: Pool mds-owsm is Suspended, cannot allocate resources to applications..+ at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:205)
    at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:345)
    at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:259)
    at oracle.wsm.policymanager.ejb.impl.PolicyAccessService_elx95s_IStringPolicyAccessServiceRemoteImpl_1033_WLStub.getPolicies
    AsStrings(Unknown Source)
    at oracle.wsm.policymanager.client.PolicyAccessServiceDelegate.getPolicies(PolicyAccessServiceDelegate.java:132)
    at oracle.wsm.policyaccess.impl.cache.PolicyCacheImpl$BackTracingSynchronizationThread$1.run(PolicyCacheImpl.java:714)
    at oracle.wsm.policyaccess.impl.cache.PolicyCacheImpl$BackTracingSynchronizationThread$1.run(PolicyCacheImpl.java:711)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    at oracle.security.jps.internal.jaas.AccActionExecutor.execute(AccActionExecutor.java:47)
    at oracle.security.jps.internal.jaas.CascadeActionExecutor$SubjectPrivilegedExceptionAction.run(CascadeActionExecutor.java:7
    +9)+
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
    at weblogic.security.Security.runAs(Security.java:61)
    at oracle.security.jps.wls.jaas.WlsActionExecutor.execute(WlsActionExecutor.java:48)
    at oracle.security.jps.internal.jaas.CascadeActionExecutor.execute(CascadeActionExecutor.java:52)
    at oracle.wsm.policyaccess.impl.cache.PolicyCacheImpl$BackTracingSynchronizationThread.run(PolicyCacheImpl.java:710)
    Caused By: oracle.mds.exception.MDSRuntimeException: MDS-00001: exception in Metadata Services layer
    MDS-00001: exception in Metadata Services layer
    weblogic.common.resourcepool.ResourceDisabledException: Pool mds-owsm is Suspended, cannot allocate resources to applications..
    at oracle.mds.internal.persistence.db.BaseReposAccess.<init>(BaseReposAccess.java:360)
    at oracle.mds.internal.persistence.db.shredded.ShreddedReposAccess.<init>(ShreddedReposAccess.java:274)

    Hi again,
    Thanks for the input, to answer your questions Anuj:
    Database
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    Middleware
    Oracle SOA Management 11.1.1.3.0
    Oracle SOA Infrastructure 11.1.1.3.0
    Oracle SOA Suite Patch 11.1.1.3.0
    Oracle SOA Common Adapters 11.1.1.3.0
    Enterprice Manager 11g Fusion Middleware Control 11.1.1.3.0
    And..
    Connection Creation Retry Frequency is set to "10"
    Test Connections On Reserve is enabled.
    Login Delay is stil set to 0 (by default), why should this value be other than 0?, wouldn't increasing it to 10 heavily slow down message-processing..?
    DB and SOA are not on same machine, no n/w issues.
    Regards
    Anders.

  • Need server.xml and web.xml for connection pooling

    hi guys,
    I am having lots of problem implementing the Connection Pool. I want to use the Tomcat's Connection pool classes and not my connection pool.
    I have gone through lots of problem trying to configure it.
    I got the range of errors. Has someone worked on this. Does it work with Tomcat 4.1 and Oracle 8i. Can anyone provide any links or previous posts to help me out.
    If someone can paste their working server.xml and web.xml then that would be really grt.
    Any kind of help would be really helpful.
    Amit

    Tomcat does not have a connection pooling mechanism. I've used Apache Commons DBCP with Tomcat although with PostgreSQL. It works great.
    Nothing in my web.xml gets modified. Only server.xml needs to be updated for DBCP. The Tomcat JNDI Datasource documentation is very good and should get you through.

  • WebLogic 6.0 SP1 - No JdbcServices for connection pools.

    "My question is what version of WebLogic will the progromatic connection pool creation be re-introduced? Is it available in SP2 or version

    Edit the registry.xml file and change "6.0 Beta" to "6.0"
    -Greg
    On 12 Mar 2001 10:02:19 -0800, "Raman Trikkur" <[email protected]>
    wrote:
    >
    Hello Kumar,
    Here is my registry.xml.
    <?xml version="1.0" encoding="UTF-8"?>
    <bea-product-information>
    <host name="ramantrik2pc">
    <product name="WebLogic Server" format="1.0">
    <release level="6.0 Beta" Status="installed" InstallDir="D:\bea\wlserver6.0"
    InstallTime="Mar 1, 2001 5:18:57 PM" InstallSet="Server">
         <component name="Program" />
         <component name="Samples" />
    </release>
    </product>
    </host>
    </bea-product-information>
    Thanks for helping me figure this out. If this doesn't work,
    I'll just try installing the whole package (WLS 6.0 with SP1
    applied) as Xiang suggested.
    Regards,
    Raman
    Kumar Allamraju <[email protected]> wrote:
    could you post your registry.xml ?
    Raman Trikkur wrote:
    Hi,
    I'm trying to get the service pack SP1 ((wls60sp1_upgrade_win.exe)
    ) installed on my NT box. I have wls 6.0 installed andworking.
    After unpacking and choosing my bea home directory (D:\bea),I
    get an error that says "Weblogic Server Service Pack1 Installation
    failed. You do not seem to have Weblogic server 6.0installed for
    BEAHOME D:\bea".
    But that is untrue. I DO have it installed in D:\bea,and I have
    the environment shell up by running setEnv.cmd and Iinvoked the
    service pack installer from within that shell.
    Is there anything I'm missing? Has anyone else encounteredthis
    problem? Any help with this would be much appreciated.
    Regards,
    Raman

  • Help needed for Connection Pooling

    I want to know about connection pooling in java.Can anyone suggest a best tutorial or link to learn this.

    http://java.sun.com/developer/onlineTraining/Programming/JDCBook/conpool.html
    http://java.sun.com/products/jndi/tutorial/ldap/connect/pool.html
    or better Google it.

  • Using common exam to achieve certification for OCA ( Developer + DBA )

    Hi,
    i have given a Oracle 9i : Introduction to Oracle 9i ( 1Z0-007) exam which is one of the two mandatory exams for OCA ( Developer ) . So my questions is .. once i complete my OCA ( Developer ) can i directly give (1Z0-031) to get an OCA (Dba) Certification or i would have to give the exam again ?
    Thanx,
    Abhishek

    The exam (1z0-007) is a prerequisite exam for OCA (Developer or DBA Track). In your case, you have already passed the 1z0-007 exam, so you are very much eligible for writing the exam (1z0-031) without taking the exam (1z0-007) again to fulfill the prerequisite for the OCA – DBA track exams. Moreover, candidates may not retake a passed exam at any time. But, while registering for 1z0-031 exam, you have to show your passing details of the exam 1z0-007 to the parametric center.
    Best of luck.
    Regards,
    Sabdar Syed

  • Ideas for Connecting Pool Controller to WRT54G

    I am trying to connect a Zodiac iAqualink wireless pool equipment controller to my home network (WRT54G) without success. I need some ideas. This is a 802.11b device. My router is set to mixed mode.
    What I have tried:
    1. Set it up as suggested in the instructions: WEP2 security, double checked SSID and password
    2. Set it up without wireless security
    3. Changed channels
    4. Set mode to 802.11b
    In all cases the LED on the iAqualink that is supposed to indicate that it is connected to the network illuminates properly, but I can never find the device using EasyLink Advisor.
    Help!!

    tnsguy wrote:
    I am trying to connect a Zodiac iAqualink wireless pool equipment controller to my home network (WRT54G) without success. I need some ideas. This is a 802.11b device. My router is set to mixed mode.
    What I have tried:
    1. Set it up as suggested in the instructions: WEP2 security, double checked SSID and password
    2. Set it up without wireless security
    3. Changed channels
    4. Set mode to 802.11b
    In all cases the LED on the iAqualink that is supposed to indicate that it is connected to the network illuminates properly, but I can never find the device using EasyLink Advisor.
    Help!!
    Are there other wireless devices already working thru your router? Because if that is the case then there might be something wrong with how the Aqualink is connecting to the router. Does you aqualink has an option to connect via the wired connection? Just to verify though if that will work via a wired connection. If it won't work via the wired connection then there might be something wrong with the Aqualink device. You may need to call their tech support to get further assistance.

  • Oracle connection pool problem (dbcp binded with  jtom)

    Hi,
    my webserver is Tomcat5.0.18, I want to offer the connection pool and transaction management
    in my currently system
    I know in Tomcat5.0 version, we can use the DBCP to offer the database connection pool
    service, to apply the transaction management in my system, I adapt the JTOM
    now, my problem is
    to use DBCP, I setup the datasource factory to be
    org.apache.commons.dbcp.BasicDataSourceFactory, the connection pool is ok, but
    the transaction management offerred by JTOM will failure
    to make the tranaction management of JTOM succeed, I have to setup the datasource factory to be
    org.objectweb.jndi.DataSourceFactory, but the connection pool offerred by Tomcat will failure now
    it seems that these two datasource factory has conflict
    How can I do?, I don't want to use the connection pool offerred in JTOM
    Anyone can help me??
    Thanks in advance

    Hi,
    I don't know the solution for JOTM, but you could try this JTA and its connection pools:
    http://www.atomikos.com ships a JTA that integrates with Tomcat and also provides JDBC connection pooling. There is a GUI control panel so that you don't have to know the XML details for Tomcat's config files.
    Best,
    Guy

  • Sybase jconnect and tomcat 5. Getting error:Cannot get a connection, pool

    Hi,
    I am not sure why i am getting this error.
    All the drivers are in the write location. Tomcat does find and load the driver correctly.
    But... when i try to connect, i get this error.
    org.apache.commons.dbcp.SQLNestedException: Cannot get a connection, pool exhausted, cause:
    java.util.NoSuchElementException: Could not create a validated object
    at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:851)
    at org.apache.commons.dbcp.PoolingDataSource.getConnection(PoolingDataSource.java:140)
    at org.apache.commons.dbcp.BasicDataSource.getConnection(BasicDataSource.java:518)
    at com.aoltw.ic.ars.data.DAO.connect(DAO.java:233)
    at com.aoltw.ic.ars.data.authenticateDAO.getGroups(authenticateDAO.java:114)
    at com.aoltw.ic.ars.data.authenticateDAO.getUserInfo(authenticateDAO.java:97)
    at com.aoltw.ic.ars.helpcentral.presentation.action.loginAction.authenticate(loginAction.java:35)
    at com.aoltw.ic.ars.helpcentral.presentation.action.loginAction.execute(loginAction.java:86)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:446)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:266)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1292)
    Thanks
    --Arun

    What is the "right" location? I'll assume you mean your app's WEB-INF/lib.
    Sounds like your Java code isn't closing statements and/or connections properly, or perhaps you need to increase the number of connections in the pool. I'm guessing it's the former.
    MOD

  • Requirements for JDBC Driver needed for SOA 8 }connection pool

    Hi,
    I have an AS400 jdbc driver. This driver is JDBC API version 2.x. Also is a Driver Type 4.
    What are the requirements of a JDBC Driver needed for connection pool in SOA 8?
    Thanks.
    Lorenzo Jimenez

    You can use pretty much any jdbc driver, including type 2 and type 4.
    You need to make sure your shared libraries needed by the driver are available to the appserver when you boot.
    Other than that, it is no different than configuring any other driver.

Maybe you are looking for

  • Stats Tab in Header ( Purchase order Display )

    Warm greetings, In Purchase order display Stats Tab in Header ( Purchase order Display ) Purchase order consists of K & A (Account assignment category) K Stands for Cost center & A stands for asset 4 Qty for 500 = 2000 1Qty of Asset 5000/= Here the t

  • How to get the value of Selected Dimension in a Pie Chart ?

    Hi All, Here is an example i'm working on , JS Bin - Collaborative JavaScript Debugging</title> <link rel="icon" href="http://static.jsbin.- I'm using selectData event to fire when any data is selected in the chart. How to get the value of dimension,

  • Solaris 10 dual boot hangs on

    I have a hp pavillion 6000 which I am trying to dual boot with solaris 10 x86. I partitioned my hard drive using systemresourcecd and formated with linux swap. when I try to boot off of my solaris 10 dvd, it hangs. It comes up wiht the copyright info

  • Putaway Block in Storage Bin for any specific Material Code

    Hi Experts, We have a problem, we have allowed mix storage, addition to stock in the storage type, our requirement is this, that we want to block one bin aa-01-01 for some specific material code xxxxx, but we want to allow putaway other material code

  • "NoSuchMethodError" when using DOMParser

    Here's a real headache... much appreciation to anyone who can figure this out: I've installed the Winter '01 XML Pack on my NT box. To build a basic XML DOM program, I initially developed using a simple Java program running on the DOS prompt. No big