Hi Achim

I've been busy.. This is the failing test:

http://ci.ops4j.org/jenkins/job/org.ops4j.pax.wicket/org.ops4j.pax.wicket$org.ops4j.pax.wicket.itests/203/testReport/org.ops4j.pax.wicket.it.samples/SampleWebUiTest/testIfAllExamplesWhereLoaded_shouldBeAbleToAccessThemAll/


When you run the test you should able to go to :

 http://localhost:9081/navigation/


Heres the package and test to run :


https://github.com/ops4j/org.ops4j.pax.wicket/blob/v4.x.y/itests/src/test/java/org/ops4j/pax/wicket/it/samples/SampleWebUiTest.java




On Sunday, April 2, 2017 at 11:52:39 AM UTC+2, Achim Nierbeck wrote:
>
> Hi, 
>
> right now I'm not able to verify your issue. 
> Jenkins also doesn't seem to have an issue[1], did you push all your 
> changes, or do I need to run a special test? 
>
> regards, Achim 
>
> [1] - http://ci.ops4j.org/jenkins/job/org.ops4j.pax.wicket/
>
> 2017-03-31 14:37 GMT+02:00 nino martinez wael <[email protected] 
> <javascript:>>:
>
>> Any ideas for this? Im at a dead end.. If I cant make the felix 
>> integration test work, I will have to disable them in order to make a 
>> release and I just feels wrong to go down that road..
>>
>> On Mon, Mar 20, 2017 at 12:17 PM, nino martinez wael <
>> [email protected] <javascript:>> wrote:
>>
>>> What exactly should I check (I am a karaf man, and not much into the 
>>> details of the felix part)? And I agree..
>>>
>>> On Mon, Mar 20, 2017 at 8:40 AM, 'Achim Nierbeck' via OPS4J <
>>> [email protected] <javascript:>> wrote:
>>>
>>>> Could you check your setup with the pax web integration test setup, 
>>>> I still think it's mostly due to the wrong core bundle. 
>>>>
>>>> regards, Achim 
>>>>
>>>>
>>>> 2017-03-20 6:37 GMT+01:00 nino martinez wael <[email protected] 
>>>> <javascript:>>:
>>>>
>>>>> Thanks Achim
>>>>>
>>>>> I agree, something is off.. Im trying to use felix, newest version 
>>>>> from maven 5.6.2
>>>>>
>>>>> On Fri, Mar 17, 2017 at 9:06 PM, 'Achim Nierbeck' via OPS4J <
>>>>> [email protected] <javascript:>> wrote:
>>>>>
>>>>>> Hmm ... something is off here, 
>>>>>> pax-web-api only exports 
>>>>>> org.osgi.service.http.runtime.dto [1]
>>>>>> the error we do have is for org.osgi.dto.DTO
>>>>>>
>>>>>> The import is already available in the pax-web-api bundle. 
>>>>>> Do you have a R6 ready framework in your setup?
>>>>>>
>>>>>> regards, Achim 
>>>>>>
>>>>>>
>>>>>> [1] - 
>>>>>> https://github.com/ops4j/org.ops4j.pax.web/blob/master/pax-web-api/pom.xml#L69
>>>>>>
>>>>>> 2017-03-17 9:57 GMT+01:00 nino martinez wael <[email protected] 
>>>>>> <javascript:>>:
>>>>>>
>>>>>>> I have provisioned pax web
>>>>>>>
>>>>>>>
>>>>>>> https://github.com/ops4j/org.ops4j.pax.wicket/blob/v4.x.y/itests/src/test/java/org/ops4j/pax/wicket/it/PaxWicketIntegrationTest.java#L98
>>>>>>>
>>>>>>> I use the version 6.0.2 of org.ops4j.pax.web packages
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> https://github.com/ops4j/org.ops4j.pax.wicket/blob/v4.x.y/itests/src/test/java/org/ops4j/pax/wicket/it/PaxWicketIntegrationTest.java
>>>>>>>
>>>>>>> https://github.com/ops4j/org.ops4j.pax.wicket/blob/v4.x.y/itests/src/test/java/org/ops4j/pax/wicket/it/samples/SampleWebUiTest.java
>>>>>>>
>>>>>>> On Fri, Mar 17, 2017 at 9:30 AM, Marc Schlegel <[email protected] 
>>>>>>> <javascript:>> wrote:
>>>>>>>
>>>>>>>> The DTO package is from osgi.cmpn, which is not supposed to be 
>>>>>>>> installed. The package is exported by pax-web-api [1]
>>>>>>>>
>>>>>>>>
>>>>>>>> [1] 
>>>>>>>> https://github.com/ops4j/org.ops4j.pax.web/blob/master/pax-web-api/pom.xml#L69
>>>>>>>>  
>>>>>>>>
>>>>>>>> <https://github.com/ops4j/org.ops4j.pax.web/blob/master/pax-web-api/pom.xml#L69>
>>>>>>>> Am Donnerstag, 16. März 2017 07:53:03 UTC+1 schrieb nino martinez 
>>>>>>>> wael:
>>>>>>>>>
>>>>>>>>> Yeah but I am wondering if it's necessary to install the osgi dto 
>>>>>>>>> package into felix..
>>>>>>>>>
>>>>>>>>> On Wed, Mar 15, 2017 at 2:07 PM, 'Christoph Läubrich' via OPS4J <
>>>>>>>>> [email protected]> wrote:
>>>>>>>>>
>>>>>>>>>> if org/osgi/dto is used it must be imported by the bundle, this 
>>>>>>>>>> seems to be a problem of the Pax Web WhiteboardDtoService.
>>>>>>>>>>
>>>>>>>>>> Am 15.03.2017 13:49, schrieb nino martinez wael: 
>>>>>>>>>>
>>>>>>>>>> Hi Again 
>>>>>>>>>>
>>>>>>>>>> I have almost everything working:
>>>>>>>>>>
>>>>>>>>>> But the felix test are still failing, im not sure of the 
>>>>>>>>>> org/osgi/dto/DTO should be provided from the standard felix 
>>>>>>>>>> framework or it 
>>>>>>>>>> should be explicit importet?
>>>>>>>>>>
>>>>>>>>>> org.ops4j.pax.web.pax-web-jetty-bundle[org.ops4j.pax.web.service.jetty.internal.JettyServerImpl]
>>>>>>>>>>  
>>>>>>>>>> : Pax Web available at [0.0.0.0]:[9081]
>>>>>>>>>> ERROR: [org.ops4j.pax.web.service.internal.WhiteboardDtoService(0)] 
>>>>>>>>>> Error during instantiation of the implementation object
>>>>>>>>>> java.lang.NoClassDefFoundError: org/osgi/dto/DTO
>>>>>>>>>> at java.lang.Class.getDeclaredConstructors0(Native Method)
>>>>>>>>>> at java.lang.Class.privateGetDeclaredConstructors(Class.java:2671)
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On Monday, March 13, 2017 at 10:51:16 AM UTC+1, nino martinez 
>>>>>>>>>> wael wrote: 
>>>>>>>>>>>
>>>>>>>>>>> Hi Everybody.. 
>>>>>>>>>>>
>>>>>>>>>>> IF no one vetos, I will be releasing pax wicket 4 as in 
>>>>>>>>>>>
>>>>>>>>>>> https://github.com/ops4j/org.ops4j.pax.wicket/tree/v4.x.y
>>>>>>>>>>>
>>>>>>>>>>> I will make the felix tests pass first though.. 
>>>>>>>>>>>
>>>>>>>>>>> Regards nino
>>>>>>>>>>>
>>>>>>>>>> -- 
>>>>>>>>>> -- 
>>>>>>>>>> ------------------
>>>>>>>>>> OPS4J - http://www.ops4j.org - [email protected]
>>>>>>>>>>
>>>>>>>>>> --- 
>>>>>>>>>> You received this message because you are subscribed to the 
>>>>>>>>>> Google Groups "OPS4J" group.
>>>>>>>>>> To unsubscribe from this group and stop receiving emails from it, 
>>>>>>>>>> send an email to [email protected].
>>>>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> -- 
>>>>>>>>>> -- 
>>>>>>>>>> ------------------
>>>>>>>>>> OPS4J - http://www.ops4j.org - [email protected]
>>>>>>>>>>
>>>>>>>>>> --- 
>>>>>>>>>> You received this message because you are subscribed to a topic 
>>>>>>>>>> in the Google Groups "OPS4J" group.
>>>>>>>>>> To unsubscribe from this topic, visit 
>>>>>>>>>> https://groups.google.com/d/topic/ops4j/ahQOfLYXmAM/unsubscribe.
>>>>>>>>>> To unsubscribe from this group and all its topics, send an email 
>>>>>>>>>> to [email protected].
>>>>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> -- 
>>>>>>>>> Best regards / Med venlig hilsen 
>>>>>>>>> Nino Martinez
>>>>>>>>>
>>>>>>>> -- 
>>>>>>>> -- 
>>>>>>>> ------------------
>>>>>>>> OPS4J - http://www.ops4j.org - [email protected] <javascript:>
>>>>>>>>
>>>>>>>> --- 
>>>>>>>> You received this message because you are subscribed to a topic in 
>>>>>>>> the Google Groups "OPS4J" group.
>>>>>>>> To unsubscribe from this topic, visit 
>>>>>>>> https://groups.google.com/d/topic/ops4j/ahQOfLYXmAM/unsubscribe.
>>>>>>>> To unsubscribe from this group and all its topics, send an email to 
>>>>>>>> [email protected] <javascript:>.
>>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> -- 
>>>>>>> Best regards / Med venlig hilsen 
>>>>>>> Nino Martinez
>>>>>>>
>>>>>>> -- 
>>>>>>> -- 
>>>>>>> ------------------
>>>>>>> OPS4J - http://www.ops4j.org - [email protected] <javascript:>
>>>>>>>
>>>>>>> --- 
>>>>>>> You received this message because you are subscribed to the Google 
>>>>>>> Groups "OPS4J" group.
>>>>>>> To unsubscribe from this group and stop receiving emails from it, 
>>>>>>> send an email to [email protected] <javascript:>.
>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> -- 
>>>>>>
>>>>>> Apache Member
>>>>>> Apache Karaf <http://karaf.apache.org/> Committer & PMC
>>>>>> OPS4J Pax Web <http://wiki.ops4j.org/display/paxweb/Pax+Web/> 
>>>>>> Committer & Project Lead
>>>>>> blog <http://notizblog.nierbeck.de/>
>>>>>> Co-Author of Apache Karaf Cookbook <http://bit.ly/1ps9rkS>
>>>>>>
>>>>>> Software Architect / Project Manager / Scrum Master 
>>>>>>
>>>>>> -- 
>>>>>> -- 
>>>>>> ------------------
>>>>>> OPS4J - http://www.ops4j.org - [email protected] <javascript:>
>>>>>>
>>>>>> --- 
>>>>>> You received this message because you are subscribed to a topic in 
>>>>>> the Google Groups "OPS4J" group.
>>>>>> To unsubscribe from this topic, visit 
>>>>>> https://groups.google.com/d/topic/ops4j/ahQOfLYXmAM/unsubscribe.
>>>>>> To unsubscribe from this group and all its topics, send an email to 
>>>>>> [email protected] <javascript:>.
>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> -- 
>>>>> Best regards / Med venlig hilsen 
>>>>> Nino Martinez
>>>>>
>>>>> -- 
>>>>> -- 
>>>>> ------------------
>>>>> OPS4J - http://www.ops4j.org - [email protected] <javascript:>
>>>>>
>>>>> --- 
>>>>> You received this message because you are subscribed to the Google 
>>>>> Groups "OPS4J" group.
>>>>> To unsubscribe from this group and stop receiving emails from it, send 
>>>>> an email to [email protected] <javascript:>.
>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>
>>>>
>>>>
>>>>
>>>> -- 
>>>>
>>>> Apache Member
>>>> Apache Karaf <http://karaf.apache.org/> Committer & PMC
>>>> OPS4J Pax Web <http://wiki.ops4j.org/display/paxweb/Pax+Web/> 
>>>> Committer & Project Lead
>>>> blog <http://notizblog.nierbeck.de/>
>>>> Co-Author of Apache Karaf Cookbook <http://bit.ly/1ps9rkS>
>>>>
>>>> Software Architect / Project Manager / Scrum Master 
>>>>
>>>> -- 
>>>> -- 
>>>> ------------------
>>>> OPS4J - http://www.ops4j.org - [email protected] <javascript:>
>>>>
>>>> --- 
>>>> You received this message because you are subscribed to a topic in the 
>>>> Google Groups "OPS4J" group.
>>>> To unsubscribe from this topic, visit 
>>>> https://groups.google.com/d/topic/ops4j/ahQOfLYXmAM/unsubscribe.
>>>> To unsubscribe from this group and all its topics, send an email to 
>>>> [email protected] <javascript:>.
>>>> For more options, visit https://groups.google.com/d/optout.
>>>>
>>>
>>>
>>>
>>> -- 
>>> Best regards / Med venlig hilsen 
>>> Nino Martinez
>>>
>>
>>
>>
>> -- 
>> Best regards / Med venlig hilsen 
>> Nino Martinez
>>
>> -- 
>> -- 
>> ------------------
>> OPS4J - http://www.ops4j.org - [email protected] <javascript:>
>>
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "OPS4J" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to [email protected] <javascript:>.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
>
> Apache Member
> Apache Karaf <http://karaf.apache.org/> Committer & PMC
> OPS4J Pax Web <http://wiki.ops4j.org/display/paxweb/Pax+Web/> Committer & 
> Project Lead
> blog <http://notizblog.nierbeck.de/>
> Co-Author of Apache Karaf Cookbook <http://bit.ly/1ps9rkS>
>
> Software Architect / Project Manager / Scrum Master 
>
>

-- 
-- 
------------------
OPS4J - http://www.ops4j.org - [email protected]

--- 
You received this message because you are subscribed to the Google Groups 
"OPS4J" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to