Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-dev] Branch 2.0.1 use proprietary Sun API: com.sun.corba.se.pept.transport.TransportManager

Sebastien,
This was introduced around rev# 5870 and only shows in the non-Eclipse build because of a leftover compiler warning override on the project - it is fixed in trunk for the 20091205 build - but can be ignored as it is only an import.
   thank you
   /michael

Sebastien Tardif wrote:
Branch 2.0.1 use proprietary Sun API:
com.sun.corba.se.pept.transport.TransportManager

EclipseLink is certified on IBM WebSphere, which work only with a single
specific JDK in each environment. So WAS do not use Sun JDK under
Windows, and use an hybrid JDK under Solaris.

    [javac]
C:\EclipseLinkSrc\br2.0\trunk\foundation\org.eclipse.persistence.core\sr
c\org\eclipse\persistence\config\Per
sistenceUnitProperties.java:43: warning:
com.sun.corba.se.pept.transport.TransportManager is Sun proprietary API
and may
 be removed in a future release
    [javac] import com.sun.corba.se.pept.transport.TransportManager;
_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev



Back to the top