table-name in standardjbosscmp-jdbc.xml is not working and the table being accesed 
(created in case of create-table=true) is always Ent1- the name of the ejb itself. 
The standardjbosscmp-jdbc.xml is in the jar file along with jboss.xml and ejb-jar.xml.
 
<jbosscmp-jdbc>
        <enterprise-beans>
                
                        <ejb-name>Ent1</ejb-name>
                        <table-name>mytable</table-name>
                        <create-table>false</create-table>
                        <cmp-field>
                                <field-name>field1</field-name>
                                <column-name>field1</column-name>
                        </cmp-field>
                
        </enterprise-beans>
</jbosscmp-jdbc>

I am a newbie to JBOSS and am porting WLS7.0 to JBOSS.


<a 
href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825066#3825066";>View 
the original post</a>

<a 
href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825066>Reply 
to the post</a>


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to