Date: 2003-12-31T08:51:49
   Editor: 63.240.163.227 <>
   Wiki: Apache Geronimo Wiki
   Page: OpenEJBNova
   URL: http://wiki.apache.org/geronimo/OpenEJBNova

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -9,14 +9,30 @@
 
    cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/openejb co -r nova -d nova openejb
 
-  * Go to nova/nova directory and run maven build (As of December, 2003, this 
does not work. The Geronimo .jar's first have to be moved to the Maven 
repository so the OpenEJB build can find the Geronimo .jar's. There are also 
some compile errors when using the anonymous check-out.)
+  * Go to nova/nova directory and run maven build (As of December, 2003, you 
may encounter a problem. The Geronimo .jar's first have to be moved to the 
Maven repository so the OpenEJB build can find the Geronimo .jar's. In this 
situation the following messages are generated by Maven:
+
+{{{
+   ..
+   The build cannot continue because of the following unsatisfied dependencies:
+
+   geronimo-common-DEV.jar (no download url specified)
+   geronimo-kernel-DEV.jar (no download url specified)
+   geronimo-core-DEV.jar (no download url specified)
+   geronimo-remoting-DEV.jar (no download url specified)
+   geronimo-spec-j2ee-connector-DEV.jar (no download url specified)
+   geronimo-spec-j2ee-jacc-DEV.jar (no download url specified)
+
+}}}
+
+
+There are also some compile errors when using the anonymous check-out.)
 
 
  = Running =
 
  Assuming the above steps went fine, you ought to see openejb-nova-DEV.jar 
file in target directory. The file and src/etc/nova-ejb-service.xml are the 
files that need to be copied to Geronimo directories.
 
-  * Copy src/etc/nova-ejb-service.xml to Geronimo's target/geronimo-DEV/deploy 
directory
+  * Copy src/etc/nova-ejb-service.xml to Geronimo's target/geronimo-DEV/deploy 
directory - this is the file that tells Geronimo that the service exists and 
how to find it.
 
   * Copy target/openejb-nova-DEV.jar to Geronimo's target/geronimo-DEV/lib 
directory
 

Reply via email to