try this:

* @ejb:bean name="test/SbartinfBean"
* display-name="Article Bean to store Products in Warehouse"
* type="CMP"
* jndi-name="ejb/test/ArticleEJB"
* primkey-field="iD_ARTICLE"
* 
* @ejb:transaction type="Required"
*
* @ejb:finder signature="java.util.Collection findAll()"
*
* @ejb:pk class="java.lang.Integer"
*
* @jboss:table-name table-name="ArticleTable"
*
* @jboss:create-table create="true"
*
* @jboss:remove-table remove="true"
*/ 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878951#3878951

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878951


-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to