Category Archives: Arquillian

How to Work with the Eclipse EE4J Jakarta EE Examples – Update

The following is what I learned about working with the JakartaEE Examples. While anyone can clone the code from the GitHub repository you must be a member of the project to submit new code. You can learn about it at https://projects.eclipse.org/proposals/jakarta-ee-examples. The examples use embedded server containers that require Java 1.8. Your first step is to place Java 1.8 on… Read more »

Java EE 7 Web Profile Maven pom.xml Using Arquillian, Selenium, MySQL, Primefaces and EclipseLink

Update: Removed unnecessary eclipselink dependency 2017-02-27 14:46 Update: Changed skipTests value to false in Surefire dependency in the complete pom file 2017-02-27 15:18 If you are not using Maven then you should. If you are using Maven then you are likely cutting and pasting snippets of pom.xml file examples and hoping for the best. In this article I will present… Read more »