I modified the spring GlassFishWorkManagerFactory class to call a new
WorkManagerFactory that calls the new glassfish v3 api for
CommonWorkManager(poolName, runtime, raName). Things appear to be running
correctly.
You can get the ConnectorRuntime via ConnectorRuntime.getRuntime() and I am
using null for raName as I didn't know of anything else to pass.
Mark