Is there a way to integrate CommonJ WorkManager with Glassfish
Asked
Active
Viewed 1,476 times
2 Answers
1
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

Pascal Thivent
- 562,542
- 136
- 1,062
- 1,124
0
A stackoverflow user has a solution posted elsewhere on StackOverflow: Using a CommonJ implementation with GlassFish and Spring 3