[richfaces-issues] [JBoss JIRA] (RF-13204) Loading of com.jqueryui library fails, most of the components which depend on it do not work

Brian Leathem (JIRA) jira-events at lists.jboss.org
Mon Sep 23 12:18:45 EDT 2013


    [ https://issues.jboss.org/browse/RF-13204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12806631#comment-12806631 ] 

Brian Leathem commented on RF-13204:
------------------------------------

Note that the jquery resources are now contained in a git submodule.  When you do a git checkout, you have to ensure that you include the git submodule:
http://stackoverflow.com/questions/3796927/how-to-git-clone-including-submodules

Can you verify whether this step was performed before we proceed with further issue verification?
                
> Loading of com.jqueryui library fails, most of the components which depend on it do not work
> --------------------------------------------------------------------------------------------
>
>                 Key: RF-13204
>                 URL: https://issues.jboss.org/browse/RF-13204
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: base functionality, resource handling
>    Affects Versions: 5.0.0.Alpha2
>         Environment: JBoss AS 7.1.1.Final, Tomcat 7
> Chrome, Firefox
>            Reporter: Juraj Húska
>            Priority: Blocker
>              Labels: regression
>             Fix For: 5.0.0.Alpha2
>
>
> When loading page with components which {{@ResourceDependency}} links to library {{com.jqueryui}}, following error is rendered into the AS console:
> {code}
> 11:15:08,155 WARNING [javax.enterprise.resource.webcontainer.jsf.application] (http--127.0.0.1-8080-1) JSF1064: Unable to find or serve resource, jquery.ui.core.js, from library, com.jqueryui.
> {code}
> There is an error on browser console (This one e.g. for DaD):
> {code}
> GET http://localhost:8080/showcase/richfaces/RES_NOT_FOUND 404 (Not Found) component-sample.jsf:23
> Uncaught TypeError: Object [object Object] has no method 'draggable' 
> {code}
> Following components are affected:
> # DaD
> # Calendar
> # Autocomplete
> # Focus
> Those components functionality is broken.

--
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



More information about the richfaces-issues mailing list