Refresh views are not working

Refreshing Views under administration throws the below exception. Using axelor-core 8.0.0-SNAPSHOT and axelor-studio 4.0.0-SNAPSHOT. Any ideas?

  • with linked exception:
    [Exception [EclipseLink-25004] (Eclipse Persistence Services - 4.0.7.v202506240759-923a428d4722d199eff24e730890e156ce7ea9de): org.eclipse.persistence.exceptions.XMLMarshalException
    Exception Description: An error occurred unmarshalling the document
    Internal Exception: org.xml.sax.SAXParseException; cvc-complex-type.3.2.2: Attribute ‹ output › is not allowed to appear in element ‹ action-export ›.]
    at com.axelor.meta.loader.ViewLoader.doLoad(ViewLoader.java:122)
    at com.axelor.meta.loader.AbstractParallelLoader.lambda$feedTransactionExecutor$1(AbstractParallelLoader.java:54)
    at com.axelor.db.ParallelTransactionExecutor.runCommands(ParallelTransactionExecutor.java:204)
    at java.base/java.lang.Thread.run(Thread.java:1583)
    at com.axelor.db.tenants.TenantAware.lambda$run$0(TenantAware.java:96)
    at com.axelor.db.JPA.runInTransaction(JPA.java:633)
    at com.axelor.db.tenants.TenantAware.run(TenantAware.java:96)
    at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
    at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
    at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
    at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
    at java.base/java.lang.Thread.run(Thread.java:1583)
    Caused by: jakarta.xml.bind.UnmarshalException: null
    at org.eclipse.persistence.jaxb.JAXBUnmarshaller.handleXMLMarshalException(JAXBUnmarshaller.java:1132)
    at org.eclipse.persistence.jaxb.JAXBUnmarshaller.unmarshal(JAXBUnmarshaller.java:641)

Maybe attribute is just misplaced or typed partially in another language?
It should be placed there:


meanwhile your stacktrace shows it in angle brackets:

Screenshot_20250915_012501

1 « J'aime »

Thank you very much Serge. That is correct. However this xml is part of axelor-studio. Looks like it is fixed with latest build axelor-core- 8.0 snapshot(8.0.0-20250917.210344-63) and axelor-studio-4.0.0-SNAPSHOT(4.0.0-20250917.150615-4/).