Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-dev] Unable to find Descriptor Class

Hello,
   The oracle.toplink.publicinterface.Descriptor class has been migrated to org.eclipse.persistence.descriptors.ClassDescriptor.  This is a bug in the package renamer.   Please file a bug against the utils component.
--Gordon

BalaKrishna Penugonda wrote:
Hi All

  
   Detailed Description:  *Unable to find the class
org.eclipse.persistence.descriptors.Descriptor mentioned in the
package-rename properties*

      I am trying to migrate one small module from 10.1.3 to eclipselink..
When i migrate piece of my code containing class
oracle.toplink.publicinterface.Descriptor, it migrated to
org.eclipse.persistence.descriptors.Descriptor class, but the "Descriptor"
class is not available in eclipselink.jar.
 Please provide me the updated jar containing the
org.eclipse.persistence.descriptors.Descriptor class.

Also i observed that package rename properties should also include the
following mapped to ensure migration is done properly.

oracle.toplink.publicinterface.InheritancePolicy=org.eclipse.persistence.descriptors.InheritancePolicy


Thanks,
Balakrishna.

    
  

_______________________________________________ eclipselink-dev mailing list eclipselink-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/eclipselink-dev

Back to the top