Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in java-ee-6

Is there something analogous to Springs @Transactional annotation available in Java EE 6?

Startup bean not called

Injecting generic Beans with CDI/Weld

Auto-reload changed files in Java

How to inject a @Named bean into a Junit test

java junit java-ee-6 cdi ejb-3.1

Java EE 6 - The Persistent Domain Objects pattern - any successes?

EJB testing strategies?

Is there a way to know if a state is active without catching ContextNotActiveException?

java-ee-6 cdi jboss-weld

Should a stateful session bean implements Serializable

JavaEE 6: @EJB(beanInterface="")

Does CDI make sense if there is no Web layer and hence no HTTP session?

java java-ee-6 cdi ejb-3.1

@PreDestroy not called after session expired

Transaction cannot proceed STATUS_MARKED_ROLLBACK when running on jboss standalone

Error listenerStart - JaxWS - JBoss as 7

InterceptorBinding is not working

@Asynchronous not resulting in async invocation of EJB method in JBossAS7

How do you create an EntityManager when you are unsure of the unit name?

Hold session in stateful EJB 3.1 bean?

Hibernate unsaved instance exception using @ElementCollection

JEE6: What can be injected with @Resource?