-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support WildFly #180
Comments
WildFly/Hibernate is ok in my fork, I have not tried to run it in OpenLiberty. |
Does it also work with Payara? How about the Arquillian tests? If so, let me create a separate branch and you can issue the PR there. Once I can examine the code and do regression testing to verify everything is OK for both servers, we can merge it to master. |
Yes, I added Github Actions to build it and running tests. https://github.com/hantsy/cargotracker/
|
Another issue I found about the LocalDateTime persistence in Hibernate, https://github.com/hantsy/cargotracker/blob/master/src/main/java/org/eclipse/cargotracker/domain/model/cargo/Leg.java#L66, the nano value is different when fetching from db. Not sure there are some configuration in Hibernate to fix it. |
I just want to be clear - at this point do you have a codebase that works with both Payara and WildFly? Or is it the case that you have ported the code to WildFly and it no longer works with Payara? If it’s the latter, do you need help achieving the former? |
Yeah, my fork works both Payara and WildFly.
|
OK, I have created a 'develop' branch you can issue PRs against. Hopefully we don't have to keep that branch longer term. It is a bit cumbersome. |
WildFly support is availble in #195 |
I think the basic Hibernate/WildFly is included in the develop branch. So it is better to split this issue into smaller issues. Such as:
|
I wouldn't say this is a very big priority for us just yet. It is a good way to get contributions though. I would like to keep it as-is for now. |
For folks interested in WildFly support, there is an initial starting point here: https://github.com/eclipse-ee4j/cargotracker/tree/wildfly-experimental. |
I tried to run the Cargotracker application on OpenLiberty,
Currently, I created a branch in my fork for running on OpenLiberty, https://github.com/hantsy/cargotracker/tree/openliberty-config |
Please post questions to the Open Liberty and MyFaces forums? |
Posted in OpenLiberty Gitter channels and groups.io, but Open liberty seems not active as others. In Gitter channels, only a few messages over months. |
Now the main problem is myfaces. For DataSource and JMS config, it seems I have to remove the global prefix( |
@m-reza-rahman The portable |
I don't know. I would ask on the TCK alias: https://accounts.eclipse.org/mailing-list/jakartaee-tck-dev. |
Some experimental work for Liberty support here: https://github.com/eclipse-ee4j/cargotracker/tree/liberty-experimental. |
I am working for documentation to use WIldFly as a runtime. Is it ok sir? |
Sure, please go ahead? |
ok thanks i was waiting for permission :) |
GlassFish port in progress here: #243. |
GlassFish support merged to main here: #282. |
Liberty support merged to main here: #283 |
If anyone wants to see an example working in wildfly, You can do so through the https://github.com/marcelomrwin/cargo-tracker/tree/wildfly branch. Furthermore, there is a demonstration of how to use with containers and the simple insertion of integrated authentication with keycloak |
It would be helpful to contribute towards merging this work to the main branch: https://github.com/eclipse-ee4j/cargotracker/tree/wildfly-experimental. |
As an alternative to Payara or default runtime.
The text was updated successfully, but these errors were encountered: