Author: buildbot
Date: Mon Dec 24 12:24:25 2012
New Revision: 843681

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/book-component-appendix.html
    websites/production/camel/content/book-in-one-page.html
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/jpa.html

Modified: websites/production/camel/content/book-component-appendix.html
==============================================================================
--- websites/production/camel/content/book-component-appendix.html (original)
+++ websites/production/camel/content/book-component-appendix.html Mon Dec 24 
12:24:25 2012
@@ -9859,7 +9859,7 @@ org.apache.camel.examples.SendEmail".
 </pre>
 </div></div>
 
-<p>The problem here is that the source has been compiled/recompiled through 
your IDE and not through Maven itself which would <a shape="rect" 
class="external-link" 
href="https://svn.apache.org/repos/asf/camel/trunk/components/camel-jpa/pom.xml";>enhance
 the byte-code at build time</a>. To overcome this you would need to enable <a 
shape="rect" class="external-link" 
href="http://openjpa.apache.org/entity-enhancement.html#dynamic-enhancement";>dynamic
 byte-code enhancement of OpenJPA</a>. As an example assuming the current 
OpenJPA version being used in Camel itself is 2.2.1 then you would need to pass 
the following argument to the JVM inside your IDE:</p>
+<p>The problem here is that the source has been compiled/recompiled through 
your IDE and not through Maven itself which would <a shape="rect" 
class="external-link" 
href="https://svn.apache.org/repos/asf/camel/trunk/components/camel-jpa/pom.xml";>enhance
 the byte-code at build time</a>. To overcome this you would need to enable <a 
shape="rect" class="external-link" 
href="http://openjpa.apache.org/entity-enhancement.html#dynamic-enhancement";>dynamic
 byte-code enhancement of OpenJPA</a>. As an example assuming the current 
OpenJPA version being used in Camel itself is 2.2.1, then as running the tests 
inside your favorite IDE you would need to pass the following argument to the 
JVM:</p>
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent 
panelContent">
 <pre class="code-java"> 

Modified: websites/production/camel/content/book-in-one-page.html
==============================================================================
--- websites/production/camel/content/book-in-one-page.html (original)
+++ websites/production/camel/content/book-in-one-page.html Mon Dec 24 12:24:25 
2012
@@ -30118,7 +30118,7 @@ org.apache.camel.examples.SendEmail".
 </pre>
 </div></div>
 
-<p>The problem here is that the source has been compiled/recompiled through 
your IDE and not through Maven itself which would <a shape="rect" 
class="external-link" 
href="https://svn.apache.org/repos/asf/camel/trunk/components/camel-jpa/pom.xml";>enhance
 the byte-code at build time</a>. To overcome this you would need to enable <a 
shape="rect" class="external-link" 
href="http://openjpa.apache.org/entity-enhancement.html#dynamic-enhancement";>dynamic
 byte-code enhancement of OpenJPA</a>. As an example assuming the current 
OpenJPA version being used in Camel itself is 2.2.1 then you would need to pass 
the following argument to the JVM inside your IDE:</p>
+<p>The problem here is that the source has been compiled/recompiled through 
your IDE and not through Maven itself which would <a shape="rect" 
class="external-link" 
href="https://svn.apache.org/repos/asf/camel/trunk/components/camel-jpa/pom.xml";>enhance
 the byte-code at build time</a>. To overcome this you would need to enable <a 
shape="rect" class="external-link" 
href="http://openjpa.apache.org/entity-enhancement.html#dynamic-enhancement";>dynamic
 byte-code enhancement of OpenJPA</a>. As an example assuming the current 
OpenJPA version being used in Camel itself is 2.2.1, then as running the tests 
inside your favorite IDE you would need to pass the following argument to the 
JVM:</p>
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent 
panelContent">
 <pre class="code-java"> 

Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/camel/content/jpa.html
==============================================================================
--- websites/production/camel/content/jpa.html (original)
+++ websites/production/camel/content/jpa.html Mon Dec 24 12:24:25 2012
@@ -280,7 +280,7 @@ org.apache.camel.examples.SendEmail".
 </pre>
 </div></div>
 
-<p>The problem here is that the source has been compiled/recompiled through 
your IDE and not through Maven itself which would <a shape="rect" 
class="external-link" 
href="https://svn.apache.org/repos/asf/camel/trunk/components/camel-jpa/pom.xml";>enhance
 the byte-code at build time</a>. To overcome this you would need to enable <a 
shape="rect" class="external-link" 
href="http://openjpa.apache.org/entity-enhancement.html#dynamic-enhancement";>dynamic
 byte-code enhancement of OpenJPA</a>. As an example assuming the current 
OpenJPA version being used in Camel itself is 2.2.1 then you would need to pass 
the following argument to the JVM inside your IDE:</p>
+<p>The problem here is that the source has been compiled/recompiled through 
your IDE and not through Maven itself which would <a shape="rect" 
class="external-link" 
href="https://svn.apache.org/repos/asf/camel/trunk/components/camel-jpa/pom.xml";>enhance
 the byte-code at build time</a>. To overcome this you would need to enable <a 
shape="rect" class="external-link" 
href="http://openjpa.apache.org/entity-enhancement.html#dynamic-enhancement";>dynamic
 byte-code enhancement of OpenJPA</a>. As an example assuming the current 
OpenJPA version being used in Camel itself is 2.2.1, then as running the tests 
inside your favorite IDE you would need to pass the following argument to the 
JVM:</p>
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent 
panelContent">
 <pre class="code-java"> 


Reply via email to