[JBoss JIRA] (RF-13008) Move the library path for the richfaces resources
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-13008?page=com.atlassian.jira.plugin.s... ]
Juraj Húska closed RF-13008.
----------------------------
Issuing {{grep -r "library = \"org.richfaces/\""}} over the framework gives me not result.
Verified. Closing.
> Move the library path for the richfaces resources
> -------------------------------------------------
>
> Key: RF-13008
> URL: https://issues.jboss.org/browse/RF-13008
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: resource handling
> Affects Versions: 5.0.0.Alpha1
> Reporter: Brian Leathem
> Assignee: Brian Leathem
> Fix For: 5.0.0.Alpha1
>
> Original Estimate: 1 hour
> Remaining Estimate: 1 hour
>
> RichFaces resources were refactored in RF-12972 to provide a more hierarchical folder structure. After that refactoring, paths were referenced with the sub-folder path in the library, as in:
> {code}
> library = "org.richfaes/ajax", name = "script.js"
> {code}
> To better align this approach with what the rest of the JSF community is doing, we should move the sub-folder path from the library to the name, as in:
> {code}
> library = "org.richfaes", name = "ajax/script.js"
> {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
11 years, 6 months
[JBoss JIRA] (RF-13014) Photoalbum: resource-optimizer plugin warns about NullPointerException
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-13014?page=com.atlassian.jira.plugin.s... ]
Juraj Húska closed RF-13014.
----------------------------
Verified. Closing.
> Photoalbum: resource-optimizer plugin warns about NullPointerException
> ----------------------------------------------------------------------
>
> Key: RF-13014
> URL: https://issues.jboss.org/browse/RF-13014
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: examples
> Affects Versions: 5.0.0.Alpha1
> Reporter: Lukáš Fryč
> Assignee: Lukáš Fryč
> Fix For: 5.0.0.Alpha1
>
>
> {code}
> [ERROR]
> java.util.concurrent.ExecutionException: java.lang.NullPointerException
> at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:252)
> at java.util.concurrent.FutureTask.get(FutureTask.java:111)
> at org.richfaces.resource.plugin.ProcessMojo.execute(ProcessMojo.java:463)
> at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
> at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
> at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
> at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
> at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
> at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
> at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
> at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
> at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
> at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
> at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
> at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:601)
> at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
> at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
> at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
> at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
> Caused by: java.lang.NullPointerException
> at org.richfaces.resource.optimizer.resource.handler.impl.DynamicResourceWrapper.getLibraryName(DynamicResourceWrapper.java:68)
> at org.richfaces.resource.optimizer.resource.util.ResourceUtil.getResourceQualifier(ResourceUtil.java:148)
> at org.richfaces.resource.plugin.ProcessMojo$3.apply(ProcessMojo.java:124)
> at org.richfaces.resource.plugin.ProcessMojo$3.apply(ProcessMojo.java:122)
> at com.google.common.base.Predicates$CompositionPredicate.apply(Predicates.java:536)
> at com.google.common.base.Predicates$AndPredicate.apply(Predicates.java:343)
> at org.richfaces.resource.optimizer.task.ResourceTaskFactoryImpl$ResourcesRendererCallable.checkResource(ResourceTaskFactoryImpl.java:128)
> at org.richfaces.resource.optimizer.task.ResourceTaskFactoryImpl$ResourcesRendererCallable.call(ResourceTaskFactoryImpl.java:154)
> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
> at java.util.concurrent.FutureTask.run(FutureTask.java:166)
> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
> at java.util.concurrent.FutureTask.run(FutureTask.java:166)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> at java.lang.Thread.run(Thread.java:722)
> {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
11 years, 6 months
[JBoss JIRA] (RF-13012) Push-depchain: parent.relativePath points at richfaces-build instead of richfaces-parent
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-13012?page=com.atlassian.jira.plugin.s... ]
Juraj Húska closed RF-13012.
----------------------------
Verified. Closing.
> Push-depchain: parent.relativePath points at richfaces-build instead of richfaces-parent
> ----------------------------------------------------------------------------------------
>
> Key: RF-13012
> URL: https://issues.jboss.org/browse/RF-13012
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 5.0.0.Alpha1
> Reporter: Pavol Pitonak
> Assignee: Pavol Pitonak
> Fix For: 5.0.0.Alpha1
>
>
> There is a warning when one wants to build RichFaces 5. It seems not to influence build.
> {quote}
> [WARNING]
> [WARNING] Some problems were encountered while building the effective model for org.richfaces:richfaces-push-depchain:pom:5.0.0-SNAPSHOT
> [WARNING] 'parent.relativePath' points at org.richfaces:richfaces-build instead of org.richfaces:richfaces-parent, please verify your project structure @ line 26, column 13
> [WARNING]
> [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
> [WARNING]
> [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
> [WARNING]
> {quote}
--
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
11 years, 6 months
[JBoss JIRA] (RF-13028) Warning when deploying showcase - SelectLabelValueValidator class not present
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-13028?page=com.atlassian.jira.plugin.s... ]
Juraj Húska closed RF-13028.
----------------------------
Verified. Closing.
> Warning when deploying showcase - SelectLabelValueValidator class not present
> -----------------------------------------------------------------------------
>
> Key: RF-13028
> URL: https://issues.jboss.org/browse/RF-13028
> Project: RichFaces
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: regression, showcase
> Affects Versions: 5.0.0.Alpha1
> Environment: JBoss AS 7.1.1.Final
> Reporter: Juraj Húska
> Assignee: Lukáš Fryč
> Priority: Minor
> Fix For: 5.0.0.Alpha1
>
> Original Estimate: 15 minutes
> Remaining Estimate: 15 minutes
>
> There is following warning when deploying showcase:
> {code}
> 11:54:45,575 WARNING [org.richfaces.log.Config] (MSC service thread 1-4) Found JavaScript function definition for class org.richfaces.validator.SelectLabelValueValidator, but that class is not presented
> {code}
> The reason is changed package for {{SelectLabelValueValidator}}.
> The new one is: {{org.richfaces.ui.select.select}}
> The demos for {{select components}} seems to work correctly.
--
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
11 years, 6 months
[JBoss JIRA] (RF-13039) Showcase RF5 - notify demos - set escape attribute to false
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-13039?page=com.atlassian.jira.plugin.s... ]
Juraj Húska updated RF-13039:
-----------------------------
Description:
The {{escape}} attribute for {{r:notify}} was ported to RF 5. - RF-13013
Demos in Showcase need to be updated as well. The {{r:notify}} 's {{escape}} attribute needs to be set to {{false}} in order to show {{HTML}} code correctly.
was:
The {{escape}} attribute for {{r:notify}} was ported to RF 5.
Demos in Showcase need to be updated as well. The {{r:notify}} 's {{escape}} attribute needs to be set to {{false}} in order to show {{HTML}} code correctly.
> Showcase RF5 - notify demos - set escape attribute to false
> -----------------------------------------------------------
>
> Key: RF-13039
> URL: https://issues.jboss.org/browse/RF-13039
> Project: RichFaces
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: component-validators, showcase
> Affects Versions: 5.0.0.Alpha1
> Reporter: Juraj Húska
> Assignee: Juraj Húska
> Priority: Trivial
>
> The {{escape}} attribute for {{r:notify}} was ported to RF 5. - RF-13013
> Demos in Showcase need to be updated as well. The {{r:notify}} 's {{escape}} attribute needs to be set to {{false}} in order to show {{HTML}} code correctly.
--
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
11 years, 6 months