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

I have followed the video included in the README.md which explains how to run the samples. First, I have run the command `mvn clean install -Dmaven-skip-test=true` in the root directory...

[query.getSingleResult()](https://docs.oracle.com/javaee/7/api/javax/persistence/Query.html#getSingleResult--) causes an exception could be thrown if there is not exactly one row returned. Although this commit does not implement logic on how to decide which result in the...

here http://javaee-samples.github.io/sample/batch-decision/ myJob.xml says: < next on="foobar" to="step3"/ > but the text says: Decider is always returning the value foobar which forwards the execution to step2 shouldn't the xml also...

Adds profile payara-micro-remote that runs single Payara Micro instance for a test suite. Profile payara-micro-remote-control serves for starting and stopping such instance. Currently few tests fail: Security, because there's no...

Hi all, I'm reading Arun's book and I find it very good done! Direct to the point without too much bloating discussions. I was trying to launch the servlets examples...

Add a new sample to demonstrate EJB-style interceptors, using @interceptor.

This testcase reproduces Payara bug https://github.com/payara/Payara/issues/2318