a-st commented on pull request #6: URL: https://github.com/apache/isis-app-simpleapp/pull/6#issuecomment-1050651778
> The error you are seeing is typical, if the _DataNucleus_ annotation processing step did not run (and did not create `QSimpleObject`). According to the GitHub Action output the _DataNucleus_ annotation processing step did run: ``` 2022-02-25T08:06:04.2400190Z Downloaded from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar (317 kB at 2.9 MB/s) 2022-02-25T08:06:04.3519525Z [INFO] Changes detected - recompiling the module! 2022-02-25T08:06:04.3554548Z [INFO] Compiling 7 source files to /home/runner/work/isis-app-simpleapp/isis-app-simpleapp/module-simple/target/classes 2022-02-25T08:06:05.7347244Z DataNucleus : JDOQLTypedQuery Q class generation : domainapp.modules.simple.dom.so.SimpleObject -> domainapp.modules.simple.dom.so.QSimpleObject 2022-02-25T08:06:06.4706348Z [INFO] ------------------------------------------------------------- 2022-02-25T08:06:06.4707267Z [ERROR] COMPILATION ERROR : 2022-02-25T08:06:06.4709686Z [INFO] ------------------------------------------------------------- 2022-02-25T08:06:06.4710700Z [ERROR] /home/runner/work/isis-app-simpleapp/isis-app-simpleapp/module-simple/target/generated-sources/annotations/domainapp/modules/simple/dom/so/QSimpleObject.java:[35,51] cannot find symbol 2022-02-25T08:06:06.4711436Z symbol: class java 2022-02-25T08:06:06.4711956Z location: class domainapp.modules.simple.dom.so.QSimpleObject 2022-02-25T08:06:06.4713823Z [ERROR] /home/runner/work/isis-app-simpleapp/isis-app-simpleapp/module-simple/target/generated-sources/annotations/domainapp/modules/simple/dom/so/QSimpleObject.java:[36,51] cannot find symbol 2022-02-25T08:06:06.4714522Z symbol: class java 2022-02-25T08:06:06.4715206Z location: class domainapp.modules.simple.dom.so.QSimpleObject ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
