[jira] [Created] (TOBAGO-1475) Replacing class Parameterized with the JUnit version

2015-06-18 Thread Udo Schnurpfeil (JIRA)
Udo Schnurpfeil created TOBAGO-1475:
---

 Summary: Replacing class Parameterized with the JUnit version
 Key: TOBAGO-1475
 URL: https://issues.apache.org/jira/browse/TOBAGO-1475
 Project: MyFaces Tobago
  Issue Type: Task
  Components: Core
Affects Versions: 2.0.8
Reporter: Udo Schnurpfeil
Assignee: Udo Schnurpfeil
Priority: Minor


The JUnit version was not released for a long time. Now we can use it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (TOBAGO-1475) Replacing class Parameterized with the JUnit version

2015-06-18 Thread Udo Schnurpfeil (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOBAGO-1475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Udo Schnurpfeil resolved TOBAGO-1475.
-
   Resolution: Fixed
Fix Version/s: 2.0.9
   3.0.0-alpha-1

 Replacing class Parameterized with the JUnit version
 --

 Key: TOBAGO-1475
 URL: https://issues.apache.org/jira/browse/TOBAGO-1475
 Project: MyFaces Tobago
  Issue Type: Task
  Components: Core
Affects Versions: 2.0.8
Reporter: Udo Schnurpfeil
Assignee: Udo Schnurpfeil
Priority: Minor
 Fix For: 3.0.0-alpha-1, 2.0.9


 The JUnit version was not released for a long time. Now we can use it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TOBAGO-1475) Replacing class Parameterized with the JUnit version

2015-06-18 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-1475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14591731#comment-14591731
 ] 

Hudson commented on TOBAGO-1475:


SUCCESS: Integrated in tobago-3.0.x #31 (See 
[https://builds.apache.org/job/tobago-3.0.x/31/])
Merged from trunk
TOBAGO-1475: Replacing class Parameterized with the JUnit version [from 
revision 1686204] (lofwyr: http://svn.apache.org/viewvc/?view=revrev=1686205)
* /myfaces/tobago/branches/tobago-3.0.x
* /myfaces/tobago/branches/tobago-3.0.x/pom.xml
* 
/myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/test/java/org/apache/myfaces/tobago/context/UserAgentUnitTest.java
* 
/myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/test/java/org/apache/myfaces/tobago/util/Parameterized.java
* 
/myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-test/src/test/java/org/apache/myfaces/tobago/example/test/AutomaticSeleniumTest.java


 Replacing class Parameterized with the JUnit version
 --

 Key: TOBAGO-1475
 URL: https://issues.apache.org/jira/browse/TOBAGO-1475
 Project: MyFaces Tobago
  Issue Type: Task
  Components: Core
Affects Versions: 2.0.8
Reporter: Udo Schnurpfeil
Assignee: Udo Schnurpfeil
Priority: Minor
 Fix For: 3.0.0-alpha-1, 2.0.9


 The JUnit version was not released for a long time. Now we can use it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TOBAGO-1475) Replacing class Parameterized with the JUnit version

2015-06-18 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-1475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14591926#comment-14591926
 ] 

Hudson commented on TOBAGO-1475:


SUCCESS: Integrated in tobago-trunk #1387 (See 
[https://builds.apache.org/job/tobago-trunk/1387/])
TOBAGO-1475: Replacing class Parameterized with the JUnit version (lofwyr: 
http://svn.apache.org/viewvc/?view=revrev=1686204)
* /myfaces/tobago/trunk/pom.xml
* 
/myfaces/tobago/trunk/tobago-core/src/test/java/org/apache/myfaces/tobago/context/UserAgentUnitTest.java
* 
/myfaces/tobago/trunk/tobago-core/src/test/java/org/apache/myfaces/tobago/util/Parameterized.java
* 
/myfaces/tobago/trunk/tobago-example/tobago-example-test/src/test/java/org/apache/myfaces/tobago/example/test/AutomaticSeleniumTest.java


 Replacing class Parameterized with the JUnit version
 --

 Key: TOBAGO-1475
 URL: https://issues.apache.org/jira/browse/TOBAGO-1475
 Project: MyFaces Tobago
  Issue Type: Task
  Components: Core
Affects Versions: 2.0.8
Reporter: Udo Schnurpfeil
Assignee: Udo Schnurpfeil
Priority: Minor
 Fix For: 3.0.0-alpha-1, 2.0.9


 The JUnit version was not released for a long time. Now we can use it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (MYFACES-4003) Allow the class Attribute To Be Set For Custom Tags

2015-06-18 Thread Bill Lucy (JIRA)
Bill Lucy created MYFACES-4003:
--

 Summary: Allow the class Attribute To Be Set For Custom Tags
 Key: MYFACES-4003
 URL: https://issues.apache.org/jira/browse/MYFACES-4003
 Project: MyFaces Core
  Issue Type: Bug
Affects Versions: 2.2.8
 Environment: Tomcat 8.0.21, MyFaces 2.2.8
Reporter: Bill Lucy
Priority: Minor


For native JSF tags, setting the class attribute performs as you'd expect; 
however, in user-defined tags, setting the class attribute results in the  
following exception:

java.lang.IllegalArgumentException: Component property class is not writable 

Which is how we've behaved traditionally.  Using the styleClass attribute 
instead does work as expected.  

Mojarra supports setting the class attribute as of 2.2.9.  Additionally, the 
same issue was fixed in MYFACES-3874 for jsf:class.  

Changing the behavior of MyFaces here - to allow for custom components to 
accept the class attribute without Exceptions - should be fairly trivial, 
along the lines of MYFACES-3874.  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (MYFACES-4003) Allow the class Attribute To Be Set For Custom Tags

2015-06-18 Thread Bill Lucy (JIRA)

 [ 
https://issues.apache.org/jira/browse/MYFACES-4003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bill Lucy updated MYFACES-4003:
---
Status: Patch Available  (was: Open)

 Allow the class Attribute To Be Set For Custom Tags
 -

 Key: MYFACES-4003
 URL: https://issues.apache.org/jira/browse/MYFACES-4003
 Project: MyFaces Core
  Issue Type: Bug
Affects Versions: 2.2.8
 Environment: Tomcat 8.0.21, MyFaces 2.2.8
Reporter: Bill Lucy
Priority: Minor
 Attachments: JSFClassTagTest.war, myfaces-4003.patch


 For native JSF tags, setting the class attribute performs as you'd expect; 
 however, in user-defined tags, setting the class attribute results in the  
 following exception:
 java.lang.IllegalArgumentException: Component property class is not writable 
 Which is how we've behaved traditionally.  Using the styleClass attribute 
 instead does work as expected.  
 Mojarra supports setting the class attribute as of 2.2.9.  Additionally, 
 the same issue was fixed in MYFACES-3874 for jsf:class.  
 Changing the behavior of MyFaces here - to allow for custom components to 
 accept the class attribute without Exceptions - should be fairly trivial, 
 along the lines of MYFACES-3874.  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)