You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bu...@apache.org on 2012/12/21 17:25:10 UTC

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

Author: buildbot
Date: Fri Dec 21 16:25:10 2012
New Revision: 843384

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 Fri Dec 21 16:25:10 2012
@@ -9843,7 +9843,7 @@ from(<span class="code-quote">"jpa:<span
 </pre>
 </div></div>
 
-<div class="panelMacro"><table class="infoMacro"><colgroup span="1"><col span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" valign="top"><img align="middle" src="https://cwiki.apache.org/confluence/images/icons/emoticons/information.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>When running this Camel component tests inside your IDE</b><br clear="none">In case you run the <a shape="rect" class="external-link" href="https://svn.apache.org/repos/asf/camel/trunk/components/camel-jpa/src/test">tests of this component</a> directly inside your IDE (and not neccesserily through Maven itself) then you could hit the exceptions like:
+<div class="panelMacro"><table class="infoMacro"><colgroup span="1"><col span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" valign="top"><img align="middle" src="https://cwiki.apache.org/confluence/images/icons/emoticons/information.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>When running this Camel component tests inside your IDE</b><br clear="none">In case you run the <a shape="rect" class="external-link" href="https://svn.apache.org/repos/asf/camel/trunk/components/camel-jpa/src/test">tests of this component</a> directly inside your IDE (and not necessarily through Maven itself) then you could spot exceptions like:
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <pre class="code-java">
@@ -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 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 you would need to pass the following argument to the JVM inside your IDE:</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 Fri Dec 21 16:25:10 2012
@@ -30102,7 +30102,7 @@ from(<span class="code-quote">"jpa:<span
 </pre>
 </div></div>
 
-<div class="panelMacro"><table class="infoMacro"><colgroup span="1"><col span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" valign="top"><img align="middle" src="https://cwiki.apache.org/confluence/images/icons/emoticons/information.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>When running this Camel component tests inside your IDE</b><br clear="none">In case you run the <a shape="rect" class="external-link" href="https://svn.apache.org/repos/asf/camel/trunk/components/camel-jpa/src/test">tests of this component</a> directly inside your IDE (and not neccesserily through Maven itself) then you could hit the exceptions like:
+<div class="panelMacro"><table class="infoMacro"><colgroup span="1"><col span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" valign="top"><img align="middle" src="https://cwiki.apache.org/confluence/images/icons/emoticons/information.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>When running this Camel component tests inside your IDE</b><br clear="none">In case you run the <a shape="rect" class="external-link" href="https://svn.apache.org/repos/asf/camel/trunk/components/camel-jpa/src/test">tests of this component</a> directly inside your IDE (and not necessarily through Maven itself) then you could spot exceptions like:
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <pre class="code-java">
@@ -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 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 you would need to pass the following argument to the JVM inside your IDE:</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 Fri Dec 21 16:25:10 2012
@@ -264,7 +264,7 @@ from(<span class="code-quote">"jpa:<span
 </pre>
 </div></div>
 
-<div class="panelMacro"><table class="infoMacro"><colgroup span="1"><col span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" valign="top"><img align="middle" src="https://cwiki.apache.org/confluence/images/icons/emoticons/information.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>When running this Camel component tests inside your IDE</b><br clear="none">In case you run the <a shape="rect" class="external-link" href="https://svn.apache.org/repos/asf/camel/trunk/components/camel-jpa/src/test">tests of this component</a> directly inside your IDE (and not neccesserily through Maven itself) then you could hit the exceptions like:
+<div class="panelMacro"><table class="infoMacro"><colgroup span="1"><col span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" valign="top"><img align="middle" src="https://cwiki.apache.org/confluence/images/icons/emoticons/information.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>When running this Camel component tests inside your IDE</b><br clear="none">In case you run the <a shape="rect" class="external-link" href="https://svn.apache.org/repos/asf/camel/trunk/components/camel-jpa/src/test">tests of this component</a> directly inside your IDE (and not necessarily through Maven itself) then you could spot exceptions like:
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <pre class="code-java">
@@ -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 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 you would need to pass the following argument to the JVM inside your IDE:</p>
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <pre class="code-java">