dev@glassfish.java.net

Re: V3 class gone missing - com.sun.corba.ee.impl.encoding.CDRInputStream

From: Ken Cavanaugh <Ken.Cavanaugh_at_Sun.COM>
Date: Thu, 03 Sep 2009 08:50:19 -0700

On Sep 3, 2009, at 4:55 AM, Ryan O'Connell wrote:

> Hello,
>
> It looks like the class
> com.sun.corba.ee.impl.encoding.CDRInputStream (previously located in
> glassfish-corba-orb.jar) has gone missing from the V3 build dated
> 9/2. It was in the V3 build dated 8/31 (the previously available
> build). Was it removed on purpose? If so, is there an alternative
> class that should be used in its place?
>
> Thanks for any info.
> --ryano
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>
  You need to use CDRInputObject instead (from the same package). I
eliminated the old class because it was redundant.
What are you using this class for? I know it was referenced (along
with CDROutputStrea,) in the CSIv2 tagged component handler
(which we fixed in revision 31085).

Ken.