Closed ghost closed 7 years ago
yes you are right, there was an error in the glassfish deployment descriptor. I have fixed this in the meantime. So you can try the latest updated version 4.0.2. I have tested this version with payara and it looks good. Let me hear if it works for you too.
Thank you! Now it works perfectly. The only problem I found in the sample application is that I can't create new tickets because the save button is missing.
Make sure that a model (ticket.bpmn) is uploaded. You can do this with curl command:
curl --user admin:adminpassword --request POST -Tticket.bpmn http://localhost:8080/workflow/rest-service/model/bpmn
To check if a models available you can use the REST API via browser:
I'm trying to run the sample application from the website (http://www.imixs.org/doc/sampleapplication.html) I built the application with “mvn clean install -Pglassfish4” and now I have the war file. When I try to deploy this war file with Payara I get this error: “Error occurred during deployment: Exception while deploying the app [imixs-jsf-example-4.0.1] : Error processing EjbDescriptor. Please see server.log for more details.” Log file as attachment. log.txt