[ https://issues.apache.org/jira/browse/OOZIE-3568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16994760#comment-16994760 ]
Kinga Marton commented on OOZIE-3568: ------------------------------------- [~nobigo] I think this is a valid issue. Those files were removed with OOZIE-1463. I didn't found any explanation related the reason of keeping them in persistence.xml, so I think that this change is OK. Also I think that we should remove the test classes as well, if they don't have any added value. [~nobigo] can you please check what exactly are those classes testing and check if they can be removed as well, or we should keep those. Since the proposed changes are in persistence.xml, the precommit check fails at backwards compatibility part. However I don't think that this should be a problem, since there were invalid references. [~asalamon74] what is you opinion about this? > Have large amount of log information “WARN messages [main] openjpa.MetaData” > in jetty.log need to clean > ------------------------------------------------------------------------------------------------------- > > Key: OOZIE-3568 > URL: https://issues.apache.org/jira/browse/OOZIE-3568 > Project: Oozie > Issue Type: Bug > Components: core > Affects Versions: 5.1.0 > Reporter: duan xiong > Assignee: duan xiong > Priority: Major > Fix For: 5.3.0 > > Attachments: OOZIE-3568-001.patch, OOZIE-3568-002.patch > > > Have large amount of log information “WARN messages [main] openjpa.MetaData” > in jetty.out need to clean: > some not exists class need to enhanced in openjpa: > <class>org.apache.oozie.client.rest.JsonWorkflowJob</class> > <class>org.apache.oozie.client.rest.JsonWorkflowAction</class> > <class>org.apache.oozie.client.rest.JsonCoordinatorJob</class> > <class>org.apache.oozie.client.rest.JsonCoordinatorAction</class> > <class>org.apache.oozie.client.rest.JsonBundleJob</class> > for example: > > 3493 oozie-postgresql WARN [main] openjpa.MetaData - The class > "org.apache.oozie.client.rest.JsonBundleJob" listed in the > openjpa.MetaDataFactory configuration property could not be loaded by > sun.misc.Launcher$AppClassLoader@33909752; ignoring. > 3494 oozie-postgresql WARN [main] openjpa.MetaData - The class > "org.apache.oozie.client.rest.JsonCoordinatorJob" listed in the > openjpa.MetaDataFactory configuration property could not be loaded by > sun.misc.Launcher$AppClassLoader@33909752; ignoring. > 3495 oozie-postgresql WARN [main] openjpa.MetaData - The class > "org.apache.oozie.client.rest.JsonWorkflowJob" listed in the > openjpa.MetaDataFactory configuration property could not be loaded by > sun.misc.Launcher$AppClassLoader@33909752; ignoring. > 3495 oozie-postgresql WARN [main] openjpa.MetaData - The class > "org.apache.oozie.client.rest.JsonWorkflowAction" listed in the > openjpa.MetaDataFactory configuration property could not be loaded by > sun.misc.Launcher$AppClassLoader@33909752; ignoring. > 3496 oozie-postgresql WARN [main] openjpa.MetaData - The class > "org.apache.oozie.client.rest.JsonCoordinatorAction" listed in the > openjpa.MetaDataFactory configuration property could not be loaded by > sun.misc.Launcher$AppClassLoader@33909752; ignoring. > -- This message was sent by Atlassian Jira (v8.3.4#803005)