AW: [tobago] Problem using paging in sheet under IE

2012-01-12 Thread Abushammala, Hani (EXTERN: conceptQ)
The application details: tobago-core-1.0.38.jar myfaces-impl-1.1.9.jar myfaces-api-1.1.9.jar Browser: IE 6.0, IE 8.0 Regards, Hani -Ursprüngliche Nachricht- Von: Abushammala, Hani (EXTERN: conceptQ) [mailto:extern.hani.abushamma...@volkswagen.de] Gesendet: Mittwoch, 11. Januar 2012

Getting Spring beans from CODI bean

2012-01-12 Thread Jiayun
Hi, Is there any recommended way to get Spring beans from CODI bean? regards, jiayun

Re: Getting Spring beans from CODI bean

2012-01-12 Thread Mark Struberg
Hi! Check out the CDISource project https://github.com/cdisource It allows to @Inject CDI beans into Spring beans and the other way around. LieGrue, strub - Original Message - From: Jiayun jia...@gmail.com To: MyFaces Discussion users@myfaces.apache.org Cc: Sent: Thursday,

[ANNOUNCE] Release of Apache MyFaces Extensions CDI 1.0.3

2012-01-12 Thread Gerhard Petracek
The Apache MyFaces team is pleased to announce the 10th release of Apache MyFaces Extensions CDI (aka CODI). Apache MyFaces CODI provides portable CDI extensions for the Java-Platform (SE and EE). CODI is a modularized and extensible toolbox for CDI based applications. The release of CODI v1.0.3

Re: Getting Spring beans from CODI bean

2012-01-12 Thread Jiayun
Hi strub, I want to try it, but there is not a simple setup guide. I tried to add the file META-INF/services/javax.enterprise.inject.spi.Extension with one line org.cdisource.springintegration.SpringIntegrationExtention in it, but got this message: