VOTE: jsf 2.0: should cyclic references in managed-bean custom scopes be detected?

2009-10-13 Thread Jakob Korherr
Hi everbody. While working on MYFACES-2375, I got stuck at the following scenario: Managed bean m1 has a custom scope #{m2.scope} and managed bean m2 has a custom scope #{m1.scope}. In this scenario you will get a StackOverflowException when trying to create one of the two managed beans. RI

Re: VOTE: jsf 2.0: should cyclic references in managed-bean custom scopes be detected?

2009-10-14 Thread Jakob Korherr
through an org.apache.myfaces param in web.xml so apps that have been fully tested can disable the check? Thanks, Mike Jakob Korherr wrote: Hi everbody. While working on MYFACES-2375, I got stuck

[jsf 2.0] f:selectItems noSelectionValue or noSelectionOption?

2009-10-26 Thread Jakob Korherr
Jakob Korherr

[jsf 2.0] UIViewRoot afterPhase

2009-10-27 Thread Jakob Korherr
to the way it was in jsf 1.2? So that UIViewRoot.getBeforePhaseListener AND UIViewRoot.getAfterPhaseListener are called for all phases except RESTORE_VIEW. Also: Mojarra 2.0.1 does not call UIViewRoot.setAfterPhaseListener on RESTORE_VIEW. Thanks in advance. Regards Jakob Korherr

Re: [VOTE] release of myfaces core 2.0.0-alpha

2009-11-25 Thread Jakob Korherr
+1 2009/11/25 Leonardo Uribe lu4...@gmail.com Hi, I was running the needed tasks to get the 2.0.0-alpha release of Apache MyFaces core out. Please note that this vote concerns all of the following parts: 1. Maven artifact group org.apache.myfaces.shared v4.0.1-alpha [1] 2. Maven

Re: warning message on console with tr:selectOneListbox component

2009-11-27 Thread Jakob Korherr
sure that they are also removed from the managed bean property referenced by the value attribute of the list box, otherwise you will get the warning. Regards Jakob Korherr 2009/11/27 Sabitha Gopal Pandit sabitha.go...@chordiant.com Hi All, we are using the tr:selectOneListbox compoenent

Re: [MyFaces 2] Multiple children in facet

2009-11-30 Thread Jakob Korherr
Hi Michael, Could be one of the »countless« features of mojarra, which do not appear in the spec, but should appear. You could write an email to jsr-314-comme...@jcp.org and ask if it was forgotten in the spec. Regards Jakob Korherr 2009/12/1 Michael Kurz michi.k...@gmx.at Hi, I have

Re: [MyFaces 2.0] how to handle _SystemEventServletRequest and _SystemEventServletResponse classes (attn:Werner)

2009-12-01 Thread Jakob Korherr
I'd also prefer 2) Regards, Jakob Korherr 2009/12/2 Leonardo Uribe lu4...@gmail.com 2009/12/1 Matthias Wessendorf mwessend...@gmail.com Sent from my iPod. On 01.12.2009, at 22:48, Michael Concini mconc...@gmail.com wrote: I need some help with the best way to handle updating

Re: [Trinidad 2.0] introducing ProjectStage API

2009-12-02 Thread Jakob Korherr
. But this only sets the DEFAULT value. The user still can configure each parameter independently by putting it in web.xml. Regards Jakob Korherr 2009/12/2 Martin Koci martin.k...@aura.cz Hi, does trinidad reload both JSP and facelets views

[CORE] move _ErrorPageWriter to myfaces-impl?

2009-12-10 Thread Jakob Korherr
the output in a request-scoped variable, which can be accessed by IncludeHandler, instead of writing it directly to the request writer. Input would be highly appreciated! Regards, Jakob Korherr

Re: org.apache.myfaces.shared_impl.webapp.webxml.WebXmlParser

2009-12-14 Thread Jakob Korherr
directory, so it has to load it from http://java.sun.com. Regarding problems with JSF 1.1 in a Java EE 5 environment you should read the backward compatibility part of http://java.sun.com/developer/technicalArticles/J2EE/jsp_21/. Regards, Jakob Korherr 2009/12/14 viswam k viswam...@gmail.com

[Core 2.0] backwards compatible exception handling

2009-12-17 Thread Jakob Korherr
context, Exception e) has to be provided. Any comments or thoughts about this solution? Any better ideas? Regards, Jakob Korherr

Re: [VOTE] release of myfaces core 2.0.0-alpha

2009-12-29 Thread Jakob Korherr
Hi, +1 for a beta release. As far as I know there are just a few more things to do, mostly regarding f:ajax and some other minor issues. I am currently working on MYFACES-2363 - this will be in place soon! Regards, Jakob Korherr 2009/12/29 Leonardo Uribe lu4...@gmail.com Hi Yes

Re: [MyFaces 2.0] f:ajax onevent issue

