Re: WebLogic
David Jencks <[email protected]> Thu, 27 Feb 2003 15:59:37 -0500
| Newsgroups | gmane.comp.java.sun.connector |
|---|---|
| Message-ID | <[email protected]> |
On Wednesday, February 26, 2003, at 03:16 PM, Jason wrote: > <big snip> > Connection conn = (Connection) > m_cm.allocateConnection(m_mcf, info); While I certainly want you to try JBoss... You don't indicate what "Connection" is here. If it is your adapter's connection class, then my guess is that the trick Deb June suggested of 1. writing an interface with exactly the same methods 2. having "Connection" implement that interface 3. casting to the interface in the above code might well work here inside your adapter as well as from a client. If "Connection" is already an interface I'd guess somehow it is being loaded by 2 classloaders and somehow one version got into the same context as the other. david jencks > > It doesn't seem as though I've even done a cast yet! > Do you still think that your diagnosis is correct? > Thanks. > > -Jason > > > > > > __________________________________________________ > Do you Yahoo!? > Yahoo! Tax Center - forms, calculators, tips, more > http://taxes.yahoo.com/ > > ======================================================================= > ==== > To unsubscribe, send email to [email protected] and include in the > body > of the message "signoff CONNECTOR-INTEREST". For general help, send > email to > [email protected] and include in the body of the message "help". > =========================================================================== To unsubscribe, send email to [email protected] and include in the body of the message "signoff CONNECTOR-INTEREST". For general help, send email to [email protected] and include in the body of the message "help".