Besides from not knowing about this? :-)

Is there a EE7 toolbox in TomEE?

did a very quick test:

SEVERE - EjbTransactionUtil.handleSystemException: Cannot cast
java.util.concurrent.FutureTask to
org.apache.openejb.concurrencyutilities.ee.future.CUFuture
java.lang.ClassCastException: Cannot cast java.util.concurrent.FutureTask to
org.apache.openejb.concurrencyutilities.ee.future.CUFuture

this.executor.submit(new Runnable() {

            @Override
            public void run() {
                System.out.println("Running asynch.......");
                try {
                    Thread.sleep(1000);
                } catch (InterruptedException ex) {
                   
Logger.getLogger(EntityBean.class.getName()).log(Level.SEVERE, null, ex);
                }
            }
        });


But I'll investigate some more.....and probably start another thread (forum
thread :-) ) if needed.

Thanks again, Romain!

br hw



--
View this message in context: 
http://openejb.979440.n4.nabble.com/Asynchronous-principal-propagation-tp4669547p4669645.html
Sent from the OpenEJB User mailing list archive at Nabble.com.

Reply via email to