Replies: 5 comments
-
|
Ok - thanks a lot for that finding. Yes we need to go forward to Wildfly 14..... |
Beta Was this translation helpful? Give feedback.
-
|
There’s another issue with all the tables missing - seems like eclipselink didn’t issue the DDL commands to create them. Anything I need to configure there, that’s not in the deployment description? The DB user has “all privileges” on the database….
But it works until the code tries to hit a table, i.e. when I try to create a work item.
… On 11 Oct 2018, at 10:46, Ralph Soika ***@***.***> wrote:
Ok - thanks a lot for that finding. Yes we need to go forward to Wildfly 14.....
I will fix this soon. Can you work with the example in Wildfly 14 ?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#22 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AEwLlFHjD0Nba-Y8kJk20ogb4oyr_G2Vks5ujwV-gaJpZM4XNQOa>.
|
Beta Was this translation helpful? Give feedback.
-
|
Take a look here: https://imixs.org/doc/deployment/wildfly.html If you use the docker image 'imixs/wildfly" this works out of the box. But we have not yet created a image for wildfly 14. We are still on wildfly 13. But I think the eclipselink configuration has not changed here. |
Beta Was this translation helpful? Give feedback.
-
|
That’s what I have done - I’ve configured everything according to the deployment guide, but the tables aren’t getting created… But I’ll re-deploy the thing.
Regards,
Marco
… On 11 Oct 2018, at 12:26, Ralph Soika ***@***.***> wrote:
Take a look here: https://imixs.org/doc/deployment/wildfly.html <https://imixs.org/doc/deployment/wildfly.html>
You need to provide the eclipselink module for wildfly manually.
If you use the docker image 'imixs/wildfly" this works out of the box. But we have not yet created a image for wildfly 14. We are still on wildfly 13. But I think the eclipselink configuration has not changed here.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#22 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AEwLlFWmaEH0AI_uytCVE-KsbHXFzNCmks5ujxzSgaJpZM4XNQOa>.
|
Beta Was this translation helpful? Give feedback.
-
|
You may also test the JDBC connection from the Wildfly Web Console. (http://localhost:9990). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Current
jboss-web.xmldoesn't agree with WildFly 14.Changing to
<res-ref-name>java:/mail/org.imixs.workflow.mail</res-ref-name>allows WAR to be deployed.Beta Was this translation helpful? Give feedback.
All reactions