You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by bu...@apache.org on 2014/03/26 15:06:28 UTC

svn commit: r903754 - in /websites/staging/olingo/trunk/content: ./ doc/tutorials/jpafunctionimport.html

Author: buildbot
Date: Wed Mar 26 14:06:28 2014
New Revision: 903754

Log:
Staging update by buildbot for olingo

Modified:
    websites/staging/olingo/trunk/content/   (props changed)
    websites/staging/olingo/trunk/content/doc/tutorials/jpafunctionimport.html

Propchange: websites/staging/olingo/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Mar 26 14:06:28 2014
@@ -1 +1 @@
-1581846
+1581849

Modified: websites/staging/olingo/trunk/content/doc/tutorials/jpafunctionimport.html
==============================================================================
--- websites/staging/olingo/trunk/content/doc/tutorials/jpafunctionimport.html (original)
+++ websites/staging/olingo/trunk/content/doc/tutorials/jpafunctionimport.html Wed Mar 26 14:06:28 2014
@@ -91,7 +91,7 @@
 <p>Create a dependency to EDM Annotation Project. This is required to use the annotations that are defined in the project.</p>
 <p><dependency>
   <groupId>org.apache.olingo</groupId>
-  <artifactId>olingo-odata2-api-annotation-incubating</artifactId>
+  <artifactId>olingo-odata2-api-annotation</artifactId>
   <version>x.x.x</version>
   <scope>provided</scope>
 </dependency></p>
@@ -252,7 +252,7 @@
 </ol>
 <h3 id="using-non-jpa-entities-added-to-the-edm-as-function-imports-return-type">Using Non JPA Entities added to the EDM as Function Imports Return Type</h3>
 <p><strong>Prerequisite</strong></p>
-<p>Add non JPA Entity Types as Complex Types to the EDM. See <a href="http://olingo.incubator.apache.org/doc/tutorials/ExtendingtheEDM.html">Extending the EDM Generated from the JPA Models</a> for more information.</p>
+<p>Add non JPA Entity Types as Complex Types to the EDM. See <a href="/doc/tutorials/ExtendingtheEDM.html">Extending the EDM Generated from the JPA Models</a> for more information.</p>
 <p><em>Note</em>: The Simple Name of the Java class used as the return type in a Function Import and the name of the EDM Complex Type should be same.</p>
 <p>Here is an example, you define the operations inside the <code>SalesOrderHeaderProcessor</code> class and then register this class inside <code>JPAEdmExtension</code> class <code>extendWithOperation</code>. </p>
 <h5 id="sample-code_1">Sample Code</h5>