Hi Sandro

Please find the list of dependencies below which did not get resolved
unless I check the "deploy optional dependencies" checkbox

Imported Packagesjavax.jcr,version=[2.0,3) from javax.jcr
(55)<http://localhost:8080/system/console/bundles/55>
javax.servlet,version=[2.5.0,3.1.0) from org.apache.felix.http.jetty
(65)<http://localhost:8080/system/console/bundles/65>
javax.servlet.http,version=[2.5.0,3.1.0) from org.apache.felix.http.jetty
(65) <http://localhost:8080/system/console/bundles/65>
javax.servlet.jsp.jstl.core -- Cannot be resolved
javax.servlet.jsp.jstl.fmt -- Cannot be resolved
javax.servlet.jsp.jstl.sql -- Cannot be resolved
javax.servlet.jsp.jstl.tlv -- Cannot be resolved
org.apache.sling.api,version=[2.1,3) from org.apache.sling.api
(12)<http://localhost:8080/system/console/bundles/12>
org.apache.sling.api.resource,version=[2.1,3) from
org.apache.sling.api
(12)<http://localhost:8080/system/console/bundles/12>
org.apache.sling.api.servlets,version=[2.1,3) from
org.apache.sling.api
(12)<http://localhost:8080/system/console/bundles/12>
org.apache.taglibs.standard -- Cannot be resolved
org.apache.taglibs.standard.extra.spath -- Cannot be resolved
org.apache.taglibs.standard.functions -- Cannot be resolved
org.apache.taglibs.standard.lang.jstl -- Cannot be resolved
org.apache.taglibs.standard.lang.jstl.parser -- Cannot be resolved
org.apache.taglibs.standard.lang.jstl.test -- Cannot be resolved
org.apache.taglibs.standard.lang.jstl.test.beans -- Cannot be resolved
org.apache.taglibs.standard.lang.support -- Cannot be resolved
org.apache.taglibs.standard.resources -- Cannot be resolved
org.apache.taglibs.standard.tag.common.core -- Cannot be resolved
org.apache.taglibs.standard.tag.common.fmt -- Cannot be resolved
org.apache.taglibs.standard.tag.common.sql -- Cannot be resolved
org.apache.taglibs.standard.tag.common.xml -- Cannot be resolved
org.apache.taglibs.standard.tag.el.core -- Cannot be resolved
org.apache.taglibs.standard.tag.el.fmt -- Cannot be resolved
org.apache.taglibs.standard.tag.el.sql -- Cannot be resolved
org.apache.taglibs.standard.tag.el.xml -- Cannot be resolved
org.apache.taglibs.standard.tag.rt.core -- Cannot be resolved
org.apache.taglibs.standard.tag.rt.fmt -- Cannot be resolved
org.apache.taglibs.standard.tag.rt.sql -- Cannot be resolved
org.apache.taglibs.standard.tag.rt.xml -- Cannot be resolved
org.apache.taglibs.standard.tei -- Cannot be resolved
org.apache.taglibs.standard.tlv -- Cannot be resolved
org.apache.xalan.serialize -- Cannot be resolved
org.apache.xalan.templates -- Cannot be resolved
org.apache.xml.utils -- Cannot be resolved
org.apache.xpath -- Cannot be resolved
org.apache.xpath.objects -- Cannot be resolved


On Thu, Jul 11, 2013 at 2:31 AM, Sandro Boehme <[email protected]> wrote:

