[JBoss JIRA] Created: (RF-9268) a4j.version doesn't work
by Pavol Pitonak (JIRA)
a4j.version doesn't work
------------------------
Key: RF-9268
URL: https://jira.jboss.org/browse/RF-9268
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-a4j-core
Affects Versions: 4.0.0.Milestone2
Reporter: Pavol Pitonak
#{a4j.version} doesn't contain any text.
Manifest of richfaces-core-impl-4.0.0.20100826-M2.jar:
Manifest-Version: 1.0
Archiver-Version: Plexus Archiver
Created-By: Apache Maven
Built-By: balunasj
Build-Jdk: 1.6.0_20
Specification-Title: RichFaces Core Implementation
Specification-Version: 4.0.0.20100826-M2
Specification-Vendor: JBoss, a division of Red Hat, Inc.
Implementation-Title: RichFaces Core Implementation
Implementation-Version: 4.0.0.20100826-M2
Implementation-Vendor-Id: org.richfaces.core
Implementation-Vendor: JBoss, a division of Red Hat, Inc.
Build-Number: 18993
Implementation-URL: http://richfaces.org/richfaces-bom/richfaces-root-
parent/richfaces-core-parent/richfaces-core-impl
SCM-Revision: 18993
SCM-Timestamp: 08/26/2010 1:21:17 PM
mode: development
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 5 months
[JBoss JIRA] Created: (RF-9147) Command button/link: wrong class attribute
by Pavol Pitonak (JIRA)
Command button/link: wrong class attribute
------------------------------------------
Key: RF-9147
URL: https://jira.jboss.org/browse/RF-9147
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-a4j-core
Affects Versions: 4.0.0.Milestone2
Environment: JBoss 6 M4, all browsers
Reporter: Pavol Pitonak
The following a4j:commandLink:
<a4j:commandLink id="a4jCommandLink" value="link"/>
renders wrong (see attribute class)
<a href="#" id="a4jCommandLink" name="a4jCommandLink" onclick="RichFaces.ajax("a4jCommandLink",event,{"incId":"1"} );return false;" class="class org.richfaces.component.UICommandLink">link</a>
There is the same bug in a4j:commandButton.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 5 months
[JBoss JIRA] Created: (RF-9288) Problems in unit tests execution environment
by Nick Belaevski (JIRA)
Problems in unit tests execution environment
--------------------------------------------
Key: RF-9288
URL: https://jira.jboss.org/browse/RF-9288
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: build, component-a4j-core
Reporter: Nick Belaevski
Assignee: Nick Belaevski
Fix For: 4.0.0.Milestone3
Investigate and fix the following problems in project tests execution:
1) 01.09.2010 16:54:29 org.richfaces.resource.ResourceFactoryImpl logResourceProblem
WARNING: Error creating resource org.richfaces.resource.StateHolderResourceImpl
java.lang.NullPointerException
at org.richfaces.resource.ResourceFactoryImpl.injectProperties(ResourceFactoryImpl.java:201)
at org.richfaces.resource.ResourceFactoryImpl.createHandlerDependentResource(ResourceFactoryImpl.java:268)
at org.richfaces.resource.ResourceFactoryImpl.createResource(ResourceFactoryImpl.java:354)
at org.richfaces.resource.ResourceFactoryImpl.createResource(ResourceFactoryImpl.java:299)
at org.richfaces.resource.ResourceHandlerImpl.handleResourceRequest(ResourceHandlerImpl.java:154)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:310)
at org.jboss.test.faces.staging.ServletContainer.execute(ServletContainer.java:200)
at org.jboss.test.faces.staging.StagingConnection.execute(StagingConnection.java:142)
at org.jboss.test.faces.htmlunit.LocalWebConnection.getResponse(LocalWebConnection.java:61)
at com.gargoylesoftware.htmlunit.WebClient.loadWebResponseFromWebConnection(WebClient.java:1407)
at com.gargoylesoftware.htmlunit.WebClient.loadWebResponse(WebClient.java:1340)
at org.richfaces.resource.ResourceHandlerImplTest.testStateHolder(ResourceHandlerImplTest.java:257)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
at junit.framework.TestResult$1.protect(TestResult.java:110)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at junit.framework.TestResult.run(TestResult.java:113)
at junit.framework.TestCase.run(TestCase.java:124)
at junit.framework.TestSuite.runTest(TestSuite.java:232)
at junit.framework.TestSuite.run(TestSuite.java:227)
at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
2) Running org.richfaces.javascript.QUnitTest
01.09.2010 16:55:11 com.gargoylesoftware.htmlunit.IncorrectnessListenerImpl notify
WARNING: Obsolete content type encountered: 'text/javascript'.
01.09.2010 16:55:11 com.gargoylesoftware.htmlunit.javascript.StrictErrorReporter runtimeError
SEVERE: runtimeError: message=[The data necessary to complete this operation is not yet available.] sourceName=[file:/D:/development/richfaces-trunk/core/impl/target/classes/META-INF/resources/jquery.js] line=[767] lineS
ource=[null] lineOffset=[0]
01.09.2010 16:55:11 com.gargoylesoftware.htmlunit.javascript.host.html.HTMLDocument jsxFunction_getElementById
WARNING: getElementById(script1283349311517) did a getElementByName for Internet Explorer
01.09.2010 16:55:11 com.gargoylesoftware.htmlunit.javascript.StrictErrorReporter runtimeError
SEVERE: runtimeError: message=[The data necessary to complete this operation is not yet available.] sourceName=[file:/D:/development/richfaces-trunk/core/impl/target/classes/META-INF/resources/jquery.js] line=[767] lineS
ource=[null] lineOffset=[0]
01.09.2010 16:55:11 com.gargoylesoftware.htmlunit.javascript.StrictErrorReporter runtimeError
SEVERE: runtimeError: message=[The data necessary to complete this operation is not yet available.] sourceName=[file:/D:/development/richfaces-trunk/core/impl/target/classes/META-INF/resources/jquery.js] line=[767] lineS
ource=[null] lineOffset=[0]
01.09.2010 16:55:11 com.gargoylesoftware.htmlunit.javascript.StrictErrorReporter runtimeError
SEVERE: runtimeError: message=[The data necessary to complete this operation is not yet available.] sourceName=[file:/D:/development/richfaces-trunk/core/impl/target/classes/META-INF/resources/jquery.js] line=[767] lineS
ource=[null] lineOffset=[0]
01.09.2010 16:55:11 com.gargoylesoftware.htmlunit.javascript.StrictErrorReporter runtimeError
SEVERE: runtimeError: message=[The data necessary to complete this operation is not yet available.] sourceName=[file:/D:/development/richfaces-trunk/core/impl/target/classes/META-INF/resources/jquery.js] line=[767] lineS
ource=[null] lineOffset=[0]
01.09.2010 16:55:11 com.gargoylesoftware.htmlunit.javascript.StrictErrorReporter runtimeError
SEVERE: runtimeError: message=[The data necessary to complete this operation is not yet available.] sourceName=[file:/D:/development/richfaces-trunk/core/impl/target/classes/META-INF/resources/jquery.js] line=[767] lineS
ource=[null] lineOffset=[0]
01.09.2010 16:55:11 com.gargoylesoftware.htmlunit.javascript.StrictErrorReporter runtimeError
SEVERE: runtimeError: message=[The data necessary to complete this operation is not yet available.] sourceName=[file:/D:/development/richfaces-trunk/core/impl/target/classes/META-INF/resources/jquery.js] line=[767] lineS
ource=[null] lineOffset=[0]
01.09.2010 16:55:11 com.gargoylesoftware.htmlunit.javascript.StrictErrorReporter runtimeError
SEVERE: runtimeError: message=[The data necessary to complete this operation is not yet available.] sourceName=[file:/D:/development/richfaces-trunk/core/impl/target/classes/META-INF/resources/jquery.js] line=[767] lineS
ource=[null] lineOffset=[0]
01.09.2010 16:55:11 com.gargoylesoftware.htmlunit.javascript.StrictErrorReporter runtimeError
SEVERE: runtimeError: message=[The data necessary to complete this operation is not yet available.] sourceName=[file:/D:/development/richfaces-trunk/core/impl/target/classes/META-INF/resources/jquery.js] line=[767] lineS
ource=[null] lineOffset=[0]
01.09.2010 16:55:11 com.gargoylesoftware.htmlunit.javascript.StrictErrorReporter runtimeError
SEVERE: runtimeError: message=[The data necessary to complete this operation is not yet available.] sourceName=[file:/D:/development/richfaces-trunk/core/impl/target/classes/META-INF/resources/jquery.js] line=[767] lineS
ource=[null] lineOffset=[0]
01.09.2010 16:55:11 com.gargoylesoftware.htmlunit.IncorrectnessListenerImpl notify
WARNING: Obsolete content type encountered: 'text/javascript'.
01.09.2010 16:55:11 com.gargoylesoftware.htmlunit.javascript.StrictErrorReporter runtimeError
SEVERE: runtimeError: message=[The data necessary to complete this operation is not yet available.] sourceName=[file:/D:/development/richfaces-trunk/core/impl/target/classes/META-INF/resources/jquery.js] line=[767] lineS
ource=[null] lineOffset=[0]
01.09.2010 16:55:11 com.gargoylesoftware.htmlunit.javascript.StrictErrorReporter runtimeError
SEVERE: runtimeError: message=[The data necessary to complete this operation is not yet available.] sourceName=[file:/D:/development/richfaces-trunk/core/impl/target/classes/META-INF/resources/jquery.js] line=[767] lineS
ource=[null] lineOffset=[0]
01.09.2010 16:55:11 com.gargoylesoftware.htmlunit.javascript.StrictErrorReporter runtimeError
SEVERE: runtimeError: message=[The data necessary to complete this operation is not yet available.] sourceName=[file:/D:/development/richfaces-trunk/core/impl/target/classes/META-INF/resources/jquery.js] line=[767] lineS
ource=[null] lineOffset=[0]
01.09.2010 16:55:11 com.gargoylesoftware.htmlunit.javascript.StrictErrorReporter runtimeError
SEVERE: runtimeError: message=[The data necessary to complete this operation is not yet available.] sourceName=[file:/D:/development/richfaces-trunk/core/impl/target/classes/META-INF/resources/jquery.js] line=[767] lineS
ource=[null] lineOffset=[0]
01.09.2010 16:55:11 com.gargoylesoftware.htmlunit.javascript.StrictErrorReporter runtimeError
SEVERE: runtimeError: message=[The data necessary to complete this operation is not yet available.] sourceName=[file:/D:/development/richfaces-trunk/core/impl/target/classes/META-INF/resources/jquery.js] line=[767] lineS
ource=[null] lineOffset=[0]
01.09.2010 16:55:11 com.gargoylesoftware.htmlunit.javascript.StrictErrorReporter runtimeError
SEVERE: runtimeError: message=[The data necessary to complete this operation is not yet available.] sourceName=[file:/D:/development/richfaces-trunk/core/impl/target/classes/META-INF/resources/jquery.js] line=[767] lineS
ource=[null] lineOffset=[0]
01.09.2010 16:55:11 com.gargoylesoftware.htmlunit.javascript.StrictErrorReporter runtimeError
SEVERE: runtimeError: message=[The data necessary to complete this operation is not yet available.] sourceName=[file:/D:/development/richfaces-trunk/core/impl/target/classes/META-INF/resources/jquery.js] line=[767] lineS
ource=[null] lineOffset=[0]
01.09.2010 16:55:11 com.gargoylesoftware.htmlunit.javascript.StrictErrorReporter runtimeError
SEVERE: runtimeError: message=[The data necessary to complete this operation is not yet available.] sourceName=[file:/D:/development/richfaces-trunk/core/impl/target/classes/META-INF/resources/jquery.js] line=[767] lineS
ource=[null] lineOffset=[0]
01.09.2010 16:55:11 com.gargoylesoftware.htmlunit.IncorrectnessListenerImpl notify
WARNING: Obsolete content type encountered: 'text/javascript'.
01.09.2010 16:55:11 com.gargoylesoftware.htmlunit.javascript.StrictErrorReporter runtimeError
SEVERE: runtimeError: message=[The data necessary to complete this operation is not yet available.] sourceName=[file:/D:/development/richfaces-trunk/core/impl/target/classes/META-INF/resources/jquery.js] line=[767] lineS
ource=[null] lineOffset=[0]
01.09.2010 16:55:11 com.gargoylesoftware.htmlunit.javascript.StrictErrorReporter runtimeError
SEVERE: runtimeError: message=[The data necessary to complete this operation is not yet available.] sourceName=[file:/D:/development/richfaces-trunk/core/impl/target/classes/META-INF/resources/jquery.js] line=[767] lineS
ource=[null] lineOffset=[0]
01.09.2010 16:55:11 com.gargoylesoftware.htmlunit.javascript.StrictErrorReporter runtimeError
SEVERE: runtimeError: message=[The data necessary to complete this operation is not yet available.] sourceName=[file:/D:/development/richfaces-trunk/core/impl/target/classes/META-INF/resources/jquery.js] line=[767] lineS
ource=[null] lineOffset=[0]
01.09.2010 16:55:11 com.gargoylesoftware.htmlunit.javascript.StrictErrorReporter runtimeError
SEVERE: runtimeError: message=[The data necessary to complete this operation is not yet available.] sourceName=[file:/D:/development/richfaces-trunk/core/impl/target/classes/META-INF/resources/jquery.js] line=[767] lineS
ource=[null] lineOffset=[0]
01.09.2010 16:55:11 com.gargoylesoftware.htmlunit.javascript.StrictErrorReporter runtimeError
SEVERE: runtimeError: message=[The data necessary to complete this operation is not yet available.] sourceName=[file:/D:/development/richfaces-trunk/core/impl/target/classes/META-INF/resources/jquery.js] line=[767] lineS
ource=[null] lineOffset=[0]
01.09.2010 16:55:11 com.gargoylesoftware.htmlunit.javascript.regexp.HtmlUnitRegExpProxy doAction
WARNING: Unclosed character class near index 27
([#;&,.+*~':"!^$[\]()=>|\/])
^
java.util.regex.PatternSyntaxException: Unclosed character class near index 27
([#;&,.+*~':"!^$[\]()=>|\/])
^
at java.util.regex.Pattern.error(Pattern.java:1713)
at java.util.regex.Pattern.clazz(Pattern.java:2254)
at java.util.regex.Pattern.sequence(Pattern.java:1818)
at java.util.regex.Pattern.expr(Pattern.java:1752)
at java.util.regex.Pattern.group0(Pattern.java:2530)
at java.util.regex.Pattern.sequence(Pattern.java:1806)
at java.util.regex.Pattern.expr(Pattern.java:1752)
at java.util.regex.Pattern.compile(Pattern.java:1460)
at java.util.regex.Pattern.<init>(Pattern.java:1133)
at java.util.regex.Pattern.compile(Pattern.java:847)
at com.gargoylesoftware.htmlunit.javascript.regexp.HtmlUnitRegExpProxy.doAction(HtmlUnitRegExpProxy.java:91)
at com.gargoylesoftware.htmlunit.javascript.regexp.HtmlUnitRegExpProxy.action(HtmlUnitRegExpProxy.java:63)
at net.sourceforge.htmlunit.corejs.javascript.NativeString.execIdCall(NativeString.java:388)
at net.sourceforge.htmlunit.corejs.javascript.IdFunctionObject.call(IdFunctionObject.java:129)
at net.sourceforge.htmlunit.corejs.javascript.Interpreter.interpretLoop(Interpreter.java:1702)
at net.sourceforge.htmlunit.corejs.javascript.Interpreter.interpret(Interpreter.java:845)
at net.sourceforge.htmlunit.corejs.javascript.InterpretedFunction.call(InterpretedFunction.java:164)
at net.sourceforge.htmlunit.corejs.javascript.ContextFactory.doTopCall(ContextFactory.java:429)
at com.gargoylesoftware.htmlunit.javascript.HtmlUnitContextFactory.doTopCall(HtmlUnitContextFactory.java:264)
at net.sourceforge.htmlunit.corejs.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3157)
at net.sourceforge.htmlunit.corejs.javascript.InterpretedFunction.call(InterpretedFunction.java:162)
at com.gargoylesoftware.htmlunit.javascript.JavaScriptEngine.callFunction(JavaScriptEngine.java:485)
at com.gargoylesoftware.htmlunit.javascript.JavaScriptEngine$4.doRun(JavaScriptEngine.java:450)
at com.gargoylesoftware.htmlunit.javascript.JavaScriptEngine$HtmlUnitContextAction.run(JavaScriptEngine.java:521)
at net.sourceforge.htmlunit.corejs.javascript.Context.call(Context.java:537)
at net.sourceforge.htmlunit.corejs.javascript.ContextFactory.call(ContextFactory.java:538)
at com.gargoylesoftware.htmlunit.javascript.JavaScriptEngine.callFunction(JavaScriptEngine.java:457)
at com.gargoylesoftware.htmlunit.html.HtmlPage.executeJavaScriptFunctionIfPossible(HtmlPage.java:910)
at com.gargoylesoftware.htmlunit.javascript.background.JavaScriptFunctionJob.runJavaScript(JavaScriptFunctionJob.java:53)
at com.gargoylesoftware.htmlunit.javascript.background.JavaScriptExecutionJob.run(JavaScriptExecutionJob.java:76)
at com.gargoylesoftware.htmlunit.javascript.background.JavaScriptJobManagerImpl$ExecutingJobTracker.run(JavaScriptJobManagerImpl.java:101)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:98)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:207)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
01.09.2010 16:55:11 com.gargoylesoftware.htmlunit.javascript.regexp.HtmlUnitRegExpProxy doAction
WARNING: Unclosed character class near index 27
([#;&,.+*~':"!^$[\]()=>|\/])
^
java.util.regex.PatternSyntaxException: Unclosed character class near index 27
([#;&,.+*~':"!^$[\]()=>|\/])
^
at java.util.regex.Pattern.error(Pattern.java:1713)
at java.util.regex.Pattern.clazz(Pattern.java:2254)
at java.util.regex.Pattern.sequence(Pattern.java:1818)
at java.util.regex.Pattern.expr(Pattern.java:1752)
at java.util.regex.Pattern.group0(Pattern.java:2530)
at java.util.regex.Pattern.sequence(Pattern.java:1806)
at java.util.regex.Pattern.expr(Pattern.java:1752)
at java.util.regex.Pattern.compile(Pattern.java:1460)
at java.util.regex.Pattern.<init>(Pattern.java:1133)
at java.util.regex.Pattern.compile(Pattern.java:847)
at com.gargoylesoftware.htmlunit.javascript.regexp.HtmlUnitRegExpProxy.doAction(HtmlUnitRegExpProxy.java:91)
at com.gargoylesoftware.htmlunit.javascript.regexp.HtmlUnitRegExpProxy.action(HtmlUnitRegExpProxy.java:63)
at net.sourceforge.htmlunit.corejs.javascript.NativeString.execIdCall(NativeString.java:388)
at net.sourceforge.htmlunit.corejs.javascript.IdFunctionObject.call(IdFunctionObject.java:129)
at net.sourceforge.htmlunit.corejs.javascript.Interpreter.interpretLoop(Interpreter.java:1702)
at net.sourceforge.htmlunit.corejs.javascript.Interpreter.interpret(Interpreter.java:845)
at net.sourceforge.htmlunit.corejs.javascript.InterpretedFunction.call(InterpretedFunction.java:164)
at net.sourceforge.htmlunit.corejs.javascript.ContextFactory.doTopCall(ContextFactory.java:429)
at com.gargoylesoftware.htmlunit.javascript.HtmlUnitContextFactory.doTopCall(HtmlUnitContextFactory.java:264)
at net.sourceforge.htmlunit.corejs.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3157)
at net.sourceforge.htmlunit.corejs.javascript.InterpretedFunction.call(InterpretedFunction.java:162)
at com.gargoylesoftware.htmlunit.javascript.JavaScriptEngine.callFunction(JavaScriptEngine.java:485)
at com.gargoylesoftware.htmlunit.javascript.JavaScriptEngine$4.doRun(JavaScriptEngine.java:450)
at com.gargoylesoftware.htmlunit.javascript.JavaScriptEngine$HtmlUnitContextAction.run(JavaScriptEngine.java:521)
at net.sourceforge.htmlunit.corejs.javascript.Context.call(Context.java:537)
at net.sourceforge.htmlunit.corejs.javascript.ContextFactory.call(ContextFactory.java:538)
at com.gargoylesoftware.htmlunit.javascript.JavaScriptEngine.callFunction(JavaScriptEngine.java:457)
at com.gargoylesoftware.htmlunit.html.HtmlPage.executeJavaScriptFunctionIfPossible(HtmlPage.java:910)
at com.gargoylesoftware.htmlunit.javascript.background.JavaScriptFunctionJob.runJavaScript(JavaScriptFunctionJob.java:53)
at com.gargoylesoftware.htmlunit.javascript.background.JavaScriptExecutionJob.run(JavaScriptExecutionJob.java:76)
at com.gargoylesoftware.htmlunit.javascript.background.JavaScriptJobManagerImpl$ExecutingJobTracker.run(JavaScriptJobManagerImpl.java:101)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:98)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:207)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 5 months
[JBoss JIRA] Created: (RF-9269) core-demo: a4j:region - StringIndexOutOfBoundsException
by Lukas Fryc (JIRA)
core-demo: a4j:region - StringIndexOutOfBoundsException
-------------------------------------------------------
Key: RF-9269
URL: https://jira.jboss.org/browse/RF-9269
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Environment: All browsers
All containers (Tomcat 6.0.26, JBoss AS 6 M4)
OpenJDK Runtime Environment (IcedTea6 1.8.1) (6b18-1.8.1-0ubuntu1~9.10.1)
Reporter: Lukas Fryc
2010-08-30 16:16:05,267 DEBUG [org.richfaces.demo.PhaseTracker] Phase APPLY_REQUEST_VALUES 2 completed by 22ms
javax.faces.FacesException: String index out of range: 0
at com.sun.faces.lifecycle.ApplyRequestValuesPhase.execute(ApplyRequestValuesPhase.java:86)
at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101)
at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:312)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:619)
Caused by: java.lang.StringIndexOutOfBoundsException: String index out of range: 0
at java.lang.String.charAt(String.java:686)
at org.richfaces.context.ComponentIdResolver.isAbsolute(ComponentIdResolver.java:224)
at org.richfaces.context.ComponentIdResolver.addId(ComponentIdResolver.java:192)
at org.ajax4jsf.renderkit.RendererUtils.findComponentsFor(RendererUtils.java:968)
at org.richfaces.context.ComponentCallback.doVisit(ComponentCallback.java:108)
at org.richfaces.context.ComponentCallback.visit(ComponentCallback.java:118)
at com.sun.faces.component.visit.PartialVisitContext.invokeVisitCallback(PartialVisitContext.java:175)
at javax.faces.component.UIComponent.visitTree(UIComponent.java:1446)
at javax.faces.component.UIComponent.visitTree(UIComponent.java:1457)
at javax.faces.component.UIComponent.visitTree(UIComponent.java:1457)
at javax.faces.component.UIForm.visitTree(UIForm.java:333)
at javax.faces.component.UIComponent.visitTree(UIComponent.java:1457)
at javax.faces.component.UIComponent.visitTree(UIComponent.java:1457)
at org.richfaces.context.PartialViewContextImpl.visitActivatorComponent(PartialViewContextImpl.java:372)
at org.richfaces.context.PartialViewContextImpl.setupExecuteIds(PartialViewContextImpl.java:248)
at org.richfaces.context.PartialViewContextImpl.getExecuteIds(PartialViewContextImpl.java:97)
at org.richfaces.context.PartialViewContextImpl.isExecuteAll(PartialViewContextImpl.java:147)
at javax.faces.component.UIViewRoot.processDecodes(UIViewRoot.java:937)
at com.sun.faces.lifecycle.ApplyRequestValuesPhase.execute(ApplyRequestValuesPhase.java:78)
... 15 more
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 5 months
[JBoss JIRA] Created: (RF-9145) rendered does not work properly with rich:column
by Prabhat Jha (JIRA)
rendered does not work properly with rich:column
------------------------------------------------
Key: RF-9145
URL: https://jira.jboss.org/browse/RF-9145
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-tables
Affects Versions: 4.0.0.Milestone2
Reporter: Prabhat Jha
Fix For: 4.0.0.Milestone3
When I set Rendered to false, only column header does not render but rest of data in that column do.
<rich:dataTable id="richDataTable" rendered="true"
value="#{model.capitals}"
rows="5"
var="record"
>
<rich:column id="columnState"
rendered="#{richColumnBean.isRendered}"
>
<f:facet name="header">
<h:outputText id="columnHeaderState" value="State" />
</f:facet>
<h:outputText value="#{record.state}" />
<f:facet name="footer">
<h:outputText id="columnFooterState" value="State" />
</f:facet>
</rich:column>
</rich:dataTable>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 5 months
[JBoss JIRA] Created: (RF-9275) Accordion: server switch type opens new window in IE8
by Pavol Pitonak (JIRA)
Accordion: server switch type opens new window in IE8
-----------------------------------------------------
Key: RF-9275
URL: https://jira.jboss.org/browse/RF-9275
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-output
Affects Versions: 4.0.0.Milestone2
Environment: IE8
Reporter: Pavol Pitonak
If for example 4th panel of following accordion is clicked in IE8, the page is open in new window. In that window everything works as expected.
<rich:accordion id="accordion" activeItem="item2" switchType="server" >
<rich:accordionItem id="item1" name="item1" header="Item 1">
content of item 1
</rich:accordionItem>
<rich:accordionItem id="item2" name="item2" header="Item 2">
content of item 2
</rich:accordionItem>
<rich:accordionItem id="item3" name="item3" header="Item 3">
content of item 3
</rich:accordionItem>
<rich:accordionItem id="item4" name="item4" header="Item 4">
content of item 4
</rich:accordionItem>
</rich:accordion>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 5 months