[jboss-cvs] jboss-seam/examples/jee5/resources-oc4j/WEB-INF ...
Peter Muir
peter at bleepbleep.org.uk
Mon Aug 6 07:51:39 EDT 2007
User: pmuir
Date: 07/08/06 07:51:39
Modified: examples/jee5/resources-oc4j/WEB-INF web.xml
Log:
Small fixes to get jee5 working on oc4j again, remove orion-application.xml
Revision Changes Path
1.4 +1 -1 jboss-seam/examples/jee5/resources-oc4j/WEB-INF/web.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: web.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/jee5/resources-oc4j/WEB-INF/web.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- web.xml 19 Jul 2007 11:35:04 -0000 1.3
+++ web.xml 6 Aug 2007 11:51:39 -0000 1.4
@@ -121,7 +121,7 @@
<ejb-local-ref>
<ejb-ref-name>jboss-seam-jee5/EjbSynchronizations/local</ejb-ref-name>
<ejb-ref-type>Session</ejb-ref-type>
- <local>org.jboss.seam.core.LocalEjbSynchronizations</local>
+ <local>org.jboss.seam.transaction.LocalEjbSynchronizations</local>
<ejb-link>EjbSynchronizations</ejb-link>
</ejb-local-ref>
More information about the jboss-cvs-commits
mailing list