Re: [Orchestra] Does Orchestra work with non web client?

2007-09-14 Thread Mario Ivankovits
Hi! Here is what have have in mind 1. have the JSF backing bean to have the same convesation name. The service bean is singleton scope 2. have the runnable in its own conversation, the conversation ends when the run method ends I also have another instance of same service

Re: java.lang.IllegalStateException: No Factories configured for this Application

2007-09-14 Thread Matthias Wessendorf
that makes sense. the scope of myfaces (jsf) should be provided as well, but tomcat isn't shipping the bits. -Matthias On 9/14/07, Ole Ersoy [EMAIL PROTECTED] wrote: Got it. I changed the scope of the el dependency to provided, and it took care of it. dependency

Re: [Trinidad] browser build-in autocomplete box (IE 7 issue...)

2007-09-14 Thread Christian Swoboda
Hi! We discovered another Autocomplete Problem: Our site uses HTTPS and there it still didn't work most of the time; but when we used HTTP it did work! A colleague discovered an article on the web which brought us on the right track: http://www.res-arkana.com/wiki/ie_autocomplete.doc We used

Fwd: Re: [jira] Resolved: (TRINIDAD-704) IE7 - AutoComplete Does Not Work When You Use Script to Submit a Form

2007-09-14 Thread Christian Swoboda
Hi again! Wow, you guys work fast ;-) Mario's code seems excactly doing what we thought should be done! cheers Chris P.S.: I posted another autocomplete problem solution under the IE7 thread! Zitat von Mario Ivankovits [EMAIL PROTECTED]: Hi! What about adding this to myfaces too? if

[jira] Created: (MYFACES-1725) myfaces_core.tld has invalid jsp-version element

2007-09-14 Thread Matt Raible (JIRA)
myfaces_core.tld has invalid jsp-version element Key: MYFACES-1725 URL: https://issues.apache.org/jira/browse/MYFACES-1725 Project: MyFaces Core Issue Type: Bug Components: JSR-127

[jira] Commented: (TOMAHAWK-895) attribute target apparently does't have any effect

2007-09-14 Thread David Douillard (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527528 ] David Douillard commented on TOMAHAWK-895: -- Same problem with 1.1.6 attribute target apparently does't

[jira] Commented: (TRINIDAD-703) Make image loading more secure

2007-09-14 Thread Jeanne Waldman (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527576 ] Jeanne Waldman commented on TRINIDAD-703: - It turns out that Firefox and IE both resolve urls that have ..

[jira] Resolved: (TRINIDAD-703) Make image loading more secure

2007-09-14 Thread Jeanne Waldman (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeanne Waldman resolved TRINIDAD-703. - Resolution: Fixed The code change is in ClassLoaderResourceLoader.java.

Re: [Orchestra] Does Orchestra work with non web client?

2007-09-14 Thread Dan Tran
Thanks for the advices. and yes, I dont pass entity between conversation and threads. I also dont pass runnable between thread either. I will try to come up with a small app if I ran into problem Thanks -D Mario Ivankovits wrote: Hi! Here is what have have in mind 1. have the

[jira] Updated: (TOMAHAWK-609) Alllow workweek view to show saturday

2007-09-14 Thread JIRA
[ https://issues.apache.org/jira/browse/TOMAHAWK-609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ricardo Ramírez updated TOMAHAWK-609: - Status: Open (was: Patch Available) Alllow workweek view to show saturday

[jira] Updated: (TOMAHAWK-609) Alllow workweek view to show saturday

2007-09-14 Thread JIRA
[ https://issues.apache.org/jira/browse/TOMAHAWK-609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ricardo Ramírez updated TOMAHAWK-609: - Status: Patch Available (was: Open) Alllow workweek view to show saturday

[RESULT][VOTE] myfaces-maven and myfaces-shared release

2007-09-14 Thread Mario Ivankovits
Hi! The vote passed with: +1 Matthias Wessendorf Bernd Bohmann Grant Smith +0 Simon Lessard The voting thread can be found here [1]. Thanks for taking the time! Ciao, Mario [1] http://www.mail-archive.com/dev@myfaces.apache.org/msg25507.html

[ANNOUNCE] myfaces-maven and myfaces-shared release

2007-09-14 Thread Mario Ivankovits
Hi! We are proud to announce the availability of myfaces-maven 1.0.6 and myfaces-shared 2.0.7. Ciao, Mario PS: Since this stuff is not that important to the community (I think) I didn't sent this announce to the [EMAIL PROTECTED] address. If you are not fine with this we can forward this

[jira] Created: (TRINIDAD-711) -IE7 - AutoComplete Does Not Work When You Use Script to Submit a Form

2007-09-14 Thread Mario Ivankovits (JIRA)
-IE7 - AutoComplete Does Not Work When You Use Script to Submit a Form -- Key: TRINIDAD-711 URL: https://issues.apache.org/jira/browse/TRINIDAD-711 Project: MyFaces Trinidad