Date: 2004-01-15T14:12:22
Editor: JacekLaskowski <[EMAIL PROTECTED]>
Wiki: Apache Geronimo Wiki
Page: OpenEJBNova
URL: http://wiki.apache.org/geronimo/OpenEJBNova
The XML quirks are not necessary (and I couldn't get them working)
Change Log:
------------------------------------------------------------------------------
@@ -70,11 +70,8 @@
They have a very similar XML structure, so creating a corresponding
geronimo-ejb-jar.xml boils down to do the following steps:
* copy ejb-jar.xml as geronimo-ejb-jar.xml
- * Add Geronimo-specific ClassSpace tag to geronimo-ejb-jar.xml, thus the
ejb-jar tag changes to:
- {{{<ejb-jar xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:g="http://geronimo.apache.org/xml/schema/j2ee">
- <g:class-space name="geronimo.system:role=ClassSpace,name=System"/>}}}
- * <entity>'s needs appropriate <g:datasource-name>'s, otherwise Geronimo
emits the message:
+ * <entity>'s needs <datasource-name>'s, otherwise Geronimo emits the message:
{{{
[java] java.lang.NullPointerException
[java] at
org.openejb.nova.deployment.DeployCMPEntityContainer.perform(DeployCMPEntityContainer.java:111)