Re: WL 7 & ConnectionPoolManager is not yet available
Eli Yishai <[email protected]> Wed, 11 Dec 2002 16:14:52 -0800
| Newsgroups | gmane.comp.java.sun.connector |
|---|---|
| Organization | Engineering-Science |
| Message-ID | <01ac01c2a173$7f802250$4f1414ac@rashi> |
Actually, from a specification perspective, accessing a Resource Adapter from an Java application in a remote JVM is not an illegal use case. This use case is not specified, and is not required to be supported per the spec; Connectors implementations can therefore choose not to support such a use case. BEA has chosen not to support it, and thus WebLogic correctly treats it as an illegal use case in its implementation. Some other application servers support this use case (for example, Borland Enterprise Server), but as this area is not specified, support for your remote use case may add some (extremely minor) proprietary requirements. ----- Original Message ----- From: Jim Gish To: [email protected] Sent: 2002 December 11 14:22 Subject: Re: WL 7 & ConnectionPoolManager is not yet available Looks to me like you are trying to access it from a Java application in a remote JVM. That's an illegal use of a resource adapter. It can only be accessed via an application component (ejb, servlet) running in the app server. The Exception is misleading and wrong and is being fixed in our next release. At 07:41 AM 6/26/2002, Keith Sterling wrote: If I look in the JNDI tree I see it there I have deployed it through the Admin Application, and it appears in the tree under Connectors If I select the Deploy, or Redeploy button I see it output information to the Weblogic console I only have one server, my notebook, and that appears in the Chosen list under the Servers Tab What more must I do ? keith ------------------------------------------------------------------------- Keith Sterling MIAP Jacobs Rimell VP of Engineering Jacobs Rimell Ltd 24 Chiswell St London EC1Y 4TY Tel : +44 207 786 4000 Mob : +44 7771 597 630 Fax : +44 207 786 4004 MSN : [email protected] http://www.jacobsrimell.com ------------------------------------------------------------------------- IMPORTANT NOTICE: Unless posted by the originating sender to a public news group, this email should be considered confidential, may be legally privileged, and is for the intended recipient only. If you are not the intended recipient, please inform the sender and delete the email immediately. WARNING: It is impossible to guarantee the content of this message when it is delivered across the internet, therefore the sender accepts no liability for any claims arising from the information contained. -----Original Message----- From: Iris Peters [mailto:[email protected]] Sent: 26 June 2002 13:34 To: [email protected] Subject: AW: WL 7 & ConnectionPoolManager is not yet available Keith, seems that you havent made your resouce adapter available via the WebLogic Admin console ( available servers).Have a look in the documentation. Iris -----Ursprüngliche Nachricht----- Von: Keith Sterling [mailto:[email protected]] Gesendet: Mittwoch, 26. Juni 2002 13:50 An: [email protected] Betreff: WL 7 & ConnectionPoolManager is not yet available I am trying to connect to a JCA adapter that I have developed, and everytime I do I receive the same error <25-Jun-02 13:49:12 BST> <Error> <Connector> <190062> <ConnectionPoolManager is not yet available.> javax.naming.NamingException: ConnectionPoolManager is not yet available. at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:347) at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:333) at javax.naming.InitialContext.lookup(InitialContext.java:350) at Main.test(Main.java:51) at Main.main(Main.java:35) keith ------------------------------------------------------------------------- Keith Sterling MIAP Jacobs Rimell VP of Engineering Jacobs Rimell Ltd 24 Chiswell St London EC1Y 4TY Tel : +44 207 786 4000 Mob : +44 7771 597 630 Fax : +44 207 786 4004 MSN : [email protected] http://www.jacobsrimell.com ------------------------------------------------------------------------- IMPORTANT NOTICE: Unless posted by the originating sender to a public news group, this email should be considered confidential, may be legally privileged, and is for the intended recipient only. If you are not the intended recipient, please inform the sender and delete the email immediately. WARNING: It is impossible to guarantee the content of this message when it is delivered across the internet, therefore the sender accepts no liability for any claims arising from the information contained.