Re: MyfacesBuilderPlugin

2008-04-03 Thread [EMAIL PROTECTED]
Leonardo Uribe schrieb: Hi I have a design question. I'm working on generate component tag classes using velocity. In this part it is common to found some situations when you need utility methods. There are several methods to do this: 1) Implementing this methods on a java class, and use

Continuum (was Re: [continuum] BUILD ERROR: Apache MyFaces Trinidad)

2008-04-03 Thread Matthias Wessendorf
I totally agree with Andrew, that these *regular* build issues are annoying. So... why is the continuum server almost always saying ContinuumBuildCancelledException ? That doesn't make sense to me? Is the used version (totally) instable ? -M On Thu, Apr 3, 2008 at 1:06 AM, [EMAIL PROTECTED]

Re: All MyFaces logos are finished :)

2008-04-03 Thread Adonis Raduca
Hi, Thanks Matt, I seen that gray area, was an error, that area must be green :) Matthias and Bruno, for you I can provide the original illustrator file of the logo. You can take this file and go to a local t-shirt printer. ;) I think is a good idea to have a place on the MyFaces site (or on

Re: Continuum (was Re: [continuum] BUILD ERROR: Apache MyFaces Trinidad)

2008-04-03 Thread Bernd Bohmann
Hello Matthias, here is the top output from myfaces.zones.apache.org: load averages: 19.19, 23.48, 25.05 07:19:32 35 processes: 32 sleeping, 2 running, 1 on cpu CPU states: 0.0% idle, 98.9% user, 1.1% kernel, 0.0% iowait, 0.0% swap Memory: 16G real, 2456M free, 7337M swap in use, 30G swap

Re: Continuum (was Re: [continuum] BUILD ERROR: Apache MyFaces Trinidad)

2008-04-03 Thread Matthias Wessendorf
Hey Börnd, On Thu, Apr 3, 2008 at 9:35 AM, Bernd Bohmann [EMAIL PROTECTED] wrote: Hello Matthias, here is the top output from myfaces.zones.apache.org: load averages: 19.19, 23.48, 25.05 07:19:32 35 processes: 32 sleeping, 2 running, 1 on cpu CPU states: 0.0% idle, 98.9% user,

[jira] Created: (TOMAHAWK-1225) data lost in dataList when conversion error is thrown

2008-04-03 Thread Tomasz Bech (JIRA)
data lost in dataList when conversion error is thrown - Key: TOMAHAWK-1225 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1225 Project: MyFaces Tomahawk Issue Type: Bug

[jira] Created: (TRINIDAD-1039) Make jslibDebug a configurable option

2008-04-03 Thread Paul Mander (JIRA)
Make jslibDebug a configurable option - Key: TRINIDAD-1039 URL: https://issues.apache.org/jira/browse/TRINIDAD-1039 Project: MyFaces Trinidad Issue Type: Improvement Reporter: Paul Mander It

nasty problem in server side state saving

2008-04-03 Thread Mario Ivankovits
... with serialize in state disabled. I've create a small test case which shows that the attributes map is just copied over into the state. Which means that each and every Component shares exactly the same map. Any change to this map will be reflected in ALL saved states. Correct would be to

[jira] Created: (TOMAHAWK-1227) PPRPanelGroup event reconnecting broken when there are multiple forms

2008-04-03 Thread Catalin Kormos (JIRA)
PPRPanelGroup event reconnecting broken when there are multiple forms - Key: TOMAHAWK-1227 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1227 Project: MyFaces Tomahawk

Re: nasty problem in server side state saving

2008-04-03 Thread Sochor Zdeněk
Hi, Mario Ivankovits napsal(a): ... with serialize in state disabled. I've create a small test case which shows that the attributes map is just copied over into the state. Which means that each and every Component shares exactly the same map. Any change to this map will be reflected in ALL

Re: nasty problem in server side state saving

2008-04-03 Thread Mario Ivankovits
Hi! It's because the wrong constructor in api's _ComponentAttributesMap class, it's assigning the map directly: So we do agree that this needs to be fixed? Then I'll do so ... Ciao, Mario

Re: nasty problem in server side state saving

2008-04-03 Thread [EMAIL PROTECTED]
Sochor Zdeněk schrieb: Hi, Mario Ivankovits napsal(a): ... with serialize in state disabled. I've create a small test case which shows that the attributes map is just copied over into the state. Which means that each and every Component shares exactly the same map. Any change to this map

[jira] Commented: (MYFACES-1820) Infinite loop can occur when custom FacesContext subclass compiled against JSF1.1 but used with JSF1.2

2008-04-03 Thread Simon Kitching (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12585057#action_12585057 ] Simon Kitching commented on MYFACES-1820: - Actually, this problem exists for

Re: nasty problem in server side state saving

2008-04-03 Thread Sochor Zdeněk
Hi, [EMAIL PROTECTED] napsal(a): Sochor Zdeněk schrieb: Hi, Mario Ivankovits napsal(a): ... with serialize in state disabled. I've create a small test case which shows that the attributes map is just copied over into the state. Which means that each and every Component shares

[jira] Created: (MYFACES-1848) JSP regular exceptions causes vlack page output

2008-04-03 Thread Guy Bashan (JIRA)
JSP regular exceptions causes vlack page output --- Key: MYFACES-1848 URL: https://issues.apache.org/jira/browse/MYFACES-1848 Project: MyFaces Core Issue Type: Bug Affects Versions: 1.2.2

[jira] Commented: (TRINIDAD-1030) IE7 memory leak

2008-04-03 Thread Davide Bonicelli (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12585132#action_12585132 ] Davide Bonicelli commented on TRINIDAD-1030: Scott, when I say

[jira] Created: (TOMAHAWK-1228) Nested PPRPanelGroups don't render their children on a PPR request

2008-04-03 Thread Catalin Kormos (JIRA)
Nested PPRPanelGroups don't render their children on a PPR request -- Key: TOMAHAWK-1228 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1228 Project: MyFaces Tomahawk

RE: MyfacesBuilderPlugin

2008-04-03 Thread Kito D. Mann
Is the MyfacesBuilderPlugin completely separate from the Trinidad Maven Plugins? ~~~ Kito D. Mann - Author, JavaServer Faces in Action http://www.virtua.com/ http://www.virtua.com - JSF/Java EE consulting, training, and mentoring

RE: JSF 2.0 component set

2008-04-03 Thread Kito D. Mann
From: Gary VanMatre [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 02, 2008 11:16 AM To: MyFaces Development; [EMAIL PROTECTED]; 'MyFaces Development' Cc: Kito D. Mann Subject: RE: JSF 2.0 component set From: Kito D. Mann [EMAIL PROTECTED] I just want to add that when we were talking

Re: [Tobago] Merging maven-apt-plugin with Codehaus'

2008-04-03 Thread Mark Hobson
Hi Bernd, Thanks for the reply, see below: On 02/04/2008, Bernd Bohmann [EMAIL PROTECTED] wrote: I've also just removed any Java compliation support from the plugin since I couldn't see any advantage of duplicating this with the maven-compiler-plugin. Can you see any problems with

Re: Ajax, pprPanelGroup and Portlets working together...

2008-04-03 Thread Michael Freedman
FYI ... the JSR 301 -- bridge allows such subsystems to avoid this issue because it sets a request attribute one can check to determine if you are running in a portlet environment. The subsystem can check whether this attribute is set/exists using the ExternalContext prior to making any

[jira] Created: (TOMAHAWK-1229) PDF Exporter

2008-04-03 Thread Hazem Saleh (JIRA)
PDF Exporter Key: TOMAHAWK-1229 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1229 Project: MyFaces Tomahawk Issue Type: New Feature Affects Versions: 1.1.7-SNAPSHOT Reporter: Hazem Saleh Fix

Re: [Tobago] Merging maven-apt-plugin with Codehaus'

2008-04-03 Thread Bernd Bohmann
Hello Mark, comments inline. Mark Hobson schrieb: Hi Bernd, 1) Do you use extra source roots? I'm tempted to remove this parameter since it tends to go against the standard of using the project's current source roots. Yes, I need this parameter. We unpack a source artifact and

Re: Ajax, pprPanelGroup and Portlets working together...

2008-04-03 Thread Scott O'Bryan
Plus, for containers like Orchestra which are not necessarily tied to a specific bridge implementation, it would allow them to work in environments with older bridges. Scott Scott O'Bryan wrote: Mike... True, although I did some timing and instanceof's (at least in JDK 1.5) seemed to be on

Re: Ajax, pprPanelGroup and Portlets working together...

2008-04-03 Thread Scott O'Bryan
Mike... True, although I did some timing and instanceof's (at least in JDK 1.5) seemed to be on order of magnitudes faster then pulling a request attribute off of the attribute map. At least on the server I was testing. Secondly, Configurators sometimes run prior to the bridge for servlets

[jira] Created: (TRINIDAD-1040) The example in the tag documentation for tr:train needs to be updated for Trinidad. It refers to af:train, af:commandNavigationItem, org.apache.myfaces.adf.model.Proce

2008-04-03 Thread Richard Yee (JIRA)
The example in the tag documentation for tr:train needs to be updated for Trinidad. It refers to af:train, af:commandNavigationItem, org.apache.myfaces.adf.model.ProcessMenuModel and org.apache.myfaces.adf.model.ProcessUtils

Re: JSF 2.0 component set

2008-04-03 Thread Scott O'Bryan
I foresee an exact copy of the functionality outlined by shale-test, only with portlet mock objects. The reason it's enticing to move it in-house is that implementations of the externalcontext depend a lot on JSF itself. Enhancements/bug fixes could parallel those in faces and the bridge.

[jira] Commented: (MYFACES-1834) suffix added to component id when including files

2008-04-03 Thread Brian Kates (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12585239#action_12585239 ] Brian Kates commented on MYFACES-1834: -- We're in the process of migrating from

[jira] Commented: (MYFACES-1834) suffix added to component id when including files

2008-04-03 Thread Brian Kates (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12585251#action_12585251 ] Brian Kates commented on MYFACES-1834: -- I also disagree with the priority on this

[jira] Commented: (MYFACES-1796) FactoryFinder.releaseFactories() does not release application class loader. (PATCH available).

2008-04-03 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12585268#action_12585268 ] Leonardo Uribe commented on MYFACES-1796: - Yes, the problem presented is clear.

[proposal] jsf validation with annotations

2008-04-03 Thread Gerhard Petracek
sev-en is a new jsf-extension. sev-en allows jsf validation with annotations! some central features: - cross-component validation (including cross-entity validation) - support for jpa based validation - zero configuration - extensible (e.g. custom annotations) you will find some previews

RE: shale-test location (was RE: JSF 2.0 component set)

2008-04-03 Thread Kito D. Mann
-Original Message- From: Scott O'Bryan [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2008 3:21 PM To: MyFaces Development Cc: 'Gary VanMatre' Subject: Re: JSF 2.0 component set I foresee an exact copy of the functionality outlined by shale-test, only with portlet mock

Re: shale-test location (was RE: JSF 2.0 component set)

2008-04-03 Thread Scott O'Bryan
Kito - ShaleTest is already JSF 1.2 Scott Kito D. Mann wrote: -Original Message- From: Scott O'Bryan [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2008 3:21 PM To: MyFaces Development Cc: 'Gary VanMatre' Subject: Re: JSF 2.0 component set I foresee an exact copy of the

Re: MyfacesBuilderPlugin

2008-04-03 Thread Mike Kienenberger
I have not seen the specifics of this project, but if you're using velocity, you should be able to have the code which initializes velocity automatically populate something like $utils instead of doing it in the velocity template language. I also think you're better off NOT putting

Re: shale-test location (was RE: JSF 2.0 component set)

2008-04-03 Thread Scott O'Bryan
I don't really see why the physical location affects the ability to fix bugs or do enhancements in parallel, unless it depends on some common implementation classes. Or, are you talking more about releases? Well releases are part of it. I was meerly bringing up that the Bridge (even

[jira] Created: (MYFACES-1849) javascript on button should be removed or configurable by user

2008-04-03 Thread Leonardo Uribe (JIRA)
javascript on button should be removed or configurable by user -- Key: MYFACES-1849 URL: https://issues.apache.org/jira/browse/MYFACES-1849 Project: MyFaces Core Issue Type: Bug

Re: MyfacesBuilderPlugin

2008-04-03 Thread Leonardo Uribe
On Thu, Apr 3, 2008 at 5:33 PM, Mike Kienenberger [EMAIL PROTECTED] wrote: I have not seen the specifics of this project, but if you're using velocity, you should be able to have the code which initializes velocity automatically populate something like $utils instead of doing it in the

Re: MyfacesBuilderPlugin

2008-04-03 Thread Leonardo Uribe
On Thu, Apr 3, 2008 at 11:31 AM, Kito D. Mann [EMAIL PROTECTED] wrote: Is the MyfacesBuilderPlugin completely separate from the Trinidad Maven Plugins? Actually is a branch developed inside build-tools. There is no official vote yet about if this plugin will be used on trinidad, since

Re: MyfacesBuilderPlugin

2008-04-03 Thread Mike Kienenberger
On Thu, Apr 3, 2008 at 7:44 PM, Leonardo Uribe [EMAIL PROTECTED] wrote: The drawback is that creates a log file on the project folder (I'm not found how to output the log on the screen yet!). Have you looked at this page?

[jira] Commented: (TRINIDAD-943) handle session timeout

2008-04-03 Thread Richard Yee (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12585354#action_12585354 ] Richard Yee commented on TRINIDAD-943: -- I have tried to handle timeouts with a

RE: MyfacesBuilderPlugin

2008-04-03 Thread Kito D. Mann
Thanks for the explanation, Leonardo. I'm guessing that the Trinidad plugin isn't generic enough to be used outside of Trinidad? ~~~ Kito D. Mann - Author, JavaServer Faces in Action http://www.virtua.com/ http://www.virtua.com -

Re: shale-test location (was RE: JSF 2.0 component set)

2008-04-03 Thread Gary VanMatre
Yeah, Craig was doing that just before one of the apache conferences - the one in Austin. We had a co-presentation. He was the primary and instead of putting together the slides, he was working on the 1.2 mock objects. Scott, you know that I'm *not* the kind of guy that is good with public

Re: shale-test location (was RE: JSF 2.0 component set)

2008-04-03 Thread Gary VanMatre
-- Original message -- From: Scott O'Bryan [EMAIL PROTECTED] I don't really see why the physical location affects the ability to fix bugs or do enhancements in parallel, unless it depends on some common implementation classes. Or, are you talking more

[jira] Commented: (MYFACES-1693) Make JSP 2.1 optional

2008-04-03 Thread Mohamed Thowbick (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12585383#action_12585383 ] Mohamed Thowbick commented on MYFACES-1693: --- I am trying to use myfaces-1.2.2