[jira] Updated: (TOMAHAWK-175) schedule component: select available time slots to create new entries

2006-03-04 Thread Jurgen Lust (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-175?page=all ] Jurgen Lust updated TOMAHAWK-175: - > schedule component: select available time slots to create new entries > - > > Key

[jira] Commented: (TOMAHAWK-175) schedule component: select available time slots to create new entries

2006-03-04 Thread Jurgen Lust (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-175?page=comments#action_12368856 ] Jurgen Lust commented on TOMAHAWK-175: -- Forgot to mention, but the above patch also fixes TOMAHAWK-173 > schedule component: select available time slots to create new

[jira] Created: (TOMAHAWK-177) sandbox examples war-file is missing some required jars

2006-03-04 Thread Jurgen Lust (JIRA)
sandbox examples war-file is missing some required jars --- Key: TOMAHAWK-177 URL: http://issues.apache.org/jira/browse/TOMAHAWK-177 Project: MyFaces Tomahawk Type: Bug Versions: 1.1.2-SNAPSHOT Environment:

[jira] Updated: (TOMAHAWK-177) sandbox examples war-file is missing some required jars

2006-03-04 Thread Jurgen Lust (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-177?page=all ] Jurgen Lust updated TOMAHAWK-177: - > sandbox examples war-file is missing some required jars > --- > > Key: TOMAHAWK-177 > UR

Did you know? FacesIDE eclipse plugin

2006-03-04 Thread Mario Ivankovits
Hi! Look what a co-worker found: http://amateras.sourceforge.jp/cgi-bin/fswiki_en/wiki.cgi?page=FacesIDE Looks promising - with el code completion and graphical navigation editor. Though, the el code completion didnt work here :-( maybe only local problems. Unhappily this is exactly my most want

Re: Did you know? FacesIDE eclipse plugin

2006-03-04 Thread Werner Punz
Yes I have known that one for almost a year now, it indeed is currently the best option you can get if you want pure opensource, in half a year another oss option will be available via the eclipse jsf project (which is in its infancy currently) Mario Ivankovits schrieb: Hi! Look what a co-w

[jira] Commented: (TOBAGO-20) Simplify the Theme Handling

2006-03-04 Thread Udo Schnurpfeil (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-20?page=comments#action_12368871 ] Udo Schnurpfeil commented on TOBAGO-20: --- You have 2 possibilities: 1. For easy development: a) Put the theme jar in the classpath *) b) Define a ResourceSe

[Tobago] Simplified theme handling

2006-03-04 Thread Udo Schnurpfeil
Hello, the theme handling was simplified, so you need to change something in your build process. See https://issues.apache.org/jira/browse/TOBAGO-20 You have 2 possibilities: 1. For easy development: a) Put the theme jar in the classpath *) b) Define a ResourceServlet in the we

[jira] Resolved: (TOBAGO-40) Provide support for sheet sorting by application

2006-03-04 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-40?page=all ] Volker Weber resolved TOBAGO-40: Resolution: Fixed Done, see 'sortActionListener' attribute of SheetTag () > Provide support for sheet sorting by application >

[jira] Commented: (TOBAGO-41) Add "target" attribute for Tobago button component.

2006-03-04 Thread Udo Schnurpfeil (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-41?page=comments#action_12368876 ] Udo Schnurpfeil commented on TOBAGO-41: --- It should be proved, if the solution will be compatible with the JSF 1.2 feature "multiple frames or windows" > Add "target" att

[jira] Closed: (TOMAHAWK-177) sandbox examples war-file is missing some required jars

2006-03-04 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-177?page=all ] Mario Ivankovits closed TOMAHAWK-177: - Resolution: Fixed I've had the same problems, I solved it by just adding "myfaces-shared-tomahawk" looks like the rest is solved through its

Re: Testing Progress?

2006-03-04 Thread Grant Smith
I successfully did a mvn install from the BASE directory, and that built everything. Dennis, I'm trying to do the TCK testing too, so we can share our experiences / problems. So far I ran into problems with the S1AS, which I think I have resolved now. The problem is now nothing answers on port 808

[jira] Updated: (MYFACES-1162) _ComponentAttributesMap.getPropertyDescriptor appears to get hung in a HashMap under peak load.

2006-03-04 Thread Anonymous (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1162?page=all ] updated MYFACES-1162: -- > _ComponentAttributesMap.getPropertyDescriptor appears to get hung in a > HashMap under peak load. > ---

refactoring shared finished

2006-03-04 Thread Mario Ivankovits
Hi! So its done now. I moved all the stuff (except DummyForm) out of shared to tomahawk. Also the JavaScriptDetectorFilter is moved from impl to tomahawk now. All the filters I came along during refactoring are now in tomahawk/org.apache.myfaces.webapp.filter ALSO THE ExtensionsFilter - but here

[jira] Commented: (MYFACES-1162) _ComponentAttributesMap.getPropertyDescriptor appears to get hung in a HashMap under peak load.

2006-03-04 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1162?page=comments#action_12368901 ] Mario Ivankovits commented on MYFACES-1162: --- For me this looks like a threading issue. Its a know problem with maps that they lock-up if multiple threads put/get o

Re: Testing Progress?

2006-03-04 Thread Dennis Byrne
Hmmm. I can't help you w/ the port 8080 part. I have had different problems w/ s1as. I did the bulk deploy command and memory usage went up and up as each war file was deployed. This put the total system memory usage up to more than 750 MBs and s1as crashed. I added 256 MBs to the machine a

Re: Testing Progress?

2006-03-04 Thread Dennis Byrne
Let me know which libs you are packaging w/ myfaces (into each war). Also, are you getting one of these for each deployment? java.lang.ClassNotFoundException: org.apache.myfaces.shared_impl.renderkit.html.util.AutoScrollPhaseListener Dennis Byrne >-Original Message- >From: Grant Smith

Re: Testing Progress?

2006-03-04 Thread Bill Dudney
Hi Guys, I'm really glad to see the progress but we should not be discussing the TCK at all in a public list. The PMC list I think is OK but its better to just email each other. Thanks for testing! TTFN, Bill Dudney MyFaces - myfaces.apache.org Wadi - incubator.apache.org/wadi On Mar

Re: Testing Progress?

2006-03-04 Thread Mario Ivankovits
Hi Dennis, didn't you read my mails on [EMAIL PROTECTED] Or is there some spamfilter discarding them? Now I send you this via PM too. After discussion last week on the ML I refactored shared in a way that the rest is no longer compatible with branch 1.1.2. I moved some stuff from shared to tomaha