Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Solved it with building from the beginning again..
Already done multiple times.. the log looks more or less the same
From the log file, it look like it has error during create test data. May be you can start again with a clean database?
The custom Plugin is and other version of your " Approve Via Email Plugin", i want to rewrite it to use POP3 and some extras because of Security Reasons. At the moment it just initialize a connection to my Mail-Server nothing more...
I've already installed the DB and Joget on Linux, but to get all dependencies to test my plugin in Eclipse i needed to build it new on Windows. The Connection to the DB on Linux is working like you see...
The only thing which could be important is when i build my project in Eclipse i get 3000+ Warnings with things like: " ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized "
But i think this doesn't matter because the wflow-directory build succeeded also with these warnings.
So, do you need to know something more?
Thanks for your help.
It seems like your app and the custom plugin you created have something to do with this. Could you please share your use-case?
Hi All
Im stuck with the build from source.. see my Log install.txt
So the first error is this..
2016-10-04 16:07:00,279: java.lang.Exception: Package with Id=workflow_patterns does not exist
The JUnit Surefire Report brings an "NoSuchElementException: null" when it reaches TestAppService:453
// load and verify data for form D
452: FormRowSet rowSetD = appService.loadFormData(TEST_APP_ID, TEST_APP_VERSION.toString(), TEST_FORM_D, valueD);
453: FormRow rowD = rowSetD.iterator().next();
I also attach the Log of the Queries which are executed on the DB SQL_querys.txt
So, anyone got an Idea or similar Problems?
Thank you very much..
Thanks,
Robin