Re: Trinidad is dead -- what do you use instead?

2012-06-19 Thread Manuel Hartl
03:34, Jim May wrote: >> >>>> -- Do you use another component library (RichFaces, ICEFaces -- >>>> what else is available)? >> PrimeFaces is currently way more popular than any other JSF UI library. >> >> http://www.google.com/trends/?q=primefaces,richfac

Re: Encryption librairies for JSF

2012-03-13 Thread Manuel Hartl
hanks. >>> >> >> >> -- >> Bogomil "Bogo" Shopov >> >> Internet enthusiast in motion >> http://about.me/bogo >> >> >> #JRebel Community Guy, #OpenWeb Hacker, #Pirate Politician, #Web >> Programmer and a Father. #Mozi

Triniad ..

2012-02-20 Thread Manuel Hartl
. -- Dipl. Inform. Manuel Hartl Software Architect FlexSecure-LogoKobilGroup-Logo FlexSecure GmbH Industriestr. 12 D - 64297 Darmstadt Tel: +49 (0) 6151 501 23-18 Fax: +49 (0) 6151 501 23-19 E-Mail: ha...@flexsecure.de Internet: www.flexsecure.de Geschäftsführer: Erwin Stallenberger, Markus

Re: CODI+OWB+Scheduler, ContextNotActiveException

2012-02-17 Thread Manuel Hartl
;> log.info("That's the thread"); >>> try { >>> otherService.doSomething(); // EXCEPTION occurs in Child Thread >>> Thread.sleep(5000); >>> } catch (Exception e) { >>> log.error(e); >>>

Re: CODI+OWB+Scheduler, ContextNotActiveException

2012-02-17 Thread Manuel Hartl
;> log.info("That's the thread"); >>> try { >>> otherService.doSomething(); // EXCEPTION occurs in Child Thread >>> Thread.sleep(5000); >>> } catch (Exception e) { >>> log.error(e); >>>

MyFaces CODI JPA - un-scoped usage :)

2012-02-10 Thread Manuel Hartl
uel. -- Dipl. Inform. Manuel Hartl Software Architect FlexSecure-LogoKobilGroup-Logo FlexSecure GmbH Industriestr. 12 D - 64297 Darmstadt Tel: +49 (0) 6151 501 23-18 Fax: +49 (0) 6151 501 23-19 E-Mail: ha...@flexsecure.de Internet: www.flexsecure.de Geschäftsführer: Erwin Stallenberger, Markus Rupp

Triniad 2.0.1 release ?

2011-08-29 Thread Manuel Hartl
Hi Trinidad-Team, is there going to be a Trinidad 2.0.1 release soon? We need some of the fixes that were done in the 2.0.1-SNAPSHOT version .. Regards, Manuel. -- Dipl. Inform. Manuel Hartl Software Architect FlexSecure-LogoKobilGroup-Logo FlexSecure GmbH Industriestr. 12 D - 64297

Re: [jira] [Commented] (EXTCDI-186) Trinidad2-support-module

2011-08-10 Thread Manuel Hartl
===(end of quote) > > > The Jira issue now has a patch that implements, among others, the methods > you mention. It should be integrated in the comming days. > > Regards -- Dipl. Inform. Manuel Hartl Software Architect FlexSecure GmbH Industriestr. 12 D - 64297 Darm

Re: [Trinidad] Trinidad 2.0.0 chart tag with Facelets and component binding

2011-07-28 Thread Manuel Hartl
ly solution >>> now is to skip Faceletes. >>> Any suggestions for this? >>> >>> Thanks in advance! >>> Andrew Kokavecz >>> >>> >>> >>> -- >>> Kokavecz András >>> Nextent Informatika Zrt. >

Re: tr:document with facelets/jsf2

2011-07-19 Thread Manuel Hartl
asspath? You can try running > your code on Jetty to see if there is a problem with your server setup. > > The renderers are registered in the faces-config.xml (type->class), so it > seems like that is not being found during the jar parsing. > > On Fri, Jul 15, 2011 at 4:27 PM,

Trinidad2/JSF2/Facelets

2011-07-16 Thread Manuel Hartl
Manuel. -- Dipl. Inform. Manuel Hartl Software Architect FlexSecure GmbH Industriestr. 12 D - 64297 Darmstadt Tel: +49 (0) 6151 501 23-18 Fax: +49 (0) 6151 501 23-19 E-Mail: ha...@flexsecure.de Internet: www.flexsecure.de Geschäftsführer: Erwin Stallenberger, Markus Ruppert Amtsgericht Dar

Re: tr:document with facelets/jsf2

2011-07-15 Thread Manuel Hartl
t;> Regards, >>> Manuel. >>> >>>> Yes, you can have a look at the demo. It is running facelets and JSPX and >>>> is >>>> on JSF 2. >>>> https://svn.apache.org/repos/asf/myfaces/

Re: tr:document with facelets/jsf2

2011-07-15 Thread Manuel Hartl
che.org/repos/asf/myfaces/trinidad/trunk/trinidad-examples/trinidad-demo >>> >>> web.xml: >>> https://svn.apache.org/repos/asf/myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/webapp/WEB-INF/web.xml >>> >>> faces-co

Re: tr:document with facelets/jsf2

2011-07-14 Thread Manuel Hartl
https://svn.apache.org/repos/asf/myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/webapp/WEB-INF/faces-config.xml >> >> On Thu, Jul 14, 2011 at 3:51 AM, Manuel Hartl wrote: >> >>> hi scott, >>> >>> i am pretty sure, that i have the

Re: tr:document with facelets/jsf2

2011-07-14 Thread Manuel Hartl
pache.org/repos/asf/myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/webapp/WEB-INF/faces-config.xml > > On Thu, Jul 14, 2011 at 3:51 AM, Manuel Hartl wrote: > >> hi scott, >> >> i am pretty sure, that i have the impl :) i doublechecked it now. >> >> s

