This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch jpa-SNAPSHOT
in repository https://gitbox.apache.org/repos/asf/isis-app-simpleapp.git
The following commit(s) were added to refs/heads/jpa-SNAPSHOT by this push:
new d230178 deactivate weaving in application.properties
d230178 is described below
commit d230178691cea0c760c2bcd22329c0b166f762f5
Author: Andi Huber <[email protected]>
AuthorDate: Mon Oct 24 20:05:53 2022 +0200
deactivate weaving in application.properties
---
webapp/src/main/resources/config/application.properties | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/webapp/src/main/resources/config/application.properties
b/webapp/src/main/resources/config/application.properties
index 9764f4c..70a2bb2 100644
--- a/webapp/src/main/resources/config/application.properties
+++ b/webapp/src/main/resources/config/application.properties
@@ -20,10 +20,10 @@
causeway.persistence.schema.auto-create-schemas=simple,causewayExtSecman,causewa
causeway.core.meta-model.introspector.policy=encapsulation_enabled
-eclipselink.weaving=true
-eclipselink.weaving.changetracking=true
-eclipselink.weaving.internal=true
-eclipselink.weaving.lazy=true
+#eclipselink.weaving=true
+#eclipselink.weaving.changetracking=true
+#eclipselink.weaving.internal=true
+#eclipselink.weaving.lazy=true
eclipselink.deploy-on-startup=true
eclipselink.ddl-generation.output-mode=both