commonj

java.util.concurrent

im trying to kick off a Runnable classes run method however i keep getting a NullPointerException, Im using WebSpheres commonj.workmanager to get an instance of executorService.this is the code im using. executorService.execute(new Runnable() { public void run() { System.out.println("Inside run ()method.."); ...

weblogic 10 TimerManager avoiding propagation of security context to the scheduled tasks

We are using weblogic 10 and I am using the commonj's TimerManager which is part of weblogic to schedule a task, everything is fine but I have one problem. The securitycontext of the thread which scheduled the TimerListener task is somehow stored in the TimerListener task and is being used for the work done in the TimeListener task and t...

Is there a way to integrate CommonJ WorkManager with JBoss 5.1

I did find a Jboss Commonj Service on sourceforge, but that appears to be for JBoss 4x. Any pointers would be great.. ...

How to map commonj.work.WorkManager with weblogic 10.3 Work Manager

Hi! I am trying to use WorkManagers in Weblogic 10.3. I have defined work managers in weblogic-ejb-jar.xml. I declared a resource reference for commonj.work.WorkManager in ejb-jar.xml with the res-ref-name same as the Work manager defined in weblogic-ejb-jar.xml. Here I am posting the code MDB package test; import javax.annotation.Re...

How to use commonJ Timer Manager in MDB at Weblogic 10.3 environment

Hi, I am getting javax.naming.NameNotFoundException while trying to look up TimerManager. Here I am giving MDB components. MDBTimer.java package my.examples.mdb.timer; import javax.ejb.MessageDriven; import javax.ejb.TransactionAttribute; import javax.ejb.TransactionAttributeType; import javax.jms.Message; import javax.jms.Messa...

Is there a way to integrate CommonJ WorkManager with Glassfish

Is there a way to integrate CommonJ WorkManager with Glassfish ...