Top "Java-ee-7" questions

Use this tag for questions relating specifically to Java Enterprise Edition 7.

How to inject an interface implementation?

I have the following interface public interface IMyMapper<T> {} and the implementation public class MyMapper implements IMyMapper<…

java jakarta-ee cdi java-ee-7
WildFly: EJB invocations from a remote client

I was trying to lookup and call an EJB deployed as EAR in WildFly. I have tried different ways. Properties …

java jboss java-ee-7 wildfly ejb-3.2
Configuring proxy for JAX-RS 2.0 client API

I have an application that is running on a Java EE 7 application server (WildFly), that queries another service using REST …

jax-rs java-ee-7
error: No validator could be found for type: java.time.LocalDate

I'm working on a project that uses bean validation (Hibernate Validator 5.1.3.Final). My bean has a attribute with the @Past …

java jakarta-ee bean-validation java-ee-7 hibernate-validator
Error with GlassFish 4 and Eclipse Juno JavaEE

I downloaded Eclipse Juno a while ago but until now used its Java SE perspective only. Today I downloaded GlassFish 4 …

eclipse glassfish eclipse-juno glassfish-4 java-ee-7
Nested Transaction and EJBContext's setRollbackOnly()

I am reading the Transaction Management of Java EE 7 and I get confused by the concept of nested transaction and …

java jakarta-ee jta java-ee-7 ejb-3.2
JSF 2.2 interpret empty string submitted values as null not working

I have migrated from Java EE 6 to Java EE 7, and now with JSF 2.2 the context param INTERPRET_EMPTY_STRING_SUBMITTED_…

jsf el jsf-2.2 java-ee-7
Weblogic 12c and Java EE 7 Features

As we know, WebLogic Server 12c supports natively Java EE 7. However, if we take a look at the WebLogic 12c …

java weblogic java-ee-7 weblogic12c
Java EE 7 Compatible servers?

I am using JAVA SE 1.7 and JAVA EE 7 in project, what are all the available servers(commercial/free) which will …

jboss jboss7.x jboss6.x java-ee-7 jakarta-ee
How to install Java 7 EE SDK download as .sh file for Mac OSX

I am new to developing Java on Mac OSX. I wanted to download the Java 7 EE SDK so I could …

java macos java-ee-7