Re: JavaOne podcast for JSF 2

2009-06-05 Thread Werner Punz
Kito Mann schrieb: Hello everyone, Is anyone going to JavaOne next week who wants to do a podcast about MyFaces 2.0? Werner, Leonardo? Hia Kito, I am definitely not at J1, I am bound to austria and the surrounding countries for this year by a five months old baby... Werner

Re: JavaOne podcast for JSF 2

2009-06-05 Thread Werner Punz
Kito Mann schrieb: Hello everyone, Is anyone going to JavaOne next week who wants to do a podcast about MyFaces 2.0? Werner, Leonardo? Maybe Simon Lessard is, I am not sure if Martin is, but I don´t think so. Werner

Myfaces 2.0 an javascript compression

2009-06-05 Thread Werner Punz
Hello since I was asked yesterday. We have a concatenation and build module integrated into the myfaces 2.0 script compression! Since we are currently bound to the offical alpha release quality build plugin by maven it is bound to changes. If anyone wants to enable it (it is currently disabled

[jira] Reopened: (MYFACES-2172) Attach a javascript concatentation and compression part of jsf.js

2009-06-05 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Werner Punz reopened MYFACES-2172: -- There have to be added some minor adjustments, the compression plugin has changed some internal

[jira] Resolved: (MYFACES-2172) Attach a javascript concatentation and compression part of jsf.js

2009-06-05 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Werner Punz resolved MYFACES-2172. -- Resolution: Fixed issue has been resolved with the last commit everything works now again!

Re: Myfaces 2.0 an javascript compression

2009-06-05 Thread Werner Punz
Werner Punz schrieb: Hello since I was asked yesterday. We have a concatenation and build module integrated into the myfaces 2.0 script compression! Since we are currently bound to the offical alpha release quality build plugin by maven it is bound to changes. If anyone wants to enable it (it

Re: Myfaces 2.0 and javascript compression

2009-06-05 Thread Ganesh
Hi Werner, After removing the comments of !-- repository idCodehaus Snapshots/id urlhttp://snapshots.repository.codehaus.org//url snapshots enabledtrue/enabled /snapshots releases

Re: Myfaces 2.0 and javascript compression

2009-06-05 Thread Werner Punz
Hello you just did one pom.xml you have tu uncomment the sections below in the pom.xml from the main project then in the api pom.xml you have to uncomment following section, and you should be set! Werner !-- plugins javascript plugin adjusted to our build process

Re: JavaOne podcast for JSF 2

2009-06-05 Thread Matthias Wessendorf
nope. none of the are here. I also suggested Simon for the podcast :-) On Fri, Jun 5, 2009 at 3:22 AM, Werner Punz werner.p...@gmail.com wrote: Kito Mann schrieb: Hello everyone, Is anyone going to JavaOne next week who wants to do a podcast about MyFaces 2.0? Werner, Leonardo? Maybe

slf4j and myfaces

2009-06-05 Thread Gerhard Petracek
hello all, again the logging-framework topic :) there were several discussions about it and i'm not aware of an agreement. udo wrote [1]: replace commons-logging with slf4j as i know we agreed on using one logging framework dependency for all myfaces projects. if i remember correctly, most of

Re: slf4j and myfaces

2009-06-05 Thread Matthias Wessendorf
yep, Trinidad uses its own and I am not entirely sure if it is easy to replace... (the logger is sorta wrapper/facade for the standard logger) On Fri, Jun 5, 2009 at 8:18 AM, Gerhard Petracekgerhard.petra...@gmail.com wrote: hello all, again the logging-framework topic :) there were several

AW: slf4j and myfaces

2009-06-05 Thread Mario Ivankovits
Hi! Could one please eloberate a little bit more in detail what the pros are of slf4j? Notice, I switched to it in our company project - but always using the commons-logging api and just used the slf4j-over-cl wrapper. This is something wich is possible for each and ever user of myfaces

[jira] Updated: (TRINIDAD-1499) Regression issues with jsp tag class generation from move to jsr276 metadata

