RE: [JBoss-user] cloudscape only

2001-07-17 Thread Jon Finanger
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

[JBoss-user] BMP tools

2001-07-17 Thread Jon Finanger
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

[JBoss-user] Weird problem - not able to call bean from within stateless session

2002-10-30 Thread Jon Finanger
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

RE: [JBoss-user] Weird problem - not able to call bean from within stateless session

2002-10-31 Thread Jon Finanger
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

[JBoss-user] stuck with relations

2002-12-17 Thread Jon Finanger
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

RE: [JBoss-user] stuck with relations

2002-12-18 Thread Jon Finanger
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

RE: Re[2]: [JBoss-user] stuck with relations

2002-12-19 Thread Jon Finanger
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: *

RE: Re[4]: [JBoss-user] stuck with relations

2002-12-20 Thread Jon Finanger
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

RE: [JBoss-user] FK fields mapped to PK fields support ported to JBoss-3.2

2003-01-07 Thread Jon Finanger
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

RE: [JBoss-user] JBoss 3.2.0RC1 available

2003-01-15 Thread Jon Finanger
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

RE: [JBoss-user] JBoss 3.2.0RC1 available

2003-01-15 Thread Jon Finanger
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: [

RE: [JBoss-user] JBoss 3.2.0RC1 available

2003-01-15 Thread Jon Finanger
> 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

[JBoss-user] A 32RC1 error

2003-01-16 Thread Jon Finanger
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:

[JBoss-user] RE: A 32RC1 error

2003-01-16 Thread Jon Finanger
( 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 >

[JBoss-user] may I expose CMR foreign key as a cmp-field?

2003-01-20 Thread Jon Finanger
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