Re: tr:document with facelets/jsf2

2011-07-14 Thread Manuel Hartl
> you don't have the impl in there if it can't find the tag. Can you > show me a copy of your page? > > Sent from my iPad > > On Jul 13, 2011, at 4:36 PM, Manuel Hartl wrote: > >> Hi Scott, >> >> I am using the trinidad 2.0.0 Release. It is the la

Re: tr:document with facelets/jsf2

2011-07-13 Thread Manuel Hartl
uld work just fine. We've supported faceless for some time and > JSF20 should be fully functional. What version of Trin are you using? > > Sent from my iPad > > On Jul 13, 2011, at 4:22 PM, Manuel Hartl wrote: > >> Hi Trinidad-Team, >> >> I am trying to

tr:document with facelets/jsf2

2011-07-13 Thread Manuel Hartl
Hi Trinidad-Team, I am trying to use Trinidad2 with Facelets(JSF2). Should this be possible? e.g. the tag tr:document seems not to be rendered. Is this a configuration problem or is is the document tag not usable with Facelets? Regards, Manuel. -- Dipl. Inform. Manuel Hartl Software

Re: JSF2 + Myfaces CODI2 + Myfaces Trinidad2

2011-05-18 Thread Manuel Hartl
os/asf/myfaces/extensions/cdi/trunk/examples/jsf-playground/hello_myfaces-codi_trinidad12/ >> >> http://www.irian.at >> >> Your JSF powerhouse - >> JSF Consulting, Development and >> Courses in English and German >> >> Professional Support for Apac

Re: JSF2 + Myfaces CODI2 + Myfaces Trinidad2

2011-05-17 Thread Manuel Hartl
manuel. > > regards, > gerhard > > http://www.irian.at > > Your JSF powerhouse - > JSF Consulting, Development and > Courses in English and German > > Professional Support for Apache MyFaces > > > > 2011/5/17 Manuel Hartl > >> hi ger

Re: JSF2 + Myfaces CODI2 + Myfaces Trinidad2

2011-05-17 Thread Manuel Hartl
http://www.irian.at > > Your JSF powerhouse - > JSF Consulting, Development and > Courses in English and German > > Professional Support for Apache MyFaces > > > > 2011/5/17 Manuel Hartl > >> Hi Gerhard, >> >> 1) to whom should i adress the featu

Re: JSF2 + Myfaces CODI2 + Myfaces Trinidad2

2011-05-17 Thread Manuel Hartl
issue and try to find a > workaround which we can use in a myfaces-extcdi-trinidad20-support module. > > regards, > gerhard > > http://www.irian.at > > Your JSF powerhouse - > JSF Consulting, Development and > Courses in English and German > > Professional Support for Apa

JSF2 + Myfaces CODI2 + Myfaces Trinidad2

2011-05-17 Thread Manuel Hartl
t not supporting the "DialogRenderKitService" i think there was a CODI-JSF1.2-Trinidad1.2-compat module for JSF1.2 (myfaces-extcdi-trinidad12-support-0.9.5.jar) and it seems that this is needed for CODI2 / Trinidad2, too. -> is there a plan to have this module for CODI-JSF2 also? Regards, Manuel.