cancel
Showing results for 
Search instead for 
Did you mean: 

Activiti and Glassfish 4

megabyte
Champ in-the-making
Champ in-the-making
Hi.

Does anybody tried to use Activiti with Glassfish 4 and EJB 3, is it possible?

As I know Activiti is a Spring-oriented but I want to use EJB beans and JPA-entities in Java-services. Where I can read any tutorials about this?

thanks
1 REPLY 1

trademak
Star Contributor
Star Contributor
There's no specific reason on why it would not work. You could use an InitialContext to lookup an EJB in a JavaDelegate for example. JPA is supported out-of-the-box if needed and this is described in the user guide.

Best regards,