2009-12-30 Thread Jakob Korherr
Hi Matthias, There are currently many f:ajax related bugs. These bugs are mostly because of forgotten characters like ', \ or in your case ). Curtiss Howard already filed MYFACES-2458, but the problem you're seeing is not mentioned yet. Regards, Jakob 2009/12/30 Matthias Wessendorf

Re: f:event listener not invoked ?

2009-12-31 Thread Jakob Korherr
Hi, Can you determine if the PreRenderViewEvent is triggered correctly? I recently ran into an issue where PostAddToViewEvent was not triggered correctly. I think that some event triggers are not yet (correctly) implemented. Regards, Jakob 2009/12/31 Matthias Wessendorf mat...@apache.org Hey,

Re: Google Summer of Code Ideas Possible Mentors 2010

2010-01-04 Thread Jakob Korherr
Hi, +1 for the support for Google App Engine. Sounds like a really interesting project to me! Regards, Jakob 2010/1/4 Matthias Wessendorf mat...@apache.org Hello Ali, this list, the dev@myfaces.apache.org list, sounds right to discuss things like your proposal. I'd like to see (better)

[core 1.2, tomahawk] change this to document.getElementById('clientId') on commandLink

2010-01-04 Thread Jakob Korherr
, because it's not allowed to change the javascript code in the renderer, I think. However, we could add this functionality to t:commandLink. Any comments about this? Regards, Jakob Korherr -- Forwarded message -- From: Michael Heinen michael.hei...@recommind.com Date: 2010/1/4

Re: [GSoc] Google Summer of Code Idea

2010-01-06 Thread Jakob Korherr
That's a really, really good idea, Matthias! And I also think that it should be for MyFaces 2.0 only. Regards, Jakob 2010/1/6 Michael Kurz michi.k...@gmx.at Sounds like a very good idea to me. I guess html 5 will gain in importance in the not so far future. regards Michael Matthias

Re: [GSoc] Google Summer of Code Idea

2010-01-06 Thread Jakob Korherr
? I think this could lead to lighter html pages (with the default renderkit, you quickly end up with 5-10 nested tables without doing anything special) and easier/more flexible skinning... 2010/1/6 Jakob Korherr jakob.korh...@gmail.com: That's a really, really good idea, Matthias! And I

Re: [Trinidad] New Component Showcase Demo and Casablanca Skin

2010-01-08 Thread Jakob Korherr
Really great work, guys! 2010/1/8 Matthias Wessendorf mat...@apache.org some more technical discussions on the HOW to apply the new awesome skin: http://markmail.org/message/d34n5qydkyudozbs -Matthias On Fri, Jan 8, 2010 at 6:58 AM, Matthias Wessendorf mat...@apache.org wrote: Hey

[core] Introduce ManagedBeanRegistry

2010-01-13 Thread Jakob Korherr
Hi guys, To ensure the execution of the ManagedBean's @PreDestroy methods on a container shutdown/restart, I would like to introduce a ManagedBeanRegistry, in which all active ManagedBeans from all scopes are referenced. The problem is the following: At the moment on a container shutdown or

Re: [core] Introduce ManagedBeanRegistry

2010-01-13 Thread Jakob Korherr
be to use WeakReference/WeakHashMap for this so you don't accidentally keep your objects alive. 3 What to do with regards to session replication on a clustered environment? I'm not sure this will become an issue, but it wouldn't surprise me if it will. Regards, Jan-Kees 2010/1/13 Jakob

Re: [core] Introduce ManagedBeanRegistry

2010-01-14 Thread Jakob Korherr
do). As Jan-Kees has already pointed out, you can't just invalidate sessions once a container shuts down in a clustered environment. I think it would break the whole idea of a clustered environment. regards, Bernhard Jakob Korherr wrote on 01/13/2010 09:17 PM (GMT): Hi, MyFaces is already

Re: [TOMAHAWK] CDI contributions to tomahawk?

2010-01-14 Thread Jakob Korherr
also +1 for a new extensions module! ..and I'd really like to contribute to that too :) Regards, Jakob 2010/1/15 Gerhard Petracek gerhard.petra...@gmail.com +1 for a new extensions module regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and

Re: [GSoC][MyFaces on Google App Engine] JspRuntimeLibrary Problem

2010-01-15 Thread Jakob Korherr
them out-of-the-box anyway. Regards, Jakob Korherr [1] http://myfaces.apache.org/core12/index.html 2010/1/15 Ali Ok al...@aliok.com.tr Hi, I am trying to detect the problems that I can face. I experienced several problems with MyFaces 1.2.8, and just overrode my solutions without

Re: [MyFaces 2] Impact of view scope

2010-01-17 Thread Jakob Korherr
Hi Michael, I guess that is the expected behavior... Also: isn't this serialize and deserialize behavior the same if you use a session bean with a reference to an application bean? At least at the time when the session is serialized (e.g. cluster with session replication).. I suppose we could

Re: [VOTE] release for myfaces builder plugin 1.0.5

2010-01-18 Thread Jakob Korherr
+1 2010/1/18 Leonardo Uribe lu4...@gmail.com +1 2010/1/18 Leonardo Uribe lu4...@gmail.com Hi, I was running the needed tasks to get the 1.0.5 release of Apache MyFaces Builder Plugin out. This release includes some changes necessary to build myfaces core 2.0 branch. Testing

Re: [COMMUNITY] MyFaces += Jakob Korherr

2010-01-19 Thread Jakob Korherr
to announce a new addition to our community. Please welcome Jakob Korherr as the newest MyFaces committer! Jakob is an active member of the myfaces community, especially on the MyFaces 2.0 core efforts. @Jakob: Please add yourself to the Master-POM at https://svn.apache.org/repos/asf/myfaces

Re: handling of a HTTP 304 not_modified in JspViewDeclarationLanguage ?

2010-01-22 Thread Jakob Korherr
..and the 304 only happens because of the header field? if so, I think we should remove this header to make it work correctly! Regards, Jakob 2010/1/22 Mark Struberg strub...@yahoo.de Hi Leonardo! Thanks for your answer. Sadly jira is currently down, but I will check the posted link later.

Re: [VOTE] release for myfaces core 2.0.0-beta

2010-01-22 Thread Jakob Korherr
+1 Regards, Jakob 2010/1/22 Michael Kurz michi.k...@gmx.at +1 Am 22.01.2010 08:55, schrieb Gerhard Petracek: +1 regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces

Re: [vote] MyFaces Master pom v7

2010-01-26 Thread Jakob Korherr
+1 Regards, Jakob 2010/1/26 Bruno Aranda brunoara...@gmail.com +1 2010/1/26 Matthias Wessendorf mat...@apache.org: we added a bunch of new committers; updated to Apache POM v7 -Matthias On Tue, Jan 26, 2010 at 5:38 PM, Andrew Robinson andrew.rw.robin...@gmail.com wrote: No

Re: [VOTE] release for myfaces core 2.0.0-beta

2010-01-26 Thread Jakob Korherr
+1 Regards, Jakob 2010/1/27 Leonardo Uribe lu4...@gmail.com Hi, I was running the needed tasks to get the 2.0.0-beta release of Apache MyFaces core out. This artifacts are very close to pass all TCK tests. Some corrections has been done from the latest proposed artifacts. Please note

Re: release notes for myfaces core

2010-02-02 Thread Jakob Korherr
+1 on that! Regards, Jakob 2010/2/2, Matthias Wessendorf mat...@apache.org: Hello, our download page: http://myfaces.apache.org/download.html does not talk about the release notes. For Trinidad we provide the latest release notes along the download info; Do we want that for MyFaces core

Re: [OFFTOPIC] JSFDays 2010 Vienna

2010-02-04 Thread Jakob Korherr
Hi, I almost forgot: I'll also be at the jsfdays in vienna and I hope to meet some of you there! Regards, Jakob 2010/1/28, Michael Kurz michi.k...@gmx.at: I hope to meet some of you there! regards Michael Am 26.01.2010 10:25, schrieb Gerhard Petracek: Hi all, we'd like to invite you

Re: [Ext-CDI] additional project name

2010-02-08 Thread Jakob Korherr
+1 for MyFaces CODI from me too Regards, Jakob 2010/2/8 Michael Kurz michi.k...@gmx.at +1 for MyFaces CODI, too Am 08.02.2010 10:06, schrieb Matthias Wessendorf: +1 for MyFaces CODI

Re: [core] Code formatter setting for myfaces core (for Eclipse)

2010-02-09 Thread Jakob Korherr
Hi Martin, see http://wiki.apache.org/myfaces/MyFaces_Developer_Notes for details. Regards, Jakob 2010/2/9 Martin Koci martin.k...@aura.cz Hi, can you please point me to a description how to set code formatting which conforms check style rules? Or better - is there a public settings for

Re: [core] UIComponentBase.getId() can return null

2010-02-09 Thread Jakob Korherr
Hi, So the difference between getId() and getClientId() is that the last one generates the Id if necessary, am I right? From my point of view getId() is the getter for the id property which can be set with setId(). However, there is no method setClientId(). So I think the sence is that getId()

Re: [core] Code formatter setting for myfaces core (for Eclipse)

2010-02-09 Thread Jakob Korherr
? Jakob Korherr píše v Út 09. 02. 2010 v 14:36 +0100: Hi Martin, see http://wiki.apache.org/myfaces/MyFaces_Developer_Notes for details. Regards, Jakob 2010/2/9 Martin Koci martin.k...@aura.cz Hi, can you please point me to a description how to set code

