Hi all, I'm using ECLIPSE to write an Entity Bean. At class level, for my Entity Bean, I wrote these XDoclet tags:
@ejb.persistence table-name = "product" @jboss.persistence table-name = "product" create-table = "false remove-table = "false" datasource = .... (and so on) at method level (for every CMP field) @ejb.persistence column-name = "price" @jboss.column-name = "price" When I run Xdoclet, Eclipse generates ejb-jar.xml (with all entity bean's cmp fields declared) but doesn't generate jbosscmp-jdbc.xml file. Am I missing something ? I don't know where I'm wrong :-( Many thanks for your answers, Moreno View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841515#3841515 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841515 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
