[jboss-cvs] JBossAS SVN: r59845 - branches/Branch_4_2/tomcat/docs/examples/FIELDWithAnnotation14.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jan 19 12:01:19 EST 2007


Author: dimitris at jboss.org
Date: 2007-01-19 12:01:19 -0500 (Fri, 19 Jan 2007)
New Revision: 59845

Modified:
   branches/Branch_4_2/tomcat/docs/examples/FIELDWithAnnotation14/readme.txt
Log:
tomcat -> JBossWeb

Modified: branches/Branch_4_2/tomcat/docs/examples/FIELDWithAnnotation14/readme.txt
===================================================================
--- branches/Branch_4_2/tomcat/docs/examples/FIELDWithAnnotation14/readme.txt	2007-01-19 16:58:37 UTC (rev 59844)
+++ branches/Branch_4_2/tomcat/docs/examples/FIELDWithAnnotation14/readme.txt	2007-01-19 17:01:19 UTC (rev 59845)
@@ -11,8 +11,8 @@
 need the scoped classloader, you can comment it out from jboss-web.xml (in etc/WEB-INF).
 
 In this example, where necessary the domain model classes have been
-annotated with "@@org.jboss.web.tomcat.tc5.session.AopMarker" and
-"@@org.jboss.web.tomcat.tc5.session.InstanceOfAopMarker" (PojoCache JDK1.4
+annotated with "@@org.jboss.web.tomcat.service.session.AopMarker" and
+"@@org.jboss.web.tomcat.service.session.InstanceOfAopMarker" (PojoCache JDK1.4
 annotations) where "InstanceOfAopMarker" signifies that every subclass will be
 instrumented as well, e.g., no need for Student to annotate again). 
 




More information about the jboss-cvs-commits mailing list