Re: [core] Backwards compatibility (e.g. MYFACES-2543)

2010-02-09 Thread Jakob Korherr
On my opinion you have to differentiate between 1.x taglibs and 2.0 taglibs in some way, because MyFaces cannot know if this taglib will or won't run. If you can ensure that your 1.x-taglib runs with facelets 2.0 you simply have to add version=2.0 to your taglib and it will function properly.

Re: [core] Backwards compatibility (e.g. MYFACES-2543)

2010-02-09 Thread Jakob Korherr
that but a side effect is what we are seeing right now (facelets taglibs 1.1.x read). I think myfaces is doing right and really ri is mixing the two config files by some unknown reason. regards, Leonardo Uribe 2010/2/9 Jakob Korherr jakob.korh...@gmail.com On my opinion you

Re: [core] Backwards compatibility (e.g. MYFACES-2543)

2010-02-09 Thread Jakob Korherr
.x read). I think myfaces is doing right and really ri is mixing the two config files by some unknown reason. regards, Leonardo Uribe 2010/2/9 Jakob Korherr jakob.korh...@gmail.com On my opinion you have to differentiate between 1.x taglibs and 2.0 taglibs in some way, because

Re: [core] Backwards compatibility (e.g. MYFACES-2543)

2010-02-10 Thread Jakob Korherr
No I have not filed any bugs. Feel free to file them ;) Regards, Jakob 2010/2/10 Matthias Wessendorf mat...@apache.org On Wed, Feb 10, 2010 at 10:44 AM, Ganesh gan...@j4fry.org wrote: IMHO the spec is very clear about this and the stuff in the appendix is a spec bug. From the spec

Re: [REVOTE] Ext-Scripting Alpha1

2010-02-10 Thread Jakob Korherr
+1 Regards, Jakob 2010/2/10 Matthias Wessendorf mat...@apache.org +1 On Tue, Feb 9, 2010 at 11:46 PM, Gerhard Petracek gerhard.petra...@gmail.com wrote: +1 regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and

Re: MyFaces in OSGi

2010-02-10 Thread Jakob Korherr
Hi Jarek, It would be great if you could file your problems as issues in the jira. Then I will take a look at them! Thanks, Jakob 2010/2/10 Jarek Gawor jga...@gmail.com Hi all, I'm trying to make latest MyFaces core run in OSGi environment (in Geronimo 3.0) and I'm running into a few

Re: [core] Backwards compatibility (e.g. MYFACES-2543)

2010-02-11 Thread Jakob Korherr
) and that javax.faces.DISABLE_FACELET_JSF_VIEWHANDLER parameter == true; I get an error there as well :-) -Matthias On Wed, Feb 10, 2010 at 11:08 AM, Jakob Korherr jakob.korh...@gmail.com wrote: No I have not filed any bugs. Feel free to file them ;) Regards, Jakob 2010/2/10 Matthias Wessendorf

[core] facelets composite component + ValueExpression.getType()

2010-02-12 Thread Jakob Korherr
Hi guys, Today I ran into a problem with ValueExpression.getType() when used in a facelets composite component. Please see MYFACES-2552 for details about this issue and a possible solution to it (which however would certainly break the spec). I would really appreciate your opinions to that.

Re: [VOTE] release for myfaces core 2.0.0-beta-2

2010-02-15 Thread Jakob Korherr
+1 Regards, Jakob 2010/2/15 Leonardo Uribe lu4...@gmail.com +1 2010/2/15 Leonardo Uribe lu4...@gmail.com Hi, I was running the needed tasks to get the 2.0.0-beta-2 release of Apache MyFaces core out. This artifacts are very close to pass all TCK tests. Please note that this vote

Re: [VOTE] codi as a new myfaces extensions sub-project

2010-02-16 Thread Jakob Korherr
+1 Regards, Jakob 2010/2/16 Hazem Saleh haz...@apache.org +1 for sure. On Tue, Feb 16, 2010 at 1:41 PM, Gerhard Petracek gerhard.petra...@gmail.com wrote: hi mark, we should be consistent with the other modules... however, if you have an important reason to handle it differently, we

Re: MYFACES-2564

2010-02-18 Thread Jakob Korherr
I just reopend the issue, because it has nothing to do with the facelets taglibs version problem as Michael said. However the changes are incorrect. Please see my comment in jira and please revert the changes. Regards, Jakob 2010/2/18 Michael Concini mconc...@gmail.com I'm aware of the

Re: [Facelets] deploying old Facelets templates with MyFaces 2

2010-02-25 Thread Jakob Korherr
I'll do it! I also have a working version running locally at the moment, I just have to test it a little more. Then I'll commit it ;) Regards, Jakob 2010/2/25 Matthias Wessendorf mat...@apache.org Yeah, I understand that. Any interest in helping with the fix ? :) -Matthias On Thu, Feb

