Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [lyo-dev] Defect in the Bugzilla Application

Hello, Sam

Also TRS for Bugzilla has the same issue. Please put this to the bugzilla
note.


Thanks
-----
Hirotaka Matsumoto
e-mail : jljlmatu@xxxxxxxxxx


lyo-dev-bounces@xxxxxxxxxxx wrote on 2014/06/06 01:21:41:

> From: Samuel Padgett <spadgett@xxxxxxxxxx>
> To: Lyo project developer discussions <lyo-dev@xxxxxxxxxxx>
> Cc: lyo-dev-bounces@xxxxxxxxxxx
> Date: 2014/06/06 01:22
> Subject: Re: [lyo-dev] Defect in the Bugzilla Application
> Sent by: lyo-dev-bounces@xxxxxxxxxxx
>
> Thanks, Jean-Luc. Yes, looks like a bug. Do you or Aurelien mind
> entering this in our Bugzilla?
>
> https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Lyo
>
> --
> Samuel Padgett | IBM Rational | spadgett@xxxxxxxxxx
> Eclipse Lyo: Enabling tool integration with OSLC
>
>
> [image removed] "Johnson, Jean-Luc" ---06/05/2014 12:10:57 PM---Hi
> OSLC Community,

>
> [image removed]
> From:
>
> [image removed]
> "Johnson, Jean-Luc" <Jean-Luc.Johnson@xxxxxxxx>
>
> [image removed]
> To:
>
> [image removed]
> <lyo-dev@xxxxxxxxxxx>
>
> [image removed]
> Date:
>
> [image removed]
> 06/05/2014 12:10 PM
>
> [image removed]
> Subject:
>
> [image removed]
> [lyo-dev] Defect in the Bugzilla Application
>
> [image removed]
> Sent by:
>
> [image removed]
> lyo-dev-bounces@xxxxxxxxxxx
>
>
>
>
> Hi OSLC Community,
>
> I would like to report a defect in the Eclipse lyo project. Today my
> colleague Aurelien found an error in the bugzilla application :
>
> Class : http://git.eclipse.org/c/lyo/org.eclipse.lyo.docs.git/tree/
> org.eclipse.lyo.oslc4j.bugzilla/src/main/java/org/eclipse/lyo/
> oslc4j/bugzilla/services/BugzillaChangeRequestService.java
>
>
> line 671:
> return Response.created(about).entity(changeRequest).header
> (Constants.HDR_OSLC_VERSION, Constants.OSLC_VERSION_V2).build();
>
> Should be :
> return Response.created(about).entity(newChangeRequest).header
> (Constants.HDR_OSLC_VERSION, Constants.OSLC_VERSION_V2).build();
>
>
> Best regards,
> Jean-Luc Johnson
>  _______________________________________________
> lyo-dev mailing list
> lyo-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/lyo-dev
>
> _______________________________________________
> lyo-dev mailing list
> lyo-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/lyo-dev



Back to the top