Skip to content
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
seam2:Seam_2_3from
mark1900:seam_2_3-wildfly_10_1_0_Final
Open

Update the Seam 2.3 release to support Wildfly 10.1.0 Final#29
mark1900 wants to merge 32 commits into
seam2:Seam_2_3from
mark1900:seam_2_3-wildfly_10_1_0_Final

Conversation

@mark1900
Copy link
Copy Markdown

@mark1900 mark1900 commented Oct 31, 2016

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).

<dependency>
    <groupId>org.jbpm.jbpm3</groupId>
    <artifactId>jbpm-jpdl</artifactId>
    <version>3.2.10.SP3_seam2_hibernate5</version>
    <exclusions>
        <exclusion>
            <groupId>org.hibernate</groupId>
            <artifactId>hibernate-core</artifactId>
        </exclusion>
    </exclusions>
</dependency>

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.

andrewscode and others added 28 commits July 11, 2014 10:57
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
@mark1900
Copy link
Copy Markdown
Author

mark1900 commented Nov 8, 2016

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants