<?xml version="1.0" encoding="utf-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">

    <title type="text">OSLC forum</title>
    <link rel="alternate" type="text/html" href="http://open-services.net/forums/" />
    <link rel="self" type="application/atom+xml" href="http://open-services.net/forums/atom/" />
    <updated>0</updated>
    <rights>Copyright (c) 2013</rights>
    <generator uri="http://expressionengine.com/" version="2.5.1">ExpressionEngine</generator>
    <id>tag:open-services.net,2013:03:11</id>


    <entry>
      <title>Question about list of software which implements OSLC</title>
      <link rel="alternate" type="text/html" href="http://open-services.net/forums/viewthread/90/" />      
      <id>tag:open-services.net,2013:forums/viewthread/.90</id>
      <published>2013-03-11T13:28:56Z</published>
      <updated>0</updated>
      <author><name>Michal Kwiatkowski</name></author>
      <content type="html">
      <![CDATA[
        <p>Hello All,</p>

<p>I have a question about software which implements OSLC. I&#8217;m especially interested in SAP, Enovia and PTC Windchill. Maybe some of you would know if this software implements OSLC if so what&#8217;s the maturity of this implementation and what type of implementation have been made (consumer or producer) ?. They were not pointed on list of software http://open-services.net/software/, that&#8217;s why I&#8217;m asking.</p>

<p>I know about SAP Connector, but since SAP is quite huge system I would like to know if other modules of it implements this specification.</p>

<p>Thank you in advance.</p>

<p>Regards,
Michal Kwiatkowski</p>

      ]]>
      </content>
    </entry>

    <entry>
      <title>Trying to consume my OSLC adapter with RTC</title>
      <link rel="alternate" type="text/html" href="http://open-services.net/forums/viewthread/88/" />      
      <id>tag:open-services.net,2013:forums/viewthread/.88</id>
      <published>2013-02-26T15:31:10Z</published>
      <updated>2013-03-18T15:07:25Z</updated>
      <author><name>cjp421</name></author>
      <content type="html">
      <![CDATA[
        <p>I&#8217;m trying to get a local instance of RTC to consume my OSLC adapter.</p>

<p>I&#8217;ve successfully created a &#8220;friend&#8221; in RTC, but when I go to the project area to add the association, I get a CSRF error:</p>

<p>403 Forbidden - &#8220;The request to http://host/ctx/rootservices is blocked due to possible CSRF usage&#8221;</p>

<p>** I removed the host and context root</p>

<p>Anyone run into this before?</p>

      ]]>
      </content>
    </entry>

    <entry>
      <title>Created an OSLC Adapter&#8230; now I want RTC to use it&#8230; OAuth here we go!</title>
      <link rel="alternate" type="text/html" href="http://open-services.net/forums/viewthread/87/" />      
      <id>tag:open-services.net,2013:forums/viewthread/.87</id>
      <published>2013-02-22T16:48:06Z</published>
      <updated>0</updated>
      <author><name>cjp421</name></author>
      <content type="html">
      <![CDATA[
        <p>Anyone have any suggestions on how to easily get OAuth working to allow RTC to consume my adapter?</p>

      ]]>
      </content>
    </entry>

    <entry>
      <title>QueryUtils &#45; not part of the Eclipse Lyo download&#63;</title>
      <link rel="alternate" type="text/html" href="http://open-services.net/forums/viewthread/86/" />      
      <id>tag:open-services.net,2013:forums/viewthread/.86</id>
      <published>2013-02-19T13:34:40Z</published>
      <updated>0</updated>
      <author><name>cjp421</name></author>
      <content type="html">
      <![CDATA[
        <p>I&#8217;m using the Bugzilla tutorial to guide me in the creation of a new OSLC adapter.</p>

<p>In the BugzillaChangeRequestService.java class, it references org.eclipse.lyo.core.query.QueryUtils.  I see this class in the org.eclipse.lyo.core.query project, but in my project (using only the jars downloaded from <a href="http://www.eclipse.org/downloads/download.php?file=/lyo/releases/org.eclipse.lyo.oslc4j-1.0.zip">http://www.eclipse.org/downloads/download.php?file=/lyo/releases/org.eclipse.lyo.oslc4j-1.0.zip</a>) does not resolve QueryUtils.</p>

<p>Is this eclipse project not included in the Lyo download?</p>

      ]]>
      </content>
    </entry>

    <entry>
      <title>Rally &#45; DOORS compatibility</title>
      <link rel="alternate" type="text/html" href="http://open-services.net/forums/viewthread/83/" />      
      <id>tag:open-services.net,2012:forums/viewthread/.83</id>
      <published>2012-12-07T12:20:35Z</published>
      <updated>0</updated>
      <author><name>AlieH</name></author>
      <content type="html">
      <![CDATA[
        <p>I saw on your website that there is a compatibility between Rally and DOORS, can you please explain how this works and whether there is a cost involved.
We have both products, and I would like to have to &#8220;automatically&#8221; enter and update information from Rally into DOORS for certain projects.</p>

      ]]>
      </content>
    </entry>

    <entry>
      <title>OSLC Automation &#45; who performs the automation&#63;</title>
      <link rel="alternate" type="text/html" href="http://open-services.net/forums/viewthread/81/" />      
      <id>tag:open-services.net,2012:forums/viewthread/.81</id>
      <published>2012-11-21T12:49:28Z</published>
      <updated>0</updated>
      <author><name>Martin Pain</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi,</p>

<p>After reading through the OSLC automation spec, I am curious about who actually performs the automation:</p>

<ul>
<li>Does the automation OSLC service provider manage the execution when a client creates an automation request on it?</li>
<li>Or do other clients poll the service provider for a list of automation requests and then execute them and post the results to the service provider?</li>
<li>Or is it implementation-dependent?</li>
</ul>

<p>I&#8217;m looking to provide automation execution, and I can&#8217;t tell if I&#8217;m supposed to be a service provider and other clients create automation requests on my system, or if my system is supposed to be a client to a centralised automation provider that manages the resources?</p>

<p>If it is the former, then the reference implementation appears to be missing this functionality. If it is the latter, it would be useful to have an example/reference implementation of such a client (if there is none already).</p>

<p>(It is a test automation system that I am thinking of, so I am also curious as to the relationship between the automation spec and the QM spec as regards test automation - I have not found anything linking the two together.)</p>

<p>Thanks</p>

      ]]>
      </content>
    </entry>

    <entry>
      <title>OSLC4JBugzilla &#45; 503 Service Unavailable</title>
      <link rel="alternate" type="text/html" href="http://open-services.net/forums/viewthread/77/" />      
      <id>tag:open-services.net,2012:forums/viewthread/.77</id>
      <published>2012-11-13T15:30:12Z</published>
      <updated>0</updated>
      <author><name>Maxwell</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi All,
I&#8217;m trying to follow the instruction in the appendix of the tutorial. I think I&#8217;ve gotten everything working except for the OSLC4JBugzilla Adapter.</p>

<p>The Jetty Server starts with some errors. When trying to access the webpage: http://localhost:8080/OSLC4JBugzilla/services/catalog/singleton I get the following response:</p>

<p>HTTP ERROR: 503</p>

<p>Problem accessing /OSLC4JBugzilla/services/catalog/singleton. Reason:</p>

<pre><code>Service Unavailable
</code></pre>

<p>Powered by Jetty://</p>

<p>I&#8217;ve attached the console output of the Bugzilla adapter starting.</p>

<p>Any thoughts on where I&#8217;ve gone wrong would be appreciated.</p>

<p>Thanks,
  Max</p>

      ]]>
      </content>
    </entry>

    <entry>
      <title>Lyo OSLC4J RIO samples compilation problem &#45; cannot find symbol getAbout()</title>
      <link rel="alternate" type="text/html" href="http://open-services.net/forums/viewthread/76/" />      
      <id>tag:open-services.net,2012:forums/viewthread/.76</id>
      <published>2012-11-07T09:08:03Z</published>
      <updated>2012-11-07T13:23:26Z</updated>
      <author><name>Martin Pain</name></author>
      <content type="html">
      <![CDATA[
        <p>I&#8217;ve got a problem trying to compile the reference implementations (RIO) and tests from Lyo/OSLC4J.</p>

<p>I&#8217;ve followed the instructions on http://wiki.eclipse.org/Lyo/BuildRIO and tried to build OSLC4JQualityManagement (after &#8220;mvn install&#8221;ing OSLC4JQualityManagementCommon) but I get the following errors:</p>

<pre><code>[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.
3.2:compile (default-compile) on project oslc4j-qm-sample: Compilation failure:
Compilation failure:
[ERROR] \dev\eclipse\workspaces\oslc\git\org.eclipse.lyo.rio\OSLC4JQualityManage
ment\src\org\eclipse\lyo\oslc4j\qualitymanagement\resources\BaseQmResource.java:
[95,37] cannot find symbol
[ERROR] symbol  : method getAbout()
[ERROR] location: class org.eclipse.lyo.oslc4j.qualitymanagement.QmResource
[ERROR] \dev\eclipse\workspaces\oslc\git\org.eclipse.lyo.rio\OSLC4JQualityManage
ment\src\org\eclipse\lyo\oslc4j\qualitymanagement\resources\BaseQmResource.java:
[131,16] cannot find symbol
[ERROR] symbol  : method setAbout(java.net.URI)
[ERROR] location: class org.eclipse.lyo.oslc4j.qualitymanagement.QmResource
[ERROR] \dev\eclipse\workspaces\oslc\git\org.eclipse.lyo.rio\OSLC4JQualityManage
ment\src\org\eclipse\lyo\oslc4j\qualitymanagement\servlet\Populate.java:[68,16]
cannot find symbol
[ERROR] symbol  : method setAbout(java.net.URI)
[ERROR] location: class org.eclipse.lyo.oslc4j.qualitymanagement.TestPlan
</code></pre>

<p>Looking at the code for the first error, it does indeed look like there&#8217;s a reference to a getAbout() method on a variable that is of a generic type &#8220;T extends QmResource&#8221;, but no such method exists on QmResource (which is exactly what the error&#8217;s saying) so it doesn&#8217;t look like a problem with me configuring the build incorrectly. I can&#8217;t see how this would work.</p>

<p>If this is an error in the code, where do I raise it? And where can I get a stable copy of the code or reference implementations from?
If there is something I&#8217;ve done to cause this, how do I fix it?</p>

<p>Thanks</p>

<p><em>EDIT</em>: I&#8217;ve now raised a bug for this here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=393764</p>

      ]]>
      </content>
    </entry>

    <entry>
      <title>OSLC where implementation</title>
      <link rel="alternate" type="text/html" href="http://open-services.net/forums/viewthread/75/" />      
      <id>tag:open-services.net,2012:forums/viewthread/.75</id>
      <published>2012-11-05T08:53:36Z</published>
      <updated>0</updated>
      <author><name>oppid</name></author>
      <content type="html">
      <![CDATA[
        <p>Hello everybody,
I have some trouble with OSCL query, particularly oslc.where . My problem is &#8220;how can I parse the query and obtain every single field, according to OSLC BNF grammar?&#8221;. Is there any method already implemented? If yes, how can I use it?
Thank you in advance.</p>

      ]]>
      </content>
    </entry>

    <entry>
      <title>Eclipse Lyo</title>
      <link rel="alternate" type="text/html" href="http://open-services.net/forums/viewthread/70/" />      
      <id>tag:open-services.net,2012:forums/viewthread/.70</id>
      <published>2012-09-27T07:08:03Z</published>
      <updated>0</updated>
      <author><name>Santhosh Kumar V</name></author>
      <content type="html">
      <![CDATA[
        <p>Can i contribute new features if any for Eclipse Lyo? (up-coming)</p>

      ]]>
      </content>
    </entry>


</feed>