I'm new to the list, so I don't really know if I am repeating this. I am going through the example that comes with the CMP 2.0 documentation. While attempting to get the cmp2-example to deploy I had to make the attached changes.
I'm still having a little trouble testing the application but have not had time to track down the issue. Hope this helps, /mike
diff AllDocsSubscription.orig/cmp-example/META-INF/ejb-jar.xml AllDocsSubscription/cmp-example/META-INF/ejb-jar.xml 171c171 < WHERE o.status = ?1 --- > WHERE o.orderStatus = ?1 diff AllDocsSubscription.orig/cmp-example/META-INF/jbosscmp-jdbc.xml AllDocsSubscription/cmp-example/META-INF/jbosscmp-jdbc.xml 15c15,19 < <read-ahead>true</read-ahead> --- > <read-ahead> > <strategy>on-load</strategy> > <limit>255</limit> > <cache-size>1000</cache-size> > </read-ahead> 31d34 < <read-ahead>true</read-ahead>