javaee7-samples
javaee7-samples copied to clipboard
Java EE 7 Samples
Hi, I am trying it first test with web logic 12.1.3. Step 1: My profile was updated like this: weblogic-remote-arquillian ``` weblogic welcome1 t3://localhost:7001 myserver org.jboss.arquillian.container arquillian-wls-remote-12.1.2 1.0.0.Alpha3 test ```...
``` cd jpa/criteria mvn test -P wildfly-embedded-arquillian ``` ``` java.lang.RuntimeException: Could not create new instance of class org.jboss.arquillian.test.impl.EventTestRunnerAdaptor at org.jboss.arquillian.container.impl.client.container.ContainerRegistryCreator.createRegistry(ContainerRegistryCreator.java:116) ```
Related to #92 an example of using Eclipselink MOXy, specifically for JSON marshal/unmarshalling of entities exposed by a JAX-RS Resource endpoint would be useful.
By putting modules in a profile we can easily run the samples per spec, for the full profile or the web profile. E.g. ``` xml jaspic jaspic full-profile true batch...
This test wrong at many points: - test returns before calling ParentServlet, which is responsible for ChildServlet registration; - webclient calls wrong URLs (/ is redundant and don't match with...
The jax-rs resource-validation test uses an assertion that checks Response.StatusType for equality which may not be standard across implementations. ie reason phrase is not mandated - is that considered as...
Hi guys, I understand we gave up on rebase approach and we do `merge` from GitHub. Fine with me. I'm just wondering why do we merge PR which leads to...
As we are growing in size having everything under one big module bag is not really the best idea. It's very unfriendly for IDEs (not only for Eclipse to be...