Re: Re: PortableRemoteObject problem with JDK 1.3 and weblogic

"Dmitri Colebatch" <[email protected]> Fri, 12 Apr 2002 12:47:31 +1000
Newsgroups gmane.comp.java.ejb.general
Message-ID <030301c1e1cc$64335bf0$d5dea8c0@nuixdim2k>
> I have resolved the issue by narrowing each object in the Enumeration
> one at a time within a loop. So I think the problem is JDK 1.3
> just does not like narrowing from Enumeration.

I think you're forgetting what it is that narrow does.

you only need to call narrow on classes that you dont have the bytecode for.  Enumeration is of course in the jre, and so you dont
need to download it.  However, the individual objects in the enumeration are not, which is why you need to call narrow on those.

hope that makes sense.

cheesr
dim

>
> Peter
>
>
> --- In EJB-Developer@y..., <tsmets@l...> wrote:
> > Long time I have played with WLS but yourproblem look really like a
> problem of version of the classes !
> >
> > Have you tried to put the WLS class in you classpath before the
> the "normal" java jars ?
> >
> > Thomas,
> >
> >
> >
> > --
> > Thomas SMETS
> > rue J. Wytsmanstraat 62
> > 1050 Bruxelles
> > yahoo-id : smetsthomas
>
>
>
>
>       Yahoo! Groups Sponsor
>             ADVERTISEMENT
>
>
>
>
> EJB-Developer group email addresses:
>   Post message: [email protected]
>   Subscribe:    [email protected]
>   Unsubscribe:  [email protected]
>   List owner:   [email protected]
>
> Our other technical discussion groups:
> - For general Java (J2EE) questions/answers: http://groups.yahoo.com/group/Java_Developer
> - For peer-to-peer software development discussion: http://groups.yahoo.com/group/P2P-Developer
>
> Web link to the EJB-Developer group:
>   http://groups.yahoo.com/group/EJB-Developer
>
> ATTENTION: You are receiving this message because you actively subscribed to the EJB-Developer technical discussion group on
Yahoo! Groups.  All subscriptions come from Yahoo-verified email addresses and are logged, thereby provable.  To unsubscribe, send a
blank email from the email address receiving group messages to the 'Unsubscribe' email address shown above.  If this doesn't work,
send a message concerning this problem to [email protected].  Only Yahoo! Groups is responsible for their own subscription
services; the moderator will not perform these services at any time.
>
> *** EJB-Developer - A free service brought to you by Democracy 2.0 (www.democracy2.org) ***
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
>
>