Am i right when i say that the 32rc1 release only allows a fk to be apart of a pk but
not allowing a cmr foreign key to also be a
cmp field?
Jboss4.0?
-Jon
---
This SF.NET email is sponsored by: FREE SSL Guide from Thawte
are you planning yo
(
MESSAGEID INTEGER NOT NULL, \
DESTINATION VARCHAR(255) NOT NULL, TXID INTEGER, TXOP CHAR(1), \
MESSAGEBLOB OBJECT, PRIMARY KEY (MESSAGEID, DESTINATION) )
-Jon
> -Original Message-
> From: Jon Finanger [mailto:[EMAIL PROTECTED]]
> Sent: 16. januar 2003 14:40
>
During startup jboss throws this error (below).
It indicates that a table is missing. The only configuration i've done is to remove
hsqldb-ds.xml with mysql-ds.xml and added the
mysql driver jar to lib.
The only table i can see jms has created is: jms_transactions
Anything i'm missing?
-Jon
14:
> I have a bean A with multiple primari key (id, language)
> I have another bean B who has cf_id
> Can I now make a relationship from B to A using cf_id??? I've seen some
> notes that said it was going to be solved in 3.2.
This release solves the problem of having a foreign key as part of a primar
http://sourceforge.net/project/shownotes.php?release_id=13
espesially this improvement is important:
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Jordi
> Valldaura i Riqué
> Sent: 15. januar 2003 09:38
> To: [EMAIL PROTECTED]
> Subject: RE: [
My left hand hit alt-s before my right hand was finished :-)
This feature is important;
module: src/main/org/jboss/ejb/plugins/cmp/jdbc/bridge
; files:
JDBCCMRFieldBridge.java
comments:
added support for foreign keys mapped to primary keys
> -Original Message-
> From: Jon Fi
You mean i can download the 3.2rc and use a fk as a pk?
wasn't that headed for the 4.0 release?
-Jon
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Alex
> Loubyansky
> Sent: 24. desember 2002 20:28
> To: JBoss-User
> Subject: [JBoss-user] FK fields
Solved it! :-)
The problem was that some other relation in the bean was wrong (missing the
target-role-name since more relations was
unidirectional). The error message confused me since it kind of indicated the problem
was another place and caused me to focus on
the wrong place.
A lot of time wa
Thanks for your patience.
Every relation-role exists and seem ok in my eyes (xml below).
Since this looks ok i suspect my code. The Tripstatus does not have any xdoclet tag to
trip, since trips relation to tripstatus is
unidirectional. Trip still contains this on the getTripStatus() method:
*
Thanks
Well,
I've added this line: target-role-name="tripstatus-cmp20-has-trip-cmp20" but get the
same error message.
The jbosscmp-jdbc.xml contains this:
tripstatus-cmp20-trip-cmp20
trip-cmp20-has-tripstatus-cmp20
tripstatus-cmp20-ha
Hi!
I've struggeled against this error(below) for a long time now - too long :-)
Well, I've generated the code automatically from middlegen(xdoclet) based on an
existing db model.
I'll describe it here:
E.g. I'have a trip table which got a tripstatus (n:1). The tripstatus table does not
need to h
A last try:
nobody with any clue on this one?
well, if not I'll have to redesign... :-)
-Jon
> Hi!
> I'm using jboss 3.0.3 and BMP with mysql.
> I've stuck with a weird problem, at least from my view.
> I have a stateless sessionbean method(in PersonaliaSessionBean) creating an OIA
>object (Ord
Hi!
I'm using jboss 3.0.3 and BMP with mysql.
I've stuck with a weird problem, at least from my view.
I have a stateless sessionbean method(in PersonaliaSessionBean) creating an OIA object
(OrderInvoiceAccount). The method, on line 5,
creates an OIA entity bean, which is done successfully.
On line
Any BMP generation tool around yet? (generating beans classes out of a sql
database)
/Jon
___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user
any BMP generation tool around yet? (generating beans classes out of a sql
database)
/Jon
___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user
15 matches
Mail list logo