Re: [Trinidad2] InternalView VDL/TRINIDAD-1735

2010-03-01 Thread Gary Kind
Will this affect the Controller team? Gary Kind Max Starets wrote: Hello Everyone, While I was working on a solution for TRINIDAD-1735, I realized that the clean solution would involve moving all the code dealing with InternalViews from the ViewHandlerImpl to the new

[jira] Created: (TRINIDAD-1710) ResourceServlet.java._setHeaders() can call response.setContentType() with a null contentType resulting in an NPE on Websphere.

2010-02-04 Thread Gary Kind (JIRA)
URL: https://issues.apache.org/jira/browse/TRINIDAD-1710 Project: MyFaces Trinidad Issue Type: Bug Affects Versions: 1.2.12-core Reporter: Gary Kind This is a backport of JIRA Issue TRINIDAD-1629. This is needed in 1.2.12.1-branch as soon

[jira] Updated: (TRINIDAD-1710) ResourceServlet.java._setHeaders() can call response.setContentType() with a null contentType resulting in an NPE on Websphere.

2010-02-04 Thread Gary Kind (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Kind updated TRINIDAD-1710: Status: Patch Available (was: Open) ResourceServlet.java._setHeaders() can call

http://svn.apache.org/repos/asf/myfaces/trinidad/ Server is extremely SLOW!!!!

2009-12-14 Thread Gary Kind
Could the admin please fix this???! Thanks, Gary Kind

[jira] Created: (TRINIDAD-1629) ResourceServlet.java._setHeaders() can call response.setContentType() with a null contentType resulting in an NPE on Websphere.

2009-11-09 Thread Gary Kind (JIRA)
URL: https://issues.apache.org/jira/browse/TRINIDAD-1629 Project: MyFaces Trinidad Issue Type: Bug Affects Versions: 1.2.12-core Reporter: Gary Kind If a Server, in this case Websphere, tries to load a resource with an unknown file extension

[jira] Created: (TRINIDAD-1590) maven-jdev-plugin: added ability to set JVM Java Options. Default is -ea to enable assertions

2009-10-08 Thread Gary Kind (JIRA)
-1590 Project: MyFaces Trinidad Issue Type: New Feature Affects Versions: 1.2.10-plugins Reporter: Gary Kind In Jdeveloper under Project Properties - Run/Debug/Profile, edit a selected profile and you will see a Java Options input text field to the right

[jira] Updated: (TRINIDAD-1590) maven-jdev-plugin: added ability to set JVM Java Options. Default is -ea to enable assertions

2009-10-08 Thread Gary Kind (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Kind updated TRINIDAD-1590: Status: Patch Available (was: Open) maven-jdev-plugin: added ability to set JVM Java Options

Re: [Trinidad] JDK5 EOL, upgrade to JDK6?

2009-06-17 Thread Gary Kind
absolutely. Gary Andrew Robinson wrote: JDK 5 can no longer be downloaded without stepping through hoops to try to get it as it has reached its end of life. I'd vote to make JDK 6 the minimum JDK for Trinidad trunk. What do others think? -Andrew

[jira] Updated: (TRINIDAD-1477) XMLMenuModel GroupNode Functionality Broken

2009-05-19 Thread Gary Kind (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Kind updated TRINIDAD-1477: Status: Patch Available (was: Open) XMLMenuModel GroupNode Functionality Broken

[jira] Created: (TRINIDAD-1477) XMLMenuModel GroupNode Functionality Broken

2009-05-19 Thread Gary Kind (JIRA)
Reporter: Gary Kind Attachments: patch.txt Recent changes to the XMLMenuModel to allow multiple root menus on the same page broke the GroupNode Functionality and internal IdNodeMap that is used as part of the GroupNode functionality.This patch corrects the problem

[TRINIDAD]

2009-05-19 Thread Gary Kind
Hi, I need the patch contained in TRINIDAD-1477 applied and checked in. Thanks, Gary Kind

[jira] Updated: (TRINIDAD-1411) maven-jdev-plugin has been updated for JDeveloper 11.1.1.1.0

2009-03-02 Thread Gary Kind (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Kind updated TRINIDAD-1411: Status: Patch Available (was: Open) maven-jdev-plugin has been updated for JDeveloper

[jira] Created: (TRINIDAD-1411) maven-jdev-plugin has been updated for JDeveloper 11.1.1.1.0

2009-03-02 Thread Gary Kind (JIRA)
: Improvement Components: Plugins Affects Versions: 1.2.9-plugins Reporter: Gary Kind I have updated the maven-jdev-plugin so that it works correctly for JDeveloper 11.1.1.1.0 -- that is, it generates .jws and .jpr files that do not have to be migrated by JDeveloper before

[jira] Created: (TRINIDAD-1186) xml schema files (xsd) are added for the XMLMenuModel

2008-08-19 Thread Gary Kind (JIRA)
Components: Facelets Affects Versions: 1.2.9-core Reporter: Gary Kind Attachments: xmlmenumodel_xsd_trinidad_1.2.9.1.patch The xsd files for the XMLMenuModel were never included in Trinidad. They are in the provided patch file. -- This message is automatically

[jira] Created: (TRINIDAD-1183) Allows any node in the whole menu tree to be obtained through its id, unique or not.

2008-08-18 Thread Gary Kind (JIRA)
Project: MyFaces Trinidad Issue Type: Improvement Affects Versions: 1.2.9-core Reporter: Gary Kind The XMLMenuModel has 1 root model and (possibly) numerous child menu models incorporated into the root menu tree through shared nodes. If development is done in separate

[jira] Commented: (TRINIDAD-1134) XmlMenuModel: action is interpreted as ValueExpression

2008-06-24 Thread Gary Kind (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12607730#action_12607730 ] Gary Kind commented on TRINIDAD-1134: - The action attribute, as per the spec

Re: [jira] Commented: (TRINIDAD-1127) XMLMenu / CommandNavigationItem

2008-06-20 Thread Gary Kind
but for external urls I want to use the destination (Ie. A separate help application). I have this working in another application that uses the old menu system defined in the faces config. Thanks, Jim -Original Message- From: Gary Kind (JIRA) [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2008

Re: [jira] Created: (TRINIDAD-1127) XMLMenu / CommandNavigationItem

2008-06-18 Thread Gary Kind
Jim, the destination is to be used to navigate directly to a page so no POST is done. If both attributes are set, 'action' is ignored completely and you navigate directly to the page in the 'destination' attribute. This is not a bug. Since both action and destination are used for

[jira] Commented: (TRINIDAD-1127) XMLMenu / CommandNavigationItem

2008-06-18 Thread Gary Kind (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12606090#action_12606090 ] Gary Kind commented on TRINIDAD-1127: - Jim, the destination is to be used

[jira] Created: (TRINIDAD-956) In order to be extended correctly XMLMenuModel needs to provide API to its viewIdFocusPathMap.

2008-02-18 Thread Gary Kind (JIRA)
-956 Project: MyFaces Trinidad Issue Type: Bug Affects Versions: 1.2.6-core Reporter: Gary Kind Fix For: 1.2.7-core The XMLMenuModel keeps a map of of its focus paths to each node inside of a map called viewIdFocusPathMap. Users wanting to extend

[jira] Commented: (TRINIDAD-954) Added changes to all the Trinidad components, converters, and validators to take advantage of the abiltity to put code usage examples in the tagdocs

2008-02-15 Thread Gary Kind (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12569370#action_12569370 ] Gary Kind commented on TRINIDAD-954: Yes that is fine. FYI, the changes to the .xml

[jira] Created: (TRINIDAD-954) Added changes to all the Trinidad components, converters, and validators to take advantage of the abiltity to put code usage examples in the tagdocs

2008-02-14 Thread Gary Kind (JIRA)
Key: TRINIDAD-954 URL: https://issues.apache.org/jira/browse/TRINIDAD-954 Project: MyFaces Trinidad Issue Type: Improvement Affects Versions: 1.2.6-core Reporter: Gary Kind Priority: Minor To go with TRINIDAD

[jira] Created: (TRINIDAD-953) Support for Code Examples in Trinidad Components, Validators, and Converters tagdocs

2008-02-14 Thread Gary Kind (JIRA)
Project: MyFaces Trinidad Issue Type: New Feature Reporter: Gary Kind Attachments: trinidad-maven.patch Tag docs generated by the maven-faces-plugin and maven-tagdoc-plugin did not include the ability to easily have code usage examples. With the changes I have made

[jira] Created: (TRINIDAD-919) maven-jdev-plugin does not evaluate !DOCTYPE tag correctly for taglib (.tld) files

2008-01-23 Thread Gary Kind (JIRA)
: MyFaces Trinidad Issue Type: Bug Reporter: Gary Kind Some .tld files contain a !DOCTYPE tag for taglibs at the top of the file. The com.sun.org.apache.xerces parser attempts to connect to the systemid in the DOCTYPE tag, which is: !DOCTYPE taglib PUBLIC -//Sun

[jira] Created: (TRINIDAD-907) Current maven-jdev-plugin does not handle nested maven projects whose packaging is pom

2008-01-18 Thread Gary Kind (JIRA)
Project: MyFaces Trinidad Issue Type: Bug Reporter: Gary Kind So if a root project whose packaging is pom has a child project whose packaging is also pom the resulting root JDeveloper workspace file, e.g. trinidad.jws, is incorrect. References to this child project refer

Re: [vote] release of Trinidad plugins (1.2.6)

2008-01-17 Thread Gary Kind
+1 Matthias Wessendorf wrote: Hi, I was running the needed tasks to get the 1.2.6 release of the Apache MyFaces Trinidad Maven 2 Plugins out. The artifacts are deployed to my private Apache account ([1]). Please take a look at the 1.2.6 artifacts and vote. How to test those JARs ? 1. there

[jira] Created: (TRINIDAD-893) Added 3 new parameters to the maven-jdev-plugin.

2008-01-11 Thread Gary Kind (JIRA)
Reporter: Gary Kind Attachments: maven-jdev-plugin2.patch 1. Added 3 new parameters the jdev:jdev goal: * compiler: so that the default compiler (which is Ojc) can be changed to Javac * makeProject: so that the Make Project checkbox can be checked and a project

Re: [Trinidad] release of plugins

2007-12-19 Thread Gary Kind
Matthias, this is fine with me. I have a couple of changes to make in the jdev plugin, but they can wait until the next release. When do you plan to freeze for the 1.2.6 plugins release? Matthias Wessendorf wrote: Hi, there were several changes in the plugins; -JDEV -Trinidad -Commons

[jira] Created: (TRINIDAD-871) Without this new project.xml, the maven-jdev-plugin requires project migration on each usage.

2007-12-17 Thread Gary Kind (JIRA)
Project: MyFaces Trinidad Issue Type: Improvement Affects Versions: 1.2.5-plugins Reporter: Gary Kind Attachments: jdev-plugin.patch JDev had a bug where 2 of the installed components version breadcrumbs changed on each new build of JDev. This made

[jira] Commented: (TRINIDAD-851) JDev Plugin - configure the release

2007-12-07 Thread Gary Kind (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549460 ] Gary Kind commented on TRINIDAD-851: Actually Aino, you must using and looking at the old version

[jira] Commented: (TRINIDAD-177) JDev plugin - compiler configuration

2007-12-07 Thread Gary Kind (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549488 ] Gary Kind commented on TRINIDAD-177: I strongly disagree with this. You are breaking desired behavior

[jira] Commented: (TRINIDAD-846) JDev plugin - compiler configuration 11g

2007-12-07 Thread Gary Kind (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549484 ] Gary Kind commented on TRINIDAD-846: I strongly disagree with this. First off, I am looking at the 10.1.3.0.4

[jira] Commented: (TRINIDAD-846) JDev plugin - compiler configuration 11g

2007-12-07 Thread Gary Kind (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549543 ] Gary Kind commented on TRINIDAD-846: Another question. the JDev Plugin is only intended to be used for maven

[jira] Created: (TRINIDAD-855) ClassLoaderResourceLoader.findResource can create a path with double forward slash //

2007-12-06 Thread Gary Kind (JIRA)
Project: MyFaces Trinidad Issue Type: Bug Reporter: Gary Kind Priority: Trivial Attachments: trunk.patch private method _getResourcePrefix() takes a String representing the root package of the resource and replaces all '.' with '/'. If the rootPackage

[jira] Commented: (TRINIDAD-851) JDev Plugin - configure the release

2007-12-05 Thread Gary Kind (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12548825 ] Gary Kind commented on TRINIDAD-851: The plugin's release can already be set by using the jdev.release

[jira] Commented: (TRINIDAD-846) JDev plugin - compiler configuration 11g

2007-12-05 Thread Gary Kind (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12548818 ] Gary Kind commented on TRINIDAD-846: When you create a .jpr file, can it be loaded into JDev without migration

Re: [vote] release of Trinidad plugins (1.2.5)

2007-11-28 Thread Gary Kind
, Gary Kind [EMAIL PROTECTED] wrote: +1 Jeanne Waldman wrote: +1 Gabrielle Crawford wrote: +1 Bruno Aranda wrote: +1 On 27/11/2007, Matthias Wessendorf [EMAIL PROTECTED] wrote: +1 On Nov 27, 2007 10:26 AM, Matthias

[jira] Commented: (TRINIDAD-843) Jdev plugin - Nullpointer exception

2007-11-28 Thread Gary Kind (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12546481 ] Gary Kind commented on TRINIDAD-843: The local tag libraries, if any should be located in your maven project's

Re: [vote] release of Trinidad plugins (1.2.5)

2007-11-28 Thread Gary Kind
, Matt Cooper [EMAIL PROTECTED] wrote: +1 On Nov 27, 2007 1:47 PM, Gary Kind [EMAIL PROTECTED] wrote: +1 Jeanne Waldman wrote: +1 Gabrielle Crawford wrote: +1 Bruno

Re: [vote] release of Trinidad plugins (1.2.5)

2007-11-28 Thread Gary Kind
I have uploaded a new patch to Trinidad-808 with the fix for Trinidad-843. Gary Kind wrote: Matthias, I have a fix for the NPE, should I make a complete trunk.patch again and put it on Trinidad-808? Matthias Wessendorf wrote: -1 on this release, because of the 843 issue. let

Re: [vote] release of Trinidad plugins (1.2.5)

2007-11-28 Thread Gary Kind
. Scott Gary Kind wrote: I have uploaded a new patch to Trinidad-808 with the fix for Trinidad-843. Gary Kind wrote: Matthias, I have a fix for the NPE, should I make a complete trunk.patch again and put it on Trinidad-808? Matthias Wessendorf wrote: -1 on this release, because of the 843 issue

Re: [vote] release of Trinidad plugins (1.2.5)

2007-11-27 Thread Gary Kind
+1 Jeanne Waldman wrote: +1 Gabrielle Crawford wrote: +1 Bruno Aranda wrote: +1 On 27/11/2007, Matthias Wessendorf [EMAIL PROTECTED] wrote: +1 On Nov 27, 2007 10:26 AM, Matthias Wessendorf [EMAIL PROTECTED] wrote: Hi, I was running the needed tasks to get the 1.2.5 release of the

Re: [trinidad] plugins release...

2007-11-21 Thread Gary Kind
+1 from me, since I wrote it. :-) Matthias Wessendorf wrote: I am fine w/ calling it 1.2.4.1 instead of 1.2.5 ;-) On Nov 21, 2007 8:53 AM, Matthias Wessendorf [EMAIL PROTECTED] wrote: Hi, looks like I forgot to include Trinidad-808 in the plugins. That basically allows JDev users to have

Re: [Trinidad: VOTE] 1.2 current again

2007-11-15 Thread Gary Kind
+1 to Matt and Scott. I am surprised that we have not been doing this all along. Matt Cooper wrote: +1 to committers patching both branches as they go; no more poor soul having to do an ubermerge :) On Nov 15, 2007 5:38 PM, Scott O'Bryan [EMAIL PROTECTED] wrote: Jeanne, Yes they are

[jira] Created: (TRINIDAD-808) After loading a JDeveloper workspace/project created by maven-jdev-plugin, manual steps are no longer required.

2007-11-08 Thread Gary Kind (JIRA)
://issues.apache.org/jira/browse/TRINIDAD-808 Project: MyFaces Trinidad Issue Type: Improvement Reporter: Gary Kind Fix For: 1.2.4-plugins The maven-jdev-plugin creates JDeveloper workspace and projects from maven projects. The goal is to be able to load

[jira] Commented: (TRINIDAD-758) failure in parsing of sub menu models (sharedNodes) results in root menu tree not being created. Bad sub menu models should just be skipped.

2007-10-08 Thread Gary Kind (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12533196 ] Gary Kind commented on TRINIDAD-758: After code review by Jeanne Waldman, I have attached 2 new patch files

[jira] Commented: (TRINIDAD-758) failure in parsing of sub menu models (sharedNodes) results in root menu tree not being created. Bad sub menu models should just be skipped.

2007-10-08 Thread Gary Kind (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12533221 ] Gary Kind commented on TRINIDAD-758: Fixed one, minor compile issue. Attached 2 new patch files. failure

[jira] Created: (TRINIDAD-758) failure in parsing of sub menu models (sharedNodes) results in root menu tree not being created. Bad sub menu models should just be skipped.

2007-10-05 Thread Gary Kind (JIRA)
. - Key: TRINIDAD-758 URL: https://issues.apache.org/jira/browse/TRINIDAD-758 Project: MyFaces Trinidad Issue Type: Bug Reporter: Gary Kind If there is any kind of parsing error in a sub menu model's xml metadata OR the sub menu model creation

[jira] Created: (TRINIDAD-734) EL expression used for node labels gets evaluated only once

2007-09-21 Thread Gary Kind (JIRA)
Reporter: Gary Kind The first time the actionListener calls the getLabel() method for a menu node, if the stored label is an EL expression, it gets evaluated correctly and the returned String is set on the label. However, before this fix, the evaluated String was set as the label

[jira] Created: (TRINIDAD-718) MenuNode.getLabel() does not handle complex EL expressions correctly

2007-09-17 Thread Gary Kind (JIRA)
Issue Type: Bug Reporter: Gary Kind Private method _evalElStr(), which is called from MenuNode.getLabel(), in the case of a Resource Bundle EL expression, is used to insert a Unique Id in the EL expression to indentify the correct Resoure Bundle. If the EL expression

[jira] Updated: (TRINIDAD-718) MenuNode.getLabel() does not handle complex EL expressions correctly

2007-09-17 Thread Gary Kind (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Kind updated TRINIDAD-718: --- Status: Patch Available (was: Open) MenuNode.getLabel() does not handle complex EL expressions

Re: [jira] Resolved: (TRINIDAD-101) Menu Model is not created if its tree is empty

2007-07-17 Thread Gary Kind
e is empty -- Key: TRINIDAD-101 URL: https://issues.apache.org/jira/browse/TRINIDAD-101 Project: MyFaces Trinidad Issue Type: Bug Reporter: Gary Kind Fix For: 1.0.2-core Attachments: trunk.patch, t

[jira] Created: (TRINIDAD-101) Menu Model is not created if its tree is empty

2007-07-13 Thread Gary Kind (JIRA)
Menu Model is not created if its tree is empty -- Key: TRINIDAD-101 URL: https://issues.apache.org/jira/browse/TRINIDAD-101 Project: MyFaces Trinidad Issue Type: Bug Reporter: Gary

[jira] Updated: (TRINIDAD-101) Menu Model is not created if its tree is empty

2007-07-13 Thread Gary Kind (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Kind updated TRINIDAD-101: --- Status: Patch Available (was: Open) Menu Model is not created if its tree is empty

[jira] Created: (TRINIDAD-102) Attempt to get the value of a custom property from a node that has no custom properties causes NPE

2007-07-13 Thread Gary Kind (JIRA)
/TRINIDAD-102 Project: MyFaces Trinidad Issue Type: Bug Reporter: Gary Kind Attachments: trunk.patch If XMLMenuModel.getCustomProperty() is called, the code gets a map from the node that contains its custom properties. If the node has no custom properties

[jira] Updated: (TRINIDAD-102) Attempt to get the value of a custom property from a node that has no custom properties causes NPE

2007-07-13 Thread Gary Kind (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Kind updated TRINIDAD-102: --- Status: Patch Available (was: Open) Attempt to get the value of a custom property from a node

[jira] Created: (TRINIDAD-48) Created property that allows RenderKitTestCase to return a testCaseCount that only includes the actual test cases.

2007-06-05 Thread Gary Kind (JIRA)
://issues.apache.org/jira/browse/TRINIDAD-48 Project: MyFaces Trinidad Issue Type: Improvement Reporter: Gary Kind Current RenderKitTestCase.getTestCaseCount() returns a test case count that includes all the subtests in each test case. It is desirable to be able