Top "Java-ee-7" questions

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

How to enable Cross domain requests on JAX-RS web services?

I developed a set of restful web services. I couldn't call any of these methods from remote clients due to …

cors jax-rs cross-domain java-ee-7 wildfly-8
How to get a method's annotation value from a ProceedingJoinPoint?

I have below annotation. MyAnnotation.java @Target(ElementType.METHOD) @Retention(RetentionPolicy.RUNTIME) public @interface MyAnnotation { } SomeAspect.java public class SomeAspect{ @…

java spring spring-aop spring-3 java-ee-7
Accessing HttpSession from HttpServletRequest in a Web Socket @ServerEndpoint

Is it possible to get the HttpServletRequest inside a @ServerEndpoint? Primarily I am trying to get it so I can …

websocket java-ee-7
How to start JBoss AS 7.1.1 on Windows?

I am new to JBOSS.I downloaded jboss-as-7.1.1.Final.zipand unzip this zip file. Then I go to bin folder …

java jboss java-ee-7
Spring vs Java EE 7

Now I am reading "Begining Java EE 7". And I was wondered that Java EE 7 is a good stack of technologies, …

spring java-ee-7
Supported source version RELEASE_6 from annotation processor org.eclipse.persistence.internal.jpa.modelgen.CanonicalModelProcessor less than source1.7

I have an enterprise application running in the following environment. Mojarra 2.2.7 PrimeFaces 5.0 final PrimeFaces Extension 2.0 final OmniFaces 1.8.1 EclipseLink 2.5.2 having JPA 2.1 …

jakarta-ee jpa eclipselink java-ee-7 jpa-2.1
What is the significance of @javax.persistence.Lob annotation in JPA?

When should I use @javax.persistence.Lob annotation in JPA? What datatypes can be annotated by this annotation?

java jpa annotations java-ee-7
Maven not showing up in Eclipse (Kepler) even after m2e install

I've seen that others have had this problem where Maven doesn't show up for them in Eclipse after installing the …

java eclipse maven java-ee-7
How can I change default port number of Activemq

I am using Windows 7 OS. I downloaded apache-activemq-5.8.0.zip from these Link and extracted in C:\Users\Infratab Bangalore\Desktop\…

java apache jms activemq java-ee-7
Uncaught SecurityError: Failed to construct 'WebSocket': An insecure WebSocket connection may not be initiated from a page loaded over HTTPS

I am using GlassFish Server 4.1/Java EE 7. In my web.xml file, I mentioned the following security constraints. <security-constraint&…

html jakarta-ee ssl websocket java-ee-7