[JBoss JIRA] (RF-13127) onvalid and oninvalide pass wrong element when using rich:element with String field
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13127?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13127:
-------------------------------
Original Estimate: 1 hour
Remaining Estimate: 1 hour
> onvalid and oninvalide pass wrong element when using rich:element with String field
> -----------------------------------------------------------------------------------
>
> Key: RF-13127
> URL: https://issues.jboss.org/browse/RF-13127
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-validators
> Affects Versions: 4.3.3
> Reporter: Louis Parisi
> Labels: testcase_provided
> Fix For: 5.0.0.Alpha2
>
> Attachments: JSFTemplate.zip, RF-13127.zip, richfaces.zip
>
> Original Estimate: 1 hour
> Remaining Estimate: 1 hour
>
> I have a bean iterated in a datatable. Using the rich:validator on fields in the bean I am executing javascript when a field is validated and apply styling based on valid or invalid state. The code below returns the correct element when the underlying field is a BigDecimal but intermittently returns the element from row zero and sometimes another rown when the field is a String. If I just reference a String vs. BigDecimal and display the element passed to the javascript I get form:myTable:4:myField for a BigDecimal field and always form:myTable:0:myField no matter the row for a String field.
> {code}
> <h:inputText id="vendor" value="#{car.vendor}" valueChangeListener="#{car.valueChanged}">
> <rich:validator oninvalid="valueModified(#{rich:element('vendor')}, false)"
> onvalid="valueModified(#{rich:element('vendor')}, true)"/>
> </h:inputText>
> {code}
> {code}
> <script>
> function valueModified(element, valid) {
> // use element.style rather than jQuery as it
> // does not set entire background
> alert("valueModified: " + element.id + " | valid: " + valid);
> element.style.background='yellow';
> if (valid) {
> jQuery(element).css("border-color", "lightgray");
> } else {
> jQuery(element).css("border-color", "red");
> }
> }
> </script>
> {code}
> Some other tests I did while trying to debug are:
> * I passed the rowKeyVar to a javascript method in the onvalid event and it passed the correct row for a BigDecimal and always zero for a String field.
> * The oncomplete event of the validator does not seem to fire for a String field but does for a BigDecimal field.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 6 months
[JBoss JIRA] (RF-13176) tree: JS error after selecting an item in tree
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13176?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13176:
-------------------------------
Original Estimate: 1 hour
Remaining Estimate: 1 hour
> tree: JS error after selecting an item in tree
> ----------------------------------------------
>
> Key: RF-13176
> URL: https://issues.jboss.org/browse/RF-13176
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tree
> Environment: richfaces-5.0.0-SNAPSHOT
> FF 18
> Tomcat 7.0.32, JBoss AS 7.1
> Reporter: Jiří Štefek
> Priority: Critical
> Labels: regression
> Fix For: 5.0.0.Alpha2
>
> Original Estimate: 1 hour
> Remaining Estimate: 1 hour
>
> The selecting of items does not work properly.
> After selecting an item (toggling of nodes works fine) from tree a JavaScript error occurs:
> {code}
> TypeError: RichFaces.$ is not a function
>
> ...EventHandler=function(handlerCode){if(handlerCode){return new Function("event",h...
> packed.js (line 178)
> {code}
> This also prevents any further manipulation with tree.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 6 months
[JBoss JIRA] (RF-13179) a4j:push test using WildFly throws exception
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13179?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13179:
-------------------------------
Original Estimate: 1 hour
Remaining Estimate: 1 hour
> a4j:push test using WildFly throws exception
> --------------------------------------------
>
> Key: RF-13179
> URL: https://issues.jboss.org/browse/RF-13179
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-push/poll
> Affects Versions: 5.0.0.Alpha1
> Environment: RichFaces 5.0.0-SNAPSHOT
> Metamer 5.0.0-SNAPSHOT
> WildFly: JSF Injection Handlers 8.0.0.Alpha4
> JBoss AS 8.0.0.Alpha4
> Java(TM) SE Runtime Environment 1.7.0_25-b15 @ Linux
> Firefox 23.0 @ Linux x86_64
> Reporter: Matej Novotny
> Assignee: Matej Novotny
> Fix For: 5.0.0.Alpha2
>
> Original Estimate: 1 hour
> Remaining Estimate: 1 hour
>
> Running Metamer test for a4jPush component - TestTwoPushCDI - on WildFly 8.0.0.Alpha4 (wildfly-remote-8-0 profile) throws a below posted exception. Same test using JBossAS 7.1 (jbossas-remote-7-1 profile) works correctly.
> {code}
> 13:48:56,609 ERROR [io.undertow.request] (default task-19) Servlet request failed HttpServerExchange{ GET /metamer/__richfaces_push}: java.lang.IllegalStateException: UT010026: Async is not supported for this request, as not all filters or Servlets were marked as supporting async
> at io.undertow.servlet.spec.HttpServletRequestImpl.startAsync(HttpServletRequestImpl.java:876) [undertow-servlet-1.0.0.Beta7.jar:1.0.0.Beta7]
> at org.atmosphere.cpr.AtmosphereRequest.startAsync(AtmosphereRequest.java:565) [atmosphere-runtime-1.0.10.jar:1.0.10]
> at org.atmosphere.container.Servlet30CometSupport.suspend(Servlet30CometSupport.java:137) [atmosphere-runtime-1.0.10.jar:1.0.10]
> at org.atmosphere.container.Servlet30CometSupport.service(Servlet30CometSupport.java:103) [atmosphere-runtime-1.0.10.jar:1.0.10]
> at org.atmosphere.cpr.AtmosphereFramework.doCometSupport(AtmosphereFramework.java:1370) [atmosphere-runtime-1.0.10.jar:1.0.10]
> at org.atmosphere.cpr.AtmosphereServlet.doPost(AtmosphereServlet.java:293) [atmosphere-runtime-1.0.10.jar:1.0.10]
> at org.atmosphere.cpr.AtmosphereServlet.doGet(AtmosphereServlet.java:279) [atmosphere-runtime-1.0.10.jar:1.0.10]
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:687) [jboss-servlet-api_3.1_spec-1.0.0.Beta1.jar:1.0.0.Beta1]
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) [jboss-servlet-api_3.1_spec-1.0.0.Beta1.jar:1.0.0.Beta1]
> at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:87) [undertow-servlet-1.0.0.Beta7.jar:1.0.0.Beta7]
> at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:130) [undertow-servlet-1.0.0.Beta7.jar:1.0.0.Beta7]
> at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:136) [undertow-websockets-jsr-1.0.0.Beta7.jar:1.0.0.Beta7]
> at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:56) [undertow-servlet-1.0.0.Beta7.jar:1.0.0.Beta7]
> at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:132) [undertow-servlet-1.0.0.Beta7.jar:1.0.0.Beta7]
> at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:136) [undertow-websockets-jsr-1.0.0.Beta7.jar:1.0.0.Beta7]
> at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:56) [undertow-servlet-1.0.0.Beta7.jar:1.0.0.Beta7]
> at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:132) [undertow-servlet-1.0.0.Beta7.jar:1.0.0.Beta7]
> at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:85) [undertow-servlet-1.0.0.Beta7.jar:1.0.0.Beta7]
> at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:56) [undertow-servlet-1.0.0.Beta7.jar:1.0.0.Beta7]
> at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36) [undertow-servlet-1.0.0.Beta7.jar:1.0.0.Beta7]
> at org.wildfly.extension.undertow.security.SecurityContextAssociationHandler.handleRequest(SecurityContextAssociationHandler.java:78)
> at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:113) [undertow-servlet-1.0.0.Beta7.jar:1.0.0.Beta7]
> at io.undertow.security.handlers.AuthenticationCallHandler.handleRequest(AuthenticationCallHandler.java:52) [undertow-core-1.0.0.Beta7.jar:1.0.0.Beta7]
> at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:45) [undertow-core-1.0.0.Beta7.jar:1.0.0.Beta7]
> at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:65) [undertow-servlet-1.0.0.Beta7.jar:1.0.0.Beta7]
> at io.undertow.security.handlers.SecurityInitialHandler.handleRequest(SecurityInitialHandler.java:70) [undertow-core-1.0.0.Beta7.jar:1.0.0.Beta7]
> at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:25) [undertow-core-1.0.0.Beta7.jar:1.0.0.Beta7]
> at org.wildfly.extension.undertow.security.SecurityContextCreationHandler.handleRequest(SecurityContextCreationHandler.java:54)
> at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:25) [undertow-core-1.0.0.Beta7.jar:1.0.0.Beta7]
> at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:207) [undertow-servlet-1.0.0.Beta7.jar:1.0.0.Beta7]
> at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:194) [undertow-servlet-1.0.0.Beta7.jar:1.0.0.Beta7]
> at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:72) [undertow-servlet-1.0.0.Beta7.jar:1.0.0.Beta7]
> at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:128) [undertow-servlet-1.0.0.Beta7.jar:1.0.0.Beta7]
> at io.undertow.server.HttpHandlers.executeRootHandler(HttpHandlers.java:36) [undertow-core-1.0.0.Beta7.jar:1.0.0.Beta7]
> at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:628) [undertow-core-1.0.0.Beta7.jar:1.0.0.Beta7]
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_25]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_25]
> at java.lang.Thread.run(Thread.java:724) [rt.jar:1.7.0_25]
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 6 months
[JBoss JIRA] (RF-13062) r:validator stops working
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13062?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13062:
-------------------------------
Fix Version/s: 5.0.0.Alpha3
(was: 5.0.0.Alpha2)
> r:validator stops working
> -------------------------
>
> Key: RF-13062
> URL: https://issues.jboss.org/browse/RF-13062
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-validators
> Affects Versions: 5.0.0.Alpha1
> Reporter: Juergen Zimmermann
> Assignee: Pavol Pitonak
> Fix For: 5.0.0.Alpha3
>
>
> I just tried r:validator with the current snapshot for WildFly 8.0.0.Alpha2 (changed Mojarra 2.2.0 to 2.1.23). However, if I'm doing a wrong input nothing happens. No error message, no stacktrace, just nothing.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 6 months
[JBoss JIRA] (RF-13062) r:validator stops working
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13062?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13062:
-------------------------------
Labels: jsf2 (was: )
> r:validator stops working
> -------------------------
>
> Key: RF-13062
> URL: https://issues.jboss.org/browse/RF-13062
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-validators
> Affects Versions: 5.0.0.Alpha1
> Reporter: Juergen Zimmermann
> Assignee: Pavol Pitonak
> Labels: jsf2
> Fix For: 5.0.0.Alpha3
>
>
> I just tried r:validator with the current snapshot for WildFly 8.0.0.Alpha2 (changed Mojarra 2.2.0 to 2.1.23). However, if I'm doing a wrong input nothing happens. No error message, no stacktrace, just nothing.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 6 months
[JBoss JIRA] (RF-13056) Showcase - delete unused configuration for GAE
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13056?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13056:
-------------------------------
Fix Version/s: 5-Tracking
(was: 5.0.0.Alpha2)
> Showcase - delete unused configuration for GAE
> ----------------------------------------------
>
> Key: RF-13056
> URL: https://issues.jboss.org/browse/RF-13056
> Project: RichFaces
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: build/distribution, showcase
> Affects Versions: 5.0.0.Alpha1
> Reporter: Juraj Húska
> Priority: Minor
> Fix For: 5-Tracking
>
>
> There are some files and configuration for Google App Engine in the showcase.
> IMHO now when we are promoting OpenShift instead we should get rid of these files/configs.
> Here is the list of files/configs which are redundant IMHO:
> * {{src/main/java-gae}}
> * {{src/main/webapp-gae}}
> * {{src/main/resources/logging.properties}}
> * {{pom.xml}} - profile for gae
> There is one trivial consequence of this files being there. When deploying showcase on EAP 6.1.0 there is a warning:
> {code}
> 13:31:55,800 WARN [org.jboss.as.logging] (MSC service thread 1-6) JBAS011510: The configuration file in 'logging.properties' appears to be a J.U.L. configuration file. The log manager does not allow this type of configuration file.
> {code}
> According to [this|https://github.com/wildfly/wildfly/pull/3252] pull request it is expected. IMHO we should at least delete the mentioned {{logging.properties}} as it is used only for {{showcase-gae.war}} to avoid worse consequences in the future.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 6 months
[JBoss JIRA] (RF-13036) Refactor usage of deprecated code
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13036?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13036:
-------------------------------
Fix Version/s: 5-Tracking
(was: 5.0.0.Alpha2)
> Refactor usage of deprecated code
> ---------------------------------
>
> Key: RF-13036
> URL: https://issues.jboss.org/browse/RF-13036
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 5.0.0.Alpha1
> Reporter: Pavol Pitonak
> Priority: Minor
> Fix For: 5-Tracking
>
>
> RichFaces 5 code base uses deprecated code a lot:
> # [WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/main/java/org/richfaces/javascript/JavaScriptServiceImpl.java:[41,45] [deprecation] ValueBinding in javax.faces.el has been deprecated
> # [WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/main/resource-optimizer/org/richfaces/resource/optimizer/faces/ApplicationImpl.java:[383,40] [deprecation] createMethodBinding(String,Class<?>[]) in Application has been deprecated
> [WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/main/resource-optimizer/org/richfaces/resource/optimizer/faces/ApplicationImpl.java:[293,23] [deprecation] createComponent(ValueBinding,FacesContext,String) in Application has been deprecated
> [WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/main/resource-optimizer/org/richfaces/resource/optimizer/faces/ApplicationImpl.java:[214,16] [deprecation] setVariableResolver(VariableResolver) in Application has been deprecated
> [WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/main/resource-optimizer/org/richfaces/resource/optimizer/faces/ApplicationImpl.java:[202,43] [deprecation] getVariableResolver() in Application has been deprecated
> [WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/main/resource-optimizer/org/richfaces/resource/optimizer/faces/ApplicationImpl.java:[190,16] [deprecation] setPropertyResolver(PropertyResolver) in Application has been deprecated
> [WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/main/resource-optimizer/org/richfaces/resource/optimizer/faces/ApplicationImpl.java:[178,43] [deprecation] getPropertyResolver() in Application has been deprecated
> # [WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/io/io/Test.java:[67,38] [deprecation] FastBufferInputStream(FastBufferOutputStream) in FastBufferInputStream has been deprecated
> [WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/io/io/Test.java:[144,33] [deprecation] FastBufferReader(FastBufferWriter) in FastBufferReader has been deprecated
> [WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/io/io/Test.java:[221,38] [deprecation] FastBufferInputStream(FastBufferOutputStream) in FastBufferInputStream has been deprecated
> [WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/io/io/Test.java:[299,33] [deprecation] FastBufferReader(FastBufferWriter) in FastBufferReader has been deprecated
> [WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/javascript/client/validator/LengthValidatorTest.java:[83,45] [deprecation] IGNORE_MESSAGE in ValidatorTestBase has been deprecated
> [WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/javascript/client/validator/LengthValidatorTest.java:[84,90] [deprecation] IGNORE_MESSAGE in ValidatorTestBase has been deprecated
> [WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/ui/ajax/AbstractQueueComponentTest.java:[121,8] [deprecation] assertEquals(String,double,double) in Assert has been deprecated
> [WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/ui/ajax/AbstractQueueComponentTest.java:[122,8] [deprecation] assertEquals(String,double,double) in Assert has been deprecated
> [WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/resource/AbstractCacheableResourceTest.java:[77,34] [deprecation] isMatchesEntityTag(FacesContext) in AbstractCacheableResource has been deprecated
> [WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/resource/AbstractCacheableResourceTest.java:[78,34] [deprecation] isMatchesLastModified(FacesContext) in AbstractCacheableResource has been deprecated
> [WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/resource/AbstractCacheableResourceTest.java:[83,39] [deprecation] isMatchesEntityTag(FacesContext) in AbstractCacheableResource has been deprecated
> [WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/resource/AbstractCacheableResourceTest.java:[84,39] [deprecation] isMatchesLastModified(FacesContext) in AbstractCacheableResource has been deprecated
> [WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/resource/AbstractCacheableResourceTest.java:[89,36] [deprecation] isMatchesEntityTag(FacesContext) in AbstractCacheableResource has been deprecated
> [WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/resource/AbstractCacheableResourceTest.java:[90,36] [deprecation] isMatchesLastModified(FacesContext) in AbstractCacheableResource has been deprecated
> [WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/resource/AbstractCacheableResourceTest.java:[98,35] [deprecation] isMatchesEntityTag(FacesContext) in AbstractCacheableResource has been deprecated
> [WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/resource/AbstractCacheableResourceTest.java:[103,39] [deprecation] isMatchesEntityTag(FacesContext) in AbstractCacheableResource has been deprecated
> [WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/resource/AbstractCacheableResourceTest.java:[108,43] [deprecation] isMatchesEntityTag(FacesContext) in AbstractCacheableResource has been deprecated
> [WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/resource/AbstractCacheableResourceTest.java:[116,51] [deprecation] isMatchesEntityTag(FacesContext) in AbstractCacheableResource has been deprecated
> [WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/resource/AbstractCacheableResourceTest.java:[121,55] [deprecation] isMatchesEntityTag(FacesContext) in AbstractCacheableResource has been deprecated
> [WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/resource/AbstractCacheableResourceTest.java:[126,59] [deprecation] isMatchesEntityTag(FacesContext) in AbstractCacheableResource has been deprecated
> [WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/resource/AbstractCacheableResourceTest.java:[134,51] [deprecation] isMatchesEntityTag(FacesContext) in AbstractCacheableResource has been deprecated
> [WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/resource/AbstractCacheableResourceTest.java:[139,55] [deprecation] isMatchesEntityTag(FacesContext) in AbstractCacheableResource has been deprecated
> [WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/resource/AbstractCacheableResourceTest.java:[144,56] [deprecation] isMatchesEntityTag(FacesContext) in AbstractCacheableResource has been deprecated
> [WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/resource/AbstractCacheableResourceTest.java:[149,59] [deprecation] isMatchesEntityTag(FacesContext) in AbstractCacheableResource has been deprecated
> [WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/resource/AbstractCacheableResourceTest.java:[162,51] [deprecation] isMatchesLastModified(FacesContext) in AbstractCacheableResource has been deprecated
> [WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/resource/AbstractCacheableResourceTest.java:[167,49] [deprecation] isMatchesLastModified(FacesContext) in AbstractCacheableResource has been deprecated
> [WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/resource/AbstractCacheableResourceTest.java:[172,51] [deprecation] isMatchesLastModified(FacesContext) in AbstractCacheableResource has been deprecated
> [WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/javascript/client/validator/DoubleRangeValidatorTest.java:[81,93] [deprecation] IGNORE_MESSAGE in ValidatorTestBase has been deprecated
> [WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/javascript/client/validator/DoubleRangeValidatorTest.java:[82,93] [deprecation] IGNORE_MESSAGE in ValidatorTestBase has been deprecated
> [WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/javascript/client/validator/DoubleRangeValidatorTest.java:[83,92] [deprecation] IGNORE_MESSAGE in ValidatorTestBase has been deprecated
> [WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/javascript/client/validator/DoubleRangeValidatorTest.java:[84,81] [deprecation] IGNORE_MESSAGE in ValidatorTestBase has been deprecated
> [WARNING] /mnt/hudson_workspace/workspace/richfaces-5.0/richfaces/framework/src/test/java/org/richfaces/javascript/client/validator/DoubleRangeValidatorTest.java:[86,53] [deprecation] IGNORE_MESSAGE in ValidatorTestBase has been deprecated
> # [WARNING] org.richfaces.resource.plugin.ProcessMojo#compress:
> [WARNING] The syntax
> [WARNING] @parameter expression="$\{property\}"
> [WARNING] is deprecated, please use
> [WARNING] @parameter property="property"
> [WARNING] instead.
> [WARNING] org.richfaces.resource.plugin.ProcessMojo#encoding:
> [WARNING] The syntax
> [WARNING] @parameter expression="$\{property\}"
> [WARNING] is deprecated, please use
> [WARNING] @parameter property="property"
> [WARNING] instead.
> [WARNING] org.richfaces.resource.plugin.ProcessMojo#pack:
> [WARNING] The syntax
> [WARNING] @parameter expression="$\{property\}"
> [WARNING] is deprecated, please use
> [WARNING] @parameter property="property"
> [WARNING] instead.
> [WARNING] org.richfaces.resource.plugin.ProcessMojo#project:
> [WARNING] The syntax
> [WARNING] @parameter expression="$\{property\}"
> [WARNING] is deprecated, please use
> [WARNING] @parameter property="property"
> [WARNING] instead.
> [WARNING] org.richfaces.resource.plugin.ProcessMojo#resourcesOutputDir:
> [WARNING] The syntax
> [WARNING] @parameter expression="$\{property\}"
> [WARNING] is deprecated, please use
> [WARNING] @parameter property="property"
> [WARNING] instead.
> [WARNING] org.richfaces.resource.plugin.ProcessMojo#skins:
> [WARNING] The syntax
> [WARNING] @parameter expression="$\{property\}"
> [WARNING] is deprecated, please use
> [WARNING] @parameter property="property"
> [WARNING] instead.
> [WARNING] org.richfaces.resource.plugin.ProcessMojo#staticResourceMappingFile:
> [WARNING] The syntax
> [WARNING] @parameter expression="$\{property\}"
> [WARNING] is deprecated, please use
> [WARNING] @parameter property="property"
> [WARNING] instead.
> [WARNING] org.richfaces.resource.plugin.ProcessMojo#staticResourcePrefix:
> [WARNING] The syntax
> [WARNING] @parameter expression="$\{property\}"
> [WARNING] is deprecated, please use
> [WARNING] @parameter property="property"
> [WARNING] instead.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 6 months