It's hard to tell but I suspect you are trying to use xdoclet to generate a vendor plan for an ejb app? AFAIK there is no xdoclet support for any openejb version integrated with geronimo. I suggest you use unreleased geronimo 2/openejb 3 with annotated ejb 3 beans where you will need little if any vendor plan.

thanks
david jencks

On May 9, 2007, at 12:24 AM, sanujit wrote:


<openejb/> subtask has no mandatory attributes to be specified, this has to
generate the openejb-jar.xml for OpenEJB container of Geronimo
This file is not getting generated with the addition of <openejb/> task in
the build file.
Any help in generation of the openejb-jar.xml file is appreciable.....
Below is the ejbdoclets....


<target name="ejb" description="Generate the xdoclet ejb classes">
    <ejbdoclet destdir="${src.dir}"
               mergedir="${ejb.merge.dir}"
               excludedtags="@version,@author,@todo"
               addedtags=""
               ejbspec="${ejb.spec.version}"
               force="${xdoclet.force}"
               verbose="false">
      <!-- EJB files to be included in build -->
etc..etc..
      <!-- JBoss sepcifics -->
      <jboss version="3.2"
             xmlencoding="UTF-8"
             validatexml="false"
             mergedir="${ejb.merge.dir}"
             destdir="${meta.dir}"/>

      <!-- Weblogic specifics -->
      <weblogic version="8.1"
                xmlencoding="UTF-8"
                createtables="Disabled"
                validatexml="false"
                datasource="${data.source.name}"
                persistence="weblogic"
                mergedir="${ejb.merge.dir}"
                destdir="${meta.dir}"/>
     <openejb/>
    </ejbdoclet>


--
View this message in context: http://www.nabble.com/problem-with- the-Deploying-Geronimo-in-application-server- tf3714170s134.html#a10389589 Sent from the Apache Geronimo - Dev mailing list archive at Nabble.com.


Reply via email to