[JBoss-user] Problem with generating an automatic primary key

2005-01-17 Thread frederic . kieffer
Hi,     We have a problem with the automatic generation of a primary key in an CMP entity bean. We are using eclipse 3.0, jboss3.2.4 and xdoclet 1.2.1.   In the entity bean, we added the following xdoclet tags:       /** * @ejb.bean name="PropertySOVCMP" * jndi-name="fr.com.gerling.rm.ejb.

[JBoss-user] Problem with one EJB out of many.

2004-07-20 Thread frederic . kieffer
Hi list. We migrate our production server from 2.4.4 to 3.2.3. When I deploy our "old" apps (mostly based on BMPs at this time), I get what seems to be a hot-deployment problem on one specific bean, only on one application. I had to modify the bean's content (reading the logs told me there was an

[JBoss-user] Servlet Mapping issue whist migrating application from 2.4.4 to 3 .2.3

2004-07-06 Thread frederic . kieffer
Hi list! I'm migrating several apps from JBoss 2.4.4. to JBoss 3.2.3. Everything's fine (JSP, EJBs, ...) except servlets, which are not mapped to the correct urls. For instance, I have an underwriting.war file deployed, which holds a WEB-INF directory. This directory contains several servlet, s

RE: [JBoss-user] m:n relationship and relation tables

2004-02-02 Thread frederic . kieffer
Hi, thanks for your input. I found that two attributes of @jboss.relation-table were missing : datasource and datasource-mapping. everything is ok, as relationship tables are now located in the DB. Frédéric. -Message d'origine- De: Rupp, Heiko [mailto:[EMAIL PROTECTED] Date: dimanc

[JBoss-user] m:n relationship and relation tables

2004-01-30 Thread frederic . kieffer
Hi people, I use mainly CMPs in my application , with 1:1, 1:N and m:n relationships. As I can only see business tables in the database (those bound to the CMPs), I'm wondering where the relationship tables are stored. Thanks for your input. Frédéric ---

[JBoss-user] (no subject)

2004-01-22 Thread frederic . kieffer
Hi people. I designed to CMP beans (printer, consumables). They're link to each other thanks to a m:n relationship. When deploying my app, when JBoss tries to create the relationship table, I got the following issue : Caused by: java.sql.SQLException: Wrong data type: NUMBER in statement [CREATE

[JBoss-user] CMP / CMR problems.

2004-01-20 Thread frederic . kieffer
Hi people. I'm new to the list, and new to CMP/CMR ejbs (I used Jboss 2.4 until now, mostly with BMPs). I try to to have a 1:N relationship between two beans, (SupportPackCMP and PeripheralCMP), using Xdoclet tags. I'd like tables to be created by the app. server When I deploy under JBoss 3.2.3,

[JBoss-user] CMP / CMR problems.

2004-01-20 Thread frederic . kieffer
Hi people. I'm new to the list, and new to CMP/CMR ejbs (I used Jboss 2.4 until now, mostly with BMPs). I try to to have a 1:N relationship between two beans, (SupportPackCMP and PeripheralCMP), using Xdoclet tags. I'd like tables to be created by the app. server When I deploy under JBoss 3.2.3, I