Is there a way to integrate CommonJ WorkManager with Glassfish
Is there a way to integrate CommonJ WorkManager with Glassfish
1.4k views Asked by Rohan At
2
There are 2 answers
0
On
A stackoverflow user has a solution posted elsewhere on StackOverflow: Using a CommonJ implementation with GlassFish and Spring 3
I've never done this myself but according to Sahoo (in this thread), the way to go would be to write a JCA connector and to use the
javax.resource.spi.work.WorkManager
API (which is part of JCA 1.5)Resources
javax.resource.spi.work.WorkManager
API