Re: [Facelets] deploying old Facelets templates with MyFaces 2

2010-02-25 Thread Jakob Korherr
for that. regards, Leonardo Uribe 2010/2/25 Jakob Korherr jakob.korh...@gmail.com I'll do it! I also have a working version running locally at the moment, I just have to test it a little more. Then I'll commit it ;) Regards, Jakob 2010/2/25 Matthias Wessendorf mat...@apache.org Yeah

Re: [Facelets] deploying old Facelets templates with MyFaces 2

2010-02-25 Thread Jakob Korherr
It works now ;) 2010/2/25 Matthias Wessendorf mat...@apache.org +1 on sooner arrival as later. Current behavior is just lame On Thu, Feb 25, 2010 at 1:33 PM, Jakob Korherr jakob.korh...@gmail.com wrote: Hi Leo, It is a really easy fix - I just removed the version check

Re: [Facelets] deploying old Facelets templates with MyFaces 2

2010-02-25 Thread Jakob Korherr
. regards, Leonardo Uribe 2010/2/25 Jakob Korherr jakob.korh...@gmail.com Hi Leo, It is a really easy fix - I just removed the version check in TagLibraryConfig to make old libraries work. If the EG changes the spec in this field we can apply this later. In the meantime, I think we clearly should

Re: [Facelets] deploying old Facelets templates with MyFaces 2

2010-02-25 Thread Jakob Korherr
Hi, I implemented the lookup for the presence of the facelets-1.1.x view-handler in the faces-config.xml in the factory, so that the users don't have to explicitly set the related web.xml config parameter when they already said that they want to use facelets-1.1.x in faces-config.xml (via

Re: UIData.setDataModel must not be used anymore?

2010-02-25 Thread Jakob Korherr
Hi Mark and Matthias, I am also currently investigating the problem here, but this was far before my time (somewhere in MyFaces 1.2). However I think we should do what the JavaDoc says (set the current DataModel) and apply this change not only on the trunk, but also on the JSF 1.2 branch, because

Re: [Facelets] deploying old Facelets templates with MyFaces 2

2010-02-27 Thread Jakob Korherr
at 7:53 PM, Jakob Korherr jakob.korh...@gmail.com wrote: Hi, I implemented the lookup for the presence of the facelets-1.1.x view-handler in the faces-config.xml in the factory, so that the users don't have to explicitly set the related web.xml config parameter when they already said

Re: [Core] Missing f:event tag (Declarative Event Handling) in JSF2??

2010-02-28 Thread Jakob Korherr
Hi, The tag exists (and works) only if you're using facelets-2. It is no supported on JSP (like some other new features like e.g. f:ajax). Regards, Jakob 2010/2/28 Rudy De Busscher rdebussc...@gmail.com Hi, I saw on several places the mentioning of a Declarative Event Handling in JSF 2.

Re: [Core] Missing f:event tag (Declarative Event Handling) in JSF2??

2010-03-02 Thread Jakob Korherr
: Actually the spec clearly states that all new features tagwise will be Facelets only since JSP is only seen as legacy technology. But that does not prevent anyone backporting those features if he/she is willing to do that :-) Werner Am 28.02.10 15:04, schrieb Jakob Korherr: Hi

Re: [GSOC] HTML5 Renderkit Start-up

2010-03-06 Thread Jakob Korherr
Hi Ali, I also think that you definitely should implement a new component set especially for HTML5 (of course by extending the existing one), because there are just so many new possibilities which don't really fit in with the existing component set. However it would be really great if you'd keep

Re: fancy missing-id warnings

2010-03-06 Thread Jakob Korherr
Hi Mark, The warning applies if a component isn't created and plugged into the component tree by the VDL but by some other component or listener or whatever and it does not get a clientId. What do you mean by your hand written fields? Regards, Jakob 2010/3/4 Mark Struberg strub...@yahoo.de

[core] Introducing implee6 - MYFACES-2579

2010-03-06 Thread Jakob Korherr
Hi guys, I managed to introduce the core submodule implee6 on my local machine. This new submodule includes Java EE 6 dependencies and thus you can use Servlet API 3.0 and other new things in it. When building MyFaces, this new submodule is built before the normal impl submodule. Then the .class

Re: [core] Introducing implee6 - MYFACES-2579

2010-03-06 Thread Jakob Korherr
it as a separate module. And we can always revert if we have to. Cool, can't wait to check it out! On what appserver are you testing this stuff Jakob? Regards, Jan-Kees 2010/3/6 Jakob Korherr jakob.korh...@gmail.com Hi guys, I managed to introduce the core submodule implee6 on my local machine

Re: [core] Introducing implee6 - MYFACES-2579

