openjpa.ClassTransformerOptions is a valid persistence.xml option but results in complaints when you use it. ------------------------------------------------------------------------------------------------------------
Key: OPENJPA-225 URL: https://issues.apache.org/jira/browse/OPENJPA-225 Project: OpenJPA Issue Type: Bug Affects Versions: 0.9.7 Reporter: David Jencks openjpa.ClassTransformerOptions is a valid option in persistence.xml and PersistenceProviderImpl looks for it and uses it to configure the class transformer (lines 94-95), but if you use it you get a complaint like 08:43:22,636 WARN [Runtime] The property named "openjpa.ClassTransformerOptions" was not recognized and will be ignored, although the name closely matches a valid property called "openjpa.ClassResolver". According to Patrick the best fix is to make the ConfigurationProvider aware of this option so it doesn't complain. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.