Skip to main content

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

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;


Back to the top