2010-03-06 Thread Jakob Korherr
. Regards Bernd On Sat, Mar 6, 2010 at 4:32 PM, Jakob Korherr jakob.korh...@gmail.com wrote: Hi Jan-Kees, Great :) I am currently testing on Tomcat, Jetty, GlassFish v3 and JBoss 6! Regards, Jakob 2010/3/6 Jan-Kees van Andel jankeesvanan...@gmail.com Hey, If it works

Re: [core] Introducing implee6 - MYFACES-2579

2010-03-07 Thread Jakob Korherr
...@googlemail.com Hello Jakob, do you really think adding an other dependency is a real problem? How do you configure prefix or suffix mapping? For each possible configuration option an own impl version? Regards Bernd On Sat, Mar 6, 2010 at 4:48 PM, Jakob Korherr jakob.korh...@gmail.com

Re: [core] Introducing implee6 - MYFACES-2579

2010-03-07 Thread Jakob Korherr
PM, Jakob Korherr jakob.korh...@gmail.com wrote: Hi Bernd, If this module wouldn't be a part of myfaces core, the users still would have to configure something to run their MyFaces-2 apps in a EE6 container (e.g. they'd have to include myfaces commons), which is not the target

Re: [core] Introducing implee6 - MYFACES-2579

2010-03-07 Thread Jakob Korherr
cases, where some may require a bit more configuration, but still work... /JK 2010/3/7 Jakob Korherr jakob.korh...@gmail.com Yep! We can discuss this stuff when the submodule is in place. Such things are very easy to change/configure in the StartupListener. However, I think we should

Re: [Core] Problem with MYFACES-2577

2010-03-08 Thread Jakob Korherr
Hi Curtiss, It should only say return jsf.util.chain() if no client behavior is attached to the component which has its Hint set to SUBMITTING. If such a (SUBMITTING-)ClientBehavior is attached it should still be jsf.util.chain(); return false; Regards, Jakob 2010/3/8 Curtiss Howard

Re: [Core] Problem with MYFACES-2577

2010-03-08 Thread Jakob Korherr
hi curtiss, yes, it should be, but I guess this is not implemented in the right way. I'll take a look at this later today! Regards, Jakob 2010/3/8, Curtiss Howard curtiss.how...@gmail.com: Jakob, This is the test our tester is using and the rendered markup shows return jsf.util.chain(...):

Re: core 2.0 build

2010-03-08 Thread Jakob Korherr
Hi Ganesh, Did you build shared core and shared impl too? Regards, Jakob 2010/3/8 Ganesh gan...@j4fry.org Hi, Today I did my usual svn update and mvn and I get: [INFO] Compiling 36 source files to C:\projects\MyFaces_Trunk\impl\target\classes [INFO]

Re: core 2.0 build

2010-03-08 Thread Jakob Korherr
. Shouldn't maven take care of dependencies? Until now it always did! Do I need to set up a seperate shared project now? Best regards, Ganesh Jakob Korherr schrieb: Hi Ganesh, Did you build shared core and shared impl too? Regards, Jakob 2010/3/8 Ganesh gan...@j4fry.org

Re: [core] Introducing implee6 - MYFACES-2579

2010-03-08 Thread Jakob Korherr
in English and German Professional Support for Apache MyFaces 2010/3/8 Werner Punz werner.p...@gmail.com +1 for that idea, the less configuration the better. Werner Am 07.03.10 15:44, schrieb Jakob Korherr: I think we don't even need such a parameter, because the idea is that the listener

Re: core 2.0 build

2010-03-08 Thread Jakob Korherr
Of course, it is current20 not core20. My mistake! Regards, Jakob 2010/3/8 Jakob Korherr jakob.korh...@gmail.com The best way is to check out core20. Then you will get the core (api + impl) and the shared project and you won't have problems like that anymore! Regards, Jakob 2010/3/8

Re: [core] Introducing implee6 - MYFACES-2579

2010-03-08 Thread Jakob Korherr
Hi, So I committed everything. Please feel free to test it - I am curious about your opinions :) Regards, Jakob 2010/3/8 Jakob Korherr jakob.korh...@gmail.com Hi, Since there don't seem to be any big concerns about this, I will now commit the new submodule implee6. Regards, Jakob 2010

Re: [Core] Problem with MYFACES-2577

2010-03-08 Thread Jakob Korherr
Hi Curtiss, I found the bug and fixed it. See MYFACES-2591 for details. Regards, Jakob 2010/3/8 Jakob Korherr jakob.korh...@gmail.com hi curtiss, yes, it should be, but I guess this is not implemented in the right way. I'll take a look at this later today! Regards, Jakob 2010/3/8

Re: Google SoC

2010-03-09 Thread Jakob Korherr
Hi Martin, There have been some proposals for GSoC. One is the app engine support (which is also available by now for MyFaces 2.0, but too small for a whole GSoC project) and the other one is a HTML 5 renderkit (or component set). Ali Ok is really interested in doing those two. In fact, he

Re: Google SoC

2010-03-09 Thread Jakob Korherr
Sounds great! Maybe we can also do some work in the area of file uploads (e.g. upload progress, select multiple files,...). Something similar to what Google Mail does for attachments would be nice. Regards, Jakob 2010/3/9 Martin Marinschek mmarinsc...@apache.org Ok - if you are alright with

Re: Google SoC

2010-03-11 Thread Jakob Korherr
Hi Martin, If it's ok with everyone, I would also like to be a mentor! Regards, Jakob 2010/3/11, Martin Marinschek mmarinsc...@apache.org: Based on the outcome of this discussion, I will add a few issues to our issue tracker which amount to these proposals. Matthias, did you already sign

Re: [core] Introducing implee6 - MYFACES-2579

2010-03-11 Thread Jakob Korherr
on myfaces impl pom). Suggestions are welcome. regards, Leonardo Uribe 2010/3/8 Jakob Korherr jakob.korh...@gmail.com Hi, So I committed everything. Please feel free to test it - I am curious about your opinions :) Regards, Jakob 2010/3/8 Jakob Korherr jakob.korh...@gmail.com Hi

Re: [VOTE] Release of Extensions Validator 1.1.3, 1.2.3 and 2.0.3

2010-03-17 Thread Jakob Korherr
+1 Regards, Jakob 2010/3/17 Matthias Wessendorf mat...@apache.org +1 On Wed, Mar 17, 2010 at 8:38 AM, Gerhard Petracek gerhard.petra...@gmail.com wrote: +1 regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and

Re: [jira] Resolved: (MYFACES-2614) EnumConverter uses toString() instead of name()

2010-03-19 Thread Jakob Korherr
Great, thanks Ed! Are you planning to change this for JSF 1.2 too or will this just stay in the JSF 2.0 spec? Regards, Jakob 2010/3/19 Ed Burns edward.bu...@oracle.com On Fri, 19 Mar 2010 10:41:27 + (UTC), Jakob Korherr (JIRA) dev@myfaces.apache.org said: JK [ https

Re: [COMMUNITY] MyFaces += Mark Struberg

2010-03-20 Thread Jakob Korherr
Welcome Mark! Regards, Jakob 2010/3/20 Jan-Kees van Andel jankeesvanan...@gmail.com Welcome to the club Mark! Regards, Jan-Kees 2010/3/20 Matthias Wessendorf mat...@apache.org welcome aboard, dude! On Fri, Mar 19, 2010 at 6:23 PM, Ganesh gan...@j4fry.org wrote: Welcome Mark!

Re: [VOTE] release for myfaces core 2.0.0-beta-3

2010-03-22 Thread Jakob Korherr
+1 Regards, Jakob 2010/3/22 Gerhard Petracek gerhard.petra...@gmail.com +1 regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2010/3/22 Matthias Wessendorf

Re: [GSOC] HTML5 Proposal

2010-03-22 Thread Jakob Korherr
Hi, This all looks very fine to me - great work :) About the grouping (or sub-tasking): It would be cool to have a parent GSoC 2010 issue with all the GSoC projects as (mentor and gsoc labeled) sub-tasks. Furthermore it would be cool if each student would create all the things he wants to do as

Re: [GSOC] HTML5 Proposal

2010-03-23 Thread Jakob Korherr
if that is good - folks may get the impression some work has already been done on that. You're right. Removed it. On Mon, Mar 22, 2010 at 10:36 PM, Jakob Korherr jakob.korh...@gmail.comwrote: Hi, This all looks very fine to me - great work :) About the grouping (or sub

Re: [GSOC] HTML5 Proposal

2010-03-23 Thread Jakob Korherr
+1 on that :) 2010/3/24 Matthias Wessendorf mat...@apache.org On Tue, Mar 23, 2010 at 2:25 PM, Leonardo Uribe lu4...@gmail.com wrote: +1 Just as a comment, mojarra has inside its impl jar some extension tags, so maybe in this case we could include the resulting components in myfaces

Re: [VOTE] MyFaces Extension Scripting Beta 1

2010-03-24 Thread Jakob Korherr
+1 Regards, Jakob 2010/3/24, Gerhard Petracek gerhard.petra...@gmail.com: +1 regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2010/3/24 Werner Punz werner.p...@gmail.com

Re: myfaces wiki

2010-03-24 Thread Jakob Korherr
+1 from me :) Frankly I don't really like the current wiki.. Regards, Jakob 2010/3/24 Matthias Wessendorf mat...@apache.org +1 I don't remember the outcome of the old discussion, wasn't there one? Anyways I am +1 on confluence... -Matthias On Wed, Mar 24, 2010 at 11:30 AM, Gerhard

[GSoC] Proposal - Automated webapp tests

