You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by P Iyer <PI...@lntinfotech.com> on 2004/01/30 14:21:38 UTC

Problems creating deployment descriptor for websphere

Hi,
I am using ejbjar tag to create the deployment descriptor for the websphere
My code is something like this

  <target name="build.ejb.websphere.50.ejbc"
depends="build.ejb.ejbdoclet.websphere, build.ejb.manifest,
build.ejb.websphere.50.ejbc.prepare">
     <ejbjar srcdir="${build.classes.dir}"
descriptordir="${tmp.ejb.descriptor.websphere.dir}"
basejarname="${profinance.ejb.basename}">
      <include name="ejb-jar.xml"/>
       <websphere dbvendor="ORACLE_V8"
                  ejbdeploy="true"
                  oldCMP="false"
                  destdir="${tmp.ejb.jar.websphere.dir}"
keepgeneric="true">
         <wasclasspath>
           <pathelement
location="${was5.home}/deploytool/itp/plugins/org.eclipse.core.boot_2.0.2.1/boot.jar"/>
           <pathelement
location="${was5.home}/deploytool/itp/plugins/com.ibm.etools.ejbdeploy/runtime/batch.jar"/>
           <pathelement location="${was5.home}/lib/xerces.jar"/>
           <pathelement location="${was5.home}/lib/ivjejb35.jar"/>
           <pathelement location="${was5.home}/lib/j2ee.jar"/>
           <pathelement location="${was5.home}/lib/vaprt.jar"/>

         </wasclasspath>
      <classpath>
        <path refid="build.classpath"/>
      </classpath>
      </websphere>
      <dtd publicId="-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans
2.0//EN" location="http://java.sun.com/dtd/ejb-jar_2_0.dtd"/>

    </ejbjar>
<unjar src="${tmp.ejb.jar.websphere.dir}/${profinance.ejb.filename}"
dest="${build.websphere.50.classes.dir}"/>
<copy overwrite="true"
tofile="${build.websphere.50.classes.dir}/META-INF/MANIFEST.MF"
file="${tmp.ejb.manifest.file}"/>

  </target>



ejbModule/com/fimasys/finance/profinance/components/queue/facade/ejb/EJSStatelessQueueSessionFacadeHomeBean_f6cf0a52.java(11):
 Class must implement the inherited abstract method
com.ibm.websphere.cpi.PersisterHome.getBean(Object)

Can anyone please help me out

regards
prasad chandrasekaran




























This email may contain confidential or privileged information for the
intended recipient(s). If you are not the intended recipient, please do not
use or disseminate the information, notify the sender and delete it from
your system. Thanks



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org