Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dali-dev] proposed changes for M7

Interested parties:

I have attached a patch to bug 273481[1] to fix some problems with our new feature
supporting entities in JARs. This patch adds some methods to the Dali API:

JarFile
    javaPersistentTypes() : Iterator<JavaPersistentType>
   
javaPersistentTypesSize() : int
    JAVA_PERSISTENT_TYPES_COLLECTION : String
JavaPersistentType
    update()

Not only do these changes help fix the bug, but they probably should've been in place
originally. :-)

Please review the bug and patch and let us know of any concerns.

Thanks.
Brian Vosburgh

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=273481

Back to the top