<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body link="#355491" alink="#4262a1" vlink="#355491" style="background: #e2e2e2; margin: 0; padding: 20px;">

<div>
        <table cellpadding="0" bgcolor="#FFFFFF" border="0" cellspacing="0" style="border: 1px solid #dadada; margin-bottom: 30px; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                <tbody>
                        <tr>

                                <td>

                                        <table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border: solid 2px #ccc; background: #dadada; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                                                <tbody>
                                                        <tr>
                                                                <td bgcolor="#000000" valign="middle" height="58px" style="border-bottom: 1px solid #ccc; padding: 20px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;">
                                                                        <h1 style="color: #333333; font: bold 22px Arial, Helvetica, sans-serif; margin: 0; display: block !important;">
                                                                        <!-- To have a header image/logo replace the name below with your img tag -->
                                                                        <!-- Email clients will render the images when the message is read so any image -->
                                                                        <!-- must be made available on a public server, so that all recipients can load the image. -->
                                                                        <a href="http://community.jboss.org/index.jspa" style="text-decoration: none; color: #E1E1E1">JBoss Community</a></h1>
                                                                </td>

                                                        </tr>
                                                        <tr>
                                                                <td bgcolor="#FFFFFF" style="font: normal 12px Arial, Helvetica, sans-serif; color:#333333; padding: 20px;  -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;"><h3 style="margin: 10px 0 5px; font-size: 17px; font-weight: normal;">
    Re: Problems Migrating from WAS to JBoss 6
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="http://community.jboss.org/people/julieh">Julie H</a> in <i>Beginner's Corner</i> - <a href="http://community.jboss.org/message/612855#612855">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><p>Generated interface classes are as follows :</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><code><p>/*<br/>* Generated by XDoclet - Do not edit!<br/>*/<br/>package com.xx.dao.ejb.interfaces;</p><p>/**<br/>* Remote interface for BPProcessAudit.<br/>* @since bpm sprint 0.2 --<br/>*/<br/>public interface BPProcessAudit<br/>&#160; extends javax.ejb.EJBObject<br/>{</p><p>&#160; public com.xx.utils.dao.BPProcessAuditVO find( com.xx.utils.dao.BPProcessAuditPK primaryKey )<br/>&#160;&#160;&#160;&#160;&#160; throws com.xx.dao.ejb.DataAccessException, java.rmi.RemoteException;</p><p>}</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>/*<br/>* Generated by XDoclet - Do not edit!<br/>*/<br/>package com.xx.dao.ejb.interfaces;</p><p>/**<br/>* Home interface for BPProcessAudit.<br/>* @since bpm sprint 0.2 --<br/>*/<br/>public interface BPProcessAuditHome<br/>&#160; extends javax.ejb.EJBHome<br/>{<br/>&#160; public static final String COMP_NAME="java:comp/env/ejb/BPProcessAudit";<br/>&#160; public static final String JNDI_NAME="ejb/xx/xx/BPProcessAudit";</p><p>&#160; public com.xx.dao.ejb.interfaces.BPProcessAudit create()<br/>&#160;&#160;&#160;&#160;&#160; throws javax.ejb.CreateException,java.rmi.RemoteException;</p><p>}</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>/*<br/>* Generated by XDoclet - Do not edit!<br/>*/<br/>package com.xx.dao.ejb.interfaces;</p><p>/**<br/>* Local interface for BPProcessAudit.<br/>* @since bpm sprint 0.2 --<br/>*/<br/>public interface BPProcessAuditLocal<br/>&#160; extends javax.ejb.EJBLocalObject<br/>{</p><p>&#160; public com.xx.utils.dao.BPProcessAuditVO find( com.xx.utils.dao.BPProcessAuditPK primaryKey ) throws javax.ejb.EJBException, com.xx.dao.ejb.DataAccessException;</p><p>}</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>/*<br/>* Generated by XDoclet - Do not edit!<br/>*/<br/>package com.xx.dao.ejb.interfaces;</p><p>/**<br/>* Local home interface for BPProcessAudit.<br/>* @since bpm sprint 0.2 --<br/>*/<br/>public interface BPProcessAuditLocalHome<br/>&#160; extends javax.ejb.EJBLocalHome<br/>{<br/>&#160; public static final String COMP_NAME="java:comp/env/ejb/BPProcessAuditLocal";<br/>&#160; public static final String JNDI_NAME="ejb/xx/xx/BPProcessAuditLocal";</p><p>&#160; public com.xx.dao.ejb.interfaces.BPProcessAuditLocal create()<br/>&#160;&#160;&#160;&#160;&#160; throws javax.ejb.CreateException;</p><p>}</p></code></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>the ejb-jar.xml is as follows : (I have deleted the other EJBs and just left the one mentioned above, plus removed comments, for brevity)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><code><p>&lt;?xml version="1.0" encoding="UTF-8"?&gt;</p><p>&lt;!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "<a class="jive-link-external-small" href="http://java.sun.com/dtd/ejb-jar_2_0.dtd">http://java.sun.com/dtd/ejb-jar_2_0.dtd</a>"&gt;</p><p>&lt;ejb-jar &gt;</p><p>&#160; &lt;description&gt;&lt;![CDATA[No Description.]]&gt;&lt;/description&gt;<br/>&#160; &lt;display-name&gt;Generated by XDoclet&lt;/display-name&gt;</p><p>&#160; &lt;enterprise-beans&gt;</p><p><br/>&#160;&#160;&#160;&#160;&#160; &lt;session &gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;description&gt;&lt;![CDATA[Title BPProcessAuditEJB &lt;br&gt; Description Data Access Object Session Bean &lt;br&gt; Table BP_PROCESS_AUDIT &lt;br&gt; Generated 18/04/05 11:24 &lt;br&gt; Copyright Copyright (c) March 2005 &lt;br&gt; Company xx Ltd &lt;br&gt;]]&gt;&lt;/description&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;display-name&gt;BPProcessAudit Database Access Bean&lt;/display-name&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;ejb-name&gt;BPProcessAudit&lt;/ejb-name&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;home&gt;com.xx.dao.ejb.interfaces.BPProcessAuditHome&lt;/home&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;remote&gt;com.xx.dao.ejb.interfaces.BPProcessAudit&lt;/remote&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;local-home&gt;com.xx.dao.ejb.interfaces.BPProcessAuditLocalHome&lt;/local-home&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;local&gt;com.xx.dao.ejb.interfaces.BPProcessAuditLocal&lt;/local&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;ejb-class&gt;com.xx.dao.ejb.BPProcessAuditEJB&lt;/ejb-class&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;session-type&gt;Stateless&lt;/session-type&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;transaction-type&gt;Bean&lt;/transaction-type&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;resource-ref &gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;res-ref-name&gt;MYDB_REF&lt;/res-ref-name&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;res-type&gt;javax.sql.DataSource&lt;/res-type&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;res-auth&gt;Container&lt;/res-auth&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/resource-ref&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;/session&gt;</p><p>&#160; &lt;/enterprise-beans&gt;</p><p>&#160; &lt;assembly-descriptor &gt;</p><p>&#160; &lt;/assembly-descriptor&gt;</p><p>&lt;/ejb-jar&gt;</p><div class="mcePaste" id="_mcePaste" style="position: absolute; top: 0px; left: 0px;"></div></code></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>I don't have a jboss.xml. </p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Thanks for looking at this for me! </p></div>

<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
    <p style="margin: 0;">Reply to this message by <a href="http://community.jboss.org/message/612855#612855">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in Beginner's Corner at <a href="http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075">Community</a></p>
</div></td>
                        </tr>
                    </tbody>
                </table>


                </td>
            </tr>
        </tbody>
    </table>

</div>

</body>
</html>