[jira] Resolved: (TAPESTRY-1259) EventListener generates duplicate javascript with page caching on

2007-02-14 Thread Ben Dotte (JIRA)
[ https://issues.apache.org/jira/browse/TAPESTRY-1259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ben Dotte resolved TAPESTRY-1259. - Resolution: Duplicate Fix Version/s: 4.1.2 I think this is a duplicate of TAPESTRY-1241

[T5] PermGen Problems Fixed?

2007-02-14 Thread James Carman
Howard, Is the permgen space problem solved in T5? James - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [T5] PermGen Problems Fixed?

2007-02-14 Thread Howard Lewis Ship
The "PermGen" problem is elusive, but I think it will be less common in T5. It was caused by the shear volume of classes generated (every component gets a subclass) multiplied by a full reload on every request. T5 is stingier; it only enhances classes once, until some component class changes. The

Re: [T5] PermGen Problems Fixed?

2007-02-14 Thread James Carman
Maybe someone should run it through a memory profiler to be sure. But, sounds pretty good. I think we need to make sure that tapestry's class pool doesn't maintain a hard reference to its generated classes. But, if the classloader is thrown away, that might just do it. On 2/14/07, Howard Lewis S

Re: [T5] PermGen Problems Fixed?

2007-02-14 Thread Jesse Kuhnert
Throwing the classloader away should do the trick. I've done this in the past with other things. On 2/14/07, James Carman <[EMAIL PROTECTED]> wrote: Maybe someone should run it through a memory profiler to be sure. But, sounds pretty good. I think we need to make sure that tapestry's class pool

Re: [T5] PermGen Problems Fixed?

2007-02-14 Thread Howard Lewis Ship
What often trips you up is some forgotten ThreadLocal (listing Spring guys) that holds a reference to some forgotten object, which holds a reference to its own Class and ClassLoader. HiveMind and Tapestry 5 IoC have all that machinery to avoid using ThreadLocals, since they are tricky to get righ

Re: [T5] PermGen Problems Fixed?

2007-02-14 Thread Jesse Kuhnert
Yeah, good point. I guess the trick isn't so much in being "able" to do it as it is designing the API in such a way as to make a "best attempt" at preventing people from screwing things up. (ie leaky abstraction) I guess we'll just have to see how it works out. (though maybe you're right James -

[jira] Commented: (TAPESTRY-1251) CookiesImplTest does specify a domain cookie with a domain not prefixed with a . (dot)

2007-02-14 Thread Massimo Lusetti (JIRA)
[ https://issues.apache.org/jira/browse/TAPESTRY-1251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473198 ] Massimo Lusetti commented on TAPESTRY-1251: --- The statement at line 144: assertEquals(cookies.get(0), exp

[jira] Resolved: (TAPESTRY-1250) Cannot create domain cookies

2007-02-14 Thread Massimo Lusetti (JIRA)
[ https://issues.apache.org/jira/browse/TAPESTRY-1250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Massimo Lusetti resolved TAPESTRY-1250. --- Resolution: Incomplete Sorry for the noise. I need to investigate better since i c

[jira] Resolved: (TAPESTRY-1241) @EventListener produces multiple events

2007-02-14 Thread Jesse Kuhnert (JIRA)
[ https://issues.apache.org/jira/browse/TAPESTRY-1241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse Kuhnert resolved TAPESTRY-1241. - Resolution: Fixed Finally found it. > @EventListener produces multiple events >

[jira] Resolved: (TAPESTRY-1227) IUploadFile implementations should be prepared for "all" file name-separator characters in getFileName()

2007-02-14 Thread Jesse Kuhnert (JIRA)
[ https://issues.apache.org/jira/browse/TAPESTRY-1227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse Kuhnert resolved TAPESTRY-1227. - Resolution: Fixed Assignee: Jesse Kuhnert Done.. The IUpload.getFilePath() has t

Re: type safe configuration (IDE support) branch

2007-02-14 Thread Kent Tong
andyhot di.uoa.gr> writes: > Kent, how about uploading the jars and your documentation at your public > space at http://people.apache.org ? > I think i might also be interested in taking a look later this week. Maybe you'd like to check out the branch instead? The jars don't contain the source.

[jira] Commented: (TAPESTRY-1219) The order of loading bodyscripts and initializationscripts is non deterministic

2007-02-14 Thread Jesse Kuhnert (JIRA)
[ https://issues.apache.org/jira/browse/TAPESTRY-1219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473287 ] Jesse Kuhnert commented on TAPESTRY-1219: - Dunno Do you have an example of where this has happened? Ie

[jira] Commented: (TAPESTRY-1248) Localization Problem when using Min Max Validator

2007-02-14 Thread Jesse Kuhnert (JIRA)
[ https://issues.apache.org/jira/browse/TAPESTRY-1248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473288 ] Jesse Kuhnert commented on TAPESTRY-1248: - I'm not sure what a "batch" file is but I'm only able to apply

[Bamboo] Tapestry 5 Core - Trunk build 25 has FAILED (1 tests failed). Change made by Howard M. Lewis Ship

2007-02-14 Thread bamboo
The project Tapestry 5 Core - Trunk has the following 1 change(s) by 1 author(s): *Howard M. Lewis Ship* made the following changes at 2007-02-14 18:27:11.695 Comment: Improve error messages when pages, component types or mixin types can not be resolved to a class name, by listing the known na

[jira] Updated: (TAPESTRY-1269) Dojo error on search engine cached pages

2007-02-14 Thread Jesse Kuhnert (JIRA)
[ https://issues.apache.org/jira/browse/TAPESTRY-1269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse Kuhnert updated TAPESTRY-1269: Fix Version/s: 4.2 > Dojo error on search engine cached pages >

[Bamboo] Tapestry 5 Core - Trunk build 26 was SUCCESSFUL (with 726 tests)

2007-02-14 Thread bamboo
This is an initial or manual build of the Tapestry 5 Core - Trunk build. --- The build has 0 failed tests and 726 successful tests. Click http://tapestry.formos.com/browse/T5CORE-TRUNK-26 to find out mo

[jira] Commented: (TAPESTRY-1219) The order of loading bodyscripts and initializationscripts is non deterministic

2007-02-14 Thread Andreas Andreou (JIRA)
[ https://issues.apache.org/jira/browse/TAPESTRY-1219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473294 ] Andreas Andreou commented on TAPESTRY-1219: --- i think i got around this by adding those dojo.requires dir

[jira] Updated: (TAPESTRY-1238) DropDownDatePicker doesn't validate on form submit via Enter key

2007-02-14 Thread Jesse Kuhnert (JIRA)
[ https://issues.apache.org/jira/browse/TAPESTRY-1238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse Kuhnert updated TAPESTRY-1238: Fix Version/s: 4.1.2 > DropDownDatePicker doesn't validate on form submit via Enter key

[jira] Updated: (TAPESTRY-1240) LinkSubmit with parameters causes exception although it has validators attached

2007-02-14 Thread Jesse Kuhnert (JIRA)
[ https://issues.apache.org/jira/browse/TAPESTRY-1240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse Kuhnert updated TAPESTRY-1240: Fix Version/s: 4.1.2 > LinkSubmit with parameters causes exception although it has valid

[jira] Updated: (TAPESTRY-1253) Meta injection throws exception unless property accessor is defined

2007-02-14 Thread Jesse Kuhnert (JIRA)
[ https://issues.apache.org/jira/browse/TAPESTRY-1253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse Kuhnert updated TAPESTRY-1253: Fix Version/s: 4.1.2 > Meta injection throws exception unless property accessor is defin

[jira] Updated: (TAPESTRY-1262) Injecting scripts into part

2007-02-14 Thread Jesse Kuhnert (JIRA)
[ https://issues.apache.org/jira/browse/TAPESTRY-1262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse Kuhnert updated TAPESTRY-1262: Fix Version/s: 4.2 > Injecting scripts into part > -- >

[jira] Updated: (TAPESTRY-1248) Localization Problem when using Min Max Validator

2007-02-14 Thread Jesse Kuhnert (JIRA)
[ https://issues.apache.org/jira/browse/TAPESTRY-1248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse Kuhnert updated TAPESTRY-1248: Fix Version/s: 4.1.2 > Localization Problem when using Min Max Validator > -

[jira] Updated: (TAPESTRY-1256) IllegalStateException if you try to access an ASO with OGNL, before accessing it in code

2007-02-14 Thread Jesse Kuhnert (JIRA)
[ https://issues.apache.org/jira/browse/TAPESTRY-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse Kuhnert updated TAPESTRY-1256: Fix Version/s: 4.1.2 > IllegalStateException if you try to access an ASO with OGNL, befo

[jira] Commented: (TAPESTRY-1256) IllegalStateException if you try to access an ASO with OGNL, before accessing it in code

2007-02-14 Thread Jesse Kuhnert (JIRA)
[ https://issues.apache.org/jira/browse/TAPESTRY-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473300 ] Jesse Kuhnert commented on TAPESTRY-1256: - I tried to download your sample but it won't resolve in maven2.

[jira] Updated: (TAPESTRY-1254) IE7 mixed secure/nonsecure SSL warning on https using dojo dialog component

2007-02-14 Thread Jesse Kuhnert (JIRA)
[ https://issues.apache.org/jira/browse/TAPESTRY-1254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse Kuhnert updated TAPESTRY-1254: Fix Version/s: 4.1.2 > IE7 mixed secure/nonsecure SSL warning on https using dojo dialog

[jira] Updated: (TAPESTRY-1271) duplicate session on redirect in home-page

2007-02-14 Thread Jesse Kuhnert (JIRA)
[ https://issues.apache.org/jira/browse/TAPESTRY-1271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse Kuhnert updated TAPESTRY-1271: Fix Version/s: 4.1.2 > duplicate session on redirect in home-page >

[jira] Updated: (TAPESTRY-1267) DropDownDatePicker validation - resets to previous value for invalid dates without user awareness

2007-02-14 Thread Jesse Kuhnert (JIRA)
[ https://issues.apache.org/jira/browse/TAPESTRY-1267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse Kuhnert updated TAPESTRY-1267: Fix Version/s: 4.1.2 > DropDownDatePicker validation - resets to previous value for inva

[jira] Resolved: (TAPESTRY-1258) remove templateTag from Any

2007-02-14 Thread Jesse Kuhnert (JIRA)
[ https://issues.apache.org/jira/browse/TAPESTRY-1258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse Kuhnert resolved TAPESTRY-1258. - Resolution: Fixed Assignee: Jesse Kuhnert Done. > remove templateTag from Any >

[jira] Updated: (TAPESTRY-1257) Listing inner components in a property

2007-02-14 Thread Jesse Kuhnert (JIRA)
[ https://issues.apache.org/jira/browse/TAPESTRY-1257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse Kuhnert updated TAPESTRY-1257: Fix Version/s: 4.1.2 > Listing inner components in a property >