should be fixed

about ee7 features: you can import this module in tomee/lib, batchee too,
jcs has jcache impl in snapshot too, websockets...



Romain Manni-Bucau
Twitter: @rmannibucau
Blog: http://rmannibucau.wordpress.com/
LinkedIn: http://fr.linkedin.com/in/rmannibucau
Github: https://github.com/rmannibucau


2014-05-24 19:54 GMT+02:00 Romain Manni-Bucau <[email protected]>:

> hehe, let me check that's not a stupid bug
>
>
>
> Romain Manni-Bucau
> Twitter: @rmannibucau
> Blog: http://rmannibucau.wordpress.com/
> LinkedIn: http://fr.linkedin.com/in/rmannibucau
> Github: https://github.com/rmannibucau
>
>
> 2014-05-24 19:48 GMT+02:00 hwaastad <[email protected]>:
>
> 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