2010-03-25 Thread Jakob Korherr
Hi, As we currently only have normal JUnit tests for automated testing in MyFaces Core, it would be really great to have a way to test MyFaces Core automatically in a real webapp at build time with maven. Of course, we currently have the test-webapp, but we still have to check each page manually

Re: [GSoC] Proposal - Automated webapp tests

2010-03-26 Thread Jakob Korherr
create e.g. a new extensions- or myfaces-commons-module for it. regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2010/3/26 Jakob Korherr jakob.korh...@gmail.com Hi

Re: [GSoC] Proposal - Automated webapp tests

2010-03-27 Thread Jakob Korherr
Support for Apache MyFaces 2010/3/26 Jakob Korherr jakob.korh...@gmail.com Frankly, I like MyFaces test. It just has to be improved, but we can totally use it (actually that's what we're doing right now). The only thing we can't use MyFaces test is for a real webapp-test, and that is were the GSoC

Re: Tutorial: MyFaces 2 on Google App Engine

2010-03-29 Thread Jakob Korherr
A big +1 on site clean up from me :) 2010/3/29 Ali Ok al...@aliok.com.tr We should perhaps clean-up the outdated stuff from the homepage, anyways. I agree that. For example, I noticed yesterday that Irian link at Getting started page http://myfaces.apache.org/core20/gettingstarted.html is

Re: myfaces wiki

2010-03-29 Thread Jakob Korherr
much better Jakob Korherr wrote: +1 from me :) Frankly I don't really like the current wiki.. Regards, Jakob 2010/3/24 Matthias Wessendorf mat...@apache.org mailto: mat...@apache.org +1 I don't remember the outcome of the old discussion, wasn't there one? Anyways I am +1

Re: [MyFaces 2] beta-3 and Trinidad2's ajax branch...

2010-04-02 Thread Jakob Korherr
Hi guys, I took a look at this problem and have already found the reason why this does not work with MyFaces. It was a small bug in MyFaces related to ViewMetadata and wrapped VDLs. I'll document it in a jira issue and also commit the solution later today. Regards, Jakob 2010/3/31 Matthias

Re: [MyFaces 2] beta-3 and Trinidad2's ajax branch...

2010-04-02 Thread Jakob Korherr
This works now! See MYFACES-2641 for details. Regards, Jakob 2010/4/2 Max Starets max.star...@oracle.com Thanks, Jacob! What is interesting is that Trinidad trunk is providing VDL factory just like the AJAX branch does, but the problem was not showing up there. Max Jakob Korherr

Re: [GSoC] Automated webapp tests

2010-04-08 Thread Jakob Korherr
Selenium seems to keep coming up here again and again, but the main problem about it is that you need a browser to run the tests and that is what we don't want. We want to be able to include the tests in every maven build and thus also on the apache build server and we certainly can't use a

Re: [cwiki] spaces

2010-04-09 Thread Jakob Korherr
That are really great news, Gerhard! My confluence username is jakobk. Regards, Jakob 2010/4/9 Leonardo Uribe lu4...@gmail.com Thanks! I'm tired to use the old wiki. my preferred username is lu4242 Leonardo Uribe 2010/4/9 Matthias Wessendorf mat...@apache.org Thanks Gerhard!! matzew

[core] want to set MyFaces test version to 1.0.0-SNAPSHOT

2010-04-12 Thread Jakob Korherr
with this? Maybe with the release process? Thanks! Regards, Jakob -- Jakob Korherr blog: http://www.jakobk.com twitter: http://twitter.com/jakobkorherr work: http://www.irian.at

Re: [VOTE] release for myfaces core 2.0.0

2010-04-14 Thread Jakob Korherr
twitter: http://twitter.com/mwessendorf -- http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces -- Jakob Korherr blog: http://www.jakobk.com twitter: http://twitter.com/jakobkorherr

Re: [VOTE] release for myfaces core 2.0.0

2010-04-14 Thread Jakob Korherr
chance we can get this into the 2.0.0 release ? https://issues.apache.org/jira/browse/MYFACES-2659 On Wed, Apr 14, 2010 at 4:52 PM, Jakob Korherr jakob.korh...@gmail.com wrote: +1 Regards, Jakob 2010/4/14 Michael Concini mconc...@gmail.com +1 On 4/14/2010 8:29 AM, Bernd

Re: svn commit: r934048 - in /myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/view/jsp: FaceletsOnlyException.java JspViewDeclarationLanguage.java

2010-04-14 Thread Jakob Korherr
; + +/** + * An Exception that indicates that the user uses a + * facelets-only feature on a JSP. + * + * @author Jakob Korherr (latest modification by $Author$) + * @version $Revision$ $Date$ + * + * @since 2.0 + */ +public class FaceletsOnlyException extends Exception

  1   2   3   4   5   6   7   8   9   10   >