Hi,

How do i use the connection pool of weblogic. I do not want to use the
T3Client.
Is there any way in which i can do that?

And secondly i am getting a NotOwnerException and IllegalAcceessException
when i go to connect to the weblogic connection pool  with this piece of
code.
                Class.forName("weblogic.jdbc.pool.Driver").newInstance();
            return
DriverManager.getConnection("jdbc:weblogic:pool:demoPool");
I have set the access in the policy file and have given the reserve and
create access to everyone in the property file.


and this piece of code gives me a null pointer exception
                Class.forName("weblogic.jdbc.jts.Driver").newInstance();
            return
DriverManager.getConnection("jdbc:weblogic:jts:demoPool","system","password"
);

I am able to get the connection if i use a T3Client.


TIA

Sonal

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to