Type | Changes | By |
---|
| Added a META-INF/sun-jaxb.episode file. | schulte2005 |
| Added method findModel taking a Model
instance to class org.jomc.modlet.ModelContext .
See the CLIRR report. | schulte2005 |
| Added property validating to class
org.jomc.modlet.DefaultModletProvider and updated method findModlets to support model
context attribute org.jomc.modlet.DefaultModletProvider.validatingAttribute .
See the CLIRR report. | schulte2005 |
| Added the jomc-modlet-1.2.xsd schema deprecating
the jomc-modlet-1.0.xsd schema. | schulte2005 |
| Added the Property complex type to the
jomc-modlet-1.2.xsd schema and updated the Service complex type to support nested
property elements. | schulte2005 |
| Added method createServiceObject to class
org.jomc.modlet.ModelContext .
See the CLIRR report. | schulte2005 |
| Added classes org.jomc.modlet.ModelContextFactory
and org.jomc.modlet.ModelContextFactoryError deprecating methods
getModelContextClassName , setModelContextClassName and
createModelContext of class org.jomc.modlet.ModelContext .
See the CLIRR report. | schulte2005 |
| Added methods createContext ,
createEntityResolver , createMarshaller , createResourceResolver ,
createSchema and createUnmarshaller taking a java.net.URI to class
org.jomc.modlet.ModelContext .
See the CLIRR report. | schulte2005 |
| Updated class org.jomc.modlet.DefaultModelContext
to close open streams when reading provider resources or manifest files fails. | schulte2005 |
| Updated method setModletSchemaSystemId of class
org.jomc.modlet.ModelContext to update the system id of all schemas matching the
http://jomc.org/modlet public id when used after modlets have been initialized. | schulte2005 |
| Corrected method getModlets of class
org.jomc.modlet.ModelContext to reset the modlets of the instance before throwing a
ModelException . | schulte2005 |
| Updated methods createMarshaller and
createUnmarshaller of class org.jomc.modlet.DefaultModelContext to support
Marshaller.Listener and Unmarshaller.Listener services. | schulte2005 |
| Updated methods getProviderLocation and
getPlatformProviderLocation of class org.jomc.modlet.DefaultModelContext to support
model context attributes org.jomc.modlet.DefaultModelContext.providerLocationAttribute and
org.jomc.modlet.DefaultModelContext.platformProviderLocationAttribute .
See the CLIRR report. | schulte2005 |
| Updated method findModlets of class
org.jomc.modlet.DefaultModletProvider to support model context attributes
org.jomc.modlet.DefaultModletProvider.enabledAttribute and
org.jomc.modlet.DefaultModletProvider.modletLocationAttribute .
See the CLIRR report. | schulte2005 |
| Updated class org.jomc.modlet.DefaultModelContext
to support setting properties on service objects based on the Property complex type of the
jomc-modlet-1.2.xsd schema. | schulte2005 |
| Updated the modlets and schemas
elements of the jomc-modlet-1.2.xsd schema removing schemas-public-id-key and
schema-public-id-key keys allowing multiple schemas to share the same public identifier. | schulte2005 |
| Removed abstract modifier of method
onLog of class org.jomc.modlet.ModelContext.Listener . | schulte2005 |
| Removed the jomc-modlet-1.0.xsd schema deprecated
by the jomc-modlet-1.2.xsd schema. | schulte2005 |