> Hi,
>
> thanks for letting me know thank it works for you.
> What dependency did not get resolved when deploying without optional
> bundles? For me it works without the 'optional' flag. I also did not define
> any dependency as optional. Thats why I'm interested in the name of the
> bundles/packages that you remember were missing.
>
> Best,
>
> Sandro
>
> Am Wed Jul 10 11:15:59 2013 schrieb connuser1 connuser1:
>
>> Thanks Sandro! I am able to get it working now. I did need to check the
>> 'deploy optional dependencies' checkbox when installing the bundle to get
>> its dependencies satisfied.
>>
>>
>> On Mon, Jul 8, 2013 at 5:44 PM, Sandro Boehme <[email protected]>
>> wrote:
>>
>>  Hi,
>>>
>>> this was actually a bug. Thanks for reporting!
>>> For some reason the URI of the JCRBrowser bundle has been overwritten in
>>> my OBR.
>>> If you refresh the JCRBrowser OBR (or remove and add it again) and then
>>> navigate to the JCRBrowser the URI you see should be
>>> 'http://www.jcrbrowser.org/****sling/obr/org/sboehme/**<http://www.jcrbrowser.org/**sling/obr/org/sboehme/**>
>>> jcrbrowser/2.0.7/jcrbrowser-2.****0.7.jar<http://www.**
>>> jcrbrowser.org/sling/obr/org/**sboehme/jcrbrowser/2.0.7/**
>>> jcrbrowser-2.0.7.jar<http://www.jcrbrowser.org/sling/obr/org/sboehme/jcrbrowser/2.0.7/jcrbrowser-2.0.7.jar>
>>> >
>>>
>>> '
>>> A 'deploy and start' should then work. It takes a moment until it's
>>> finished. If you refresh your browser from time to time at
>>> http://yourserver/yourcontext/****system/console/bundles<http://yourserver/yourcontext/**system/console/bundles>
>>> <http:**//yourserver/yourcontext/**system/console/bundles<http://yourserver/yourcontext/system/console/bundles>>you
>>> should see that the required bundles get resolved and activated until
>>>
>>> finally the JCRBrowser bundle gets activated.
>>> Then you can see it at 
>>> http://yourserver/yourcontext/****<http://yourserver/yourcontext/**>
>>> .jcrbrowser.view.html<http://**yourserver/yourcontext/.**
>>> jcrbrowser.view.html<http://yourserver/yourcontext/.jcrbrowser.view.html>
>>> >
>>>
>>> .
>>> Can you please tell me if it works for you?
>>>
>>> Best,
>>>
>>> Sandro
>>>
>>> Am 08.07.13 08:33, schrieb connuser1 connuser1:
>>>
>>>  Hi Sandro
>>>>
>>>> Could you please tell how to install 'JCRBrowser'? I tried the steps
>>>> mentioned on your site by adding jcrbrowser obr but they do not seem to
>>>> work for me. I do not find the jcrbrowser bundle in the bundle list
>>>> after
>>>> I
>>>> followed the steps mentioned there.
>>>>
>>>> Regards
>>>>
>>>>
>>>> On Thu, Jul 4, 2013 at 10:28 PM, Sandro Boehme <[email protected]>
>>>> wrote:
>>>>
>>>>   Hello,
>>>>
>>>>>
>>>>> for my JCRBrowser project I needed a way to determine if a node has
>>>>> orderable child nodes. For this reason and because it's a nice little
>>>>> project where I can contribute something to the Sling community, I
>>>>> created
>>>>> a JavaScript node type library. At the website [2] you find a demo and
>>>>> some
>>>>> other information about it like the easy installation, the API, the
>>>>> architecture and more.
>>>>> Please tell me if you would like to have additional features, find
>>>>> bugs,... (or if you just like it :-) ).
>>>>> Enjoy!
>>>>>
>>>>> Best,
>>>>>
>>>>> Sandro
>>>>>
>>>>> [1] - 
>>>>> http://www.jcrbrowser.org/******sling/website/<http://www.jcrbrowser.org/****sling/website/>
>>>>> <http://www.**jcrbrowser.org/**sling/**website/<http://www.jcrbrowser.org/**sling/website/>
>>>>> >
>>>>> <http://www.**jcrbrowser.org/**sling/website/<http://jcrbrowser.org/sling/website/>
>>>>> <http://www.**jcrbrowser.org/sling/website/<http://www.jcrbrowser.org/sling/website/>
>>>>> >
>>>>>
>>>>>>
>>>>>>  [2] - 
>>>>>> http://www.jcrbrowser.org/******sling/libs/jsnodetypes/**<http://www.jcrbrowser.org/****sling/libs/jsnodetypes/**>
>>>>> <http**://www.jcrbrowser.org/**sling/**libs/jsnodetypes/**<http://www.jcrbrowser.org/**sling/libs/jsnodetypes/**>
>>>>> >
>>>>> content/documentation.html<**htt**p://www.jcrbrowser.org/**sling/**<http://www.jcrbrowser.org/sling/**>
>>>>> libs/jsnodetypes/content/****documentation.html<http://www.**
>>>>> jcrbrowser.org/sling/libs/**jsnodetypes/content/**documentation.html<http://www.jcrbrowser.org/sling/libs/jsnodetypes/content/documentation.html>
>>>>> >
>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>>
>>
>

Reply via email to