[jboss-cvs] jboss-seam/examples/jee5 ...

Peter Muir peter at bleepbleep.org.uk
Mon Aug 6 07:51:38 EDT 2007


  User: pmuir   
  Date: 07/08/06 07:51:38

  Modified:    examples/jee5   readme.txt build-oc4j.xml
  Log:
  Small fixes to get jee5 working on oc4j again, remove orion-application.xml
  
  Revision  Changes    Path
  1.2       +2 -2      jboss-seam/examples/jee5/readme.txt
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: readme.txt
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/jee5/readme.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- readme.txt	1 Aug 2007 15:37:49 -0000	1.1
  +++ readme.txt	6 Aug 2007 11:51:38 -0000	1.2
  @@ -91,9 +91,9 @@
       * You may get an ClassNotFoundException relating to org.jboss.logging.util.OnlyOnceErrorHandler,
         this doesn't impact on the running of the app.  We are working to get rid of this error!
   
  -10. Checout the app at: http://localhost:8888/seam-jee5
  +10. Checkout the app at: http://localhost:8888/seam-jee5
   
  -11. You can stop the server by pressing CTRL-c in the console on which the server is running.
  +11. You can stop the server by pressing CTRL-C in the console on which the server is running.
   
   
   Workarounds for OC4J 11g
  
  
  
  1.2       +1 -0      jboss-seam/examples/jee5/build-oc4j.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build-oc4j.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/jee5/build-oc4j.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- build-oc4j.xml	10 Jul 2007 05:03:09 -0000	1.1
  +++ build-oc4j.xml	6 Aug 2007 11:51:38 -0000	1.2
  @@ -17,6 +17,7 @@
       <property name="facelets.lib"   value="true"/>
       <property name="ajax4jsf.lib"   value="true"/>
       <property name="jbpm.lib"   value="true"/>
  +	<property name="drools.lib" value="true" />
   
       <import file="../build.xml"/>
   
  
  
  



More information about the jboss-cvs-commits mailing list