2009-06-05 Thread Bill Baggett (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bill Baggett updated TRINIDAD-1499: --- Status: Patch Available (was: Open) Regression issues with jsp tag class generation

[jira] Created: (TRINIDAD-1499) Regression issues with jsp tag class generation from move to jsr276 metadata

2009-06-05 Thread Bill Baggett (JIRA)
Regression issues with jsp tag class generation from move to jsr276 metadata Key: TRINIDAD-1499 URL: https://issues.apache.org/jira/browse/TRINIDAD-1499 Project: MyFaces

Re: slf4j and myfaces

2009-06-05 Thread Gerhard Petracek
@matthias: yes - that's the reason for my comment: ...external logging framework... @udo: imo we should discuss the logging topic before we have a release which already uses slf4j - especially the suggestion of mario sounds interesting. regards, gerhard http://www.irian.at Your JSF powerhouse

Result (was Re: [VOTE] release of myfaces core 1.2.7)

2009-06-05 Thread Leonardo Uribe
Hi Thanks to all people who vote. We have 6 +1: Gerhard Petracek Grant Smith Cagatay Civici Bruno Aranda Matthias Wessendorf Leonardo Uribe So we can continue with the necessary steps to release myfaces core 1.2.7 regards Leonardo Uribe

Result (was Re: [VOTE] release of myfaces core 1.1.7)

2009-06-05 Thread Leonardo Uribe
Hi Thanks to all people who vote. We have 4 +1: Gerhard Petracek Matthias Wessendorf Bruno Aranda Leonardo Uribe So we can continue with the necessary steps to release myfaces core 1.1.7 regards Leonardo Uribe

Re: slf4j and myfaces

2009-06-05 Thread Gerhard Petracek
@mario: which logging frameworks would be supported by such a wrapper. i can just mention that there are logging frameworks out there which internally force an exception and statically use entry x of the call hierarchy - so such a wrapper would lead to wrong logging information. regards, gerhard

AW: slf4j and myfaces

2009-06-05 Thread Mario Ivankovits
Why? I think our wrapper can do pretty much the same than slf4j does. Having a public static Log log = LogFactory.getLog(MyClass.class) can easily be supported by our logging framework. Then, any known logging framework has the most possible information available, whatever it does with it. If

Re: slf4j and myfaces

2009-06-05 Thread Manfred Geiler
On Fri, Jun 5, 2009 at 19:49, Mario Ivankovits ma...@ops.co.at wrote: Hi! Could one please eloberate a little bit more in detail what the pros are of slf4j? Pros: No class loader ambiguousness (as you mentioned) You get what you define (especially when using maven): compile-dependency to

Re: slf4j and myfaces

2009-06-05 Thread Gerhard Petracek
ok - i thought you mean something different... i didn't thought that you mean something like: I know, we end up having a slf4j within myfaces do you mean to have a wrapper e.g. as commons-module [1]? - every myfaces project has a dependency to it? regards, gerhard [1]

Re: slf4j and myfaces

2009-06-05 Thread Gerhard Petracek
JCL and slf4j ARE ready-to-use logging wrappers. +1 regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2009/6/5 Manfred Geiler manfred.gei...@gmail.com On Fri, Jun 5, 2009 at

[jira] Created: (TRINIDAD-1500) XMLMenu / Facelets / rendered property

2009-06-05 Thread Jim Dolinski (JIRA)
XMLMenu / Facelets / rendered property -- Key: TRINIDAD-1500 URL: https://issues.apache.org/jira/browse/TRINIDAD-1500 Project: MyFaces Trinidad Issue Type: Bug Components: Facelets Affects

Re: slf4j and myfaces

2009-06-05 Thread Gerhard Petracek
as we saw in previous discussions there are several different opinions. we really discussed that topic a lot. (i also don't really like the idea of having a myfaces logging facade which does more or less the same as other solutions... as mentioned before i thought mario was talking about something

[jira] Resolved: (TRINIDAD-1494) Support java.util.Set as property type

2009-06-05 Thread Jeanne Waldman (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeanne Waldman resolved TRINIDAD-1494. -- Resolution: Fixed Fix Version/s: 1.2.10-plugins

[jira] Updated: (TRINIDAD-1499) Regression issues with jsp tag class generation from move to jsr276 metadata

2009-06-05 Thread JIRA
[ https://issues.apache.org/jira/browse/TRINIDAD-1499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Weßendorf updated TRINIDAD-1499: - Resolution: Fixed Fix Version/s: 1.2.10-plugins Assignee: