Re: [ANNOUNCE] MyFaces Core v2.0.0-alpha Release

2009-12-10 Thread Matthias Wessendorf
On Thu, Dec 10, 2009 at 8:46 AM, Zeng Lingzhu zengling...@gmail.com wrote: Matthias: i have an another topic. Why Tomahawk, Tobago and Trinidad are not merge in one project? simply b/c there was never a big effort to try that; we were talking about that, yes. But the community never actually

Re: 100% CPU Usage and blocking concurrent Threads when using t:saveState

2009-12-10 Thread Jakob Korherr
I agree with Mario. It really seams llike the internal structure of the TreeMap is destroyed, thus ending in some infinite loop and causing 100% CPU. Shouldn't we generally synchronize those Maps or use ConcurrentMaps? Regards, Jakob Korherr 2009/12/10 Mario Ivankovits ma...@ops.co.at For

RE: 100% CPU Usage and blocking concurrent Threads when using t:saveState

2009-12-10 Thread Mario Ivankovits
Ja, a ConcurrentMap might do the trick, but the thing is, this is out of our scope, isn't it? These maps are create by the servlet container and thus are part of the servlet spec. And even then, they are created by tomcat. I am afraid, there is nothing we can do. As far as I remember, there

RE: [ANNOUNCE] MyFaces Core v2.0.0-alpha Release

2009-12-10 Thread 周恩
1.Merge tomahawk, tobago, trinidad and other project togther, at least the myfaces develop team must care about this. 2.Oracle and other commercial organization must first care about us jsf implement user's feeling, then the commercial consideration. if Oracle can not give up so-called his

Re: [ANNOUNCE] MyFaces Core v2.0.0-alpha Release

2009-12-10 Thread Matthias Wessendorf
2009/12/10 周恩 ejbst...@hotmail.com: 1.Merge tomahawk, tobago, trinidad and other project togther, at least the myfaces develop team must care about this. 2.Oracle and other commercial organization must first care about us jsf implement user's feeling, then the commercial consideration.

RE: [ANNOUNCE] MyFaces Core v2.0.0-alpha Release

2009-12-10 Thread 周恩
2. Apache Trinidad is come from oracle? 5. I like to contribute to myfaces and other project. even I have a try to work in so-called big company in full time job but my english is so poor so that I can't submit a nice resume, of course I doubt that in that company I can't deal with core

Re: [ANNOUNCE] MyFaces Core v2.0.0-alpha Release

2009-12-10 Thread Matthias Wessendorf
2009/12/10 周恩 ejbst...@hotmail.com: 2. Apache Trinidad is come from oracle? Correct and it was donated to Apache in 2006. However, please note that Trinidad is not an implementation. It is a component library. Oracle's container (Weblogic) ships the SUN RI (Mojarra) and Apache MyFaces Core

Re: 100% CPU Usage and blocking concurrent Threads when using t:saveState

