Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in java-ee-6

CDI on Tomcat 7 - does it make sense?

tomcat jsf-2 java-ee-6 cdi

How can i config module and application name for JNDI Lookups

httpOnly Session Cookie + Servlet 3.0 (e.g. Glassfish v3)

Why does maven not copy the properties files during the build process?

Unsatisfied dependencies for type [...] with qualifiers [@Default] at injection point (using @Stateful EJB with CDI)

java ejb-3.0 java-ee-6 cdi seam3

@OneToOne(optional=false) and @JoinColumn(nullable=false) used together

Is it possible to @Inject a @RequestScoped bean into a @Stateless EJB?

Where should beans.xml be placed?

java-ee-6 glassfish-3

what is the right path to refer a jar file in jpa persistence.xml in a web app?

java.lang.ClassFormatError: Absent Code attribute in method that is not native or abstract in class file javax/mail/MessagingException

Does a JCA 1.6 ResourceAdapter need a ManagedConnectionFactory?

java jakarta-ee java-ee-6 jca

What are the best debugging tricks with Weld/CDI?

@ApplicationScoped CDI bean and @PersistenceContext - is this safe?

jakarta-ee jpa java-ee-6 cdi

A message body writer for Java type, class myPackage.B, and MIME media type, application/octet-stream, was not found

How to run an aggregate function like SUM on two columns in JPA and display their results?

java orm jpa java-ee-6 jpa-2.0

Packaging EJB in JavaEE 6 WAR vs EAR

What is Weld, JSR-299?

How to define <welcome-file-list> and <error-page> in servlet 3.0's web.xml-less?

Can't find javax.ws.rs package in jdk

java java-ee-6 jax-rs

Select MAX timestamp with JPA2 Criteria API