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.
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
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
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
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
---
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
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,
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