2009-12-10 Thread Jan Baudisch
Hello Mario and Jakob, thank you very much for your ideas on this problem. As far as I understood, the map that is causing the trouble is initialized inside class RedirectTrackerManager, and not by the application container: protected Map getRequestBeanMap() { if

RE: 100% CPU Usage and blocking concurrent Threads when using t:saveState

2009-12-10 Thread Mario Ivankovits
Ah ... ok, sorry, didn't remember exactly. Ok, this changes things. Yes, synchronizing in one way or the other might help here. The ConcurrentSkipListMap is JDK 1.6 only, so might not make it as patch into myfaces, but a simple synchronize() around each requestBeanMap access might do the trick

duplicate component ids after mirgration to JSF 1.2

2009-12-10 Thread Michael Heinen
I have massive problems with duplicate component ids after updating: - myFaces from 1.1.6 to 1.2.8 - tomahawk from 1.1.7 to tomahawk12-1.1.9 - tomhahawk sandbox from 1.1.7 to 1.1.9 - richfaces from 3.1.5 to 3.3.2 (api,impl and ui) - tiles from 1 to 2.0.5 The curious thing is that unique ids are

Re: pop up for delete confirmation

2009-12-10 Thread pbreen
Can anyone else hit the url for PrimeFaces below?I'm trying to determine if it's my network that won't let me out or if the app is down??? I really want the ajax fluff that goes with prime faces. I had a few instances where I could have used it in my last project. Pat Luka Surija

AW: pop up for delete confirmation

2009-12-10 Thread Günther, Rene - Innflow AG
Probably it is the port 8080, which is blocked for some companies. You could just download the jar and see their documentation. As long as you are using JSF 1.2+ it is very easy to use. Cheers Reen -Ursprüngliche Nachricht- Von: pbr...@johnson.ca [mailto:pbr...@johnson.ca] Gesendet:

RE: pop up for delete confirmation

2009-12-10 Thread Nilekar, Shirish
Agreed. PrimeFaces is surely an impressive component library. Is a trial version available for download? Thanks. - Shirish -Original Message- From: Luka Surija [mailto:l...@iytim.hr] Sent: Wednesday, December 09, 2009 12:33 PM To: MyFaces Discussion Subject: Re: pop up for delete

Re: pop up for delete confirmation

2009-12-10 Thread Walter Mourão
Working fine. Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Thu, Dec 10, 2009 at 10:50 AM, pbr...@johnson.ca wrote: Can anyone else hit the url for PrimeFaces below?I'm trying to determine if it's my network that won't let me out or if the app

Re: pop up for delete confirmation

2009-12-10 Thread pbreen
Thanks folks, it was the port being blocked. I'll have to look at the source and give it a try. Pat Walter Mourão walter.mou...@gmail.com 10/12/2009 10:00 AM Please respond to MyFaces Discussion users@myfaces.apache.org To MyFaces Discussion users@myfaces.apache.org cc Subject Re: pop

Antwort: duplicate component ids after mirgration to JSF 1.2

2009-12-10 Thread Andreas . Schmidt
Hello, we had the same problems when updating from Faces 1.1.x to 1.2.x. Cause 1) Comment tags i.e. !-- some comment -- inside a t:dataTable and or t:dataScroller Cause 2) input field is set readOnly, ie. after a save whiele staying on the page (only in combination with a t:saveState

AW: Antwort: duplicate component ids after mirgration to JSF 1.2

2009-12-10 Thread Günther, Rene - Innflow AG
Another cause could be the use of %...@include file Tags . I dont know whether that falls in the dirty tag category :) -Ursprüngliche Nachricht- Von: andreas.schm...@hella.com [mailto:andreas.schm...@hella.com] Gesendet: Donnerstag, 10. Dezember 2009 15:47 An: MyFaces Discussion Cc:

RE: I'm having problems integrating myfaces 1.2.6 with SAP Java Server WebXMLParser

2009-12-10 Thread Dagnino.Thierry
Thanks Scott, I'm new to the process for bugs and patches with the myfaces project. Can you guide me through it ? By when could I get a compiled version after that ? What about a release ? Also, would there be a guide to compiling a new myfaces core ... Maybe I can fix it on my side and have

Re: pop up for delete confirmation

2009-12-10 Thread Zeng Lingzhu
http://www.primefaces.org/ 2009/12/10 pbr...@johnson.ca: Thanks folks, it was the port being blocked.  I'll have to look at the source and give it a try. Pat Walter Mourão walter.mou...@gmail.com 10/12/2009 10:00 AM Please respond to MyFaces Discussion users@myfaces.apache.org To

Re: Antwort: duplicate component ids after mirgration to JSF 1.2

2009-12-10 Thread Leonardo Uribe
Hi Testing some examples to debug myfaces core 2.0, it was found the solution for this problem. See: https://issues.apache.org/jira/browse/MYFACES-1834 for details. regards, Leonardo Uribe 2009/12/10 Günther, Rene - Innflow AG rene.guent...@innflow.com Another cause could be the use of

RE: [ANNOUNCE] MyFaces Core v2.0.0-alpha Release

2009-12-10 Thread 周恩
1. Yes, Apache Trinidad is just (component) library. But there are so many libraries like tomahawk, tobago, trinidad and so on in myfaces project, why not merge these reasonably? at least the duplicate component. Too many choices means confuse, especially to potential customer(developer and

[Trinidad] Cannot Add Item to SelectManyShuttle After Initial Rendering

2009-12-10 Thread gslaccts
I have a Select Many Ordered Shuttle working in a faces page. The tag documentation contract for the shuttle states: -- -- JavaScript proxies -- In some cases, developers will need to use JavaScript to manipulate or use the contents of the

Re: [ANNOUNCE] MyFaces Core v2.0.0-alpha Release

2009-12-10 Thread Scott O'Bryan
Yeah, many people have talked about your first idea and I think eeryone likes it in theory, but the implementation is another story. The Tobago, Tomahawk, and Trinidad communities have very different philosophies on what constitutes a good and productive framework which makes a 'one size