]
Juraj Húska resolved RF-13204.
------------------------------
Labels: (was: regression)
Resolution: Rejected
You are right Brian.
If I clone the repository with {{--recursive}} parameter, then the issue can not be
reproduced.
I have created RFPL-3039 documentation issue, to update the docs with this specific
behavior.
I am resolving this one as rejected.
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
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: