javaee7-samples icon indicating copy to clipboard operation
javaee7-samples copied to clipboard

Java EE 7 Samples

Results 104 javaee7-samples issues
Sort by recently updated
recently updated
newest added

# Summary There are some differences between GlassFish and WildFly in the retry behavior after a rollback. This affects the metric counts (as the test observes in a commented-out assertion...

Suggestion, integrate Apache Camel in order to facilitate EE solutions that need to use EIP and deal with a broad range of protocols not supported by a default EE container...

new sample

Tried to run jaxrs-client, against jBoss Wildfly server. Got this exception: org.jboss.arquillian.container.glassfish.CommonGlassFishManager start SEVERE: Could not connect to DAS on: http://localhost:4848 | Connection refused

There is error while building the samples. I see that @arun-gupta had similar issue here https://gist.github.com/arun-gupta/3aab8382145790667fd8 @arun-gupta did you find solution?

Check https://gist.github.com/aslakknutsen/07e90afa8fcd8c7aac01

When creating a Java EE application with integration tests, a database often needs to be bootstrapped. Current examples seem to use a single SQL file referenced from persistence.xml using the...

Running with the default profile `mvn clean package` results with ``` testGetSubResourceWithCorrectCredentials(org.javaee7.jaxrs.security.declarative.MyResourceTest) Time elapsed: 0.415 sec

bug
test

extra\twitter-search\pom.xml ``` org.glassfish.samples twitter-api 1.0-SNAPSHOT ```

bug

Next to GlassFish and WildFly there is one additional Java EE 7 implementation at the moment: JEUS 8. Although it's still in development it's already Java EE 7 certified. I...

For running tests in Jenkins we're using our own Wildfly build, based on the latest sources. Shouldn't we stick with the stable release versions and then update when a new...

enhancement
wildfly