Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>The default Tomcat class loader does not support class transformation required for Load-Time Weaving. You need to use the one provided by Spring. </p> <p>First, copy <code>org.springframework.instrument-3.0.0.RELEASE.jar</code> to the <code>lib</code> folder of your tomcat installation</p> <p>Then modify the <code>src/main/webapp/META-INF/context.xml</code> and uncomment the following line:</p> <pre><code>&lt;Loader loaderClass="org.springframework.instrument.classloading.tomcat.TomcatInstrumentableClassLoader"/&gt; </code></pre> <p>Or you could get rid of the LTW and use Hibernate as JPA provider. See the related question below. </p> <h3>See also</h3> <ul> <li><a href="http://fadishei.wordpress.com/2010/01/05/spring-load-time-weaving-on-tomcat-does-it-really-work/" rel="nofollow noreferrer">Spring Load-time Weaving on Tomcat: Does It Really Work?</a> </li> </ul> <h3>Related question</h3> <ul> <li><a href="https://stackoverflow.com/questions/2536292/how-to-run-spring-3-0-petclinic-in-tomcat-with-hibernate-backed-jpa">How to run Spring 3.0 PetClinic in tomcat with Hibernate backed JPA</a> </li> </ul> <h3>References</h3> <ul> <li><a href="http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/beans.html#context-load-time-weaver" rel="nofollow noreferrer">3.12 Registering a LoadTimeWeaver</a> </li> <li><a href="http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/aop.html#aop-atconfigurable" rel="nofollow noreferrer">7.8.1 Using AspectJ to dependency inject domain objects with Spring</a> </li> <li><a href="http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/aop.html#aop-aj-ltw" rel="nofollow noreferrer">7.8.4 Load-time weaving with AspectJ in the Spring Framework</a> </li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload