This repository was archived by the owner on Nov 10, 2017. It is now read-only.
Update the Seam 2.3 release to support Wildfly 10.1.0 Final#29
Open
mark1900 wants to merge 32 commits into
Open
Update the Seam 2.3 release to support Wildfly 10.1.0 Final#29mark1900 wants to merge 32 commits into
mark1900 wants to merge 32 commits into
Conversation
update compiler to 1.7 and hibernate to 4.3.5 fix integration tests
add maxpermsize to arquallian container
update richfaces to 4.5.0.Alpha3 update javax faces to 2.2.7
Fixes issues with seam and other file upload components (h:inputFile or richfaces:fileUpload)
… url to the HttpServletResponse Problem: Seam wraps transactions around the InvokeApplication phase. If a sendRedirect is called on the FacesContext during that phase, the browser will receive the redirect location BEFORE the invoke application phase is completed (and before seam commits its transaction). Solution: Create a wrapper around the response object that will store the redirect url to be sent at a later time (when the doFilter is complete)
check if request is multipart first then get the Parts
- Turning off doclint - Upgrade JBoss jBPM jPDL 3 library from 3.2.10.SP3_seam2 (Hibernate 4) to 3.2.10.SP3_seam2_hibernate5 - Upgrade Arquillian libraries
- Upgrade JavaEE libraries - Upgrade Hibernate libraries - Add Wildfly 10 Maven snippets (Profiles, Arquillian configuration etc) - Ensure the correct driver is used for HSQLDB - Updates for seam-integration-tests -- Add Web Context parameter "com.sun.faces.forceLoadConfiguration" -- Update jms destinations in jboss-seam-integration-tests-jms.xml
- Update Hibernate libraries - Update JSF libraries - Update Servlet libraries - Update tests
Author
|
Yes it should be. I am currently deploying these changes to a Wildfly 10.1.0.Final instance that is using the Java 8 runtime. |
Add "Building and Releasing the Components" section
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I have updated the Seam 2.3 release to support Wildfly 10.1.0 Final (https://github.com/mark1900/jboss-seam/tree/seam_2_3-wildfly_10_1_0_Final). Any feedback would be greatly appreciated.
As part of this process I had to update the jbpm-jpdl (Release 3.2.10.SP3_seam2) library to Hibernate 5 (https://github.com/mark1900/jbpm3-seam/tree/3.2.10.SP3_seam2_hibernate5).
For further details see jbpm3-seam issue 1
Notes
Building
It is worth noting that I had issues with Eclipse building these Maven artifacts which were resolved with a command line Maven build and release.