<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